@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
padding:0;
margin:0;
}

table{
border-collapse: collapse;
border-spacing:0;
}
img{
border:0;
line-height:0;
}
ol,ul{
list-style:none;
}

body{
font:13px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#333;
background:#fff;
}

.clearfix{
	clear:both;
}

a:link,a:visited{color:#349de6;text-decoration:none;}
a:hover{color:#61afe6;}
a:active, a:focus {outline:0;}
img{border:0;}

/*******************************
レイアウト
*******************************/
body{
	background-image:url(../images/bg-header.gif);
	background-repeat: repeat-x;
}

#container{
	margin:0 auto;
	width:1000px;
	position:relative;
}

#header{
	clear:both;
	margin:0 auto;
	width:1000px;
	height:117px;
	text-align:left;
}

#sidebar{
	float:left;
	width:233px;
	padding:22px 0 20px;
}

#main-contents{
	float:right;
	width:745px;
	padding:22px 0 20px;
}

#footer{
	clear: both;
	width: 100%;
	position: relative;
	font-size: 90%;
	line-height: 1;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#mainImg{margin-top:42px;}

/*******************************
/* ヘッダー
*******************************/
#headerWrap{
height:117px;
}

#header h1{
	padding: 6px 0px;
	color: #CCC;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	text-align: right;
}

#header h2,#header p,#header ul#utilitynav{
	position:absolute;
	font-size:10px;
	font-weight:normal;
	line-height:22px;
}

/* ロゴ */
#header h2{
top:40px;
left:0;
}

/* サイトマップ */
#header ul#utilitynav{
width:100px;
top:25px;
right:0;
}

#utilitynav li a{
padding-left:15px;
color:#555;
}

#utilitynav li#sitemap a{
background:url(../images/ico-sitemap.gif) left center no-repeat;
}

/* 住所 */
#header p{
top:50px;
right:0;
}


/************************************
/* メインナビゲーション
************************************/

#globalnav{
	clear: both;
	position:absolute;
	top:117px;
	left:0px;
	width: 100%;
	padding-bottom: 10px;
	background-color: white;
}
  
#globalnav ul{
	clear: both;
	width: 1000px;
}  
  
#globalnav li{  
	float: left;
	width: 200px;
	list-style: none;
}  

/*******************************
/* サイトバー
*******************************/

#sidebar p#contact{
	margin-bottom:20px;
}

#sidebar p.gmenu{
	color:#FFF;
	text-align:center;
	line-height:normal;
	background-color:#004A34;	
	border-radius: 5px 5px 0px 0px;
	padding:10px 0;
}

ul.g-info{
	border:1px solid #004A34;
	border-radius: 0px 0px 5px 5px;
	margin-bottom:20px;
}

ul.g-info li{
	line-height:normal;
	padding:10px 0px;
}

ul.g-info li.gmenu01{
	border-bottom:1px solid #004A34;
	background:url(../images/simg01.gif) no-repeat 3% 50%;
}

ul.g-info li.gmenu02{
	border-bottom:1px solid #004A34;
	background:url(../images/simg02.gif) no-repeat 3% 50%;
}

ul.g-info li.gmenu03{
	border-bottom:1px solid #004A34;
	background:url(../images/simg03.gif) no-repeat 3% 50%;
}

ul.g-info li.gmenu04{
	border-bottom:1px solid #004A34;
	background:url(../images/simg04.gif) no-repeat 3% 50%;
}

ul.g-info li.gmenu05{
	background:url(../images/simg05.gif) no-repeat 3% 50%;
}

#sidebar p#tel{
	margin-bottom:20px;
}

ul.g-info a:link,ul.g-info a:visited{
	display: block;
	padding-left:35px;
	line-height:normal;
	text-decoration:none;
	color:#313131;
}

ul.g-info a:hover, ul.g-info li.current_page_item a, ul.g-info li.current-menu-item a{color:#61afe6;}

ul.g-info li.last{border-bottom:none;}

#sidebar p#contact a:hover,
#sidebar p#tel a:hover{
	color:#000000;
	opacity:0.3;
	filter:alpha(opacity=30);
	-ms-filter:"alpha(opacity=30)";
	background:#fff;
}

/*******************************
/* フッター
*******************************/

#footer_title {
	width: 1000px;
	clear: both;
	padding-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#footer_navi {
	clear: both;
	min-height: 26px;
	color: white;
	text-align: left;
}

#footer_navi .box {
	clear: both;
	width: 1000px;
	margin: auto;
	padding: 12px 0px;
}

#footer_navi ul {
	border-left: 1px solid white;
	width: 900px;
	line-height: 20px;
	margin-bottom: 10px;
}

#footer_navi li {
	display: inline;
	padding-right: 12px;
	margin-left: 10px;
	border-right: 1px solid white;
}

#footer_navi li a {
	color: white;
	text-decoration: none;
}

#copyright {
	text-align: right;
	font-size: 10px;
	color: #B3C2C7;
}

/*******************************
パンくずリスト
*******************************/
#page-nav{
	clear: both;
	width: 745px;
	margin-bottom: 10px;
	font-size: 12px;
}

#page-nav p{
	float: left;
	margin: 0px;
	font-size: 12px;
}

#page-nav a{
	color:#999999;
}

#page-nav a:hover{
	text-decoration:underline;
}

/*******************************
/* サイトマップ
*******************************/

div.sitemap-column {
	border:2px solid #004A34;
	border-radius: 10px;
	padding:15px 18px 10px;
	margin-top:10px;
	margin-bottom:20px;
}

div.sitemap-column ul li{
	border-top:1px dotted #004A34;
	line-height:35px;
}

div.sitemap-column ul{
	border-bottom:1px dotted #004A34;
}

div.sitemap-column ul li ul li{
	border-top:none;
	padding-left:20px;
}

div.sitemap-column ul li ul{
	border-bottom:none;
}

div.sitemap-column p {
	margin: 0 0 30px;
	padding: 0;
}

div.sitemap-column .link a{
	padding-left:20px;
	background: url(../images/btn-01.gif) no-repeat left center;
}

div.sitemap-column ul li a:link{
	color:#313131;
}

div.sitemap-column ul li a:visited{
	color:#313131;
}

div.sitemap-column ul li a:hover{
	color:#800000;
}


