@charset "utf-8";
#contents h2 {
	background-image: url(../../img/info/c_top.jpg);
	background-repeat: no-repeat;
	width: 849px;
	height: 100px;
	text-indent: -9999px;
}
#contents .contents_box {
	background-image: url(../../img/contact/contents_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 14px;
	padding-top: 30px;
}
.contents_box p {
	line-height: 150%;
	color: #333333;
	margin-top: 10px;
	margin-left: 20px;
}

.contents_box h3 {
	display: block;
	color: #00a69a;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.contents_box h4 {
	text-align: center;
	color: #6900a3;
	font-size: 16px;
	margin-bottom: 10px;
}

.contents_box a {
	color: #6900a3;
}
.contents_box a:hover {
	color: #6900a3;
	text-decoration: underline;
}

.contents_box table {
	margin-top: 10px;
	text-align: center;
	color: #6900a3;
	margin-right: auto;
	margin-left: auto;
}
.contents_box .table_box {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 50px;
}

.contents_box th {
	background-image: url(../../img/txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00A69A;
	text-align: left;
	font-weight: normal;
}
.contents_box td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
	font-weight: normal;
}
dl {
	font-size: 15px;
	color: #6900a3;
	margin-bottom: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	width: 849px;
}
.contents_box .blog_txt {
	text-align: left;
	border: 1px solid #00a69a;
	padding: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
	overflow: auto;
	line-height: 150%;
}
.contents_box .blog_txt p {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	color: #333333;
}

dt {
	width: 150px;
	float: left;
	background-image: url(../../img/txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-right: 10px;
	text-align: left;
	display: block;
}
dd {
	float: left;
	text-align: left;
	display: block;
}
