@charset "UTF-8";
/* CSS Document */

/*リセット
---------------------*/
*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link,a:visited{
	text-decoration:none;
	outline:none;
	color:#000000;
}
a:hover,a:active{
	text-decoration:none;
	outline:none;
	color:#666666;
}
img{
	border:none;
}
/*リセットここまで
---------------------*/


h2{
	font-size:18px;
}
h3{
	font-size:14px;
}
p{
	font-size:16px;
	text-align:justify;
	margin:10px 0;
	line-height:1.8em;
	color:#333333;
}




/*ボディー
---------------------*/
body{
	background-color:#99CC77;
}

/*ロゴのための枠
---------------------*/
#logo-box{
	width:760px;
	height:auto;
	margin:0 auto;
}



/*影のための大枠
---------------------*/
#top{
	width:auto;
	height:40px;
	border-bottom:solid #669900 2px;
	background-image:url(../images/kage-t.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	overflow:auto;
	
}

/*枠組み
---------------------*/
#container{
	width:760px;
	height:auto;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:10px;
	overflow:auto;
	
}

#back_ground{
	background-color:#FFFFFF;
	padding-bottom:20px;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#bottom{
	width:auto;
	height:25px;
	border-top:solid #669900 2px;
	background-image:url(../images/kage-b.png);
	background-repeat:repeat-x;
	background-position:top;
	overflow:auto;
	clear:both;
}

/*ヘッダー
---------------------*/
#logo{
	float:left;
	width:187px;
	height:40px;
	margin-left:10px;
}

#header #header-menu{
	float:right;
}
#header #header-menu li{
	float:left;
	margin-left:10px;
}

/*コンテンツ
---------------------*/
#cont{
	width:760px;
	clear:both;
	overflow:visible;
}

/*フッター
---------------------*/
#footer{
	clear:both;
}
.left{
	float:left;
	margin-top:20px;
	
}
.left a:link,.left a:visited{
	color:#333333;
	font-size:14px;
}
.left a:hover,.left a:active{
	color:#555555;
}
.right{
	float:right;
	margin-top:20px;
}
.right a:link,.right a:visited{
	color:#333333;
	font-size:14px;
}
.right a:hover,.right a:active{
	color:#555555;
}
