body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFF;
	color: #EEEEEE;
	font-size: 15px;
	line-height: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html{overflow-y: scroll;}

/* for WinIE7*/

*:first-child+html body {
	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 {
	/* [disabled]min-width: 1000px; */
	/* [disabled]min-height: 650px; */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
 }


/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	position: relative;
	width: 1000px;
	height: 125px;
}
#logo  {
	width: 146px;
	height: 45px;
	position: absolute;
	top: 37px;
	left: 63px;
}
#sub_menu  
{
	width: 559px;
	height: 27px;
	position: absolute;
	top: 3px;
	left: 425px;
	font-size: 13px;
	color: #FFFFFF;
}
/*グローバルナビ
---------------------------------------------------------------------------*/
#g_navi_index {
	height: 50px;
	position: relative;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
ul.g_navi_index {
	margin: 0px;
	padding: 0px;
}
ul.g_navi_index li{
	float: left;
	text-decoration: none;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	padding: 0px;
}
/*グローバルナビ
---------------------------------------------------------------------------*/
#g_navi {
	height: 45px;
	position: relative;
	width: 710px;
	min-width: 0px;
	margin-left: 229px;
	padding-top: 38px;
}
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;
}
#sub_navi_area {
	margin-top: 10px;
	margin-left: 180px;
	position: relative;
}
#logo_image  
{
	width: 85px;
	height: 25px;
	position: absolute;
	left: 714px;
	top: -1px;
}
/*グローバルナビ
---------------------------------------------------------------------------*/
#sub_navi {
	height: 14px;
	width: 715px;
	position: relative;
	margin-top: 4px;
}
ul.sub_navi {
	width: 715px;
	margin: 0px;
	padding: 0px;
}
ul.sub_navi li{
	float:left;
	text-decoration:none;
	overflow:hidden;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding-right: 14px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 16px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 20px;
	height: 16px;
	width: 1000px;
	background-color: #545454;
	text-align: center;
}
.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;
}
