/*--------------↓↓↓共通スタイル↓↓↓-----------------*/
.style01{
	font-size:110%;
	font-weight:600;
}
.style02{
	font-size:80%;
	line-height:160%;
}
.style03{
	font-size:80%;
	line-height:160%;
	margin-left:40px;
}
.style04{
	font-size:85%;
	font-weight:500;
}
.style05{
	font-size:75%;
	font-weight:500;
	color:#000000;
}

/*--------------↓↓↓右側メインコンテンツ部分↓↓↓-----------------*/
#main_box{
	clear:both;
	position:absolute;	
	top:90px;
	left:166px;
	width:634px;
	background-color:#ffffff;
}
#title_box{
	width:599px;
	height:38px;
	margin-top:15px;
	margin-left:17px;
}
#txt_box{
	width:599px;
	margin-top:20px;
	margin-left:13px;
	margin-bottom:10px;
}
#txt_box h2{
	color:#000000;
	font-size:105%;
	font-weight:600;
	margin-left:15px;
	margin-bottom:10px;
}
#txt_box h3{
	color:#009900;
	font-size:100%;
	font-weight:700;
	margin-left:5px;
	margin-bottom:10px;
	line-height:130%;
}
#txt_box hr{
	width:550px;
	margin-top:30px;
	margin-left:25px;
	margin-bottom:30px;
}
#recitable01{
	width:540px;
	margin-top:40px;
	margin-left:30px;
	margin-bottom:10px;
}
#recitable02{
	width:540px;
	margin-top:10px;
	margin-left:30px;
	margin-bottom:10px;
}
#cell01{
	vertical-align:top;
	padding-left:15px;
	padding-right:15px;
}
#cell01 p{
	vertical-align:top;
	color:#000000;
	font-size:80%;
	line-height:150%;
}
#cell01 a{
	cursor:pointer;
	color:#009900;
	text-decoration:underline;
}
#cell01 a:link,#cell01 a:visited{
	color:#009900;
}
#cell01 a:hover{
	color:#ff0000;
}
#cell02{
	text-align:center;
	vertical-align:top;
}

/*--------------↓↓↓フッター部分↓↓↓-----------------*/
#foot_box{
	clear:both;
	width:628px;
	overflow:hidden;
	text-align:center;
	margin-bottom:5px;
}
#copy{
	color:#000000;
	font-size:80%;
}


