/*

UTF-8で保存

*/

@charset "utf-8";

* {
	margin:0;
	padding:0;
	border: none;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	background:#fff;
	color:#333;
	font-size: 14px;
	line-height:1.5;
	text-align:center;


	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom

}

#header {
	width:960px;
	margin:0 auto;
	height:120px;
	text-align:left;
}

#header span{
	display:none;
}

#header h1 a{
	display:block;
	width:450px;
	height:120px;
	background:url(../img/logo.gif) no-repeat;
}

#navi{
	text-align:left;
	width:100%;
	background:#339933;
}

#navi2{
	width:960px;
	margin:0 auto;
	border-left: 1px solid #fff;
}

#nav a{
	text-decoration: none;
}

.st a:hover{
	background-color: #fff;
	color: #339933;
}




#pan{
	width:950px;
	height:30px;
	margin:0 auto;
	line-height:30px;
}
#pan ol{
	list-style:none;
}
#pan ol li{
	float:left;
	padding-right:7px;
	padding-left:10px;
	background:url(../img/ico_sample01.gif) no-repeat 0 50%;
}
#pan ol li.home {
	padding-left: 0;
	background: none;
}
#pan a{
	color:#000;
	text-decoration:none;
}
#pan a:link{
	color:#000;
}
#pan a:visited{
	color:#000;
}




#wrapper{
	text-align:left;
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

#wrapper h2{
	background:url(../img/h2bg.gif) no-repeat 0px 5px;
	font-size:20px;
	padding:0 0 0 23px;
}

#wrapper h3{
	background:url(../img/h2bg.gif) no-repeat 0px 4px;
	font-size:18px;
	padding:0 0 0 23px;
}

#content{
	float:left;
	width:740px;
}

#navigation{
	float:right;
	width:200px;
}

#navigation ul{
	display: block;
}

#navigation li {
	display: block;
	list-style: none;
}

#navigation li {
	width: 200px;
	background-color: #339933;
	border-bottom: 1px solid #fff;
}

#navigation a {
	display: block;
	color: #fff;
	padding: 6px;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #fff;
	color: #339933;
}


#footer{
	text-align:center;
	clear: both;
	width:100%;
/*
	min-height:270px;
*/
	background:#339933;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fff;
	text-decoration:none;
}



.center{
	text-align: center;
}

.photo{
	float: left;
	margin:0 10px 10px 0;
}

.hr{
	clear: both;
	background-image:url(../img/dot.gif);
	background-repeat:repeat-x;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}

.pagetop{
	padding:20px 0;
	text-align:right;
	text-decoration:none;
}

.pagetop a{
	text-decoration:none;
}


a:link{
	color:#339933;
}
a:visited{
	color:#339933;
}
a:hover{
	color:#339933;
	text-decoration:none;
}
a:active{
	color:#339933;
	text-decoration:none;
}

.item{
	float:left;
	width:185px;
	height:150px;
	text-align:center;
}

.clear{
	clear: both;
}

.ad728{
	width:728px;
	margin:0 auto;
	font-size: 12px;
	padding-bottom:20px;
}

.keyword{
	padding:20px 0;
	font-size: 20px;
	line-height: 25px;
	text-align: justify;
	text-justify: auto;
}


