@charset "utf-8";
@import url(general.css);


/* .section基本 */

#main .section a {
	color: #246BD4;
}

#main .section a:hover {
	text-decoration: none;
}

#main .section p,
#main .section table,
#main .section dl {
	margin: 0 15px;
}

#main .section p {
	padding-bottom: 10px;
	line-height: 1.6;
}

#main .section p span {
	color: #f00;
}

/* テーブル周り共通 */

#main .section table {
	border: solid 1px #ccc;
	width: 669px;
	margin-bottom: 10px;
}

#main .section th {
	background-color: #ffc;
	border-bottom: dotted 1px #ccc;
	padding: 7px 10px;
	line-height: 1.6;
}

#main .section thead th {
	background-color: #F9A21A;
	border-bottom: solid 1px #ccc;
	line-height: 1.6;
	color: #fff;
	font-weight: bold;
}

#main .section td {
	border-bottom: dotted 1px #ccc;
	padding: 7px 10px;
	line-height: 1.6;
	text-align: center;
}

#main .section td.body {
	text-align: left;
}

/* 定義リスト */

#main .section dt {
	background: url(../img/pt02.gif);
	border-bottom: dotted 1px #333;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-left: 5px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0.5em;
}

#main .section dd {
	padding-bottom: 10px;
	line-height: 1.6;
}

#main .section dd span {
	color: #f00;
}

/* #ryokin-ni-tsuite */

#ryokin-ni-tsuite {
	margin-left: 21px;
	margin-bottom: 10px;
}

/* .att */

.att {
	padding: 0 44px 15px;
	color: #f00;
	line-height: 1.6;
}

/* #jirei1,#jirei2 */

#jirei1 h3,
#jirei2 h3 {
	padding: 0 15px;
}

/* #attention */

#attention {
	background: url(../img/box01-b.gif) no-repeat left bottom;
	width: 652px;
	margin: 0 auto 30px;
	line-height: 1.6;
}

#attention p {
	background: url(../img/box01-t.gif) no-repeat left top;
	padding: 7px 6px 7px 28px;
}

#attention p span {
	color: #f00;
}

#attention a {
	color: #36f;
}

#attention a:hover {
	text-decoration: none;
}