@charset "UTF-8";
h1, h2, h3, h4, ul, ol, li, p, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #003287;
	background-attachment: scroll;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	color: #333;
	font-family: sans-serif;
	font-size: 13px;
	text-align:center;
	line-height: 1.7;
}


p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

a img {
	border-style:none;
}


h1 {
	color: #000;
	font-family: serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	background:url(img/icon_h1.gif) no-repeat;
	background-repeat: no-repeat;
	background-position:0;
	margin:0 0 15px 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 40px;
}
h2 {
	background-color: #eeeeee;
	background:url(img/icon_h2.gif) no-repeat;
	color: #000;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin:15px 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 6px solid #0064F7;
	border-bottom: 1px solid #dedede;
}

h3 {
	background:url(img/icon_h3.gif) no-repeat;
	
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;

	color: #000;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #dedede;
}


a:link {
	color: #00F;
	text-decoration: underline;
}
a:visited {
	color: #36F;
	text-decoration: underline;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
a:active {
	color: #F90;
	text-decoration: underline;
}

a img.link_b {
	border-width:1px ;
	border-style:solid;
	border-color:#999;
}

a:visited img.link_b {
	border-width:1px ;
	border-style:solid;
	border-color:#999;
}

a:hover img.link_b {
	border-width:1px ;
	border-style:solid;
	border-color:#ff0000;
}

a:active img.link_b {
	border-width:1px ;
	border-style:solid;
	border-color:#ffff33;
}

ul {
	list-style-image:url(img/icon_list.gif);
	margin:20px 10px;
	margin-left:1em;
	padding-left:2em;	
	list-style-type: none;
}

ul.naka {
	list-style-image:url(img/icon_list02.gif);
	margin:10px 10px;
	margin-left:0em;
	padding-left:2em;	
	list-style-type: none;
}

ol {
	margin:20px 10px;	
	margin-left:1em;
	padding-left:2em;	
}


em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

.text_ll {
	font-size: 140%;
}
.text_l {
	font-size: 120%;
}
.text_m {
	font-size: 100%;
}
.text_s {
	font-size: 90%;
}
.text_ss {
	font-size: 80%;
}

.aka {
	color:#FF0000;
}

.catch {
	font-family: serif;
	font-size:120%;
	color:#000;
	margin:10px 0;
}

.cyuusyaku {
	font-size:80%;
	text-indent:-1em;
	margin-left :2em;
}

.point {
	background-image: url(img/point.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding:0 0 0 20px;
	font-weight:bold;
	font-size:95%;
}

.point a {
	text-decoration:none;
}


.seihin_waku {
	background-image: url(seihin/img/seihin_waku.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	margin:0 0 15px 0;
	padding:0 0 10px 0;
}

.seihin_waku ul {
	list-style-image:none;
	margin:5px 0 0 0;
	margin-left:2em;
	padding-left:0em;	
	list-style-type: square;
	line-height:1.6;
	font-size:80%;
}
table {
	
	color:#333;
	line-height: 1.8;
	}

table.hyou {
	border-style:none;
	background-color:#ccc;
	font-size:100%;
	color:#000;
}

table.hyou th {
	background-color:#004699;
	color:#fff;
	text-align:center;
	font-weight:normal;
}

table.hyou td.midashi {
	background-color:#DAF3FF;
}

table.hyou td {
	background-image:url(img/toumei.gif);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#fff;}

table.line {
	border-style:none;
	background-color:#fff;
	font-size:100%;
	color:#000;
}

table.line th {
	background-color:#004699;
	text-align:center;
	font-weight:normal;
	color:#fff;
	background-image:url(img/table_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:90%;
}

table.line td.midashi {
	background-color:#DAF3FF;
	
	}


table.line td {

	background-image:url(img/table_line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:90%;

	
}


.indent {
	padding-left:2em;
}

.kakomi {
	font-size:100%;
	background:#f8f8f8;
	padding:5px 15px;
	margin:0 0 10px 0;
	border-width:1px;
	border-style:solid;
	border-color:#dedede;
	color:#000;
	line-height: 1.8;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}