* {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	list-style-type: none; }
img {
	vertical-align: bottom;
	border-style: none; }

body {
	color: #333;
	font-size: 90%;
	line-height:180%;
	background-color: #e9fae0;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

a:link,a:visited {
	color: #007ade;
}
a:hover,a:active {
	color: #ff6f00;
}

div#page {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	width: 705px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/bg_header.gif);
	background-repeat: repeat-y;
	background-position:10px;
	margin-bottom:30px;
}


div#header h1 {
	margin-top:30px;
}


div#header ul#menu {
	padding-left:120px;
	padding-bottom:25px;
	margin-top:10px;
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}

div#header ul#menu li {
	display:inline;
	margin-right:27px;
}

div#header p {
	background-image: url(img/bg_title_bottom.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	padding:15px 40px 40px 40px;
}


div#contents {
}


div#contents div.unit {
	background-image: url(img/bg_stitle.gif);
	background-repeat: no-repeat;
	width:705px;
	margin-bottom:20px;
}

div#contents h2 {
	font-size:105%;
	color:#fff;
	padding:35px 30px 25px 65px;
	font-weight:bold;
	background-image: url(img/bg_stitle_bottom.gif);
	background-repeat: no-repeat;
	background-position:13px bottom;
}

div#contents dl {
	background-image: url(img/bg_contents.gif);
	background-repeat: repeat-y;
	padding-top:5px;
}

div#contents dt {
	color:#090;
	padding:10px 10px 10px 60px;
	margin-top:25px;
	margin-left:45px;
	margin-right:45px;
	font-size:120%;
	font-weight:bold;
	background-color:#ffffcc;
	background-image: url(img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position:10px center;
}

div#contents dd {
	margin-left:35px;
	margin-right:25px;
	margin-top:10px;
	padding-left:25px;
	padding-right:20px;
	padding-bottom:15px;
	/*line-height:250%;*/
	border-bottom:dashed 1px #ccc;
}

div#contents dd span{
	line-height:250%;
	display:block;
	padding-bottom:0px;
	margin-bottom:-20px;
}

div#contents dd.last {
	border-bottom:none;
}

div#contents p.totop {
	text-align:right;
	background-image: url(img/bg_content_bottom.gif);
	background-repeat: no-repeat;
	padding-right:20px;
}