@charset "UTF-8";
/* CSS Document */

/* 
基本項目
----------------------------------------------------------- */ 
*{
	margin:0;
	padding:0;
}
html{
	overflow-y:scroll;
}
body{
	background:url("http://olive-radio.com/img/bg.jpg") repeat-x 0 0 fixed #FFFFFF;
	font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
	font-size:80%;
	color:#333333;
}
li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}
strong{
	color:#000;
}

/* 
リンクカラー
----------------------------------------------------------- */ 
a{
	color:#036;
	text-decoration:underline;
}
a:hover{
	color:#666;
	text-decoration:underline;
}
a:visited{
}
a:active{
}

/* 
レイアウト
----------------------------------------------------------- */ 
#base0{
	margin:0 auto;
	padding:20px 0 0 0;
	width:760px;
	background:url("http://olive-radio.com/img/base.png") repeat-y;
	*background:url("http://olive-radio.com/img/base.jpg") repeat-y;
}
#base{
	margin:0 auto;
	width:700px;
}
#base_bottom{
	margin:0 auto;
	width:760px;
	height:60px;
	display:block;
	background:url("http://olive-radio.com/img/base_bottom.png") no-repeat;
	*background:url("http://olive-radio.com/img/base_bottom.jpg") no-repeat;
}

/* 
ヘッダー
----------------------------------------------------------- */ 
#header{
	width:700px;
	height:70px;
	position:relative;
}
#logo{
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
}
#title h1{
	position:absolute;
	top:8px;
	left:56px;
	font-size:30px;
	white-space:nowrap;
	text-shadow:#999 3px 3px 3px;
}
#title a{
	color:#000;
	text-decoration:none;
}
#title a:hover{
	color:#000;
	text-decoration:none;
}
#menu_top{
	position:absolute;
	top:0;
	right:0;
	white-space:nowrap;
	color:#CCC;
	font-size:10px;
}
#menu_top a{
	color:#333;
	text-decoration:none;
}
#menu_top a:hover{
	color:#666;
	text-decoration:underline;
}
#cart{
	width:140px;
	height:20px;
	position:absolute;
	right:0;
	bottom:10px;
}

/* 
メインメニュー
----------------------------------------------------------- */ 
#menu_main{
	width:700px;
	height:40px;
	margin:0 0 10px 0;
}
#menu_main li{
	width:140px;
	height:40px;
	display:block;
	float:left;
}
#menu_main li a{
	display:block;
	width:140px;
	height:40px;
}
#menu_main li a:hover{
	display:block;
	width:140px;
	height:40px;
}
li#link1 a{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat 0 0;
}
li#link1,li#link1 a:hover{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat 0 -40px;
}
li#link2 a{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat -140px 0;
}
li#link2,li#link2 a:hover{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat -140px -40px;
}
li#link3 a{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat -280px 0;
}
li#link3,li#link3 a:hover{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat -280px -40px;
}
li#link4 a{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat -420px 0;
}
li#link4,li#link4 a:hover{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat -420px -40px;
}
li#link5 a{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat -560px 0;
}
li#link5,li#link5 a:hover{
	background:url("http://olive-radio.com/img/menu.jpg") no-repeat -560px -40px;
}

/* 
パンくずリスト
----------------------------------------------------------- */ 
#topic_path{
	margin:0 0 10px 0;
	border-bottom:1px solid #CCCCCC;
	padding:0 0 3px 0;
}
#topic_path h2{
	font-size:80%;
	font-weight:normal;
	letter-spacing:0.1em;
}

/* 
ニュース
----------------------------------------------------------- */ 
#news{
	width:700px;
	height:200px;
	margin:0 0 20px 0;
	border-bottom:1px dotted #CCCCCC;
}

/* 
中央部メニュー
----------------------------------------------------------- */ 
#menu_middle{
	margin:0 0 20px 0;
}
#link_recordings{
	float:left;
}
#link_recordings a{
	width:340px;
	height:300px;
	display:block;
	background:url("http://olive-radio.com/img/link_recordings.jpg") no-repeat 0 0;
}
#link_recordings a:hover{
	width:340px;
	height:300px;
	display:block;
	background:url("http://olive-radio.com/img/link_recordings.jpg") no-repeat 0 -300px;
}
#link_clothing{
	float:right;
}
#link_clothing a{
	width:340px;
	height:300px;
	display:block;
	background:url("http://olive-radio.com/img/link_clothing.jpg") no-repeat 0 0;
}
#link_clothing a:hover{
	width:340px;
	height:300px;
	display:block;
	background:url("http://olive-radio.com/img/link_clothing.jpg") no-repeat 0 -300px;
}

/* 
下部メニュー
----------------------------------------------------------- */ 
#menu_bottom{
	color:#CCC;
	margin:0 0 15px 0;
	border-top:1px dotted #CCCCCC;
	padding:3px 0 0 0;
	line-height:2em;
	letter-spacing:0.1em;
	font-size:80%;
}
#menu_bottom a{
	color:#333;
	text-decoration:none;
}
#menu_bottom a:hover{
	color:#666;
	text-decoration:underline;
}

/* 
コピーライト
----------------------------------------------------------- */ 
#copy{
	font-size:12px;
	text-align:right;
	letter-spacing:0.1em;
}

/* 
メインコンテンツ
----------------------------------------------------------- */ 
#main_content{
	margin:0 0 10px 0;
	line-height:2em;
	letter-spacing:0.1em;
}
.sitemap_text{
	color:#CCC;
}
#main_content table{
	background-color:#999;
}
#main_content th{
	text-align:center;
	font-weight:normal;
	padding:5px;
	background-color:#EAEAEA;
	white-space:nowrap;
}
#main_content td{
	background-color:#FFF;
	padding:5px;
}
#main_content h3{
	font-size:22px;
	margin:0 0 1em 0;
	border-bottom:3px double #666;
}
#main_content h4{
	font-size:30px;
	text-align:center;
}
#main_content dl{
	margin:0 0 2em 0;
}
#main_content dt{
	font-size:80%;
}
#main_content dd{
	margin:0 0 0 1em;
}

#main_content p{
	text-align:center;
	margin:4em 0;
	font-size:110%;
	letter-spacing:0.2em;
}
.aste{
	font-size:70%;
	color:#069;
}
h4.about{
}
