/* CSS Document */

body {
	background-image:none;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-size:12px;
	color: #FFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*コンテナ*/
#container {
	width:900px;
	height:auto;
	margin: 0 auto;
	background:#FFF;
	border:1px solid #666666;
	border-top:none;
	overflow:hidden;
	}
	
/*ヘッダー*/
#header {
	width:900px;
	height:56px;
	background-image:url(../img/header2.gif)
	}

.logo {
	width:231px;
	height:40px;
	display:block;
	padding:5px;
	float:left;
	
}

.event_h {
	width:204px;
	height:54px;
	display:block;
	float:left;
	margin-left:2px;
	margin-top:2px;
}

.art_h {
	width:402px;
	height:42px;
	display:block;
	float:left;
	margin-left:12px;
	margin-top:4px;
}

.reg {
	width:100px;
	height:20px;
	display:block;
	
}

/*チャンネルナビ*/
#chnavi {
	width:602px;
	height:43px;
	float:left;
	display:block;
	}

.ch00 {
	display:block;
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch00.gif);
	float:left;
	}

.ch01 {
	display:block;
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch01.gif);
	float:left;
	}

.ch02 {
	display:block;
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch02.gif);
	float:left;
	}

.ch03 {
	display:block;
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch03.gif);
	float:left;
	}

.ch04 {
	display:block;
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch04.gif);
	float:left;
	}

.ch05 {
	display:block;
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch05.gif);
	float:left;
	}
	
.ch06 {
	display:block;
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch06.gif);
	float:left;
	}

.ch07 {
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch07.gif);
	float:left;
	}

.ch08 {
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch08.gif);
	float:left;
	}

.ch09 {
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch09.gif);
	float:left;
	}

.ch10 {
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch10.gif);
	float:left;
	}

.ch11 {
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch11.gif);
	float:left;	
	}

.ch12 {
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch12.gif);
	float:left;
	}

.ch13 {
	width:43px;
	height:43px;
	background-image:url(../img/ch/ch13.gif);
	float:left;
	}

/*チャンネルナビ　マウスオーバー時*/
.ch00:hover { background-position:bottom; }
.ch01:hover { background-position:bottom; }
.ch02:hover { background-position:bottom; }
.ch03:hover { background-position:bottom; }
.ch04:hover { background-position:bottom; }
.ch05:hover { background-position:bottom; }
.ch06:hover { background-position:bottom; }
.ch07:hover { background-position:bottom; }
.ch08:hover { background-position:bottom; }
.ch09:hover { background-position:bottom; }
.ch10:hover { background-position:bottom; }
.ch11:hover { background-position:bottom; }
.ch12:hover { background-position:bottom; }
.ch13:hover { background-position:bottom; }

	
/*右上メニュー*/
#chnavi2 {
	width:298px;
	height:43px;
	float:right;
	}

.h_menu1 {
	display:block;
	width:108px;
	height:24px;
	float:left;
	background-image:url(../img/ch/menu01.gif);
	}
	
.h_menu2 {
	display:block;
	width:85px;
	height:24px;
	float:left;
	background-image:url(../img/ch/menu02.gif);
	}

.h_menu3 {
	display:block;
	width:105px;
	height:24px;
	float:left;
	background-image:url(../img/ch/menu03.gif);
	}

.h_menu4 {
	display:block;
	width:219px;
	height:19px;
	float:left;
	background-image:url(../img/ch/menu04.gif);
	}

.h_menu5 {
	display:block;
	width:79px;
	height:19px;
	float:left;
	background-image:url(../img/ch/menu05.gif);
	}
	
/*詳細はこちらアイコン*/
a.shousai {
	width:80px;
	height:20px;
	display:block;
	background:url(../img/shousai_icon.gif) no-repeat;
	float:right;
	}

a.shousai:hover {
	background-position:bottom;
	}
	
a.shousai2 {
	width:80px;
	height:20px;
	display:block;
	background:url(../img/shousai_icon.gif) no-repeat;
	position:relative;
	top:80px;
	left:500px;
	}

a.shousai2:hover {
	background-position:bottom;
	}

a.dummy_photo {
	width:80px;
	height:57px;
	display:block;
	background:url(../img/dummy_photo.gif) no-repeat;
	position:relative;
	top:25px;
	left:9px;
	}
a.dummy_photo:hover{background:url(../img/dummy_photo_h.gif) no-repeat;}
	
/*右上メニューマウスオーバー時*/
.h_menu1:hover { background-position:bottom; }
.h_menu2:hover { background-position:bottom; }
.h_menu3:hover { background-position:bottom; }
.h_menu4:hover { background-position:bottom; }
.h_menu5:hover { background-position:bottom; }


/*ラッパー*/
#wrapper {
	width:900px;
	display:block;
	}

/*フッター*/

#footer {
	text-align: center;
	background:url(../img/footer2.jpg);
	width: 900px;
	height:105px;
	color: #000;
	clear:both;	
}

#footer ul {
	margin:0;
	padding:0;
	}
	
#footer ul li {
	margin:0;
	padding:0;
	}

#footer ul {
	padding-top:40px;
	font-size: x-small;
}

#footer li {
	display: inline;
	margin:0;
	padding:0;
}

#footer li a {
	color:#333;
	text-decoration:none;
	}
		
#footer li a:hover{
	text-decoration: none;
	border-bottom:1px dotted;
	color:#CC0099;
}		
		
#footer address {
	text-align: right;
	font-style: normal;
	font-size: small;
	margin-right:2.5em;
	margin-top:0px;
	text-decoration: none;
	color:#333;
}

#footer address a {
	color:#333;
	}
	
.a_color1 {color:#FFCC00;}
.a_color1:hover {color:#FF0000;}
.a_color2 {color:#FF0000;}
.a_color2:hover {color:#FFCC00;}
.a_color3 {color:#993300;}
.a_color3:hover {color:#FF0033;}
.a_color4 {color:#00CCFF;}
.a_color4:hover {color:#CC00CC;}
.a_color5 {color:#FFFFFF;}
.a_color5:hover {color:#FF0000;}
.a_color6 {color:#000099;}
.a_color6:hover {background:#CCCCCC}
