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

/*
==========================================================
各コンテンツ共通
==========================================================
*/

#title h3 {
width: 880px;
padding: 0px;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
height: 100px;
background-image: url(../group/image/h3.jpg);
}

#main {
width: 660px;
margin: 0px;
padding: 0px;
float: left;
}

#main h4 {
	padding: 0px;
	height: 35px;
	width: 660px;
	background-image: url(../common_image/h4.jpg);
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.group {
	padding: 0px;
	height: 266px;
	width: 660px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#main dl {
	padding: 0px;
	width: 660px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#main dt {
	margin: 0px;
	float: left;
	width: 220px;
	border-left-width: 2px;
	border-left-style: double;
	border-left-color: #032672;
	font-size: 14px;
	font-weight: bold;
	color: #032672;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 50px;
}
#main dd {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	float: right;
	width: 420px;
	margin: 0px;
	padding: 0px;
}
#main p {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}
