
a, a:hover {
	text-decoration:none;
}



#container header {
	min-width: 1100px;
	height: 136px;
	background: #000fa0;
	color: #fff;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}


#container header .inner h1 {
	padding-top: 36px;
	font-size: 4em; 
}

#container header .inner p {
	padding-top: 2px;
	font-size: 1.2em;
}

#container #header-ttl {
	float: left;
}

#container #header-ad {
	margin-top: 27px;
	float: right;
}

/* フォントサイズ設定 */

#streeming p {
	font-size: 1.4em;
}

#detail p {
	font-size: 1.4em;
}


/* 放送局一覧 */

#station {
	margin: 30px 0;
}


#station article {
	width: 516px;
	height: 120px;
	margin: 0 15px 15px 0;
	padding: 13px;
	background: #f3f7f8;
	float: left;
}

#station article.rightside {
	margin: 0 0 15px 0;
}

#station dt {
	height: 100%;
	float: left;
	margin-right: 15px;
}

#station dd p.name {
	padding-top: 15px;
	font-size: 1.6em;
	color: #008aff;
}

#station dd p.belong {
	padding-top: 0px;
	font-size: 1em;
}

#station dd p.cmt {
	padding-top: 5px;
	font-size: 1.2em;
}


