@charset "utf-8";

/*----------------------------------------------------
	index.html
----------------------------------------------------*/

/*-- Flash --*/

.Indeximg{
	margin:0 auto;
	text-align:center;
	height:300px;
}

#attention{
	margin:0 auto 0 auto;
	width:940px;
	height:300px;
	}

#attention .inner{
	background:url(../images/noflash_bg.png) no-repeat 0 0;
	padding-top:50px;
	height:250px;}

/*-- レイアウト --*/

#MainCont-Index{
	width:940px;
	margin:0 auto;
	padding:10px 0 15px;
	text-align:left;
}

#Alpha-Index{
	width:730px;
	float:left;
}

#MainCont-Index #Beta{
	float:right;
}

/*-- カテゴリ紹介 --*/

.IndexCont{
	width:730px;
	background:url(../images/cate_bg.png) repeat-y center;
	zoom:1;

}
.IndexCont h2{
	float:left;
	margin-bottom: 3px;
}
.IndexContBox{
	width:720px ;
	padding:0 5px;
}

.IndexContBox-in{
/* ------------------------------ 110627 UPDATE START */
/*	width:180px;*/
	width:240px;
/* ------------------------------ 110627 UPDATE END */
	float:left;
}

.IndexContBox-in p{
	margin:0 15px 5px;
}

.IndexContBtn{
/* ------------------------------ 110602 UPDATE START */
/*	width:160px;*/
	width:220px;
/* ------------------------------ 110602 UPDATE END */
	display:inline;
	float:left;
	text-align:center;
	padding-bottom:10px;
	border-bottom: 1px solid #DDEDEC;
	margin:5px 10px 10px;
}


.IndexContBtn02{
/* ------------------------------ 110602 UPDATE START */
/*	width:150px;*/
	width:210px;
/* ------------------------------ 110602 UPDATE END */
	float:left;
	text-align:center;
	padding:0 15px;
}



/*-- 新着情報 --*/

.NewsCont{
	width:730px;
	margin-top:5px;
	background:url(../images/news_bg.png) repeat-y center;
}

.NewsList{
	margin:8px 20px;
	overflow:auto;
	height:242px;
	width:690px;
}

.NewsList li{
	background:url(../images/newsl_bg.gif) repeat-x left 2px;
	padding:10px 0;
	
}
.NewsList li a,
.NewsList li a:link,
.NewsList li a:visited{
	background:url(../images/news_icon.gif) no-repeat 4px 6px;
	padding-left:22px;
	display:block;
}


