@charset "shift_jis";

/* ------------------------------------------ */
/* ---------- page structure style ---------- */
/* ------------------------------------------ */

body#infoD { background: url(/images/bg_body_top.gif) repeat-x top #fff; }

#infoD #container {
	width: 745px;
}

#infoD #header {
	width: 745px;
	height:90px;
}

#infoD #header h1 {
	float: none;
	text-indent: -9999px;
}

#infoD #contents {
	clear: both;
	margin: 25px 35px 0;
	width: 700px;
}


#infoD #footer {
	clear: both;
	padding: 40px 35px 3px;
	width: 700px;
}

#infoD #footer #copyright {
	float: right;
	width: 153px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(/images/copyright.gif);
	background-repeat: no-repeat;
}


/* -------------------- */
/* ----- contents ----- */
/* -------------------- */

#infoDetail .title {
	margin: 0 0 10px;
	padding: 10px 10px 7px;
	border: 1px solid #9c3;
	background:#E8FDE1;
}

#infoDetail .title dt {
	margin: 0 0 5px;
	padding: 0 0 4px;
	background-image: url(/images/dot_green.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#infoDetail .title dd {
	margin: 0;
	padding: 0;
	color: #360;
	font-size: 117%;
	font-weight: bold;
}

#infoDetail p.img { margin:0px; line-height: 100%;}

#infoDetail p.img img {	margin: 10px 20px 10px 0px;}

#infoDetail p { margin-bottom:30px;	line-height: 150%;}



