@charset "utf-8";

* { margin : 0 ; padding : 0 ; }
body{
	margin: 0 auto;
	text-align:center;
	line-height: 1.5em;
	background-image: url(./img/bg_x.gif);
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #000000;
}

ul{
	list-style-type: none;
}

a{
	color:#5599aa;
}

a:visited{
	color:#555555;
}

a:hover{
	color:#dd7777;
}

/*--------------------------------

ヘッダー

--------------------------------*/


#header{
	margin:0px auto;
	text-align:center;
	position: relative;
	width : 951px ;
	height:100px;
	background:url(./img/header.gif) no-repeat;
}

#header h1{
	position: absolute;
	left:30px;
	bottom:15px;
	font-size:30px;
	color:#ffffff;
	line-height:30px;
	font-weight:bold;
}

* html h1{
	line-height:25px;
}

*:first-child+html h1{
	line-height:25px;
}

* html p{
	margin-top:2px;
}
*:first-child+html p{
	margin-top:2px;
}

#header h1 a{
	color:#ffffff;
}

#header a{
	text-decoration: none;
}

#header a:hover{
	color:#ffccaa;
	text-decoration: none;
}

#header p{
	position: absolute;
	right:30px;
	bottom:20px;
	color:#ffffff;
	font-size:15px;
}

/*--------------------------------

TOP画像

--------------------------------*/

#img_box{
	margin:0;
}

#img_box img{
	padding:5px;
	background:url(./img/img_bg.gif) #eeeeee;
　　　　
}

/*--------------------------------

ヘルプメニュー

--------------------------------*/

#contents #helpmenu ul{
	margin:0 0 10px 0;
	text-align:right;
	border-right:1px solid #aaaaaa;
	font-size:12px;
}

#contents #helpmenu li{
	display: inline; 
	padding:0 10px 0 10px;
	border-left:1px solid #aaaaaa;
}

/*--------------------------------

コンテナー

--------------------------------*/

#container{
	margin:0 auto;
	text-align:center;
	width : 951px ;
	overflow:hidden;
	background:url(./img/bg_y.gif) #ffffff repeat-y;
}


/*--------------------------------

コンテンツ

--------------------------------*/
#contents{
	margin-right:1px;
	padding:15px;
	text-align:left;
	float:right;
	width : 670px ;
	background-color: white;
}

* html #contents{
	margin-right:1px;
	padding:12px 5px 20px 10px;
	text-align:left;
	float:right;
	width : 670px ;
	background-color: white;
}


#contents h2{
	margin:10px 0 10px 0 ;
	padding:5px;
	display:block;
	width : 660px;
	line-height:20px;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
	background:url(./img/h2_back.gif) no-repeat;
}
#contents h3{
	margin:10px 0 0 10px;
	padding:5px 0 5px 30px;
	display:block;
	width : 550px;
	line-height:17px;
	font-size:17px;
	color:#5599aa;
	font-weight:bold;
	background:url(./img/ic01.gif) no-repeat;
}

#contents h4{
	margin:10px 0 0 10px;
	padding:5px 0 5px 30px;
	display:block;
	width : 550px;
	line-height:17px;
	font-size:17px;
	color:#999999;
	font-weight:bold;
	background:url(./img/ic02.gif) no-repeat;
}

#contents h5{
	margin:10px 0 10px 0px;
	padding:5px 0 5px 10px;
	display:block;
	width : 605px;
	line-height:17px;
	font-size:17px;
	color:#999999;
	font-weight:bold;
	background:#eeeeee;
	border:1px solid #dddddd;
}

* html #contents h5{
	width : 615px;
}

* html #contents div.box{
	padding-top:10px;
}
*:first-child+html #contents div.box {
	padding-top:10px;
}
#contents .p_box{
	margin:5px 10px 0 15px;
	display:block;
	background:url(./img/p_bg.gif) #ffffff;
}
#contents p{
	line-height:25px;
	font-size:15px;
	color:#000000;
        margin-top: 5px;
}
#contents div.box{
	margin:15px 15px 0 15px;
	padding:0 10px 10px 10px;
	display:block;
	background:#ffffff;
	border:1px solid #cccccc;
}

#contents div.box span{
	position: absolute;
	right:5px;
	font-size:11px;
}

