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

/* 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;
	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: #E6F4D2;
	background-image: url(images/bg-dot.gif);
	background-repeat: repeat-x;
	background-position: top;
}





/*	レイアウト
--------------------------------------------------------------*/
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#container {
	background-image: url(images/bg-contents.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.block {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 786px;
}
#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;
}
#header .block h2 {
	margin-top: 30px;
}
#contents {
	width: 786px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 100px;
}
#formArea {
	background-color: #E6F4D2;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
#formArea table {
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}
.tableTxt {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 15px;
}
.leftCell {
	background-color: #5BBC2B;
	width: 200px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	color: #FFFFFF;
}
#formArea #button {
	background-color: #FFFFFF;
	text-align: center;
	height: auto;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#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;
}
