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


body{
	color:#232323;
	}
a{
	color:#0099FF;
	}
a:hover{
	color:#FF9900;
	text-decoration:underline;
	}




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

table,div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px;
    *font-size: 90%;
    *font: 80%;
	}

body{
	text-align:center;
	}

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

/**レイアウト**/
#bg{
	background:url(img/bg_con.gif) repeat-y;
	width:800px;
	text-align:left;
	}
#container{
	margin:0 11px 0 10px;
	}
#head{
	background:url(img/top.jpg) no-repeat left;
	height:165px;
	}

.line01{
	background:url(img/bg_line01.gif) no-repeat;
	width:778px;
	height:12px;
	clear:left;
	}
		
#contents{
	clear:left;
	}
#contents div.txt{
	
	}
#contents div.txt p{
	line-height:180%;
	margin:0 0 20px 0;
	}	
#g_menu{
	float:left;
	width:163px;
	}
#g_menu ul{
	list-style-type:none;
	margin:10px 0 0 0;
	}
#g_menu ul li{
	border:1px solid #cccccc;
	margin:-1px 1px 0px 1px;
	}
#g_menu ul li a{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	background-color:#ffffff;
	color:#000000;
	display:block;
	text-indent:4px;	
	text-decoration:none;
	}
#g_menu ul li a:hover{
	background-color:#5bcc00;
	text-decoration:none;
	}

.side_con{
	padding-top:20px;
	margin:20px 5px 5px 5px;
	border-top:#CCCCCC solid 1px;
	font-size:10px;
	vertical-align:bottom;}

#main{
	float:left;
	margin:10px 0 10px 12px;
	width:590px;
	}

#main h4{
	color:#336600;
	margin:10px 0 10px 10px;
	background:url(img/bg_list01.gif) no-repeat left;
	text-indent:20px;
	line-height:1.2em;
	font-size:18px;
	vertical-align:top;
	}

/*トップ*/
#top{}
#top div#index{
	width:580px;
	border: #999999 dotted;
	border-width:1px 0 1px 0;
	padding:10px 0 10px 0;
	}

#top div#index p.sub_tit{
	color:#336600;
	font-weight:bold;
	font-size:100%;
	background:url(img/bg_list02.gif) no-repeat center left;
	text-indent:20px;
	vertical-align:top;
	margin:10px 0 0 0;
	}

#top div#index p{
	margin:2px 10px 10px 10px;
	line-height:160%;
	}

#foot_up{
	clear:both;
	}
#foot{
	background-color:#333333;
	border:solid #336600; border-width:0px 0 3px 0;
	color:#FFFFFF;
	height:20px;
	clear:left;
	text-align:center;
	margin:20px 0 0 0;
	font-size:12px;
	   }
#p-copy{
	text-align:right;
	font-size:11px;
	color:#999999;
	width:780px;
	}
#p-copy a{
	color:#999999;
	font-size:10px;
	text-decoration:none;
	}	
#p-copy a:hover{
	color:#999999;
	}	

		




