@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページのスタイル
=================================================================== */
/* ==========================================================
	事前登録ボタン
========================================================== */
.bnr_entry {
	background-color: #fff;
	padding: 16px 0;
}

/* ==========================================================
	Flash
========================================================== */
#flashArea{
	height:639px;
	margin:auto;
}

/* main
========================================================== */
#main_wrap{
	background:url(/link/images/top/bg_main.jpg) top left repeat-x;;
	height:639px;
}
#main{
	height:639px;
	margin:auto;
	text-align:center;
}
#main_nf{
	background:url(/link/images/top/main_wrap.jpg) top center no-repeat;
	height:639px;
	margin:auto;
	text-align:center;
}
#main_nf img{
	vertical-align:bottom;
}
#main img{
	vertical-align:bottom;
}


/* newsArea
---------------------------------------------------------- */

.newsArea{
	height:30px;
	padding:23px 38px 9px 158px;
	background:url(/link/images/top/bg_topics.jpg) top left no-repeat;
}
.newsArea ul{
	width:692px;
	padding:7px 0 0 0;
}

.newsArea p{
	float:right;
}
.newsArea li span{
	color:#ac3900;
}

.newsArea a{
	color:#805201;
	text-decoration:underline;
}
.newsArea a:link {
	font-weight:bold;
}
.newsArea a:visited {
}
.newsArea a:hover {
	color:#52a9a5;
}




/*------xxxxxx*/
.img_bg{
	background:url(/link/images/top/main_wrap.jpg) top center no-repeat;
}