/*
    Document   : about
    Created on : 2013/07/08, 1:36:45
    Author     : ETOHKatsuhiko
    Description:
        Purpose of the stylesheet follows.
*/

#contents{
	font-size: 15px;
	margin-bottom: 85px;
}
#contents p{
	margin-bottom:20px;
}
table{
	font-size: 15px;
	margin-bottom:20px;
	border-collapse: collapse;
	border-top:solid 1px #154EA5;
}
th{
	height: 40px;
	width: 250px;
	background:#154EA5;
	color: #fff;
	font-weight: normal;
	border-bottom: solid 1px #fff;
}
th.bottom{
	border-bottom:solid 1px #154EA5;
}
td{
	padding: 10px 0 10px 30px;
	border-bottom:solid 1px #154EA5;
	width: 450px;
}

.detail_area{
	margin-bottom: 50px;
}

h2{
	margin-bottom: 20px;
}

ol{
	margin-left: 50px;
}
ol li{
	line-height: 30px;
}