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

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 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #CCC;
}
/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 113px;
	text-align: left;
	position: relative;
	width: 1000px;
}
#navi_area {
	width: 1000px;
	margin-bottom: 15px;
}
#g_navi_area {
	background-image: url(../img/misc/g_navi_bg.gif);
	background-repeat: repeat;
	height: 70px;
	width: 1000px;
}

/*グローバルナビ
---------------------------------------------------------------------------*/
#g_navi {
	height: 122px;
	position: relative;
	width: 488px;
	float: left;
}
ul.g_navi {
	width: 488px;
	margin: 0px;
	padding: 0px;
}
ul.g_navi li{
	float:left;
	text-decoration:none;
	overflow:hidden;
	list-style-position: outside;
	list-style-type: none;
	text-align: center;
	width: 122px;
	margin: 0px;
	padding: 0px;
}
#welcome {
	float: left;
	width: 454px;
	margin-left: 38px;
	margin-top: 30px;
}
.main_catch {
	float: left;
	width: 440px;
}
#content {
	margin-bottom: 0px;
	width: 1000px;
	background-color: #FFF;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	height: 70px;
	width: 1000px;
	background-image: url(../img/misc/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer_txt {
	font-size: 12px;
	text-align: right;
	color: #FFF;
	padding-right: 20px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

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

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.kome {
padding-left:1em;
text-indent:-1em;
}
