@charset "UTF-8";
/* CSS Document */

html,
body {
	background: #EABB00;
}
#red-line {
	border-top: 7px solid #FF0000;
}
#container,
#headder {
	margin: 0px auto;
	width: 950px;
}
#footer {
	margin: 0px auto;
	width: 930px;
}
#container {
	background: #FFFFFF;
	position: relative;
}
#headder {
}
#headder h1 {
	background: url(../img_common/headder.gif) no-repeat;
	height: 90px;
	width: 950px;
	margin: 0px;
}
#headder h1 a {
	text-indent: -9999px;
	display: block;
	height: 90px;
	width: 950px;
}
#headder div#ftchng {
	position: absolute;
	left: 780px;
	top: 15px;
}
#headder #ftchng img {
	margin-right: 3px;
	margin-left: 2px;
}
#contents {
	margin-right: 10px;
	margin-left: 10px;
}
#btn-head div {
	float: left;

}
#btn-head div#btn-home {
	height: 30px;
	width: 107px;
}

#btn-head div#btn-about,
#btn-head div#btn-riyou,
#btn-head div#btn-txtsize {
	height: 30px;
	width: 140px;
}
#btn-head div#btn-home {
	background: url(../img_common/btn_home.gif) no-repeat;
}
#btn-head div#btn-about {
	background: url(../img_common/btn_about.gif) no-repeat;
}
#btn-head div#btn-riyou {
	background: url(../img_common/btn_riyou.gif) no-repeat;
}
#btn-head div#btn-txtsize {
	background: url(../img_common/btn_txtsize.gif) no-repeat;

}
#btn-head #btn-home a {
	display: block;
	height: 30px;
	width: 107px;
	text-indent: -9999px;
}

#btn-head #btn-about a,
#btn-head #btn-riyou a,
#btn-head #btn-txtsize a {
	display: block;
	height: 30px;
	width: 140px;
	text-indent: -9999px;
}
#left-navi {
	float: left;
	width: 200px;
	margin-right: 10px;
}
#left-navi div.bnr {
	margin-bottom: 1em;
}
#right-con {
	float: right;
	width: 720px;
}
#right-con ul li,
#right-con ol li {
	margin-bottom: 0.7em;
}

#footer {
	border-top: 2px solid #FF0000;
	margin-top: 1em;
	padding-top: 0.3em;
	text-align: center;
	padding-bottom: 0.5em;
}
address {
	font-size: 92%;
	padding-top: 1em;
	padding-bottom: 0.5em;
}
#txt-link {
	font-size: 77%;
	padding: 1em;
	background: #FFFFFF;
}
#txt-link a {
	text-decoration: none;
	color: #333333;
}
#txt-link a:hover {
	color: #FF0000;
}
div#copy {
	font-size: 85%;
	height: 1em;
	line-height: 1em;
}

.clear {
	clear: both;
}
.clear-1em {
	clear: both;
	height: 1em;
}
.clear-2em {
	clear: both;
	height: 2em;
}

