@charset "utf-8";

@import "base.css";
@import "layout.css";




/*2ndページ以降の共通部分を明記*/

/*INDEX -----------------------------
1:header
2:main
3:outline page
4:sammary page
5:introduce page
-----------------------------*/

/*-----------------------------------------------------------
1:header
----------------------------------------------------------- */
#titleArea{
	height: 100px;
	display: block;
	padding-top: 78px;
}





/*-----------------------------------------------------------
2:main
----------------------------------------------------------- */
h3{
	margin-bottom: 8px;
}
h4{
	background-image: url(../images/maru.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: #019901;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	padding-left: 16px;
	margin-bottom: 4px;
}
h5{
	font-size: 12px;
	font-weight: bold;
}


.center{
	text-align: center;
}



/*-----------------------------------------------------------
3:outline page
----------------------------------------------------------- */
#outline #mainNav li.nav02{
	background: url(../images/main_nav_ov.gif) -217px 0 no-repeat;
	position: absolute;
	top : 0;

}
.outlineTable01{
	width: 468px;
	border-collapse: collapse;
}
.outlineTable01 th{
	background-image: url(../images/outline_line.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	font-weight: normal;
	padding: 2px 0;
	width: 130px;
}
.outlineTable01 td{
	background-image: url(../images/outline_line.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 2px 0;
}
.outlineBlock{
	width: 468px;
	margin-bottom: 60px;
}
.outlineBlockEnd{
	margin: 0;
}
.outlineTel{
	margin-top: 18px;
}
.outlineBox{
	margin-bottom: 35px;
	width: 468px;
}
.outlineBoxTxt{
	width: 300px;
	float: left;
}
.outlineBoxImg{
	width: 115px;
	float: right;
}
.outlineBox:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.outlineBox {
  min-height: 1px;
}

* html .outlineBox {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.outlineTable02{
	width: 468px;
	border-collapse: collapse;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
}
.outlineTable02 th{
	background-color: #E7FFB3;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
	width: 71px;
	padding-left: 5px;
}
.outlineTable02 td{
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}





/*-----------------------------------------------------------
4:sammary page
----------------------------------------------------------- */
#summary #mainNav li.nav03{
	background: url(../images/main_nav_ov.gif) -418px 0 no-repeat;
	position: absolute;
	top : 0;
}


.summaryBox{
	margin-top: 35px;
	overflow: hidden;
	display: block;
}
.summaryBox:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.summaryBox {
  min-height: 1px;
}

* html .osummaryBox {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.sammaryTable{
	width: 292px;
	border-collapse: collapse;
}
.sammaryTable th{
	background-image: url(../images/outline_line.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	font-weight: normal;
	padding: 2px 0;
}
.sammaryTable td{
	background-image: url(../images/outline_line.gif);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 2px 0;
}
.summaryLeft{
	float: left;
	width: 300px;
	margin-bottom: 60px;
}
.summaryRight{
	float: right;
	width: 141px;	
		margin-bottom: 60px;
}
.paddingTop{
	padding-top: 10px;
}





/*-----------------------------------------------------------
5:introduce page
----------------------------------------------------------- */
#intro #mainNav li.nav04{
	background: url(../images/main_nav_ov.gif) -619px 0 no-repeat;
	width: 178px;
}


.introBlock{

}
.introBox{
	float: left;
	width: 227px;
	margin-right: 15px;
	padding-bottom: 35px;
}
.introBoxEnd{
	float: left;
	width: 227px;
	margin-right: 10px;
	padding-bottom: 0;
}
.introBox img{
	margin-bottom: 8px;
}


