@charset "Shift_JIS";

/*--------------------------------------------------------------------
link.html
link.css
--------------------------------------------------------------------*/


/*------------Globalのスタイル---------------------------------------------------------------*/
div#Global {
	clear: both;
	height: 62px;
	padding: 7px 0 0 0;
	background: url(../../img/privacy/title.jpg) no-repeat center top;
}


/*------------MainBoxのスタイル---------------------------------------------------------------*/
div#MainBox {
	width: 874px;
	margin: 11px auto 0 auto;
	background: url(../../img/privacy/box_mid.gif) repeat-y center top;
}

div#MainBox h2 {
	height: 52px;
	background: url(../../img/link/sub_title.jpg) no-repeat center top;
	text-align: left;
	text-indent: -99999px;
	overflow: hidden;
}

div#MainBox span {
	display: block;
	height: 6px;
	padding: 5px 0 0 0;
	background: url(../../img/privacy/box_btm.gif) no-repeat center bottom;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

div#MainBox ul {
	width: 600px;
	margin: 20px auto 0 auto;
	list-style: none;
}

div#MainBox ul li {
	margin: 30px 15px;
	padding: 0 0 30px 0;
	border-bottom: 1px dashed #c8c8c8;
}

div#MainBox ul li.NoLink {
	padding: 0 0 30px 15px;
	background: url(../../img/link/arrow.gif) no-repeat 0 7px;
	text-decoration: none;
	font-size: 18px;
}

div#MainBox ul li#End {
	border-bottom: 0 none;
}

div#MainBox ul li a {
	padding: 0 0 0 15px;
	background: url(../../img/link/arrow.gif) no-repeat 0 center;
	text-decoration: none;
	font-size: 18px;
	color: #095697;
}

div#MainBox ul li a:hover {
	text-decoration: underline;
}

/*div#MainBox table {
	width: 600px;
	margin: 20px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#MainBox table#Dummy {
	width: 600px;
	min-height: 350px;
	margin: 20px auto 0 auto;
	border-collapse: collapse;
	border: 0 none;
}

div#MainBox table#Dummy tr th,
div#MainBox table#Dummy tr td {
	border: 0 none;
}

div#MainBox table tr th {
	width: 30%;
	padding: 30px 15px;
	border-bottom: 1px dashed #c8c8c8;
	text-align: left;
	vertical-align: top;
}

div#MainBox table tr th a {
	display: block;
	padding: 0 0 0 15px;
	background: url(../../img/link/arrow.gif) no-repeat 0 center;
	text-decoration: none;
	font-size: 18px;
	color: #095697;
}

div#MainBox table tr th a:hover {
	text-decoration: underline;
}

div#MainBox table tr td {
	width: 70%;
	padding: 30px 15px;
	border-bottom: 1px dashed #c8c8c8;
	text-align: left;
	vertical-align: middle;
}

div#MainBox table tr#End th,
div#MainBox table tr#End td {
	border-bottom: 0 none;;
}*/