@charset "utf-8";

/*-------------------------------------
notice 2011.3.22
---------------------------------------*/
div.notice {
	margin-bottom:30px;
	padding:0 10px;
}
div.notice p{
	line-height:1.6;
	margin:0 10px 0 170px;
	width:550px;
	text-align:left;
}
div.notice h3{
	width:880px;
	text-align:center;
	font-weight:bold;
	padding:20px 0 10px;
}
.t_border{border-top:2px solid #ddd; padding-top:10px; margin-top:30px;}

h3.notice{
	width:880px;
	font-size:1.3em;
	text-align:center;
	font-weight:bold;
	padding:0 0 20px 10px;
}
h2.btm_zero{
	margin:5px;
}
.info_index{
	background-color:#f5f5f5;
	border:1px solid #555;
}
.info_head{
	background-color:#fff;
	padding:10px;
}
.info_head h1{
	font-size:1.7em;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.info_list .box{
	border-top:1px dotted #555;
}
.info_list .box h3{
	font-weight:bold;
	fint-size:1.3em;
	padding:10px;
}
.info_list .box ul{
	background-color:#fff;
	padding:10px;
}
.info_list .box li{
	display:box;
	margin:10px 0;
	border-top:1px dotted #ccc;
	padding-top:10px;
}
.info_list .box li.top{
	margin-top:0;
	border-top:none;
}
.info_list .box li ol{
	list-style-type:decimal;
}
.info_list .box li ol li{
	margin:0;
	border-top:none;
	padding-top:5px;
	text-indent:-1em;
	padding-left:1em;
}