/* ********************************************************
	ヘルプCSS
******************************************************** */
/*-------------------------------
  Contents
-------------------------------*/
#article {
	font-size: 14px;
	line-height: 1.6;
    list-style: none outside none;
	padding: 15px 30px 30px 30px;
	/*旧padding: 15px 20px;*/
    text-align: justify;
	background: url(../images/alpha.png);
}
#article li {
    background-image: url("../images/li-mark-right.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    float: left;
	margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 15px;
    width: 680px;
	text-align: justify;
}
div#ki_honbun p{
padding:5px 0;
text-indent:1em;
}

div#ki_honbun h5{
margin-top:20px;
}
div#ki_honbun h6{
margin-top:15px;
}

#article div#ki_honbun li{
margin:0;
padding:0;
background:none !important;
float:none !important;
width:100%;
}

#article div#ki_honbun ol,#article div#ki_honbun ul{
margin-left:25px;
}

#article div#ki_honbun ol li{
margin-bottom:3px;
text-indent:-30px;
}

#article div#ki_honbun ul li{
margin-bottom:3px;
list-style-type:square;
}

#article div#ki_honbun ol ol{
margin-left:40px;
margin-bottom:5px;
}

#article div#ki_honbun ol ol li{
margin-bottom:0px;
text-indent:-40px;
}

table#tyosakubutu {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#tyosakubutu th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #b8cce4;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#tyosakubutu td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}

div.toiawasesaki{
background:white;
padding:20px;
}


.pager {
	overflow: hidden;
	zoom: 1;
	margin: 15px 0;
}

.pager p {
	width: 300px;
	font-size: 14px;
	line-height: 1.2;
}

.pager p.prev {
	float: left;
	text-align: left;
	padding-left: 20px;
	background: url(../images/prev.png) no-repeat left center;
}

.pager p.next {
	float: right;
	text-align: right;
	padding-right: 20px;
	background: url(../images/next.png) no-repeat right center;
}

