@charset "Shift_JIS";
/*
-------------------------------------------
基本タグ
-------------------------------------------
*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	color: #666666;
	background-color: #E8F9FA;
	background-image: url(../img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 128px;
}

html {
	line-height: 1.2em;
}

a {
	color: #154475;
	text-decoration: underline;
}

img {
	border: 0px;
}
/*
-------------------------------------------
ブロック
-------------------------------------------
*/

#header {
	width: 740px;
	margin: 0px auto;
	background: url(../img/header_bg.gif) repeat-x;
	height: 108px;
	padding: 0px 10px;
}
#main {
	width: 740px;
	margin: 0px auto;
	background-color: #FFFFFF;
	padding: 0px 10px 30px;
	_min-height: 500px;
}
div#main:after {
content : "";
display : block;
height : 0;
clear : both;
}
#footer {
	width: 740px;
	margin: 0px auto;
	background: url(../img/footer_bg.gif) repeat-x;
	height: 59px;
	padding: 0px 10px;
	clear: both;
}
/*
-------------------------------------------
サイトタイトル
-------------------------------------------
*/
h1#sitetitle {
	float: left;
	margin: 1px 30px 0px 0px;
}
h1#sitetitle a {
	background: url(../img/logo.gif) no-repeat;
	width: 510px;
	height: 54px;
	display: block;
	text-indent: -9999px;
}

/*
-------------------------------------------
ヘッダー
-------------------------------------------
*/
h2#copy {
	width: 740px;
	text-align: right;
	float: left;
	font-size: 10px;
	font-weight: normal;
}
h3.info {
	float: right;
	display: block;
	text-indent: -9999px;
	background: url(../img/h_info.gif) no-repeat;
	width: 188px;
	height: 54px;
	margin: 1px 5px 0px 0px;
}
ul#Hmenu {
	width: 740px;
	float: left;
	line-height: 1.0em;
}
ul#Hmenu li {
	list-style-type: none;
	float: left;
}
ul#Hmenu li a {
	display: block;
	text-indent: -9999px;
	width: 148px;
	height: 29px;
}
.Hmenu01 { background: url(../img/h_menu01.gif) no-repeat; }
.Hmenu02 { background: url(../img/h_menu02.gif) no-repeat; }
.Hmenu03 { background: url(../img/h_menu03.gif) no-repeat; }
.Hmenu04 { background: url(../img/h_menu04.gif) no-repeat; }
.Hmenu05 { background: url(../img/h_menu05.gif) no-repeat; }
.Hmenu01:hover,
.Hmenu02:hover,
.Hmenu03:hover,
.Hmenu04:hover,
.Hmenu05:hover { background-position: 0 -29px; }
/*
-------------------------------------------
フッター
-------------------------------------------
*/
p.copyright {
	float: left;
	margin: 15px 0px 0px 0px;
}
ul#Fmenu {
	float: right;
	font-size: 10px;
	line-height: 1.0em;
	margin: 20px 0px 0px 0px;
}
ul#Fmenu li {
	float: left;
	list-style-type: none;
	padding: 0px 8px;
	border-right: 1px solid #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

