@charset "Shift_JIS";
/* CSS Document */
html {
	overflow-y:scroll;
}
body {
	text-align: center;
	line-height: 1.5;
	color: #484848;
	background-color: #FFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#page {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	/*background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;*/
	background-position: left;
	margin-bottom: 5px;
	/*padding-bottom: 2px;*/
}
#header #headerArea {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#headerArea h1 {
	float: left;
	width: 306px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#header #headerArea #utility {
	float: right;
	padding-top: 20px;
}
#header #headerArea #utility li {
	text-align: right;
	padding-bottom: 10px;
}
#page #contents {
	margin-bottom: 70px;
	width: 850px;
}
#page #gNav ul {
	width: 850px;
	margin-bottom: 3px;
}

#page #gNav ul li {
	display: inline;
}
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer #footerArea {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	font-size: 83.3%;
	color: #333;
}
#footer #footerArea #fLeft ul {
	margin-bottom: 5px;
}

#footer #footerArea #fLeft ul li {
	display: inline;
	line-height: 1.8;
}
#footer #footerArea #fLeft {
	float: left;
	width: 470px;
	display: inline;
	text-align: left;
}
#footer #footerArea #fRight {
	float: left;
	width: 250px;
	text-align: left;
	background-image: url(../images/f_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: inline;
	padding-left: 40px;
	margin-left: 90px;
}
#footer #footerArea #fLeft ul li a {
	color: #333;
	text-decoration: none;
}
#footer #footerArea #fLeft ul li a:hover {
	color:#0C0;
	text-decoration: underline;
}
.title {
	margin-bottom: 20px;
}
.subTitle {
	margin-left: 15px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 500px;
	font-size: 120%;
	margin-bottom: 15px;
}
.pTop {
	text-align: right;
	margin-bottom: 70px;
}
.line {
	width: 230px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

