@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      about.css
 Author:         masaki kiuchi
 Style Info:     JMVAとはページ用スタイル
----------------------------------------------------------- */


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

h4 {
	padding-left: 5px;
	border-bottom: #1f78b4 solid 1px;
	border-left: #1f78b4 solid 5px;
}

table {
	width: 400px;
	margin: 50px 0 80px 100px;
	font-size: 1.2em;
	color: #333;
	line-height: 1.6;
}

td {
	padding: 10px 0;
}

.red {
	color: #F00;
	font-size: 0.8em;
}

table ul li {
	list-style: none;
	border-bottom: #CCC dashed 1px;
	padding-bottom: 0.5em;
}

table ul li a {
	background: url(../img/sitemap/link_arrow.gif) no-repeat left top;
	height: 17px;
	padding-left: 24px;
}

table ul li ul {
	margin-top: 1.5em;
}

table ul li ul li a {
	background: url(../img/sitemap/link_arrow02.gif) no-repeat left top;
}

table ul li ul li {
	font-size: 1em;
	margin-left: 2em;
	border-bottom: none;
}