@charset "UTF-8";
/*ブラウザスタイルの初期化（IE6など一部ブラウザ向け）*/
/*body部分をstyleswitcherにて切り替え*/

body {
font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
	font-size: 90%;
	color:#333333;
	line-height: 180%;
	background-color: #777777;
	margin: 0;
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	
}
a:link{color:#009a00;}
a:visited{color:#005a00;}
a:hover{color:#009a00; background:#c9ffc9;}
a:active{color:#009a00}
img{border-width:0px}


th, td, form {
	background-color:transparent;
	font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
	font-weight: normal;
}
p {
	margin-top:0;
	margin-bottom:0;
	width:auto;
}

#container {
	background-color: #ffffff;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	width:100%;
	position:relative;
	float: none;
	margin:0px auto;
	padding: 0px;
}


#footer_container {
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	width:100%;
	background-color:#777777;
	position:relative;
	bottom:0px;
	height:32px;
	background-image: url(../images/footer_bg.jpg);
	margin:0px;
	padding:0px;
	background-repeat: repeat-x;
}
#footer {
	width:860px;
	height:32px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px;
}
#footer_navi {
	width:590px;
	height:32px;
	float:left;
}
#footer_copy {
	height:32px;
	width:270px;
	float:right
}
#footer_navi ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
}
#footer_navi li {
	display:inline;
	margin: 0px;
	padding:0px;
	height:32px;
}
#header_container {
	width: 100%;
	margin:0px;
	padding: 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height:112px;
	position: relative;
	z-index: 200;
}
#header {
	width: 860px;
	height: 74px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px;
	position: relative;
}
#header h1 {
	padding: 0px;
	margin:0px;
	line-height: 0px;
	float: left;
}
#header_menu {
	width: 860px;
	height:28px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top:0px;
	background-image: url(../images/menu_end.gif);
	background-repeat: no-repeat;
	position:relative;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
