body {
	margin: 0;
	padding: 0;
    color: #333333;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",SimSun,Sans-Serif;
    font-size: 0.9em;
    line-height: 150%;
}
* html body {
    font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#guide-main {
	width: 100%;
}

span.bold {
	font-weight: bold;
}

#left-box {
    float: left;
    width: 220px;
    margin: 0 8px;
}
#left-box-en {
    float: left;
	width: 230px;
	margin: 0 8px;
}

#right-box {
	padding-bottom: 10px;
	margin-left: 240px;
}

div.contents {
	width: 98%;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 5px;
}

h1 {
	margin: 5px;
	padding: 1px 8px;
	border-width:0 0 0 15px;
	border-color: #029EBC;
	border-style:solid;
	background:#ffffff;
	color:#017589;
	font-size: 110%;
}

h2, h3, h4, p, ul, dl {
	text-align: left;
}

p {
	clear: left;
}

a:link, a:visited {
	color: #2179AD;
}

a:hover {
	color: #EF3884;
}

/* メニュー */
ul.help-menu {
	font-size: 85%;
}
li.help-menu-for-visitor {
    background-image: url("../img/help/for_visitor.gif");
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 32px;
	height: 25px;
}
li.help-menu-how-to-use {
    background-image: url("../img/help/howto.gif");
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 32px;
	height: 25px;
}
li.menu-title {
	width: 93%;
	background-color:#FFFACD;
	color: #016089;
	font-weight: bold;
	margin: 13px 0 3px;
	padding: 3px 8px;
}
li.help-menu {
    background-image: url("../img/help/arrow.gif");
	background-repeat: no-repeat;
	background-position: left 3px;
    padding-left: 20px;
    margin-top: 5px;
	font-weight: bold;
}
li.help2-menu {
    background-image: url("../img/help/question.jpg");
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 20px;
}
li.help-menu-2 {	/* 中項目 */
    background-image: url("../img/help/menu-sub.gif");
	background-repeat: no-repeat;
	background-position: 12px 3px;
    padding-left: 28px;
}
li.help-menu-3 {	/* 小項目 */
    padding-left: 30px;
}

li.help-menu-2 a {
	text-decoration: none;
}

li.help-menu-3 a {
	text-decoration: none;
}

img {
	display: inline;
}

div.image-box {
	width: 545px;
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
}
/* 各項目タイトル */
h2 {
	width: 96%;
	margin: 15px 0 20px;
	padding:4px 8px;
	border:3px solid #666666;
	background:#FFFFFF;
	line-height:140%;
	font-weight: bold;
	font-size: 110%;
}

/* アイコンつきタイトル */
h2.with-icon {
	color: #333333;
	font-size: 120%;
    height: 25px;
	margin: 15px 2px 10px 0;
	padding: 0;
    border: none;
}
h2 img {
    vertical-align: middle;
}

/* 番号付き見出し */
h3.sub-title {
	margin: 18px 0px 10px 0px;
	padding-left: 22px;
	font-size: 110%;
	clear: right;
}
h4.sub-title {
	font-size: 110%;
	font-weight: bold;
}

table.site-navi
{
	border-collapse: separate;
	border-spacing: 3px;
	margin: 10px 3px 15px;
}

table.site-navi th {
	width: 320px;
	background-color: #029EBC;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

table.navi-en th {
	width: 226px;
}
table.site-navi td {
	text-align: left;
}

p.summary {
	margin: 10px 0 25px;
	font-weight: bold;
}

p.description, div.description {
	margin: 10px 0 15px 20px;
}

span#chart-navi {
	font-size: 1.15em;
}

span.underscore {
	text-decoration:underline;
}

div.caption {
	margin-top: -18px;
	font-size: 11px;
}
span.caption {
	font-size: 11px;
}

li div.caption {
	margin: 0;
	font-size: 11px;
}

/* 番号無しリスト */
ul.normal-description {
	margin: 8px 0 15px 20px;
}
ul.normal-description li {
	list-style: disc;
}
/* 番号付きリスト */
ul.number-description {
	margin-bottom: 20px;
	margin-left: 10px;
	clear: none;
}
ul.number-description li {
	list-style: none;
}

/* 番号のみリスト */
ul.number-menu li {
	list-style: none;
	margin-left: 15px;
	padding-left: 18px;
}
.no_1 {
	background: url("../img/help/no_1.jpg") no-repeat scroll left top transparent;
}
.no_2 {
	background: url("../img/help/no_2.jpg") no-repeat scroll left top transparent;
}
.no_3 {
	background: url("../img/help/no_3.jpg") no-repeat scroll left top transparent;
}
.no_4 {
	background: url("../img/help/no_4.jpg") no-repeat scroll left top transparent;
}
.no_5 {
	background: url("../img/help/no_5.jpg") no-repeat scroll left top transparent;
}
.no_6 {
	background: url("../img/help/no_6.jpg") no-repeat scroll left top transparent;
}
.no_7 {
	background: url("../img/help/no_7.jpg") no-repeat scroll left top transparent;
}
.no_8 {
	background: url("../img/help/no_8.jpg") no-repeat scroll left top transparent;
}
.no_9 {
	background: url("../img/help/no_9.jpg") no-repeat scroll left top transparent;
}
.no_w1 {
	background: url("../img/help/no_w1.jpg") no-repeat scroll left top transparent;
}
.no_w2 {
	background: url("../img/help/no_w2.jpg") no-repeat scroll left top transparent;
}
.no_w3 {
	background: url("../img/help/no_w3.jpg") no-repeat scroll left top transparent;
}
div.clear {
}

ul.help-description {
	list-style-type: none;
	margin: 0 0 5px 5px;
	padding: 0;
	font-weight: bold;
}
ul.help-description li {
    background: url("../img/help/mark.png") no-repeat scroll left top transparent;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 20px;
}
div.help-navi{
	width: 100%;
	font-size: 13px;
	text-align: left;
}

ul.help-edit-route {
	list-style-type: none;
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}
img.edit-route {
	margin: 3px;
}

div.list-caption {
	font-weight: bold;
	width: 100%;
	text-align: center;
}

img.icon {
	display:inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
img.no-icon {
	float: left;
	margin-right: 3px;
}

h4.edit-route {
	width: 96%;
	margin: 10px 0;
	padding: 5px 4px;
	border-left:7px solid #666666;
	border-bottom:1px dashed #666666;
	color:#333333;
}

table.button-table {
	border-collapse:collapse;
}
table.button-table th {
	padding: 5px 0 5px 5px;
	background: #FFFACD;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
table.button-table td {
	padding:5px 0 5px 5px;
	background: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

th.button-name {
	width: 100px;
}
th.button-name-en {
	width: 126px;
}

div.to_page_top {
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

img.low-image {
	padding: 0px;
	margin: 0px;
}

div.button {
	width: 220px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}

img.close {
	display: inline;
}

.caution {
	color: #FF0000;
}
