@charset "utf-8";
@import url(../../css/common.css);

/* ---------------------------------------------
	CSS Document Content
--------------------------------------------- */

#header_image {
	clear: both;
	width: 750px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/cont_ttl.jpg);
	text-align: left;
	text-indent: -9999px;
}

/* ---------------------------------------------
	CSS Document Main Navigation
--------------------------------------------- */

#navi li#navi_02 a {
	background-image: url(../../images/nav02a.jpg);
}

/* ---------------------------------------------
	CSS Document Main Contents
--------------------------------------------- */

p#intro {
	margin: 20px 10px 0;
	text-align: left;
	line-height: 180%;
}

.cont {
	clear: both;
}

.cont h3 {
	font-weight: bold;
}

.cont h4 {
	width: 253px;
	margin: 30px auto 0 18px;
	padding: 0;
	border-bottom: solid 1px #ccc;
	text-align: left;
	font-weight: bold;
	font-size: 115%;
	line-height: 160%;
	color: #0173ba;
}

.cont p {
	margin: 0 16px 0;
	padding: 12px 0 0;
}

.cont p#cont1 {
	min-height: 225px;
	text-align: left;
	line-height: 180%;
}

* html .cont p#cont1 {
	height: 225px;
	overflow: visivle;
}

.cont p#cont1 img {
	float: left;
	margin: 0 14px 0 0;
}

p#image {
	margin: 0;
	padding-top: 20px;
	text-align: center;
}

/* ---------------------------------------------
	CSS Document Data Table
--------------------------------------------- */

.cont table {
	width: 450px;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: left;
	line-height: 180%;
}

* html .cont table {
	margin-left: 20px;
}

.cont table caption {
	margin: 0 auto;
	padding: 2px 12px;
	border: solid 1px #fff;
	border-bottom: 0;
	background: #0070b8;
	text-align: left;
	font-weight: normal;
	font-size: 115%;
	color: #fff;
}

.cont table th {
	padding: 2px 12px;
	border: solid 1px #fff;
	background: #a1c4e4;
	text-align: center;
	font-weight: normal;
}

.cont table .thick {
	background: #a1c4e4;
}

.cont table .thin {
	background: #d0e1f1;
}

.cont table td {
	padding: 2px 12px;
	border: solid 1px #fff;
	background: #d0e1f1;
	font-weight: normal;
}

/* ---------------------------------------------
	CSS Document Side Menu
--------------------------------------------- */

#side_menu p {
	display: block;
	width: 250px;
	height: 55px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/side_ttl.jpg) no-repeat;
	text-align: left;
	text-indent: -9999px;
}

/* ---------------------------------------------
	CSS Document Inquiry Button
--------------------------------------------- */

#inquiry_btn li#btn_01 {
	background-image: url(../images/cont_btn02.jpg);
}

#inquiry_btn li#btn_01 a {
	background-image: url(../images/cont_btn01.jpg);
}

#inquiry_btn li#btn_01 a:hover {
	background-image: url(../images/cont_btn02.jpg);
}

