@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* CSS Document */

body{
	background-color: #FFFFFF;
	background-image: none;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

h2{
	margin-bottom: 10px;
	font-size: 1.7em;
	line-height: 1.25em;
	font-weight: bold;
	padding-bottom: 2px;
	background-image: url(../images/common/back_h2.gif);
	padding-top: 6px;
	padding-left: 10px;
	margin-right: -12px;
	margin-left: -12px;
	clear: both;
	float: none;
	color:#003366;
}

h3{
	margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.25em;
	font-weight: bold;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003366;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 2px;
	color: #003366;
}

p{
	font-size: 1.3em;
	margin-bottom: 1em;
	line-height: 1.5em;
}

#agreement-box h3{
	margin-top: 40px;
	font-size: 1.3em;
}

#agreement-box ul{
	list-style-type: disc;
}

#agreement-box ol{
	list-style-type: decimal;
}

#agreement-box ul,
#agreement-box ol{
	margin-left: 40px;
	font-size: 1.2em;
}

#agreement-box ul li,
#agreement-box ol li{
	line-height: 1.5em;
	margin-bottom: 1em;
}

#agreement-box ul li ul,
#agreement-box ol li ol{
	margin-top: 1em;
	font-size: 1em;
}

#agreement-box ul li ul li,
#agreement-box ol li ol li{
}
