body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", sans-serif;
	font-size: 13px;
	background-color: #FFF;
	background-image: url(../images/misc/body_bg_02.jpg);
	background-repeat: repeat;
}

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;
}
.highlight a:hover {
-moz-opacity:0.5;
opacity:0.8;
filter: alpha(opacity=70);
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	/* [disabled]min-width: 920px; */
	/* [disabled]min-height: 580px; */
	width: 1010px;
	height: 690px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -345px 0 0 -505px;
 }


/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 124px;
	text-align: left;
	position: relative;
	width: 1010px;
}
#logo  
{
	width: 263px;
	height: 28px;
	position: absolute;
	top: 17px;
	left: 15px;
	font-size: 13px;
	color: #666;
}
#sub_menu  
{
	width: 263px;
	height: 28px;
	position: absolute;
	top: 33px;
	left: 695px;
	font-size: 13px;
	color: #666;
}

/*グローバルナビ
---------------------------------------------------------------------------*/
#g_navi {
	height: 36px;
	position: relative;
	width: 833px;
	padding-left: 0px;
	margin-left: 177px;
}
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-right: 65px;
	margin-bottom: 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: 12px;
	height: 40px;
	width: 1010px;
	text-align: left;
}
.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;
}
