/* CSS Document */


h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 40px 0px 20px;
	padding: 0px;
	width: 670px;
}

h3 {
	margin: 10px 0px 20px;
	padding: 7px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #000032;
	border-left: 5px solid #D1E660;
	text-indent: 8px;
	clear: both;
	width: 640px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

h4 {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.text-m {
	font-size: small;
	line-height: 140%;
}

.text-s {
	font-size: x-small;
	line-height: 130%;
}

.text-l {
	font-size: large;
	line-height: 140%;
}

.text-white {
	font-size: small;
	line-height: 140%;
	color: #ffffff;
}

.text-red {
	color: #FF0000;
}

.text-orange {
	color: #FF9900;
}

.text-enji {
	color: #990000;
}

.text-brown {
	color: #996633;
}

.text-enji-l {
	font-size: large;
	line-height: 140%;
	color: #CC0000;
}

.text-enji-m {
	font-size: 75%;
	line-height: 140%;
	color: #CC0000;
}

.td_line {
	border-bottom: 1px dotted #333333;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.indent-1 {
	text-indent: 1em;
}

.in-1 {
	text-indent: -1em;
	padding-left: 1em;
}
.in-3 {
	text-indent: -3em;
	padding-left: 3em;
}
.in-4 {
	text-indent: -4em;
	padding-left: 4em;
}

.in-6 {
	text-indent: -6em;
	padding-left: 6em;
	text-align:left;
}
.in-8 {
	text-indent: -8em;
	padding-left: 8em;
	text-align:left;
	margin-bottom: 20ｓpx;
}


#intent10 {
	padding-left: 20px;
}

#honbun {
	margin: 0px 0px 20px;
	font-size: x-small;
	width: 640px;
	text-align: left;
}

ol {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;

}

.li-01 {
	list-style: circle inside;
	text-indent: -1em;
	padding-left: 1em;
}

.ul-site {
	padding-left: 20px;
}

.li-02 {
	background:url(../img/li_02.gif) no-repeat left center;
	text-indent: 20px;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.li-03 {
	list-style: decimal inside;
	text-indent: -1em;
	padding-left: 1em;
}

A{ text-decoration : none; }
A:hover{ color : #FF9500; }


/*フッダーここから*/
#footer {
	margin: 0px;
	padding: 10px 0px 10px 15px;
	text-align: left;
	line-height: 120%;
}

