@charset "shift_jis";
/*------------------------------------------------------------
	スタイルリセット
------------------------------------------------------------*/
@import "common/1-default.css";

/*------------------------------------------------------------
	レイアウト　サイトトップ
------------------------------------------------------------*/
@import "common/2-layout.css";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
img {
	display: block;
}

#conts {
	padding: 24px 40px 0 40px;
	text-align: left;
}

#mainImg {
	background: url(../img/index/photo_back.jpg) no-repeat;
	height: 324px;
	margin: 0 10px;
	
	position: relative;
}

#conts h3 {
	margin: 0 0 10px;
}

#mainImg p {
	position: absolute;
	margin: 0;
}

#mainImg p.text01 {
	top: 40px;
	left: 30px;
}

#mainImg p.text02 {
	top: 130px;
	left: 30px;
}

#mainImg p.text03 {
	top: 35px;
	right: 32px;
}

#mainImg p.text03 a {
	display: block;
	width: 210px;
	height: 87px;
	background: url(../img/index/btn01_over.jpg) no-repeat;
}

#mainImg p.text03 a:hover ,
#conts #table02 td.textL a:hover {
	background-color: #fff;
}

#mainImg p.text03 a:hover img,
#conts #table02 td.textL a:hover img {
	visibility: hidden;
}

#mainImg p.text04 {
	top: 130px;
	right: 30px;
}

#conts .box {
	margin: 0 20px 40px 20px;
}

#conts .mb33 {
	margin-bottom: 33px;
}

#conts #table01 {
	margin-bottom: 15px;
}

#conts #table01 th {
	width: 20%;
	background: #EEF6E0;
	border: 1px solid #999;
	vertical-align: middle;
	text-align: center;
}

#conts #table01 th img ,
#conts #table02 td.img img {
	margin: 0 auto;
}

#conts #table01 td {
	padding: 18px;
	line-height: 1.7;
	border: 1px solid #999;
}

#conts ul.ul01 {
	border: 6px solid #EBEBEB ;
	padding: 25px 0 0 25px;
}

#conts ul.ul01 li img {
	margin-bottom: 15px;
}

#conts #table02 th {
	background: #E7F3F5;
	border: 1px solid #999;
	color: #333;
	text-align: center;
	line-height: 30px;
}

#conts #table02 td {
	vertical-align: middle;
	border: 1px solid #999;
	text-align: center;
}

#conts #table02 td span {
	font-weight: bold;
}

#conts #table02 td span.bold  {
	color: #333;
}

#conts #table02 td.textL {
	padding: 20px 20px 10px 20px;
	text-align: left;
	line-height: 1.5;
}

#conts #table02 td.textL a{
	display: block;
	width: 96px;
	margin: 10px 0 0;
	height: 21px;
	background: url(../img/index/btn02_over.jpg) no-repeat bottom;
}

#conts #table02 td.img {
	padding-top: 10px;
}

#conts #table02 th.w370 {
	width: 370px;
}

#conts #table02 th.w112 {
	width: 112px;
}

#conts #table02 th.w130 {
	width: 130px;
}

