@CHARSET "UTF-8";

/* CSS Document */

/**************** 
 * 目次
 * 1.全体
 * 2.エントランス
 * 3.下部テキスト
 * 4.相互バナー
 * 5.フッター
 ***************/


/*** 1.全体 ***/
.clear{ clear:both;}
body#index {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	letter-spacing: 0;
	font-size:12px;
	text-align:left;
	margin:0 auto;
	width:100%;
	background-color:#050505;
}
#header{
	width:100%;
	color:#FFFFFF;
	line-height:24px;
	background: url(../images/index/h1_bg.gif) repeat-x;
	positon:relative;
	height:24px;
}
#header h1{
	width:980px;
	margin:0 auto;
	color:#ffffff;
}
#header h1 .opening{
	float:left;
	font-size:10px;
}
#header h1 a{
	float:right;
	color:#000000;
	text-decoration:none;
}
#index_bg{
	background: url(../images/index/bg.jpg) no-repeat center top;
	height:586px;
}
#index_bg #enter_contents{
	width:980px;
	margin:0 auto;
	height:586px;
	position:relative;
}
#index_bg #enter_contents #entrance{
	position:absolute;
	top:520px;
	left:680px;
	width:300px;
}
#entrance li.enter{
	float:left;
}
#entrance li.exit{
	float:right;
}
#index_bottom{
	width:100%;
	height:40px;
	background: url(../images/index/bottom_line.gif) repeat-x;
}
#index_bottom p{
	width:980px;
	margin:0 auto;
	color:#ffffff;
	padding-top:10px;
	text-align:right;
}
#index_bottom p a{
	color:#ff0000;
}
.undertext1 {
	width: 880px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 100px;
	_width: 980px;
}
.undertext1 p {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
}
.undertext2 {
	width: 880px;
	padding-left: 100px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom:240px;
}
.undertext2 p {
	color: #ffffff;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
}
.undertext2 p .pink {
	color: #FF0000;
	font-weight: bold;
}
.banner_size {
	width: 900px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: left;
}
.banner_size .left_box {
	width: 600px;
	float: left;
	color: #ff00ff;
}
.banner_size .left_box .purple {
	color: #FF0000;
}
.banner_size .left_box li img {
	margin-bottom: 4px;
}
.banner_size .blog_zone {
	float: left;
	width: 250px;
	height: 335px;
	margin-left: 50px;
	_margin-left: -25px;
}
.banner_size .blog_zone h2 {
	width: 250px;
	height: 30px;
	margin-bottom: 5px;
}
.banner_size .blog_zone .area {
	width: 250px;
	height: 300px;
}
.banner_size .blog_zone .area .area_box {
	width: 250px;
	height: 280px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	top: 10px;
}
.banner_size .blog_zone .area .area_box .blog_box {
	width: 220px;
	height: 40px;
	margin-bottom: 10px;
}
.banner_size .blog_zone .area .area_box .blog_box .icon {
	width: 30px;
	height: 30px;
	float: left;
}
.banner_size .blog_zone .area .area_box .blog_box .name {
	float: left;
	font-size: 14px;
	width: 190px;
}
.banner_size .blog_zone .area .area_box .blog_box .title {
	font-size: 14px;
	width: 190px;
	float: left;
	}

.banner_size .blog_zone .area .area_box .blog_box .title a {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
}
#banner468{
	width:956px;
	margin:0 auto;
}
#banner468 li{
	width:468px;
/*
	height:60px;
*/
	float:left;
	margin:4px;
}
#banner468 li a{
	color:#ff0000;
}
#banner_top {
	margin: 0 auto;
	width: 800px;
	clear: both;
}
#banner_top li {
	width: 200px;
	height: 40px;
	float: left;
}
#banner_under {
	clear: both;
	margin: 0 auto;
	width: 616px;
	padding-bottom: 100px;
}
#banner_under li {
	width: 88px;
	height: 31px;
	float: left;
}
#index_footer {
	clear: both;
	background: url("../images/index_footer.png") repeat-x;
	height: 80px;
}
#index_footer .text_menu {
	margin: 0 auto;
	line-height: 30px;
	text-align: center;
	padding-top: 16px;
	width: 980px;
	color: #ff339a;
	font-size: 9px;
}
#index_footer .text_menu a {
	color: #ff339a;
	font-size: 11px;
	line-height: 40px;
	padding: 0 4px;
	text-decoration: none;
}
#index_footer .text_menu a:hover {
	text-decoration: underline;
}
.idx{
	text-align:center;
}
.idx a{
	color:#ffffff;
}
.copyrights {
	width: 980px;
	font-size: 11px;
	margin: 0 auto;
}
.copyrights p {
	text-align: right;
	color: #ff339a;
	font-size: 11px;
}
