@charset "utf-8";
/* CSS Document */

/*====================　reset　====================*/
*{
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:normal;
	}	
img{
	border:0;
	}
ul{
	list-style: none;
	}
ol{
	padding-left:25px;
	margin-bottom:15px;
	}
/*====================　common　====================*/
body{
	background:url(../img/base.png);
	color:#171717;
	text-align: center;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック";
	line-height:150%;
	font-size:12px;
	*font-size:85%;
}	

h2,h3,h4{
	margin-bottom:10px;
}

a{
	color:#003399;
}	

a:hover{
	color:#CC6600;
}

a:visited{
	color:#663366;
	}	

.clearfix {
	zoom:1;/*for IE 5.5-7*/
	}
.clearfix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}

br.clear{
	clear: both;
	line-height: 0;
}

strong{
	font-weight:bold;
}

em.red{
	color:#ff0000;
}

em.org{
	color:#ff6633;
}

p{
	margin-bottom:16px;
}

.center{
	text-align:center;
}

.Fright{
	float:right;
	margin-left:10px;
}

.Fleft{
	float:left;
	margin-right:10px;
}

h4{
	color:#006600;
	border-bottom:#006600 solid 2px;
	font-weight:bold;
	font-size:110%;
}
h5{
	font-size:110%;
	font-weight:bold;
	color:#006633;
	margin-bottom:10px;
	}

p.r_text{
	text-align:right;
}

/*====================　container　====================*/
#container{
	width:800px;
	margin:0 auto;
	background:url(../img/base.gif) repeat-y;
}


/*====================　content　====================*/
*html #content{
	background:url(../img/menu_bg.jpg) repeat-y;
	width:800px;
	background-color:#FFFFFF;
	border-right:1px #999999 solid;
	margin:0px;
}

#content{
	background:url(../img/menu_bg.jpg) repeat-y;
	width:799px;
	background-color:#FFFFFF;
	border-right:1px #999999 solid;
	margin:0px;
}

/*====================　menu　====================*/
#content #menu{
	width:180px;
	float:left;
	padding-top:5px;
}

#content #menu h2{
	margin:5px 0 0 0;
	}
	
#content #menu ul li{
	margin:0;
	display:inline;
	}	
	
#content #menu p{
	margin:5px 0 0 0;
	}	
/*===Back to Pagetop===*/	
#main #gotop{
	clear: both;
	font-size:95%;
	text-align:right;
	margin:10px 10px 5px 15px;
}		

#main #gotop a{
	background:url(../img/go_top.png) no-repeat 0 50%;
	padding-left:17px;
}
/*====================　adobe　====================*/
#main div.adobe{
	width:212px;
	background:#fffce1;
	border:#698bc9 solid 1px;
	padding:5px 14px;
	font-size:95%;
}
#main div.adobe2{
	width:570px;
	background:#fffce1;
	border:#698bc9 solid 1px;
	padding:5px 10px 0;
	font-size:95%;
	margin-bottom:10px;
}

#main div.adobe p.img{
	text-align:center;
}
#main div.adobe2 p img{
	padding-top:20px;
}
#main p.pdf{
	background:url(../img/pdf.gif) no-repeat 0 0;
	margin:0 0 10px 22px;
	padding-left:30px;
	height:25px;
}
#main dl.green dt{
	color:#339900;
	float:left;
}

/*====================　footer　====================*/

#container address{
	margin-bottom:10px;
	background:#047427;
	padding:3px;
	color:#ffffff;
	margin-top:0;
}
#container address a{
	color:#ffffff;
}	
#container address a:visited{
	color:ffffff;
	}	


/*==========　address　==========*/
#container #footer dl{
 margin-left:150px;
}

#container #footer dt{
	float:left;
}
#container #footer dd{
	float:left;
	margin-left:10px;
	text-align:left;
}

