@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;
	}

/*====================　common　====================*/
body{
	background:url(../img/base.gif);
	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:#24929d;
	border-left:#24929d solid 6px;
	padding-left:10px;
	font-weight:bold;
}

hr{
	border:#39428a solid 1px;
	color:#39428a;
	height:1px;
	margin-bottom:10px;
}

p.r_text{
	text-align:right;
}

/*====================　container　====================*/
#container{
	width:798px;
	margin:0 auto;
	background:url(../img/base.gif) repeat-y;
}


/*====================　content　====================*/
#content{
	width:798px;
	background:url(../img/content_bg.jpg) repeat-y;
	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;
	}	

/*====================　main　====================*/

#content #main{
	width:590px;
	text-align:left;
	padding:10px 14px 10px 12px;
	float:right;
}

/*===Back to Pagetop===*/	
#main #gotop{
	clear: both;
	text-align:right;
	margin:10px 15px 5px 15px;
}		

#main #gotop a{
	background:url(../img/go_top.gif) no-repeat 0 50%;
	padding-left:17px;
}

#main ul.org{
	margin-bottom:10px;
}

#main ul.org li{
	background:url(../img/scl_org.gif) no-repeat 0 3px;
	padding-left:15px;
}

#main div.adobe{
	width:212px;
	background:#fffce1;
	border:#698bc9 solid 1px;
	padding:5px 14px;
	font-size:95%;
	margin-right:20px;
}

#main div.adobe p{
	text-align:center;
}

#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;
}

/*====================　footer　====================*/

#container address{
	margin-bottom:10px;
	background:#39428a;
	padding:5px;
	color:#ffffff;
}

#container address a{
	color:#ffffff;
}	

#container address a:visited{
	color:ffffff;
	}	


/*==========　address　==========*/
#container #footer dl{
 margin-left:180px;}

#container #footer dt{
	float:left;
}
#container #footer dd{
 float:left;
	margin-left:10px;
	text-align:left;
}

