@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	margin-bottom: 13px;
}

#main {
	width: 981px;
	background: none;
}

.mainImg {
	text-align: center;
	margin-bottom: 25px;
}

#conts {
	padding-top: 0;
	width: 713px;
	overflow: hidden;
	background: none;
}

#sideBar {
	margin-right: 3px;
	padding-top: 4px;
	width: 247px;
	display: inline;
}

#conts .column {
	width: 759px;
	margin-left: 5px;
}

#conts .column .family {
	padding: 24px 0 0 0;
	width: 253px;
	float: left;
	background: url(../img/index/family_top.png) no-repeat left top;
}

#conts .column .family .inner {
	background: url(../img/index/family_btm.png) no-repeat left bottom;
}

#conts .column .female {
	margin-left: -25px;
	position: relative;
	padding: 24px 0 0 0;
	width: 253px;
	float: left;
	background: url(../img/index/female_top.png) no-repeat left top;
}

#conts .column .female .inner {
	background: url(../img/index/female_btm.png) no-repeat left bottom;
}

#conts .column .what {
	margin-left: -25px;
	position: relative;
	padding: 24px 0 0 0;
	width: 253px;
	float: left;
	background: url(../img/index/what_top.png) no-repeat left top;
}

#conts .column .what .inner {
	background: url(../img/index/what_btm.png) no-repeat left bottom;
}

#conts .column h2 {
	margin: 0 0 10px 25px;
	margin: 0 25px 10px 25px;
	padding: 8px 0 0 10px;
	font-size: 1.2em;
	color: #000;
}

#conts .column .photo {
	margin: 0 0 10px 25px;;
}

#conts .column .family h2 {
	background: url(../img/index/family_border.png) repeat-y left top;
}

#conts .column .female h2 {
	background: url(../img/index/female_border.png) repeat-y left top;
}

#conts .column .what h2 {
	background: url(../img/index/what_border.png) repeat-y left top;
}

#conts .column .text {
	margin: 0 25px;
	/*padding-bottom: 45px;*/
	height:250px;
	font-size: 1em;
	line-height: 1.8;
}

#conts .column .more {
	padding: 0 0 10px 14px;
}

#sideBar .news {
	margin-bottom: 10px;
	padding-top: 15px;
	background: url(../img/index/news_top.png) no-repeat left top;
}

#sideBar .news .inner {
	padding: 0 10px 20px 10px;
	background: url(../img/index/news_btm.png) no-repeat left bottom;
}

#sideBar h3 {
	margin-bottom: 10px;
}

#sideBar .news dl {
	margin: 0 3px 5px 0;
	padding: 0 5px 0 0;
	border-bottom: 1px solid #D4D4D4;
}

#sideBar .news dl dt {
	font-size: 0.9em;
	font-weight: bold;
}

#sideBar .news dl dd {
	margin-bottom: 7px;
	font-size: 1em;
	color: #666;
}

#sideBar .news .more {
	margin-right: 8px;
	text-align: right;
}

#footer .inner {
	margin-bottom: 28px;
}

#footer .contact {
	padding: 28px 0 15px 0;
	width: 600px;
	float: left;
	background: url(../img/common/contact_bg.png) no-repeat left top;
}

#footer .contact ul {
	margin: 0 0 4px 10px;
}

#footer .contact ul li {
	float: left;
}

#footer .contact ul li img {
	display: block;
}

#footer .contact ul .tel {
	margin-left: 10px;
	width: 185px;
	font-size: 1.5em;
	color: #000;
	text-align: center;
	line-height: 30px;
	display: inline;
	background: url(../img/common/tel_bg.png) no-repeat left top;
}

#footer .contact .time {
	margin-right: 32px;
	text-align: right;
	font-size: 0.9em;
	clear: both;
}

#footer .btn {
	width: 372px;
	float: right;
}

#footer .btn li {
	margin-bottom: 9px;
	float: left;
}

#footer .btn li img {
	display: block;
}

#footer .mr10 {
	margin-right: 10px;
}
#conts .text a{
	color:#333;
	text-decoration:none;
}
#conts .text a:hover{
	color: #11CBFE;
	text-decoration:none;
}

#sideBar .contact {
	padding-top: 13px;
	background: url(../img/index/contact-top01_bg.png) repeat-y left top;
}

#sideBar .contact .ttl,
#sideBar .contact .btn,
#sideBar .contact .tel {
	width: auto;
	margin: 0 13px 10px;
	text-align: center;
}

#sideBar .contact .ttl {
}

#sideBar .contact .btn {
}

#sideBar .contact .tel {
	height: 30px;
	background: url(../img/index/contact-top_tel_bg.png) no-repeat left top;
	font-size: 136%;
	line-height: 2.2;
}

#sideBar .contact .time {
	padding: 0 13px 20px;
	background: url(../img/index/contact-top02_bg.png) no-repeat left bottom;
	font-size: 118%;
	text-align: left;
}