#contents #linkbox ul{
	margin:10px;	
}

#contents #linkbox li{
	display:block;
	width:600px;
	border-bottom:1px dotted #cccccc;
	position: relative;	
}

#contents #linkbox li a{
	margin:0;
	padding:5px 0 5px 15px;
	line-height:25px;
	background:url(./img/ic03a.gif) no-repeat;	
}

#contents #linkbox li a:hover{
	background:url(./img/ic03b.gif) no-repeat;	
}

/*--------------------------------

サイドメニュー

--------------------------------*/

#sidemenu{
	float:left;
	width : 250px;
	text-align:left;
}


#sidemenu01{
	margin:40px 10px 0 20px;
	padding-top:10px;
	background:url(./img/sid_top_h3.gif);
	overflow:hidden;
}

#sidemenu01 h3{
	padding:10px;
	font-size:20px;
	color:#ffffff;
	line-height:15px;
	text-align:center;
	font-weight:bold;
}
#sidemenu01 ul{
	width : 220px ;
	overflow:hidden;
	background:url(./img/sid_ul.gif) repeat-y;
}

#sidemenu01 li{
	marigin:5px 0 5px 0;
}

#sidemenu01 li a{
	display: block; 
	padding:2px 5px 0px 25px;
	width : 190px ;
	height:23px;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	background:url(./img/sid_li.gif) no-repeat;
}

*html #sidemenu li a,
*html #sidemenu li a:hover{
	width:230px;
}

#sidemenu01 li a:hover{
	display: block; 
	padding:2px 5px 0px 25px;
	width : 190px ;
	height:23px;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	background:url(./img/sid_li02.gif) no-repeat;
}

#sidemenu01 #sid_bottom{
	width : 220px ;
	height:20px;
	background:url(./img/sid_bottom.gif) no-repeat;
}

#sidemenu02 #sid_bottom02{
	width : 220px ;
	height:20px;
	background:url(./img/sid_bottom.gif) no-repeat;
}

#sidemenu02{
	margin:10px 10px 0 20px;
	padding-top:10px;
	background:url(./img/sid_top_h302.gif);
	overflow:hidden;
}

#sidemenu02 h3{
	padding:10px;
	font-size:20px;
	color:#777777;
	line-height:15px;
	text-align:center;
	font-weight:bold;
}
#sidemenu02 ul{
	width : 220px ;
	overflow:hidden;
	background:url(./img/sid_ul.gif) repeat-y;
}

#sidemenu02 li{
	marigin:5px 0 5px 0;
}

#sidemenu02 li a{
	display: block; 
	padding:2px 5px 0px 25px;
	width : 190px ;
	height:23px;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	background:url(./img/sid_li.gif) no-repeat;
}

#sidemenu02 li a:hover{
	display: block; 
	padding:2px 5px 0px 25px;
	width : 190px ;
	height:23px;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	background:url(./img/sid_li02.gif) no-repeat;
}

#sidemenu02 #sid_bottom{
	width : 220px ;
	height:20px;
	background:url(./img/sid_bottom.gif) no-repeat;
}

#sidemenu #sid_img_btm{
	margin:100px 10px 15px 11px;
	width : 239px ;
	height:157px;
	background:url(./img/sid_img_btm.gif) no-repeat top;
}




/*--------------------------------

フッター

--------------------------------*/

#footer{
	clear:both;
	margin:0px auto;
	width : 951px ;
	height:250px;
	background:url(./img/bg_x02.gif) #ffffff repeat-x;
	font-size: 13px;
	color: #eeeeee;
}

#bottommenu ul{
	text-align: center;
	padding:10px 0 10px 0;
	font-size:12px;
}

#bottommenu li{
	display: inline;
	padding-left:10px;
	padding-right:10px;
	border-left:1px solid #ffffff;
}

#bottommenu li.right{
	border-right:1px solid #ffffff;
}

#bottommenu li a{
	color:#ffffff;
}

#bottommenu li a:hover{
	color:#ffeedd;
}

address{
	text-align: center;
	font-size: 11px;
	color: #eeeeee;
}

#line{
	width : 880px ;
	height:1px;
	background-color: #ffffff;
}

P.height5{
	clear:both;
	height:10px ;
}

