/*--------------↓↓↓共通スタイル↓↓↓-----------------*/
.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;
}

/*--------------↓↓↓右側メインコンテンツ部分↓↓↓-----------------*/
#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:5px;
	margin-left:13px;
	margin-bottom:10px;
}
#txt_box a{
	color:#000000;
	text-decoration:none;
}
#txt_box a:hover{
	color:#ff0000;
}

#txt_box h2{
	width:535px;
	color:#000000;
	font-size:95%;
	font-weight:600;
	margin-top:25px;
	margin-left:25px;
	margin-bottom:15px;
	padding-left:5px;
	border-left:5px solid #000000;
	border-bottom:1px solid #000000;
}
#txt_box h3{
	color:#000000;
	font-size:80%;
	font-weight:600;
	margin-left:50px;
	margin-bottom:10px;
}
#txt_box p{
	color:#000000;
	font-size:75%;
	margin-left:70px;
	margin-bottom:5px;
	line-height:150%;
}

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