/* CSS Document */



body{
	color:#000000;/*通常のテキストカラー*/
	}
a{
	color:#FF9900;/*通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}
a:hover{
	color:#FF0000;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:underline;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

/*■初期設定ここまで*/



*{ margin:0; padding:0;}
img{ border:0;}

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ*/
    *font-size: 90%; /* IE 7 文字サイズを固定するにはpxで絶対指定してください 推奨10〜18px*/
    *font: 80%; /* IE 6以下 文字サイズを固定するにはpx程度で絶対指定してください  推奨10〜18px*/
	}


body{
	text-align:center;
	background-color:#333333;
	background-image:url(img/tpl/bg_body.gif);
	background-repeat:repeat-x;
	background-position:top;
	}


.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}





/**レイアウト**/
#bg{
	background:url(img/tpl/bg_con.gif) repeat-y;
	width:790px;
	text-align:left;
	}
#container{
	margin:0 0px 0 0px;
	}
#head{
	background:url(img/tpl/bg_head.jpg) no-repeat;
	height:180px;
	}
#head h1{
	height:20px;
	line-height:16px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:50px;
	}
#head h2{
	float:left;
	width:500px;
	margin:80px 0 0 20px;
	}
#head h2 a{
	text-decoration:none;
	color:#000000;
	font-size:25px;
	font-weight:normal;
	text-decoration:none;
	}
#head h2 a:hover{
	color:#000000;
	text-decoration:none;
	}
#head div#right{
	float:left;
	width:228px;
	}
#head div#right p{
	color:#FFFFFF;
	margin:30px 20px 20px 20px;
	}

.line01{
	clear:left; display:none;
	}
		
#contents{
	clear:left;
	}
#contents div.txt{
	margin:0 20px 0 20px;
	}
#contents div.txt p{
	line-height:180%;
	margin:0 0 20px 0;
	}	
#g_menu{
	clear:left;
	background:url(img/tpl/bg_head_menu.jpg) no-repeat;
	height:38px; width:790px;
	}
#g_menu ul{
	list-style-type:none;
	padding:6px 0 0 280px;
	}
#g_menu ul li{
	float:left;
	vertical-align:top;
	}
#g_menu ul li a{
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#000000;padding:0 3px 0 3px;
	text-decoration:none;
	}
#g_menu ul li a:hover{
	text-decoration:underline;
	}

#main{
	float:left;
	padding:0px 70px 10px 70px;
	}
#main h3{
	font-size:16px;
	text-align:right;
	background:url(img/tpl/bg_h2.jpg) no-repeat;
	width:630px;
	height:89px;
	padding:6px;
	}

#main h4{
	margin:10px 0 5px 0;
	text-indent:25px;
	line-height:1.4em;
	padding:2px 0 0 0;
	font-size:18px;
	vertical-align:top;
	background:url(img/tpl/bg_list02.gif) no-repeat left;
	}
#main p{
	margin:0 20px 0 20px;
	}



#foot_up{
	clear:both;
	}

#foot{
	background:url(img/tpl/bg_foot.gif) no-repeat;
	width:790px;
	height:40px;
	text-align:center;
	font-size:10px;
	}
#foot a{
	color:#333333;
	text-decoration:none;
	}
#foot a:hover{
	color:#333333;
	}
	
	
/*トップ*/
#top{}
#top h3{
	height:29px;
	padding:60px 0 0 10px;
	text-align:left;
	vertical-align:top;
	}
#top div#news{
	width:620px;
	border: #999999 dotted;
	border-width:1px 0 1px 0;
	padding:0 0 10px 0;
	}
#top div#news p.day{
	background:url(img/tpl/bg_list01.gif) no-repeat left;
	line-height:20px;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	text-indent:14px;
	margin:10px 0 0 0;
	}
#top div#news p{
	margin:2px 10px 10px 10px;
	line-height:160%;
	}
#top p{
	line-height:1.6em;
	}


/*サブページ*/
#other{
	}
#other p{
	line-height:1.6em;
	}


#p-copy{
	text-align:right;
	font-size:0px;
	color:#333333;
	width:680px;
	}
#p-copy a{
	color:#333333;
	font-size:0px;
	text-decoration:none;
	}	
#p-copy a:hover{
	color:#333333;
	}	


		


