@charset "ISO-8859-1";

body {
	margin: 0,0,0,0;
	background-image: url(body_back.gif);
	padding: 0,0,0,0;
	background-repeat: repeat-y;
}
hr {
	border: 1px dashed #FF0000;
	width: 760px;
	margin-left: 0px;
	display: none;
}
.hr {
	border-top: 1px dotted #999999;
	width: 760px;
}


#header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 50px;
	display: block;
	margin-top: 0px;
}
#header a{
	text-decoration: none;
	color: #000000;

}

/*########## main ##########*/
#main {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom:30px;
	font-size: 85%;
	width: 730px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
#main blockquote{
	margin-top: 0px;
}
#main ul{
	margin-top: 0px;
}
#main li{
	margin-top: 0px;
	margin-bottom: 0px;
}
#main a:link {
	color: #FF0000;
	text-decoration: underline;
}#main a:hover{
	color: #FF0000;
	text-decoration: none;
	background-color: #FFCCCC;
}
#main a:visited{
	color: #9900FF;
	text-decoration: underline;
}
#main p{
	margin: 0 0 5px 0;
}
#main td{
	font-size: 12px;
	line-height: 150%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*########## sub ##########*/
#sub{
	padding-right: 15px;
	padding-left: 15px;
	font-size: 85%;
	width: 730px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	margin-bottom: 30px;
}
#sub td{
	font-size: 12px;
	line-height: 150%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/*########## etc ##########*/
h1 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-image: url(nomal_head.gif);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 10px;
	display: block;
	height: 50px;
	width: 760px;
	padding-left: 220px;
	padding-top: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #DE3D00;
	background-image: url(tit_mark.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	
}
h3 {
	font-size: 100%;
	font-weight: bold;
	color: #DE3D00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 0;
	line-height: 100%;
}

.lh150 {
	line-height: 150%;
}
li {
	line-height: 130%;
}
.txtl {
	font-size: 120%;
	line-height: 150%;
}
.txtm {
	font-size: 100%;
	line-height: 120%;
}
.caption {
	font-size: 12px;
	line-height: 13px;
}

