@charset "utf-8";
/* CSS Document */


/* --------------- */
/*  touringClub    */
/* --------------- */
#touringClub h3 {
	margin-top: 15px;
	font-size: 150%;
	font-weight: bold;
	line-height: 100%;
}
#touringClub h4 {
	margin-top: 30px;
	padding: 7px 10px 3px 10px;
	font-size: 120%;
	font-weight: bold;
	border-left: 15px solid #8BA8DF;
	background: #E6EEF2;
}
/*#touringClub h4 {
	margin: 15px 0 15px 0;
	padding: 15px 0 0 0;
	font-weight: bold;
	border-top: 1px dashed #d4d4d4;
}*/
#touringClub h5 {
	margin: 15px 0 15px 0;
	padding: 15px 0 0 0;
	font-weight: bold;
	text-decoration: underline;
	border-top: 1px dashed #d4d4d4;
}
#touringClub h5.firstChild {
	margin-top: 0;
	border-top: none;
}
#touringClub p {
	margin-top: 15px;
	font-size: 90%;
}

#touringClub table {
	margin-top: 15px;
	width: 900px;
	border: 1px solid #d5d5d5;
}
#touringClub th {
	padding: 8px;
	width: 150px;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	line-height: 150%;
	background: url(../img/common/bg_table_header2.png) right top repeat-y;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}
#touringClub thead th {
	width: auto;
	text-align: center;
	background: url(../img/common/bg_table_header.png) center center repeat-x;
	border: 1px solid #d5d5d5;
	white-space: nowrap;
	vertical-align: middle;
}
#touringClub td {
	padding: 8px;
	font-size: 90%;
	line-height: 150%;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}
#touringClub ul {
	margin-top: 15px;
	margin-left: 3px;
}
#touringClub ul li {
	margin-left: 23px;
	list-style: outside disc;
}
#touringClub ol {
	margin-left: 3px;
}
#touringClub ol li {
	margin-left: 23px;
/*	font-weight: bold; */
	list-style: outside decimal;
}


/* --------------- */
/*  Guide          */
/* --------------- */
#userGuide h3 {
	margin-top: 15px;
	padding: 7px 10px 3px 10px;
	font-size: 120%;
	font-weight: bold;
	border-left: 15px solid #8BA8DF;
	background: #E6EEF2;
}
#userGuide h4 {
	margin: 15px 0 -15px 0;
	padding: 0;
	font-weight: bold;
}
#userGuide p {
	margin-top: 15px;
	font-size: 90%;
}
#userGuide table {
	margin-top: 15px;
	width: 900px;
	border: 1px solid #d5d5d5;
}
#userGuide th {
	padding: 8px;
	width: 150px;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	line-height: 150%;
	background: url(../img/common/bg_table_header2.png) right top repeat-y;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}
#userGuide thead th {
	width: auto;
	text-align: center;
	background: url(../img/common/bg_table_header.png) center center repeat-x;
	border: 1px solid #d5d5d5;
	white-space: nowrap;
	vertical-align: middle;
}
#userGuide td {
	padding: 8px;
	font-size: 90%;
	line-height: 150%;
	border: 1px solid #d5d5d5;
	vertical-align: top;
}
#userGuide div.block {
	padding-bottom: 70px;
	background: url(../img/common/arrow02.png) center bottom no-repeat;
}
#userGuide div.block1 {
	margin-top: 15px;
	padding: 0 15px 15px 15px;
	border: 1px solid #d5d5d5;
}

#userGuide ol {
	padding: 10px 15px 10px 15px;
}
#userGuide ol li {
	margin-left: 23px;
	list-style: outside decimal;
}
