@charset "utf-8";
* {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	margin:0;
	padding:0;
	font-size:11pt;
	font-style:normal;
	text-decoration:none;
	border:0 none;
}
body {
	background-color:#FFFFFF;
	text-align:center;
	text-align: center;
	color: #666;
}
img{
	border-style:none;
}
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, dl, address {
	margin:0;
	padding:0;
}
a {
	color:#545454;
	text-decoration: underline;
}
a:hover {
	color:#666;
	text-decoration:none;
}
.clear{
 clear:both;
}
/*----------------------------------------------*/
#wrap {
	width: 798px;  
	margin: 10px auto 0 auto; 
	text-align: center;
	background-color:#e8e8e8;
	border-color:#666;
	border-style:solid;
	border-width:1px;
}
#header {
	width: 780px;  
	height:70px;
	margin:auto;
}
#sitetitle{
	margin-top:12px;
	padding-left:2px;
	float:left;
}
#header_navi{
	padding-top:32px;
	padding-right:2px;
	width:280px;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
	float:right;
}
#header_navi a{
	font-size:10pt;
	font-weight:bold;
	color:#333333;
}
/*----------------------------------------------*/
#container{
	background-color:#d9d9d9;
	background-image:url(../img/container.gif);
	background-repeat:repeat-y;
	border-color:#666;
	border-style:solid;
	border-width:1px;
	width:778px;
	margin:auto;
}
/*----------------------------------------------*/
#snavi{
	background-color:#565554;
	color:#FFFFFF;
	display:block;
	height:25px;
	margin:0px auto;
	padding-left:10px;
	font-weight:bold;
	font-size:9pt;
	line-height:25px;
	text-align:left;

}
/*----------------------------------------------*/
#main{
	background-color:#e8e8e8;
	width:605px;
	text-align:center;
	float:right;
	padding:15px 0;
}
*html #main{
	width:603px;
	padding:0px 0;
}

.top_main{
	background-image:url(../img/bg_container.jpg);
	background-repeat:no-repeat;
	background-position:-10px 0;
	height:630px;
}

#main .content{
	background-color:#fff;
	/* w:577px */
	width:493px;
	margin:auto;
	text-align:left;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	padding-top: 0;
	padding-right: 42px;
	padding-bottom: 50px;
	padding-left: 42px;
	overflow: auto;
	height: 550px;
}
*html #main .content{
	margin:15px auto;
	width:577px;
}

.top_main .content{
	height:580px;
}
*html .top_main .content{
	height:630px;
}

#main .content h2{
	color:#e85505;
	font-weight:bold;
	padding-top:40px;
	margin-bottom:10px;
	font-size:24px;
}
#main .content h3{
	color: #e85505;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:5px;
	font-size:16px;
}
#main .content h4{
	font-weight:bold;
	font-size:12px;
}
.content p{
	font-size:13px;
	margin-bottom:10px;
	line-height:130%;
}
#main .content ul{
	margin-bottom:10px;
	line-height:130%;
}
#main .content ul li{
	font-size:13px;
	margin-left:20px;
	line-height:130%;
}
#main .content dl {
	margin: 10px 0 20px;
	line-height: 130%;
}
#main .content dt {
	padding: 5px;
	text-align: left;
	float: left;
	clear: left;
	width: 40px;
	font-size:12px;
}
#main .content dd {
	margin-left: 40px;
	padding: 5px;
	font-size:13px;
}
#main .next {
	margin:20px 0;
	padding:0 0 0 15px;
	background:url(../img/img_icon.gif) no-repeat 0 50%;
	float:right;
	clear:both;
}
/*----------------------------------------------*/
#sub {
	float:left;
	width:173px;
	text-align:center;
}
#sub ul{
	margin:0;
}
#gnavi{
	text-align:left;
	padding-bottom:27px;
}
#gnavi li{
	list-style-type:none;
	display:block;
}
#gnavi a{
	background-color:#848383;
	background-image:url(../img/gnavi.gif);
	background-repeat:no-repeat;
	background-position:7px center;
	text-indent:17px;
	display:block;
	height:34px;
	line-height:34px;
	font-weight:bold;
	font-size:9pt;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:solid 1px #d9d9d9;
}
#gnavi .on{
	background-color:#6a6a6a;
}
#gnavi a:hover{
	background-color:#6a6a6a;
}
#gnavi .gnavi_sub a{
	background-color:#a09f9f;
	background-image:url(../img/gnavi_sub.gif);
	background-repeat:no-repeat;
	background-position:14px center;
	font-size:8pt;
	text-indent:24px;
	height:20px;
	line-height:20px;
	font-weight:normal;
}
#gnavi .gnavi_sub .on{
	background-color:#c2c2c2;
}
#gnavi .gnavi_sub a:hover{
	background-color:#c2c2c2;
}
/*----------------------------------------------*/
#foot{
	text-align:right;
	height:26px;
	padding-right:10px;
}
#foot p {
	font-size:12px;
	line-height:26px;
	color:#000000;
}
/*----------------------------------------------*/
/*----------------------------------------------*/

