@charset "UTF-8";
/* CSS Document */

/*==============================
links setting
==============================*/

/* wrap --------------------------------- */
#wrap {
	background-image: url(../images/cont_bg_privacy.jpg);
}
#container .contents h2{
width:300px;
background-image: url(../images/title_category.gif);
}

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

/* contents-in dl --------------------------------- */
.contents-in dl {
	margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px #281900 dotted;
}
.contents-in dl.bgcol {
background-color: #EAE8D9;
}
.contents-in dl dt {
	margin-bottom: 10px;
color: #281900;
font-size: 16px;
font-weight: bold;
}
.contents-in dl dd p {
	margin-bottom: 20px;
}

/* contents-in contactbox --------------------------------- */
.contents-in .contactbox {
	margin-top: 10px;
	background-image: url(../../common/images/bg_box.gif);
	background-position: left top;
	background-repeat: repeat;
	border: 1px #281900 dotted;
}
.contents-in .contactbox dl {
	width: 580px;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: none;
}
.contents-in .contactbox dl dd a {
	color: #8F7A44;
	text-decoration: underline;
}
.contents-in .contactbox dl dd a:hover {
	color: #999966;
}
	

