/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
}

.clear {
	clear:both;
}

li {
	list-style:none
}

a {	
	color: #04856B;
	text-decoration: underline;
}

p { 
	margin:0;
	padding:0;
}

img {
	border:0;
	vertical-align: top;
}

div hr{
	display:none;
}

* html div {
	zoom: 1;
}

.fb {
	font-weight: bold;
	color: #DC0F00;
}


/*------------------------------
コンテンツ枠
------------------------------*/
#container {
	margin:0 auto;
	background: url(images/top_bg.jpg);
}

#visual {
	margin:0 auto;
	background: url(images/main_image.jpg) no-repeat center top;
	height: 660px;
}

#visual h1,
#visual .airtime {
	display: none;
}



/*------------------------------
メインコンテンツ枠
------------------------------*/
#main {
	margin: 0 auto;
	width: 900px;
	background: url(images/cont_bg.jpg) repeat-y center top;
}

#main .last {
	height: 970px;
}


/*------------------------------
番宣動画枠
------------------------------*/
.movie {
	margin: 0 auto 10px;
	padding-top: 30px;
	width: 640px;
}



/*------------------------------
スライダー
------------------------------*/
.slide {
	margin: 0 auto;
	padding: 10px 40px 70px;
	width: 760px;
}
