@charset "utf-8";

/* CSS Document */

/*----- body -----*/
body {
	font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	margin: 0;
	color: #434343;
	/*background: url(images/body_bg.png) repeat-x;*/
}
h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding:0;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin:0;
	padding:0;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	margin:0;
	padding:0;
}
p {
	font-size: 14px;
	margin: 0;
	padding:0;
}
ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
}
a:link {
	color: #667b00;
	text-decoration: none;
}
a:visited {
	color: #667b00;
	text-decoration: none;
}
a:hover {
	color: #9cc747;
	text-decoration: underline;
}
a:active {
	color: #667b00;
	text-decoration: none;
}
img {
	border: 0;
}
/*----- body end -----*/

/*----- header -----*/
#header {
	width: 100%;
	min-width: 1200px;
	height: 180px;
	text-align: center;
	border: solid 0px #ccc;
	border-bottom: solid 1px #9cc747;
}
#header_title {
	width: 880px;
	height: 165px;
	margin: 20px auto 0 auto;
	border: solid 0px #ccc;
}

hr.header_line {
	width: 100%;
	height: 5px;
	background-color: #9cc747;
	border: none;
}
/*----- header end -----*/

/*----- container -----*/
#container {
	width: 1200px;
	height: px;
	padding: 0;
	margin: 0 auto 80px auto;
	text-align: center;
	border: solid 0px #ccc;
}
#container img {
	margin: 20px 0 20px 0;
}
p.return {
	margin: 30px 100px 0 0;
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
	border: solid 0px #ccc;
}
/*----- container end -----*/

/*----- footer -----*/
#footer {
	width: 100%;
	min-width: 1200px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 10px 0 10px 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: url(images/bg_bottom.png) bottom repeat-x;
	border: solid 0px #000;
}
#footer p.foot {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
	border: solid 0px #ccc;
}
#footer .copyright {
	margin-top: 25px;
	font-size: 14px;
	color: #fff;
}
/*----- footer end -----*/