@charset "UTF-8";

/* IE-win only */
* html #container {
	height: 1%;
	background-color: #E6F4D2;
}

/* hide hack from Mac-IE5 \*/
* html p { height: 1%; }
/* end hiding */


/*	リセットCSS
----------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:separate;
	border-spacing:0;
	font-size: 100%;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
body {
	background-color: #FFFFFF;
}





/*	レイアウト
--------------------------------------------------------------*/
#container {
	background-color: #E6F4D2;
}
#header {
	background-image: url(images/2header-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 630px;
}
#header h1 {
	height: 20px;
	display: block;
	background-color: #FFFF00;
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: bold;
	color: #FF0000;
	font-size: 108%;
	padding-left: 20px;
	padding-top: 5px;
}
#contents {
	background-color: #FFFFFF;
	width: 786px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5BBC2B;
	border-left-color: #5BBC2B;
	padding-top: 80px;
	padding-bottom: 250px;
}
#footer {
	background-color: #5BBC2B;
	height: 55px;
	width: 786px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 7px;
	border-left-width: 7px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5BBC2B;
	border-left-color: #5BBC2B;
	padding-top: 15px;
	text-align: center;
	color: #FFFF00;
	font-weight: bold;
	clear: right;
}
#footer a {
	font-weight: bold;
	color: #FFFF00;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer address {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
}
