@charset "UTF-8";

/**
@prefix : <http://purl.org/net/ns/doas#> .
</assets/css/terms.css> a :CSSstylesheet;
 :shortdesc "terms.css";
 :dependencies "none" .
*/

/*----------------------------------------------------
	common
----------------------------------------------------*/
body.top {
	background: #000 url(../images/common/body_back_03.gif) repeat-x left top;
}
#main h1 {
	margin-bottom: 6px;
}
#mainBox h2.title01 {
	margin-bottom: 18px;
	padding-bottom: 6px;
	background: url(../images/common/main_line_01.gif) repeat-x left bottom;
}
#mainBox h2.title01 img {
	margin: 0 0 2px -6px;
}

/*----------------------------------------------------
	index.html
----------------------------------------------------*/
body.top #vi p {
	position: relative;
	height: 165px;
}
body.top #vi p img {
	position: absolute;
	top: 0;
}
body.top #mainBox {
	padding: 30px 35px 25px;
	color: #1a1a1a;
}
body.top #mainBox a:link {
	color: #c40f39;
	text-decoration: none;
}
body.top #mainBox a:visited {
	color: #c40f39;
	text-decoration: none;
}
body.top #mainBox a:hover {
	color: #c40f39;
	text-decoration: underline;
}
body.top #mainBox a:active {
	color: #c40f39;
	text-decoration: underline;
}
body.top #mainBox h3 {
	margin: 0 10px 5px;
	font-size: 93%;
	font-weight: bold;
	line-height: 1.5;
}
body.top #mainBox p {
	margin: 0 10px 20px;
	font-size: 93%;
	line-height: 1.5;
}
body.top #mainBox ul {
	margin: 0 10px 20px;
	padding-left: 18px;
	font-size: 93%;
	line-height: 1.5;
	list-style: disc;
}
body.top #mainBox dl {
	margin: 0 10px;
	font-size: 93%;
	line-height: 1.5;
}
body.top #mainBox dl dt span {
	font-weight: bold;
}
body.top #mainBox dl dd {
	margin-bottom: 20px;
}
body.top #mainBox table {
	margin: 0 40px 20px;
	font-size: 93%;
	line-height: 1.5;
}
body.top #mainBox table th {
	vertical-align: top;
	padding: 5px 0;
}
body.top #mainBox table th span {
	font-weight: bold;
}
body.top #mainBox table td {
	padding: 5px 0;
}




body.top #mainBox table.table01 {
	width: 100%;
	margin:0 0 35px;
	border: 1px solid #525252;
	border-collapse:collapse
}


body.top #mainBox table.table01 th {
	vertical-align: top;
	padding: 8px 10px;
	font-size: 93%;
	font-weight: bold;
	color: #1a1a1a;
	border: 1px solid #525252;
}


.top #mainBox table.table01 td {
	vertical-align: middle;
	padding: 8px 20px;
	font-size: 93%;
	color: #625a5a;
	border: 1px solid #525252;
}

.top #mainBox table.table01 td.sttl{
	text-align:center;
}