@charset "utf-8";

#content01 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: auto;
	width: 730px;
	float: left;
}
#content02 {
	width: 270px;
	float: left;
	height: auto;
	padding-top: 40px;
	bottom: 10px;
}


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
.content_left {
	float: left;
	margin-left: 60px;
	background-image: url(../images/index_tittle.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 650px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 30px;
	text-indent: 40px;
	margin-bottom: 0px;
	margin-top: 30px;
}
.content_left_txt {
	float: left;
	margin-left: 60px;
	height: auto;
	width: 618px;
	font-size: 14px;
	line-height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
	margin-top: 0px;
	padding: 15px;
}
.content_left_txt2 {
	float: left;
	margin-left: 60px;
	height: auto;
	width: 618px;
	font-size: 14px;
	line-height: 20px;
	margin-top: 0px;
	padding: 15px;
	border: 1px solid #DBDBDB;
}
.content_right {
	width: 200px;
	float: right;
	margin-right: 60px;
	margin-top: 0px;
}
.right {
	float: right;
}
