@charset "utf-8"; 
/* Common Style [
=========================================*/
* {
	margin: 0;
	padding: 0;
}
html{overflow-y:scroll;}
body{
	margin: 0 auto;
	background:#ffffff;
	text-align: center;
	line-height: 1.4em;
	color:#4d4d4d;
	font-size:80%;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
p {	margin:0 0 1em 0;}
li {list-style-type:none;}
img {border:0;vertical-align:bottom;}
hr {display:none;}
.clear {clear:both;}


/* Link Color [
=========================================*/
a {text-decoration:none;}
a:link,a:visited{color: #94462b;}
a:hover,a:active{color: #993;}


/* 枠
=========================================*/
#container{
	margin: 0 auto;
	width: 818px;
	background: #e5e5e4;
}
#container2{
	margin: 0 auto;
	width: 822px;
	background: #e5e5e4;
}

/* ロゴ
=========================================*/
#companyLogo {
	margin: 0 auto 2px;
	background: #acdad9;
	width: 778px;
	height: 54px;
	text-align: left;
}
#companyLogo a{
	display: block;
	overflow: hidden;
	background: url(../img/common/companyLogo.png) no-repeat;
	width: 186px;
	height: 53px;
	text-indent: -9999px;
}

/* ヘッダー
=========================================*/
#header {
	position: relative;
	background: url(../img/common/header.png) no-repeat;
	margin: 0 auto;
	width: 798px;
	height: 136px;
	text-align: left;
	text-indent: -9999px;
}

/* navi
=========================================*/
#gNav{
	margin: 3px 16px 2px;
	width:788px;
}
#gNav li{
	display: inline;
	float: left;
	margin: 2px 4px;
	width: 189px;
	height: 32px;
}


/* main
=========================================*/
#main{
	margin-bottom: 10px;
	background: url(../img/common/mainBody.png) repeat-y;
	width:798px;
	text-align:left;
	margin-left: 10px;
}
#main2{
	margin-bottom: 10px;
	width:822px;
	text-align:left;
}
#main .bottom{
	background: url(../img/common/mainBottom.png) no-repeat bottom;
	padding-bottom: 10px;
}
#main .top{
	background: url(../img/common/mainTop.png) no-repeat center top;
	padding-top: 18px;
}


/* フッター
=========================================*/
#footer{
	clear:both;
	padding-bottom: 10px;
}
#footer .copy{
	margin: 0 auto;
	background: url(../img/common/copyright.png) no-repeat;
	width:376px;
	height:13px;
	text-indent:-9999px;
}


/* その他
=========================================*/
.bold{font-weight: bold;}


/* Clearfix
=========================================*/
/* for modern browser */
.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
/* for IE7 & MacIE */
.clearfix {display:inline-block;}
/* for old browser (MacIE5を除外) \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* end MacIE5 */

