body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	background-color: #FFF;
}

html{overflow-y: scroll;}

/* for WinIE7*/

*:first-child+html body {
	font-size: 13px;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
h1,h2,h3,h4,p,dl,dt ,dd {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
img {
border: none;
}
div {
	page-break-after: auto;
}
.highlight a:hover {
-moz-opacity:0.5;
opacity:0.8;
filter: alpha(opacity=70);
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
 }


/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	position: relative;
	width: 1000px;
	background-image: url(../images/misc/bg_header.jpg);
	background-repeat: no-repeat;
}
#header_bottom {
	width: 1000px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#header_left {
	float: left;
	width: 700px;
}
#header_right {
	width: 300px;
	float: left;
}
#logo {
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 23px;
}

/*グローバルナビ
---------------------------------------------------------------------------*/
#g_navi {
	height: 45px;
	position: relative;
	width: 670px;
	padding-left: 0px;
}
ul.g_navi {
	margin: 0px;
	padding: 0px;
}
ul.g_navi li{
	float: left;
	text-decoration: none;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header_adress {
	margin-top: 60px;
	font-size: 14px;
	margin-bottom: 5px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 12px;
	height: 230px;
	width: 1000px;
	text-align: left;
	background-image: url(../images/misc/bg_footer.jpg);
	background-repeat: no-repeat;
}
#footer_cont {
	width: auto;
	margin-left: 80px;
	padding-top: 30px;
	color: #665B56;
}
#footer_adress {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer_txt_min {
	font-size: 13px;
	margin-left: 7px;
	font-weight: normal;
}
#footer_tel {
	height: 40px;
	background-image: url(../images/misc/footer_icon_phone.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	line-height: 40px;
	font-size: 22px;
	padding-left: 45px;
	margin-bottom: 10px;
}
#footer_fax {
	height: 40px;
	background-image: url(../images/misc/footer_icon_fax.png);
	background-repeat: no-repeat;
	background-position: left 0%;
	line-height: 40px;
	font-size: 22px;
	padding-left: 45px;
	margin-bottom: 10px;
}
.kome {
padding-left:1em;
text-indent:-1em;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}
