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

a{ overflow: hidden;
	outline: none;
}

#contents{
	width: 960px;
	height: auto;
	margin: 0 auto;
}

#leftArea{
	float: left;
	width: 800px;
}

#rightArea{
	width: 160px;
	float: left;
}


#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;
	font-size: 100%;
	/*↑TOPICSの文字サイズ変えたい時はここ////////////////////////////////////////////*/
}
#topics li{
	line-height: 140%;
	list-style: disc;
	margin-left: 15px;
	margin-bottom:  2px;
}

#topics li,
#topics a,
#topics a:visited
{
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

#topics a.even{
 color: #FF3399;

}

#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;
}

#flashBox{
}

#mainFlash{ margin-top: 5px;}

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


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

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

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

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

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

#banner{
}

ul#bannerArea{
	width: 160px;
}

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;
	margin-top: 18px;
}

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;
	z-index: 2;
	clear: both;
}


img { -ms-interpolation-mode: bicubic; }

.zoff{
	margin-top: 20px;
	display: block;
}

.genga{
	margin-top: 20px;
	display: block;
}

.facebook{
	margin: 10px 0;
	display: block;
}

