@charset "UTF-8";


/* ■■index■■
---------------------------------------------*/

#top_imgbox{
	width:800px;
	height:405px;
	margin-bottom:3px;
	background:url(../img/top_img.jpg) no-repeat;
	text-indent:-9999px;
}

.top_rightbox{
	width:540px;
}

.top_rightbox p.align_r a{
	padding-right:20px;
}

.top_leftbox{
	width:220px;
}

.top_leftbox p.align_r a{
	padding-right:10px;
}

.top_leftbox img{
	display:block;
	margin:0 auto;
}

p.align_r{
	text-align:right;
}

p.align_r img{
	display:block;
	margin:10px auto 2px;
}

a.indent_m{
	padding-left:15px;
	background:url(../img/indent_m.gif) no-repeat left center;
	font-size:11px;
	color:#C40000;
	text-decoration:none;
}

a.indent_m:hover{
	text-decoration:underline;
}

p.column_text{
	width:490px;
	margin:0 auto;
	padding:0 5px 0 20px;
	font-size:12px;
	line-height:1.4;
}


.column1{
	width:540px;
	margin:0 auto 25px;
}

.column1 h2{
	width:536px;
	height:44px;
	margin:0 auto 10px;
	background:url(../img/top_column1_title.jpg) no-repeat;
	text-indent:-9999px;
}

.column2{
	width:540px;
	margin:0 auto 25px;
}

.column2 h2{
	width:536px;
	height:44px;
	margin:0 auto 10px;
	background:url(../img/top_column2_title.jpg) no-repeat;
	text-indent:-9999px;
}

ul.privilege_navi{
	width:500px;
	margin:10px 0 0 28px;
}

ul.privilege_navi li{
	float:left;
}

ul.privilege_navi a{
	display:block;
	margin:0 10px 10px 0;
}

ul.privilege_navi a:hover img{
	opacity:0.8;
}

.column3{
	width:540px;
	margin:0 auto 25px;
}

.column3 h2{
	width:536px;
	height:44px;
	margin:0 auto 10px;
	background:url(../img/top_column3_title.jpg) no-repeat;
	text-indent:-9999px;
}

.news_box{
	width:202px;
	margin:10px auto;
	padding:5px 0;
	border:solid 1px #ccc;
}

.news_box h3{
	width:190px;
	height:29px;
	margin:0 auto 5px;
	background:url(../img/top_news_title.jpg) no-repeat;
	text-indent:-9999px;
}

.news_box dl{
	width:185px;
	margin:0 auto;
}

.news_box dt{
	padding-left:13px;
	background:url(../img/indent_s.gif) no-repeat left center;
}

.news_box dd{
	margin-bottom:2px;
	padding-bottom:5px;
	border-bottom:dashed 1px #ccc;
	font-size:11px;
	line-height:1.2;
}

.news_box dd.list_end{
	border:none;
}


