@charset "UTF-8";

/*	全ページ共通CSS
	
		■初期設定・初期化
			：body設定
			：ブラウザのマージンとパディング初期化
			：タグ毎のマージンとパディング初期化
			：リンク設定
			：float対策
			：イメージ初期化
		■ヘッダー設定
			：メニュー設定
		■コンテンツ設定
		■フッター設定
----------------------------------------------------------------------------------------------------------------------------------*/







/*	初期設定・初期化
----------------------------------------------------------------------------------------------------------------------------------*/
/*-- body設定 -------------*/
body {
font-size: 14px;
line-height: 140%;
letter-spacing: 0.1em;
font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif,"Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Geneva,Arial,Verdana;
background: url(../img/Bg.jpg) repeat-x center top #FFFFFF;
text-align: center;
color: #666;
}
/*-- ブラウザのマージンとパディング初期化 -------------*/
*{
margin:0;
padding:0;
}
/*-- タグ毎のマージンとパディング初期化 -------------*/
body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,table,tr,td {
padding: 0;
margin: 0;
}
/*-- リンク設定 --------*/
a {
color: #536696;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a img{
border: none;
}
/*-- float対策 --------*/
.fcl { 
zoom: 100%;
}
.fcl:after {
content: " "; 
clear: both; 
height: 0; 
display: block; 
visibility: hidden;
}
/*-- イメージ初期化 --------*/
img {
vertical-align:middle;
margin:0;
padding:0;
}
ul, li {
	list-style: none;	
}






/*	ヘッダー設定
----------------------------------------------------------------------------------------------------------------------------------*/
div#header {
width: 760px;
height: 142px;
margin: 0 auto;
text-align: left;
}

div#header h1 {
float: left;
width: 170px;
margin: 34px 0 0;
}
div#header h1 a {
display: block;
height: 77px;
background: url(../img/Header_Logo.png) no-repeat left top;
text-indent: -1000em;
overflow: hidden;
}

div#header h2 { display: none; }

div#header div.tel {
float: right;
width: 179px;
height: 54px;
background: url(../img/Header_Tel.png) no-repeat left top;
margin: 39px 0 0;
text-indent: -1000em;
overflow: hidden;
}








/*	コンテンツ設定
----------------------------------------------------------------------------------------------------------------------------------*/
div#content {
width: 760px;
margin: 0 auto;
text-align: left;
}

div#content div.leftwrap {
float: left;
width: 170px;
}

div#content div.leftwrap ul.menu {
list-style: none;
height: 366px;
}
div#content div.rightwrap ul.pageNavi {
list-style: none;
}


div#content div.leftwrap ul.menu li a {
display: block;
width: 170px;
height: 61px;
background: url(../img/Com_GNavi.png) left top no-repeat;
text-indent: -1000em;
overflow: hidden;
}
div#content div.leftwrap ul.menu li.home a { background-position: left top; }
div#content div.leftwrap ul.menu li.about a { background-position: left -61px; }
div#content div.leftwrap ul.menu li.news a { background-position: left -122px; }
div#content div.leftwrap ul.menu li.service a { background-position: left -183px; }
div#content div.leftwrap ul.menu li.company a { background-position: left -244px; }
div#content div.leftwrap ul.menu li.contact a { background-position: left -305px; }


div#content div.leftwrap ul.menu li.home a:hover { background-position: -170px top; }
div#content div.leftwrap ul.menu li.about a:hover { background-position: -170px -61px; }
div#content div.leftwrap ul.menu li.news a:hover { background-position: -170px -122px; }
div#content div.leftwrap ul.menu li.service a:hover { background-position: -170px -183px; }
div#content div.leftwrap ul.menu li.company a:hover { background-position: -170px -244px; }
div#content div.leftwrap ul.menu li.contact a:hover { background-position: -170px -305px; }

div#content div.leftwrap ul.menu li.home  a.active { background-position: -340px top; }
div#content div.leftwrap ul.menu li.about  a.active { background-position: -340px -61px; }
div#content div.leftwrap ul.menu li.news  a.active { background-position: -340px -122px; }
div#content div.leftwrap ul.menu li.service a.active { background-position: -340px -183px; }
div#content div.leftwrap ul.menu li.company  a.active { background-position: -340px -244px; }
div#content div.leftwrap ul.menu li.contact  a.active { background-position: -340px -305px; }

div#content div.leftwrap div.bannerwrap {
margin: 11px 0 0;
}
div#content div.leftwrap div.bannerwrap a {
display: block;
width: 170px;
height: 41px;
background: no-repeat left top;
margin: 5px 0 0;
text-indent: -1000em;
overflow: hidden;
}
div#content div.leftwrap div.bannerwrap a.samething { background-image: url(../img/Bn_Same.jpg); }
div#content div.leftwrap div.bannerwrap a.misawa { background-image: url(../img/Bn_Misawa.jpg); }

div#content div.leftwrap div.bannerwrap a.blog {
height: 70px;
background-image: url(../img/Com_Bnr.png);
}
div#content div.leftwrap div.bannerwrap a.blog:hover { background-position: left -70px; }

div#content div.leftwrap div.linkwrap {
margin: 20px 0 0 10px;
font-size: 10px;
}

div#content div.rightwrap {
float: right;
width: 530px;
}

div#content div.rightwrap div.backbtn {
font-size: 10px;
text-align: left;
}
div#content div.rightwrap div.backbtn a {
background: url(../img/Icon_Back.gif) no-repeat left 50%;
padding: 0 0 0 10px;
}

/*	フッター設定
----------------------------------------------------------------------------------------------------------------------------------*/
div#footer {
width: 760px;
margin: 50px auto 10px;
text-align: center;
}
div#footer p.pagetop {
padding: 0 0 10px;
}
div#footer p.pagetop a{
float: right;
display: block;
width: 24px;
height: 24px;
background: url(../img/PageTop_Btn.gif) no-repeat left top;
text-indent: -1000em;
overflow: hidden;
}
div#footer div.footerLink {
	background:url(../img/Com_FooterBg.png) left top no-repeat;
	width: 760px;
	height: 60px;
	margin: 20px auto 10px;
	padding: 8px;
	text-align: center;
}
div#footer ul {
	width: 340px;
	margin: 0 auto;	
}
div#footer ul li {
	color: #536696;
	font-size: 10px;
	float: left;
	padding: 0 16px 0;
	border-right: #EBEBEB 1px solid;
}
div#footer ul li a {
	text-decoration: none;	
}
div#footer ul li a:hover {
	text-decoration: underline;	
}
div#footer ul li.last {
	border-right: none;
	padding-right: 0;
}
div#footer p.copy {
	color:#00192C;
	font-size: 10px;
	margin-top: 8px;
height: 30px;
}
