/* CSS Document */


body{
	color:#000000;/*通常のテキストカラー*/
    background-color: #FFFF99;
	}
a{
	color:#0099FF;/*通常のリンクテキストカラー*/
	}
a:hover{
	color:#3366FF;/*マウスが乗った時の通常のリンクテキストカラー*/
	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;
	}

.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}






/**レイアウト**/
#bg{
	background:url(img/tpl/bg_con.gif) repeat-y;
	width:800px;
	text-align:left;
	}
#container{
	margin:0 11px 0 10px;
	}
#head{
/*	background:url(img/tpl/bg_head_image.jpg) no-repeat left;*/
	background:url(img/tpl/3-02-72.jpg) no-repeat left;
	height:122px;
	}
#head h1{
	line-height:16px;
	height:16px;
	font-size:13px;
	color:#FFFFFF;
	font-weight:normal;
	text-indent:10px;
	font-weight: bold;
	}
#head h2{
	float:left;
	width:520px;
	margin:24px 0 0 10px;
	color:#FFFFFF;
	font-size:30px;
	}
#head h2 a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	text-decoration:none;
	}
#head h2 a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
#head div#right{
	float:left;
	width:228px;
	}
#head div#right p{
	color:#FFFFFF;
	margin:24px 20px 20px 20px;
	}

/*.line01{
	background:url(img/tpl/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:170px;
	}
#g_menu ul{
	list-style-type:none;
	margin:6px 0 0 0;
	}
#g_menu ul li{
	border:1px solid #999999;
	margin:-1px -1px 0px 11px;
	}
#g_menu ul li a{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:13px;
	background-color:#ffffff;
	color:#0000FF;
	display:block;
/*一行目の幅設定*/
	text-indent:4px;	
	text-decoration:none;
	font-weight: bolder;
	}
#g_menu ul li a:hover{
	background-color:#6699FF;
	text-decoration:none;
	}
#g_menu h6 {
	font-size:10px;
	color:#7C7C7C;
	font-weight: ;
	}
/*left側のスペース*/	
/*
#f_menu{
	float:right;
	width:20px;
	}
*/


/*left側のスペース*/	
#main{
	float:left;
	margin:10px 0 10px 12px;
/*	width:590px;*/
	width:590px;	
	}
#main h3{
	font-size:25px;
	text-align:center;
	color:#6600FF;
	background-color:#CCFFCC;
	border: 1px solid #757575;
	}

#main h4{
/*
	margin:10px 0 5px 0;
	background:url(img/tpl/bg_list01.gif) no-repeat left;
	line-height:1.2em;
	vertical-align:top;
	text-indent:20px;
*/
	font-size:16px;
	color:#00CC00;
	background-color:#FFFFCC;
	}
#main h5{
	font-size:16px;
	color: #FF0000;
	}

/*トップ*/
#top{}
#top div#news{
	width:580px;
	border: #999999 dotted;
	border-width:1px 0 1px 0;
	padding:0 0 10px 0;
	}
#top div#news p.day{
	color:#666666;
	font-weight:bold;
	font-size:100%;
/*	background:url(img/tpl/bg_list02.gif) no-repeat center left;*/
	text-indent:20px;
	vertical-align:top;
	margin:10px 0 0 0;
	}
#top div#news p{
	margin:2px 10px 10px 10px;
	line-height:160%;
	}

#foot_up{
	clear:both;
	}
#foot{
	background-color:#CCFF99;
	border:solid #336600; border-width:0px 0 3px 0;
	color:#6666FF;
	height:40px;
	clear:left;
	text-align:center;
	margin:20px 0 0 0;
	font-size:12px;
	   }
#foot a{
	color:#ffffff;
	text-decoration:none;
	}
#foot a:hover{
	color:#ffffff;
	}
#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;
	}
	
/*画像回り込み*/			
div.example {
width: 100%;
margin-bottom: 3em;
}

img.example1 { float: left; }
img.example2 { float: right; }

.clearLeft { clear: left; }
.clearRight { clear: right; }

		




