@charset "UTF-8";

@import url("common.css");
@import url("menu.css");
@import url("layout.css");
@import url("line.css");

/* -------------------contents------------------ */

#contents{
	width:960px;
	margin:0px 0px 0px 20px;
	float:left;
}

#index_main{
	width:960px;
	height:60px;
	margin-bottom:20px;
	background:url(../img/index_main.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

#index_tit_01{
	width:960px;
	height:40px;
	background:url(../img/index_tit_01.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

#index_box_01{
	width:918px;
	padding:10px 20px 20px 20px;
	margin-bottom:20px;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
	background-color:#fff;
	font-size:1.2em;
	float:left;
}

#index_box_01 .bb{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:#666 1px solid;
}

#index_box_01 td{
	padding:5px;
}

.ans{
	color:#ff9900;
	font-weight:bold;
}

#index_tit_02{
	width:960px;
	height:40px;
	background:url(../img/index_tit_02.gif) no-repeat;
	text-indent:-9999px;
	float:left;
}

#index_box_02{
	width:918px;
	padding:10px 20px 20px 20px;
	margin-bottom:20px;
	border-left:#999 1px solid;
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
	background-color:#fff;
	font-size:1.2em;
	float:left;
}

#index_box_02 .bb{
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:#666 1px solid;
}

#index_box_02 td{
	padding:5px;
}
