@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
}
html { height:100%;}

body
     {
	text-align:center;
	margin-top: 0px;
	background-image: url(../images/headerbg.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
     }

img { border:0 }
p { margin-bottom:5px;}
.clear {
	clear:both;
	}
	
a,ul.tab a:visited{color:#1d3994;}
a:visited{color:#941d55;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
	
/*===============================================
	テキストスタイル
================================================*/
.red { color:#DD0000}
.blue { color: #0066CC;}
.blue_b { color: #0066CC; font-weight:bold;}
.p5 { padding-left:5px;}


/*===============================================
	イメージスタイル
================================================*/

.img_left { margin-left:10px;margin-right:10px; margin-bottom:20px; float:left;}
.img_right { margin-left:30px; margin-bottom:20px; float:right;}
.head_logo {padding-top:21px; padding-right:15px;}

/*===============================================
	ベーススタイル
================================================*/
#under_base {
	margin:0px auto;
	height:100%;
	}
#header{
	text-align: left;
	clear:both;
}
#hedarsite {float:right; padding-right:10px; font-size:13px;}
#header-inner {
	margin:0 auto;
	position:relative;
	width:940px;
	height:100px;
}	
#header-inner h1 {
	color:#FFCC00;
	font-size:30px;
	font-weight:bold;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 500px;	
}

#content-inner { background-color:#FFFFFF;}
#wrapper {height:100%; margin-top:10px; 
background-color:#FFFFFF;
color:#525252;
font-size:15px;
line-height:170%;
	 }
#left{	width:660px;float:left;}
#right { width:250px; float:right;}
#footer {
	background-image:url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	font-size:13px;
	color:#333333;
	height:47px;
	padding-top:30px;
	text-align:center;
	}
#footer a {color:#666666}
#footer a:link {color:#666666}
#footer a:visited { color:#666666}
#footer	a:hover { color:#000000}
#content-inner, #footer-inner, #head_navi_inner  {
margin:0 auto;
position:relative;
width:940px;
}
.left_content { margin-left:20px;text-align:left; width:620px;}
.right_content {text-align:left;font-size:13px; margin-right:20px;}
.right_content h3 {
	font-size:14px;
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:normal;
	}

.right_contenttext  {
	 margin-top:10px;
	 margin-bottom:10px;
	line-height:170%;
	text-align:left;
	font-size:12px;

}
.right_contenttext ul {
	margin-left:20px;
	}
	
.right_contenttext li {
	margin:0;
	list-style-image: url(../images/left_yaji.gif);
	}
	
.contentsbody { font-size:13px; line-height:170%; margin-bottom:20px;}
.contentsbody h2 {
	font-family: 'HGP創英角ｺﾞｼｯｸUB', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', sans-serif;
	font-weight:normal;
	font-size:15px;
	margin:0;
	padding-left:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FBCA3F;
}
.contentstext { margin-top:10px;}
.contentstext ol { margin-left:25px;}
.date { text-align:right;}




