/* CSS Document */


/* CSS Default */

*{
	margin:0;
	padding:0;
}
body{
	background-color:#D6E4ED;
	color:#72705A;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.8em;
}

.hidden{
	display:none;
}
.clear{
	clear:both;
}

/* Link color */
a:link {
	color:#72705A;
	text-decoration:none;
}
a:visited {
	color:#A3A089;
	text-decoration:none;
}
a:hover {
	color:#72705A;
	text-decoration:underline;
}
a img{
border:none;
}


/* Layout */
#wrapper{
	text-align:center;
}
#header{
	width:780px;
	margin: 17px auto 0 auto;
	}
h1{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 460px;
	float: left;
} 
#header #h_link {
	text-align: right;
	width: auto;
	float: right;
}
#h_link #bt_en {
	margin-top: 10px;
	margin-left:20px;
}
#h_link #bt_jp {
	margin-top: 10px;
}
#container{
	width:760px;
	background:#FFFFFF;
	margin: 0 auto;
	padding: 0 10px;
	clear: both;
	text-align: left;
}
#contents{
	width: 530px;
	float: right;
	margin-right: 10px;
	text-align: left;
}
#footer{
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 160px;
	clear: both;
	width: 780px;
	margin: 0 auto;
}


/* Sidemenu */
#container #s_menu {
	background-image: url(../images/side_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	padding: 30px 10px;
	float: left;
}
#s_menu .s_contents {
	background-color: #FFFFFF;
	background-image: url(../images/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 170px;
	padding: 20px 5px;
	margin-bottom: 10px;
	text-align: left;
}
#aireshow, #static, #kids, #memorabilia, #rolling, #live, #car {
	background-repeat: no-repeat;
	height: 19px;
	margin-bottom: 5px;
}
#s_menu #aireshow {
	background-image: url(../images/s_tit_aire.gif);
}
#s_menu #static {
	background-image: url(../images/s_tit_static.gif);
}
#s_menu #kids {
	background-image: url(../images/s_tit_kids.gif);
}
#s_menu #memorabilia {
	background-image: url(../images/s_tit_memorabilia.gif);
}
#s_menu #rolling {
	background-image: url(../images/s_tit_rolling.gif);
}
#s_menu #live {
	background-image: url(../images/s_tit_live.gif);
}
}
#s_menu #car {
	background-image: url(../images/s_tit_car.gif);
}
#contents p {
	margin: 10px 0;
}
