@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-text-size-adjust: 100%;
}
body {
	background:#ff0010 url(../img/bg_site.png) top center no-repeat;
	color: #727272;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.55em;
	margin:0px;
	padding:0px;
	min-width: 1180px;
}
/* 
-------------------*/

img {
	border:0;
}
a:link {
	color: #313131;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color: #313131;
}
a:hover {
	opacity:0.8;
}

.clear {
	clear:both;
	height:0px;
}
/*レイアウト
-------------------*/

#wrapper {
	width: 100%;
	height:auto;
	margin:0 auto 10px;
}

#content {
	width: 900px;
	height:auto;
	padding-bottom:20px;
	margin:0 auto 10px;
}




/*ヘッダー
-------------------*/


#header {
	width: 100%;
	height:200px;
	margin: 90px auto 80px;
}
h1 {
	background: url(../img/title.png) no-repeat;
	width: 900px;
	height: 200px;
	text-indent:-9999px;
 display: block;
	margin: 0 auto 0;
}


#header a.joqrLogo {
	background: url(../img/logo_joqr.png) no-repeat;
	width: 126px;
	height: 50px;
	text-indent:-9999px;
	display: block;
	z-index:1000;
	margin: 0 auto;
}
#header a.joqrLogo:hover {
	opacity:0.7;
}



/*　概要
-------------------*/
#summary {
	box-shadow: 2px 5px 20px 0 rgba(0,0,0,0.3);
	background: #fff;
	width: 900px ;
	margin: 0px auto 20px;
	padding: 0;
	}

#summary h3 {
	width:100%;
	color:#c79d31;
	font-size: 2rem;
	line-height: 2em;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 20px 0;
}

#summary p {
	background: #f5f3f2;
	width:100%;
	color: #727272;
 font-size: 1.35rem;
	line-height: 1.95em;
	letter-spacing: 0.1em;
	text-align: center;
 padding: 25px 0;
}

#summary ul#station {
	width: 840px;
	margin: 0 auto;
	padding: 20px 0 25px;
	font-size: 0px;
}
#summary ul#station li  {
	width: 120px;
	height: 45px;
	text-indent:-9999px;
	display: inline-block;
}
#summary ul#station li a {
	width: 120px;
	height: 45px;
	display: block;
}
#summary ul#station li a.tbs {
		background: url(../img/station_tbs.png) center no-repeat;
}
#summary ul#station li a.joqr {
		background: url(../img/station_joqr.png) center no-repeat;
}
#summary ul#station li a.nippon {
		background: url(../img/station_nippon.png) center no-repeat;
}
#summary ul#station li a.jorf {
		background: url(../img/station_jorf.png) center no-repeat;
}
#summary ul#station li a.yokohama {
		background: url(../img/station_yokohama.png) center no-repeat;
}
#summary ul#station li a.nack5 {
		background: url(../img/station_nack5.png) center no-repeat;
}
#summary ul#station li a.bayfm {
		background: url(../img/station_bayfm.png) center no-repeat;
}









/* トップへ戻る
--------------------------------*/
#pageTop {
	width: 44px;
	height: 60px;
	text-indent: -9999px;
	bottom: 40px;
	right: 40px;
	position: fixed;
}
#pageTop {
	background-image: url(../img/pagetop.png);
}

/* footer
--------------------------------*/
#footer {
	width: 100%;
	color: #fff;
	font-size: 1.25rem;
	font-family:Verdana;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 margin: 15px auto;
}


/* プリントアウト用
--------------------------------*/

@media print {
.contents {
 margin: 0 auto 10px;
}
#navi04 {
 page-break-before: always;
}
#pageTop, #footer {
 display:none;
}
}
