/* common_CSS Document */

/* 初期設定 ----------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0; 
	padding:0;
}

table { 
	border-collapse:collapse; 
	border-spacing:0;
}

fieldset, img { 
	border:0;
}

address, caption, cite, code, em, strong, th, var{ 
	font-style:normal; 
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th	{
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%; 
	font-weight:normal;
}

/* clear fix ----------------------*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* 基本設定 ----------------------*/
html {
    height:100%;
}
body {
    height:100%;
}

img {
	vertical-align:bottom;
}

* html div#base {
    height:100%;
}


body {
	font:"ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:80%; 
	line-height:160%;
	color:#000000; 
	background:#FFFFFF;
}

body > #body {
    height: auto;
}


#container {
	width:780px;
	margin:0 auto;
}


/*header*/
#header {
	font-size:8pt;
	height:125px;
	padding-top:15px;
}

#header h1 {
	float:left;
}

#header-logo {
	height:85px;
}

#header-logo p {
	margin-bottom:5px;
	color: #999999;
}

.tel { float:right;}


/*navi bar*/

a {  
	overflow:hidden  
} 

#navi {
	background: url(../img/navi.jpg) no-repeat;
	height:35px;
	text-indent:-999991px;
}

#navi li { display: block; height:35px; float:left; outline :0 ; }


li.navi01 a { display:block; width:65px; height:35px;}
li.navi02 a { display:block; width:92px; height:35px;}
li.navi03 a { display:block; width:124px; height:35px;}
li.navi04 a { display:block; width:144px; height:35px;}
li.navi05 a { display:block; width:151px; height:35px;}
li.navi06 a { display:block; width:89px; height:35px;}
li.navi07 a { display:block; width:108px; height:35px;}

li.navi01 a:hover { background: url(../img/navi.jpg) no-repeat 0px -36px;}
li.navi02 a:hover { background: url(../img/navi.jpg) no-repeat -65px -36px;}
li.navi03 a:hover { background: url(../img/navi.jpg) no-repeat -157px -36px;}
li.navi04 a:hover { background: url(../img/navi.jpg) no-repeat -281px -36px;}
li.navi05 a:hover { background: url(../img/navi.jpg) no-repeat -425px -36px;}
li.navi06 a:hover { background: url(../img/navi.jpg) no-repeat -576px -36px;}
li.navi07 a:hover { background: url(../img/navi.jpg) no-repeat -665px -36px;}


/*footer*/

#footer {
	margin-top:30px;
	padding-top:15px;
	border-top:2px solid #535353;
	height:30px;
}

address {
	width:780px;
	margin:0 auto;
	color:#666666;
}