@charset "utf-8";

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

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


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

div.box_gray {
	padding: 15px;
	margin-bottom: 15px;
	background-color: #F1F1F1;
}

div.box_gray p {
	margin-bottom: 0;
}

p.list01 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	margin-top: 25px;
	font-weight: bold;
	background: url(../img/about/list_01.gif) no-repeat left top;
}

p.list02 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	font-weight: bold;
	background: url(../img/about/list_02.gif) no-repeat left top;
}

p.list03 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	font-weight: bold;
	background: url(../img/about/list_03.gif) no-repeat left top;
}

p.list04 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	font-weight: bold;
	background: url(../img/about/list_04.gif) no-repeat left top;
}

p.list05 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	font-weight: bold;
	background: url(../img/about/list_05.gif) no-repeat left top;
}

p.list06 {
	height: 22px;
	padding-top: 2px;
	padding-left: 27px;
	margin-bottom: 25px;
	font-weight: bold;
	background: url(../img/about/list_06.gif) no-repeat left top;
}

table {
	width: 520px;
	margin-bottom: 30px;
	border: 1px solid #CCCCCC;
	font-size: 1.2em;
	color: #333;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #FFF;
	white-space: nowrap;
	background-color: #1f78b4;
}

td {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #E7EEF9;
}
