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

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: 1000px; */
	/* [disabled]min-height: 650px; */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
 }
#logo  
{
	width: 148px;
	height: 30px;
	position: absolute;
	top: 61px;
	left: 115px;
	font-size: 13px;
	color: #666;
}
ul.g_navi {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.g_navi li{
	float: left;
	text-decoration: none;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	padding-right: 20px;
}
#g_navi  
{
	width: 500px;
	height: 50px;
	position: absolute;
	top: 52px;
	left: 400px;
	font-size: 13px;
	color: #666;
}
#header_index  
{
	width: 1000px;
	height: 20px;
	background-color: #222222;
}


/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 150px;
	text-align: left;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 1000px;
}
#sub_menu  
{
	width: 48px;
	height: 84px;
	position: absolute;
	top: 32px;
	left: 941px;
	/* [disabled]font-size: 13px; */
	/* [disabled]color: #666; */
}
#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: 85px;
	width: 41px;
	position: absolute;
	left: 941px;
	top: 36px;
}
ul.sub_navi {
	margin: 0px;
	padding: 0px;
}
ul.sub_navi li{
	overflow: hidden;
	list-style-type: none;
	margin-bottom: 2px;
}
/*フッター
---------------------------------------------------------------------------*/
#footer_index {
	width: 1000px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	background-image: url(../images/index/bg_footer.gif);
	background-repeat: repeat;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	width: 980px;
	background-image: url(../images/misc/bg_footer.gif);
	background-repeat: repeat;
	color: #ECECFB;
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.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;
}
