@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      other.css
 Style Info:     サイトマップ、プライバシーポリシーファイル専用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	SITEMAP用
----------------------------------------------------*/

#copy{
	width:230px;
	background:url(../img/other/copy.gif) no-repeat;
}

h2 {
	width:107px;
	background:url(../img/other/title.gif) no-repeat;
	margin-bottom:45px;
}

table {
	background:url(../img/share/parting_line.gif) repeat-x top;
	margin:0 auto 60px auto;
	width:600px;
	border:0;
}

table tr {
	background:url(../img/share/parting_line.gif) repeat-x bottom;
}

table th {
	vertical-align:top;
	font-weight:normal;
	width:180px;
	padding:5px 0 0 20px;
}

table td {
	padding:5px 0 5px 15px;
}

table #finish {
	background:none;
}

.back {
	margin:20px auto;
	width:486px;
	text-align:right;
}

#hidden {
	color:#999;
}

.under {
	padding-left:35px;
}


/*----------------------------------------------------
	policy用
----------------------------------------------------*/

#policy #copy{
	width:173px;
	background:url(../img/other/copy_policy.gif) no-repeat;
}

#policy h2 {
	width:194px;
	background:url(../img/other/title_policy.gif) no-repeat;
	margin-bottom:45px;
}

#contents dl {
	width:485px;
	margin:0 auto 50px auto;
}

#contents dl dt {
	font-weight:bold;
}

#contents dl dd {
	margin-bottom:20px;
}

#contents dl ol {
	margin-left:25px;
}

#contents dl ol li {
	list-style-type:inherit;
}

