@charset "utf-8";

/*
 ウェブページ用用CSS
*/

/*-------------------------------
	ウェブページ
-------------------------------*/

#contents {
	padding: 0;
	background: none;
	overflow: hidden;
}
.contents-box {
	overflow: hidden;
}
.webpage-inner {
	padding: 0 15px;
	background: url(../images/common/contents-bg.gif) 0 0 repeat-y;
}
h2 {
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 20px;
	background: url(../images/common/h2-bg.gif) 0 0 no-repeat;
	color: #FFF;
	font-weight: normal;
}

/*	運営会社	*/
table#company-details {
	margin: 20px 0 0 20px;
}
table#company-details tr {
	background: url(../images/common/contents-hr_repeat.jpg) 0 0 repeat-x;
}
table#company-details tr.first {
	background: none;
}
table#company-details th {
	padding: 0 0 0 15px;
	width: 100px;
}
table#company-details td {
	height: 40px;
	width: 400px;
}

/*	プライバシーポリシー	*/
.page-329 dd a {
	color: #e7515d;
}
dl {
	width: 590px;
}
dl dt {
	padding: 30px 5px 10px 5px;
	color: #a18561;
	background: url(../images/common/contents-hr.gif) bottom no-repeat;
}

