body {
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-x;
	background-color: #D70500;
}

img{
	margin: 0px;
	padding: 0px;
	border: none;
}
ul,li {
	margin:0;
	padding:0;
	list-style-type:none;
}


a:link {
	color:#333333;
}

a:hover,a:active {
	color:#999999;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;
}

#header {
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	line-height: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header #header-eria {
	padding: 0px;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden; /* これがポイント */
  position: relative;
/* IE6でエリアを選択できるようにする  */
/* DreamWeaverのデザインビューで正しく表示させる */ 
}


#header #header-eria #header-title {
	padding: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
#header #header-eria #header-bn {
	padding: 0px;
	width: 470px;
	margin: 0px;
	float: right;
}

#header #header-eria #header-navi {
	width:940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	height: 48px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header #header-eria #header-navi ul{
	margin: 0px;
	padding: 0px;
}
#header #header-eria #header-navi li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#cout {
	background-color: #FFFFFF;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/top/bg_cont.gif);
	background-repeat: repeat-y;
}

#cout-ch {
	background-color: #FFFFFF;
	width: 945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color:#FFFFFF;
}

h1 {
	font-size: 26px;
	line-height:30px;
}
#cout h2 {
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding-left: 15px;
	padding-top: 13px;
	padding-bottom: 12px;
	font-size: 22px;
}

#cout h2 a {
	text-decoration:none;
}

#cout h2 a:hover {
	color:#666666;
}

#cout-ch h2 {
	background-image: url(../images/h2_bg02.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 5px 0px;
	padding-left: 15px;
	padding-top: 13px;
	padding-bottom: 12px;
	font-size: 20px;
}

h3 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 5px;
	background-image: url(../images/h3_bg.gif);
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 18px;
	background-repeat: no-repeat;
	color: #DA1F1F;
}
h4 {
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: url(../images/h4_bg.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	background-position: 3px 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color:#482900;
}

#clear {
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	font-size:10px;
	margin: 0px;
	background-color: #FFFFFF;
}

#clear td.top a {
	padding-right:14px;
	background-image: url(../images/icon_top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	width: 100px;
}

#clear td.home a {
	padding-left:14px;
	background-image: url(../images/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 100px;
}


#footer {
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(../images/bg_foot.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	color:#FFFFFF;
}


#footer a {
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover,a:active,a:visited {
	text-decoration:underline;
}

.pankuzu {
	font-size: 10px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background:#F9F9F9;
	line-height: 13px;
}




.font-120 {
	font-size:120%;
	line-height: 140%;
}

.font-140 {
	font-size:140%;
	line-height: 140%;
}

.font-90 {
	font-size:90%;
	line-height: 130%;
}

.font-10px {
	font-size:10px;
	line-height: 120%;
}


.cap {
	font-size:78%;
	line-height: 130%;
	color:#006633;
}

.cap {
	font-size:78%;
	line-height: 130%;
	color:#006633;
}
.cap-10px {
	font-size:10px;
	line-height: 120%;
	color:#006633;
}
