@charset "UTF-8";
/*
==========================================================
title
==========================================================
*/

#main .title {
	width: 700px;
	background-image: url(../commonImage/line_title.png);
	background-position: 0% 75px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#main .title .english {
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
/*
==========================================================
main_contents
==========================================================
*/

#main .hd {
	font-size: 17px;
	color: #444444;
	background-image: url(../commonImage/parts.png);
	padding-left: 25px;
	background-position: 0% 3px;
	padding-bottom: 10px;
	font-weight: bold;
}
#main .text {
	width: 440px;
	padding-left: 20px;
	text-align: justify;
}
#main #box {
	width: 690px;
	font-size: 13px;
}
#main table {
	border-collapse: collapse;
	border: 0px;
}
/*==========
outline
===========*/
#main #box .outline {
	padding-bottom: 80px;
	line-height: 160%;
}
#box .outline table tr {
	border-bottom: 1px solid #CCC;
}
#box .outline table td {
	line-height: 140%;
}
/*==========
history
===========*/
#main #box .history {
	padding-bottom: 80px;
	line-height: 240%;
}
#box .history table tr {
}
#box .historye table td.cap {
	line-height: 140%;
	text-align: right;
}
#main #box .history ul {
	overflow: hidden;
	padding-top: 20px;
}
#main #box .history li {
	float: left;
	padding-right: 30px;
}
#main #box .history li p {
	padding-top: 5px;
}
/*==========
rule
===========*/
#main #box .rule {
	padding-bottom: 80px;
}
#box .rule table tr {
	border-bottom: 1px solid #CCC;
}
#box .rule table td {
}

