@charset "UTF-8";
/*▼▼▼▼▼▼ タイトル ▼▼▼▼▼▼*/
#content h2 {
	color: #1d7fb8;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 45px;
	background-image: url(../img/h2_lightblue.png);
	background-repeat: no-repeat;
	text-indent: 65px;
	width: 640px;
	height: 40px;
	margin: 0 0 10px;
	display: block; }
/*▼▼▼▼▼▼ 本文 ▼▼▼▼▼▼*/
#content h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
	padding-left: 5px;
	border-left: 8px solid #1d7fb8; }
#content h4 {
	color: #1d7fb8;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px; }
#content h5 {
	font-size:   1.2em;
	font-weight: bold;
	margin: 0 0 5px; }
#content a {
	color: #1d7fb8;
	text-decoration: underline; }

#content a:hover {
	color: #1d7fb8;
	text-decoration: none; }
#content th {
	color: #1d7fb8;
	font-weight: bold;
	background-color: #dfeff9;
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px solid #aaa;
	border-left: 1px dashed #aaa; }
#content td {
	padding:       2px 5px;
	border-bottom: 1px solid #aaa;
	border-left:   1px dashed #aaa; }
#content .top {
	border-top: 1px solid #aaa;
	 }
#content .left {
	border-left-style: none; }
#content .lineless {
	border-bottom-style: none; }

#content .double {
	border-left: 3px double #aaa;
	 }
#num td {
	text-align: center; }

/*▼▼▼▼▼▼ その他 ▼▼▼▼▼▼*/
#content .dot li {
	text-indent: -1em;
	margin: 0 0 3px;
	padding-left: 1.5em;
	list-style-type: disc;
	list-style-position: inside; }
#content .num li {
	text-indent:         -1em;
	margin: 0 0 3px;
	list-style-type:     decimal;
	list-style-position: inside;
	padding-left:        1.5em; }
#content .circle li {	text-indent:         -1em;
	list-style-type:     circle;
	list-style-position: inside;
	margin:              0 0 3px;
	padding-left:        1.5em; }
#content .offset {
	margin: 0 0 0 15px; }
#ask {
	margin: 0;
	padding: 10px 15px;
	border: dashed 1px #aaa; }
