@charset "UTF-8";
/* CSS Document */
html{
	background: #d7f0fd;}
body{
	background: url(../img/back.jpg) repeat-x;
}

a{ overflow: hidden;
	outline: none;
}

#topics ul,
#whatsNew ul{
	overflow: scroll;
	overflow-x: hidden;
	background:#FFFFFF;
	border-top: 1px solid #999;	
	/*1行////////////////////////////////////////////*/
	padding:10px;
	
	
	/*2行////////////////////////////////////////////
	padding: 5px;*/
	line-height: 180%;
}

#whatsNew a,
#whatsNew a:visited
{
	color: #3399ff;
}

#topics ul{
	padding-top: 15px;
	/*/TOPICSが3行になったら↓2行を表示////////////////////////////////////////////
	padding-top: 5px;
	padding-bottom: 20px;*/
}
#topics li,
#topics a,
#topics a:visited
{
	color: #ff0000;
	font-size: 140%;
	/*↑TOPICSの文字サイズ変えたい時はここ////////////////////////////////////////////*/
	font-weight: bold;
	text-decoration: none;
}

#topics a:hover{
	color:#FF9900;
}

#topics a:hover,
#whatsNew a:hover{
	text-decoration: none;
}
	

#bodyBg{
	background:url(../img/main_back.jpg) no-repeat;
	background-position: center top;
}
#contents{
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

#flashBox{
	position: absolute;
	top: 0;
	left: 0;
}

#mainFlash{ margin-top: 5px;}

#index{
	width: 780px;
	height: 600px;
	position: relative;
}


#topics{
	position: relative;
	background:url(../img/topics_back.jpg) no-repeat;
	top: 620px;
	height: 85px;
	width: 620px;
	padding: 5px 0 5px 160px;
}

#topics ul{
	width: 469px;
	height: 55px;
}

#whatsNew{
	position: relative;
	background:url(../img/news_back.jpg) no-repeat;
	top: 630px;
	width: 620px;
	height: 178px;
	padding: 5px 0px 5px 160px;
}

#whatsNew ul{
	width: 469px;
	height: 155px;
}

#whatsNew ul li{
	list-style: disc;
	margin-left: 15px;
}

#banner{
	position: absolute;
	top: 290px;
}

ul#bannerArea{
	position: relative;
	left: 800px;
	width: 160px;
	top: 340px;
}

ul#bannerArea li{
	height: 49px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}

ul#bannerArea li#umino{
	background:url(../img/banner_umino.gif);
}

ul#bannerArea li#eden{
	background:url(../img/banner_eden.gif) no-repeat;
}

ul#bannerArea li a{
	display: block;
	height: 49px;
	width: 160px;
	text-indent: -99999px;
}

ul#bannerArea li#comics{
	background:url(../img/newcomic.gif) no-repeat;
	width: 158px;
	height: 222px;
}

ul#bannerArea li#comics a{
	border: 1px solid #999;
	height: 221px;
	width: 156px;
}

p#copyRight{
	display: block;
	font-size: 78%;
	width: 960px;
	text-align:center;
	position: relative;
	top: 638px;
	z-index: -5;
}



