@charset "UTF-8";
/* CSS Document */

#mainContent  {
	float: left;
	width: 670px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat;
} 
.contents_center  {
	width: 640px;
	margin-left: 15px;
}
.contents_center .top_tittle    {
	margin-top: 10px;
}
.contents_center .box01 {
	background-image: url(../images/line_y.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	clear: both;
}


.contents_center .box01 .img01 {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
.contents_center .box01 .img02 {
	width: 187px;
	margin-left: 20px;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
.contents_center .box01 .text01 {
	margin-top: 20px;
	width: 530px;
	margin-left: 50px;
	margin-bottom: 40px;
	clear: both;
}
.contents_center .box01 .text02 {
	float: left;
	margin-top: 16px;
	width: 340px;
	margin-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6ac5d3;
	padding-bottom: 4px;
}
.contents_center .box01 .text03 {
	margin-left: 52px;
	width: 444px;
	margin-bottom: 30px;
}
.contents_center .box01 .text_link {
	clear: both;
	margin-left: 500px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #f08748;
}
.profile {
	margin-left: 52px;
	line-height: 2em;
	margin-bottom: 30px;
}
.next {
	margin-left: 200px;
	margin-bottom: 4px;
}
.contents_center .underline  {
	width: 640px;
	height: 10px;
	background-image: url(../images/line_x.gif);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	background-position: center;
}


/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
