@charset "utf-8";
/* CSS Document */
/*
-------------------------------------------------
-------------------------------------------------*/



body,div,ul,li,h1,h2,p
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}
.clear {
	clear:both;
}

/*------------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/* MacIE begin \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* MacIE end */

html,body, #wrapper {
	height:100%;
}

body >#wrapper {
	height: auto;
	min-height: 100%;
}

body {
    font-size: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 1.4;
}

.left {
	float:left;
}
.right {
	float:right;
	padding-bottom:15px;
}
.both {
	clear: both;
}


/*リンク
-------------------------------------------------
-------------------------------------------------*/

a:link {
    color:#00489e;
    text-decoration : none;
}/*未訪問リンク*/

a:visited {
    color:#00489e;
    text-decoration : none;
}/*訪問リンク*/

a:hover {
    color:#ef7c00;
    text-decoration : none;
}/*マウスオーバー時*/
a:active{
	color:#ef7c00;
	text-decoration : none;
}/*クリック時*/


/*Fine-tuning-------------------------------------
-------------------------------------------------*/

.f1 {
	font-size: 10px;
}
.b {
	border-bottom: dashed #ccc 1px;
}
.main-nav {
	clear:both;
	padding-left:200px;
	font-size:.8em;
}

/*column
-------------------------------------------------
-------------------------------------------------*/

#wrapper {
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;
     width: 830px;
     background: url(../img/bg.png) repeat-y center top;
     text-align: center;
	 margin: 0 auto;
	 
}

* html div#wrapper {
	height:auto;/* IE6 */
}

body > #wrapper {  
    height:auto;/*footerbottom*/
}

#header {
	position:relative;
    margin: 0 auto;
	padding: 0;
	background:url(../img/top.jpg) top no-repeat;
	height:320px;
	
    
}

#container {
	width: 92%;
	background: url(../img/container.gif) repeat-y;
	height: 100%;
	margin: 0 auto;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}

#container { display: inline-block; }

/*Hides from IE-mac \*/
* html #container { height: 1%; }
#container { display: block; }
/* End hide From IE-mac */

* html div#container {
	height:auto;/* IE6 */
}


#navibar {
	position:absolute;
	top: 260px;
	left:20px;
	background: url(../img/bar-cl.png) no-repeat;
	height:55px;
	width: 555px;
}
#navibar ul {
	position: relative;
	list-style: none;
	text-align:left;
	font-size:90%;
	width:100%;
	
	
}
#navibar ul li{
	 display: inline;
	 white-space: nowrap;
	 padding:0 20px;
	 border-right:#ABC2FA solid 1px;
	 width:auto;
}

#navibar ul li a {
	color:#FFC;
}

#navibar ul li a:hover {
	color:#9CF;
}



#footer {
	position: relative;
	margin: -20px auto 0;
	height: 20px;
    width:800px;
	background:#9CF;
	clear: both;
	
}

/*
-------------------------------------------------
-------------------------------------------------*/

h1 {
	font-weight: normal;
	font-size: 80%;
	text-align: left;
	padding-left:30px;
	padding-top:5px;
	color:#FFC;
}
h1 span {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:200%;
	font-weight:bold;
	color:#FFF;
}

h2 {
	text-align:left;
	padding-left:70px;
	padding-bottom: 10px;
}
h3{
	color: #FFF;
	font-size: 15px;
	text-align:left;
	font-weight:bold;
	margin-top: 20px;
	padding: 0 10px;
	background: url(../img/bar-cl.jpg) no-repeat;
	
}
h4 {
	font-size:22px;
	padding-top:10px;
	color:#06F;
}
h5 {
	background: url(../img/bar-cl-3.jpg) no-repeat;
	font-size:1.4em;
	color:#03F;
	margin: 10px auto;
	height:45px;
	text-align:center;
	padding-top:10px;
}
h6 {
	background:url(../img/bar-cl-4.jpg) no-repeat;
	color:#369;
	font-size: 1.2em;
	text-align: left;
	padding:7px 0 0 10px;
	height: 40px;
}
/*column
-------------------------------------------------
-------------------------------------------------*/
#container {
	font-size:90%;
}



.m1 {
	margin-top: 100px;
}
	
/*--------------------------------------------
--------------------------------------------*/
.box1{
    width:95%;
	height: auto !important;
    height: 100%;
	margin: 20px auto;
	padding: 15px;
	border:#9CF solid 1px;
	clear:both;
}



.box1 p{
	text-align:left;
	letter-spacing: 0.1em;
}
.bottom{
	height:155px;
	width: auto;
	margin-left:10px;
	padding: 5px 10px;
	font-size:0.9em;
}
.box1 .hr {
	border: #9CF dashed 1px;
	margin:10px 0 ;
}
.co1 {
	color:#F00;
	font-weight:bold;
}
.co2 {
	color:#000;
}
.pageTop {
	margin-left:625px;
	margin-bottom: 15px;
	padding:10px;
}
/*--------------------------------------------
--------------------------------------------*/


.box2 {
	width:95%;
    height: auto;
	margin: 20px auto;
	padding: 15px;
	border:hidden;
	clear:both;
}

.box2 p {
	text-align:left;
}
.box2 {
	font-size: 0.8em;
}

.boxS {
	float:left;
	padding:5px 0;
	width:49%;
}
.boxS2 {
	float: right;
	padding: 5px 0;
    width:45%;
}
.boxS2 span{
	
}





.box1 ul{
	list-style: none;
	margin:10px 0 20px;
	padding: 0;
	
}

.box1 li{
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../img/button5_n.gif) 0 0.25em no-repeat;
	font-size: 12px;
}
	

/*footer------------*/

.address {
	text-align:center;
	padding:5px;
	font-size:.7em;
	
}

 



/*table
--------------*/

#inquiry {
	width: 60%;
	float:right;
	text-align:left;
	height:320px;
}
#inquiry table {
	border: 1px solid #005599;
	border-collapse: collapse;
	border-spacing: 1px;
	background-color: #c0c0c0;
	width: 100%;
	
}
#inquiry th {
	color: #FFF;
	line-height: 3.5em;
	background-color: #005599;
	padding-left:1.1em;
}
.size1 {
	width: 60px;
}
#inquiry td {
	line-height: 3.8em;
	padding-left:0.9em;
}

#inquiry tr.evenCell td {
	background-color: #cceeff;
}
