@charset "utf-8";

body {
	background: url(../images/background.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
}a:link {
	color: #33CCFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999966;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #30308F;
}


#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: #FFFFFF;
}

/*ヘッダー部分*/
#header {
	height: 94px;
	width: 850px;
	border-bottom: 10px solid #33CCFF;
	background: url(../images/maincontents_back.gif);
}

#header h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#header img {
	border: none;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;


}


#header li {
	list-style: none;
	float: left;
}

#header #headerList {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 30px;
	padding-left: 30px;
}


#header ul#headerList li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 84px;
	height: 28px;
}


   
#header ul#headerList li.home a {   
    background: url(../images/menu_home.gif) right top no-repeat; 
}   


#header ul#headerList li.news a {   
    background: url(../images/menu_news.gif) right top no-repeat; 
}   

#header ul#headerList li.tester a {   
    background: url(../images/menu_tester.gif) right top no-repeat; 
}

#header ul#headerList li.kidssession a {   
    background: url(../images/menu_kidssession.gif) right top no-repeat; 
}

#header ul#headerList li.ck4tv a {   
    background: url(../images/menu_ck4tv.gif) right top no-repeat; 
}   

#header ul#headerList li.shop a {   
    background: url(../images/menu_shop.gif) right top no-repeat; 
} 

#header ul#headerList li.links a {   
    background: url(../images/menu_links.gif) right top no-repeat; 
}

#header ul#headerList li.contact a {   
    background: url(../images/menu_contact.gif) right top no-repeat; 
}   
   
#header ul#headerList li a:hover {   
    background-position: left top;   
}  



#container #contents #infomation img {
	border-style: none;
}
/*↑ヘッダー部分ここまで↑*/


/*フッダー部分*/
#container #footer address {
	font-style: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background: #33CCFF;
	text-align: right;
	font-weight: bold;
}



