@charset "UTF-8";

/* Information */
/* 2008-08-05T05:58:23+09:00 */

@import url("./common.css");

/* -------------------------------------------------- */
/* main > main-body */
div.main-body{
	width: 600px;
}

div.information dl{
	margin-bottom: 20px;
	margin-left: 50px;
	padding-top: 10px;
	border-top: dashed 1px #c9c98f;
}

div.information dl dt{
	margin-bottom: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #7d733f;
}

div.information dl dd{
	margin-bottom: 1em;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: dashed 1px #c9c98f;
	line-height: 1.5;
}

div.information dl dd a{
	padding-left: 10px;
	background: transparent url("../image_common/icon_arrow_ocher.gif") no-repeat 0 0.3em;
}
div.information dl dd ul{
	margin:0px 0px 0px 30px;
	list-style:disc;
}
.imagewakuR{
	padding:1px;
	margin:10px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	float:right;
}
