@charset "SHIFT_JIS";

* { margin: 0; padding: 0; }

body {	
	margin: 0;
	padding: 0;
	width: 100%;
	font-size:80%;
	color: #444444;
}
h1 {display:block;
	width:175px;
	height:50px;
	text-indent:-9999px;
}
h2 {color: #cc0000; padding: 10px; margin: 0; font-family: "Times New Roman", Times, serif;}
h3 {color: #cc0000; padding: 10px; margin: 0; font-family: "Times New Roman", Times, serif;}
img {
	vertical-align: bottom;
}
a {color: #444444;}
a:hover {text-decoration: none;}
ul,li {
	margin:0;
	padding:0;
	list-style:none;
}

#f_title {
	background: #f6f3ed url("../img/header.gif") no-repeat center;
	width: 100%;
	height: 107px;
}

#f_body {
	position: relative;
	margin: 0 auto;
	width: 920px;
}

#f_header { 
	width: 100%;
	height: 10px;
}

#f_footer {
	width: 100%;
	height: 60px;
	clear: both;
	background: url("../img/copyright.gif") no-repeat right bottom;
}

#f_contents_left {
	float: left;
	width: 190px;
	margin:0 10px 20px 0;
}
#f_navi {
	width: 190px;
}
#f_navi h4 {
	display: block;
	height: 38px;
	margin: 0;
	padding: 0;
	border: solid 1px #cccccc;
	text-indent: -9999px;
	background: url("../img/information.gif") no-repeat;
}
#f_navi ul {
	display: block;
	width: 188px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	text-align: left;
}
#f_navi li {
	margin: 0;
	padding: 7px;
}
#f_navi a {
	padding: 0 0 0 16px;
	background: url("../img/arrow.gif") no-repeat left;
}
#f_navi_link li {
	text-align: center;
	padding: 6px;
	font-size: 8pt;
}
#f_navi_link img {
	border: 1px solid gray;
}
#f_contents {
	float: left;
	width: 720px;
	color: #666666;
}
#f_contents_title1 {
	margin:20px 0 20px 0;
	padding: 0 0 0 16px;
	color: #000000;
	font-size: 12pt;
	background: #cccccc url("../img/op-gb4-6.gif") no-repeat left;
}
#f_contents_title2 {
	margin:30px 0 20px 0;
	height: 55px;
	color: #cococo;
	font-size: 12pt;
	background-color: #87cefa;
}
#f_contents_detail {
	padding: 0 10px 0 0;
}
#f_contents_simple1 li {
	list-style-image: url(../img/op-gb4-1.gif);
	list-style-position: inside;
	margin: 15px 0 15px 0;
}
#f_link {
	text-align: center;
	text-decoration: underline;
	font-size: 12pt;
	cursor: pointer;
}
#f_space {
	height: 20px;
}
