@charset "utf-8";
/*common*/
html, body {
	margin:0;
	padding: 0px;
}
body {
	background-image: url(../images/bg_print_body.gif);
	background-repeat: repeat;
	background-position: center;
}
/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form, map {
	padding: 0;
	margin: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
textarea {
	font-size: 100%;
}
/*　↓　全体のラッパー　↓　*/
#wrapper {
	background-color: #FFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 100%;
	min-height: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #header {
	height: 43px;
}
/*　↓　みぎ側　エリア　↓　*/
#wrapper .right_body {
	margin: 0px;
	width: 223px;
	color: #214320;
	font-size: 12px;
	line-height: 13px;
	font-family: "ＭＳ Pゴシック", "MS PGothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color: #FFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	float: right;
}
#wrapper .right_body p {
	margin-bottom: 8px;
}
#wrapper .right_body h1 {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#wrapper .right_body ul {
	margin-top: 15px;
}
#wrapper .right_body ul li {
	margin-top: 10px;
	list-style-image: url(../images/bg_point_ul-li_01.gif);
	list-style-position: outside;
	margin-left: 15px;
}
#wrapper .right_body h2 {
	font-size: 12px;
	font-weight: bold;
}
#wrapper .right_body .arrow-list li {
	margin-top: 10px;
	list-style-image: url(../images/bg_point_dl_01.gif);
	list-style-position: outside;
	margin-left: 15px;
}
/*　↓　ひだり側　本文エリア　↓　*/
#wrapper #main {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}
#wrapper #main #contents_665 p {
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 665px;
}
#wrapper #footer {
	clear: both;
}
/*　↓　IE6　プリント　縮小　↓　*/
@media print {
html {
	height: 100%;
	background-color: #FFF;
}
body {
	width: 900px;
	height: 100%;
	background-color: #FFF;
}
* html body {
 *zoom: 68%;
}
}
