@charset "utf-8";

/* 全体構造
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height:1.5;
	color:#666666;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align:center;
	overflow-x:hidden;
	background:url(../images/bg.jpg) repeat-x #e2e0db;
}
#wrapper{
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background:#fff;
}
a{list-style:none;}
img {border:none;}
p{
	padding-bottom:1em;
}
hr{
	clear:both;
	visibility:hidden;
	margin-bottom:10px;
}

/* リンク
---------------------------------------------------- */
a {outline:none;}

a:link {
  color:#003399;
  background: transparent;
}
a:visited {
  color: #666666; 
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}


/* ヘッダー
---------------------------------------------------- */
#header{
	width:760px;
	height:82px;
	background:url(../images/header.jpg) no-repeat;
	text-indent:-9999px;
}
/*#header h1 a{
	width:380px;
	height:82px;
	display:block;
}*/
#header .logo a{
	width:380px;
	height:82px;
	display:block;
}
#header #tel{
	display:none;
}

/* ナビゲーション
---------------------------------------------------- */
#navigation{
	list-style: none;
	width:760px;
	height:43px;
	display:inline-block;
	zoom:100%;
	margin-bottom:10px;
}
#navigation:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#navigation li {
  display:block;
  float:left;
}
#navigation li a {
  text-decoration: none;
  display: block;
  height:43px;
  text-indent:-9999px;
}
#navi01 a{ background:url(../images/navi01a.jpg); width:95px;}
#navi02 a{ background:url(../images/navi02a.jpg); width:95px;}
#navi03 a{ background:url(../images/navi03a.jpg); width:95px;}
#navi04 a{ background:url(../images/navi04a.jpg); width:95px;}
#navi05 a{ background:url(../images/navi05a.jpg); width:95px;}
#navi06 a{ background:url(../images/navi06a.jpg); width:95px;}
#navi07 a{ background:url(../images/navi07a.jpg); width:95px;}
#navi08 a{ background:url(../images/navi08a.jpg); width:95px;}

#navi01 a:hover{ background:url(../images/navi01b.jpg); width:95px;}
#navi02 a:hover{ background:url(../images/navi02b.jpg); width:95px;}
#navi03 a:hover{ background:url(../images/navi03b.jpg); width:95px;}
#navi04 a:hover{ background:url(../images/navi04b.jpg); width:95px;}
#navi05 a:hover{ background:url(../images/navi05b.jpg); width:95px;}
#navi06 a:hover{ background:url(../images/navi06b.jpg); width:95px;}
#navi07 a:hover{ background:url(../images/navi07b.jpg); width:95px;}
#navi08 a:hover{ background:url(../images/navi08b.jpg); width:95px;}

#navi01-on a{ background:url(../images/navi01b.jpg); width:95px;}
#navi02-on a{ background:url(../images/navi02b.jpg); width:95px;}
#navi03-on a{ background:url(../images/navi03b.jpg); width:95px;}
#navi04-on a{ background:url(../images/navi04b.jpg); width:95px;}
#navi05-on a{ background:url(../images/navi05b.jpg); width:95px;}
#navi06-on a{ background:url(../images/navi06b.jpg); width:95px;}
#navi07-on a{ background:url(../images/navi07b.jpg); width:95px;}
#navi08-on a{ background:url(../images/navi08b.jpg); width:95px;}


/* コンテンツ
---------------------------------------------------- */
#content{
	padding:20px 20px 0px 20px;
}

/* フッタ
---------------------------------------------------- */
#footer{
	font-size:90%;
	text-align:center;
	color:#fefefe;
	background:#474747;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 50px;
}
#footer2{
	text-align:center;
	color:#fefefe;
	background:#474747;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#pagetop{
	clear:both;
	text-align:right;
	height:26px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:0;
}

#footer-link {
	text-align:center;
	font-size:90%;
	background:#313131;
}
#footer-link ul,
#footer ul{
	padding:10px 0;
}

#footer-link li,
#footer li{
	display:inline;
	padding:0px 15px;
	border-right:1px solid #ccc;
}
#footer-link li a,
#footer li a{
	color:#bbb;
	text-decoration:none;
}
#footer-link li a:hover,
#footer li a:hover{
	color:#eee;
	text-decoration:none;
}
#footer-link .nobd,
#footer .nobd{
	border-right:none;
}


/* 各種タイトル
---------------------------------------------------- */
#content h3{
	background:#e1e5dd;
	border-left:4px solid #8eb351;
	padding:3px 0 3px 10px;
	margin-bottom:10px;
	clear:both;
}

#content h4{
	border-bottom:1px dashed #666;
	margin-bottom:5px;
	margin-top:10px;
	clear:both;
}

#content h5{
	background:#e1e5dd;
	border-left:4px solid #8eb351;
	margin-bottom:10px;
	clear:both;
	width: 520px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}

/* 汎用CSS
---------------------------------------------------- */
.clear {clear:both;}
.red{ color:#FF0000; font-size:10px;}
.red2{ color:#FF0000;}
.blue{color:blue;}
.yellow{color:#FF9900;}
.green{color:green;}
.img-right{float:right; margin-left:10px; margin-bottom:10px;}
.img-left{float:left; padding-right:10px;}
.align-right{text-align:right; padding:10px;}

/* トップページ
---------------------------------------------------- */
#wn li{
	border-bottom:1px dotted #999999;
	margin-bottom:5px;
	padding-top:10px;
	padding-left:5px;
	list-style:none;
	width: 520px;
}
#wn li strong{
	color:#339966;
	padding-right:20px;
}

/*会社案内
------------------------------------------------ */
#content ol{
	margin-left:20px;
	margin-bottom:10px;
}
#content ol li{
	padding-bottom:10px;
	font-weight:bold;
}
#content ol ol li{
	font-weight:normal;
}
.print-button{
	border:1px solid #666;
	padding:3px 8px;
	background-color:#f0f0f0;
	cursor:pointer;
	margin-bottom:10px;
}
.print-button:hover{
	border:1px solid #666;
	padding:3px 8px;
	background-color:#dadada;
	cursor:pointer;
	margin-bottom:10px;
}

.map-table{
	width:100%;
}
.map-table td{
	vertical-align:top;
	padding:5px;
}

/*エリア
------------------------------------------------ */
#area{
	text-align:center;
	margin-bottom:50px;
}

/*お問い合わせ
------------------------------------------------ */
.contact-table{
	width:700px;
	margin:10px 10px 20px 10px;
	border-collapse:collapse;
}
.contact-table td,
.contact-table th{
	padding:5px 10px;
}
.contact-table th{
	background:#f0f0f0;
	text-align:left;
	border-bottom:1px solid #f9fafb;
	border-left:3px solid #dadada;
	width:200px;
}
.contact-table td{
	border-bottom:1px dashed #dadada;
}

.contact-table input,
.contact-table textarea{
	padding:3px;
}
.form00{width:30px;border:1px solid #999999;}
.form01{width:60px;border:1px solid #999999;}
.form02{width:150px;border:1px solid #999999;}
.form03{width:300px;border:1px solid #999999;}
.form04{width:450px; height:200px;border:1px solid #999999;}

.button{
	text-align:center;
	padding:20px 0 20px 0;
}
#wrapper #content .kujou {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
#wrapper #content .kujou .kujou02 {
	font-size: 180%;
	color: #333333;
}
