BODY    {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height: 1.3em;
	color: #323232;
	margin: 0px;
	background : #ffffff url(form/bak.gif) repeat scroll 0% 0%;
         
}


/* 段組・全体枠組み */
#wrapper {
	width:800px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background : #ffffff url(form/wrapper.gif) repeat-y scroll 0% 0%;

}
#main {
	width: 800px;
	clear: both;
}
#contents {
	width: 600px;
	float: left;
}
#nai {
	width: 560px;
	margin-left: 20px;
	margin-top: 15px;
}
#mainnavi {
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
	background-image: url(img/mainnavi.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 590px;
	padding-left: 10px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F6EFE3;
}
#footnavi {
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	width: 600px;
}
#footer {
	clear:both;
	width: 800px;
	color: #333333;
	margin: 0px;
	text-align: center;
	background : #b9ccf1 url(form/footer.gif) repeat scroll 0% 0%;
	padding: 15px 0px 10px;
	font-size: 11px;

}
#header {
	background-color: #FFFFFF;
	width: 800px;
}
#mainleft {
	float: left;
	width: 200px;
}
/* 共通項目 */
h1 {
	font-size: 10px;
	font-weight: normal;
	display: block;
	background: #F7F7F7;
	color: #999999;
	text-align: right;
	margin: 0px;
	padding: 0px 10px 2px;
	border-top: 3px solid #1166BB;
}
p {
	margin: 0px;
	padding: 0px;
}

/* リンク用 */
a {
	color:#316AB9; 
}
a:hover {
	text-decoration:none;
	color: #EA4735;
}
#mainnavi a {
	color: #666666;
}

#mainnavi a:hover {
	color: #FF0000;
	text-decoration: none;
}
#footnavi a {
	color: #666666;
	text-decoration: none;
}
#footnavi a:hover {
	color: #1166BB;
	text-decoration: none;
}
#flash {
	text-align: center;
	height: 290px;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	background-color: #DDE5F6;
}
