@charset "UTF-8";

/*
------------------------------
File Name: common.css
Last UpDate: 2018.3.15

--Base--
Reset
Clearfixes
Font
Link
Common

--Layout--
#header
#content
#footer

--汎用CSS--

------------------------------
*/


/*
--------------------
Base
--------------------
*/

/*
Reset
*/

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
hr,pre,
form,fieldset,input,
p,blockquote,q,table{
	margin:0px;
	padding:0px;
	list-style:none;
}

fieldset,
img,
abbr{border:0;}

q:before,
q:after{content:'';}
a,u {text-decoration:none;}


/*
clearfixes
*/

div#wrapper:after,
div#header:after,
div#contents:after,
div.lead:after,
div#topBacknumber:after,
div#footer:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*
Font
*/

body{
	font-family:Meiryo, Verdana, 'Hiragino Kaku Gothic Pro', Osaka, sans-serif;
	font-size: 100%;_font-size: 92%;
	color: #3f3332;
	font-weight: lighter;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
* html body{font-size: 90%;}

blockquote{
	display: block;
	margin: 18px 0px 18px 0px;
	padding-left: 36px;
	color: #FF9900;
}

address,
cite {
	font-style: normal;
	color:#666;
}


/*
Link
*/

a:link,
a:visited{
	color:#669900;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}

a:hover{
	color:#99CC00;
	text-decoration:none;
}


/*
Common
*/

html {_overflow-x: hidden;}

body{
	text-align: center;
	background-color:#fff;
	overflow-x : hidden
}

a{outline: none;}

h3,h4,h5,h6,h2{
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

p{
	line-height: 1.6;
	margin: 0 0 10px;
}

ul, ol, dl{
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}


	
/*
--------------------
Layout
--------------------
*/

div#wrapper{
	display: block;
	margin: 0px auto;
	text-align: center;
	width: 100%;
	background-color:#DFF0F4;
}


/* ----- #header ----- */

div#header{
	display: block;
	background:#ffffff url(../images/header_bg.gif) repeat-x center bottom;
	height:180px;
	margin:0;
	width:100%;
}

#headerLogo{
width:900px;
margin:10px auto 0;
text-align:left
}

#header h1{margin:0;}



/* ----- #contents ----- */

#contents{
clear: both;
margin: 0px auto;
padding:10px 0 0;
/*width:100%;*/
background-color:#DFF0F4;
width:900px; 
margin:0 auto;
text-align:left;
}

/*#contents #contentsBody{ 
}*/

#contents h2{
background-color:#DFF0F4;
background:url(../images/h2_bg.jpg) no-repeat left bottom;
padding:36px 0 10px 80px;
color: #4F2F00;
font-size:150%;
margin-bottom:10px

}

#contents h3{
padding:5px 10px;
color:#009999;
margin:0 0 10px; background-color:#FFFFFF
}

#contents h4{
	margin:20px 0 2px;
	padding:2px 0 2px 30px;
	color: #315462;
	font-size:120%;
	background:url(../images/icon_microphone.gif) no-repeat 0 0;
}

#contents table{ margin-bottom:6px;}
#contents table p{ margin:0;}



/* ----- #navLanguage ----- */

#navLanguage table{
width:900px; 
font-size:100%;
letter-spacing: 0em; 
line-height:125%;
}

#navLanguage table td{
padding:6px 2px; 
background-color:#E0EC9B;
text-align:center;
border-top:1px solid #FFFFFF;
border-left:1px solid #FFFFFF;
border-right:1px solid #99CC00;
border-bottom:1px solid #99CC00;
}


/* ----- #topicPath----- */
#topicPath{
color:#339999;
font-size:100%
}


.lead{
	padding:10px 0
}
.lead p{
padding:0 30px 0;
}
.leadPhoto{ float:right; padding-right:10px}

p.kome{
	padding-left:3em;
	 text-indent:-1em;
	 font-size:0.90em;
	 line-height:120%;
	 margin-bottom:6px
}

/*
----- 
radioBox
ラジオ局の枠のところ
 -----
 */

.radioBox{
	width:400px; margin:0 10px 20px;
	float:left;
	text-align:center;
	background-color:#ffffff;
	 padding:15px;
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
-o-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
-ms-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.2);
	 
	}

	
	.radioFrequency{
font-weight:bold;
font-size:140%;
padding-left:20px;
}

.broadcastDate{ 
color:#009999;

padding:6px; 
background-color:#DFF0F4;
text-align:center;
margin:6px 0;
font-weight:bold; 
font-size:120%;
}
.radioBox table{ margin:0 auto}
.radioBox h4{ text-align:left; }


/* ----- pageTop ----- */
div.pageTop{
display: block;
clear: both;
width: 900px;
height: 40px;
position: relative;
}

div.pageTop a{
display: block;
width: 200px;
height: 35px;
position: absolute;
top:0px;
right:0px;
text-indent: -9999em;
background: url(../images/page_top.gif) no-repeat 0 0;
}

div.pageTop a:hover{background: url(../images/page_top.gif) no-repeat 0 -35px;}




/* ----- #footer ----- */

div#footer{
display: block;
clear: both;
background:#ffffff url(../images/footer_bg.gif) repeat-x left top;
height:80px;
width:100%;
padding-top:60px;
}

div#footer .contact{
padding-top:10px; font-size:0.9em;
}

div#footer address{
font-size:82%;
color: #666;
letter-spacing:0em;
margin-top:10px;

}



/*
--------------------
汎用CSS
--------------------
*/

.note{
font-size:90%;
letter-spacing:0em;
margin:0 0 0 12px
}





/*
--------------------
トップページ（index.html）で使用しているCSS
--------------------
*/


/* ----- #topBacknumber ----- */


#topBacknumber{ width:840px;display:block;
margin:20px 20px 30px 20px;
border:4px solid #fff;
padding:0
}


/* ----- .btnPamphlet ----- */

.btnPamphlet {
height:40px;
padding:20px 0;
background: url(../images/btn_pamphlet.jpg) no-repeat 0 0;
width:800px;
margin:0 auto 30px;
}

.btnPamphlet p{text-align:center;}

.btnPamphlet p a:link,
.btnPamphlet p a:visited{
color:#663E00;
text-decoration: underline;
}

.btnPamphlet p a:hover{
color:#FFF;
text-decoration:none;
}

/* ----- #radiostation ----- */

img.area-logo{ vertical-align:bottom}/*180315*/

.radioBox td{text-align: left;border-bottom: 1px dashed #ccc}/*180315*/



/*
--------------------
言語ページ（例：info_english.html）で使用しているCSS
--------------------
*/

/* ----- .backnumber ----- */
.btnInterview,
.backnumber{
clear:both;
background-color:#99CC33;
padding:12px 6px;  
width:90%; 
border:2px solid #fff; 
margin:20px auto;
text-align:center;
font-size:120%;
-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
-o-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
-ms-box-shadow:0px 0px 2px 2px rgba(0,0,0,0.1);
}


.btnInterview a:link,
.btnInterview a:visited,
.backnumber a:link,
.backnumber a:visited{
color:#FFF;
text-decoration: underline;
}
.btnInterview a:hover,
.backnumber a:hover{
text-decoration:none;
color: #336600;
}

/* ----- FONT ----- */

.fontSerif{font-family:Times New Roman,Times, serif;}


/*
--------------------
バックナンバー（backnumber.html）で使用しているCSSは
backnumber.cssにて設定しています。
--------------------
*/