html, body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
body {
	display: -moz-box;
	display: -webkit-box;
	-moz-box-align: center;
	-webkit-box-align: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	background-color: #FFFFFF;
	font-size: 12px;
	line-height: 1.8em;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	text-align: center;
}
h1,h2 {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	width: 900px;
}
#c_wrapper {
	margin: auto;
	width: 950px;
}
#header {
	background-image: url(../css_images/header.jpg);
	height: 99px;
	width: 900px;
}
#header h1 {
	text-indent: -5000px;
}
#header h2 {
	text-align: right;
	margin-top: 50px;
	color: #CCCCCC;
	font-size: 16px;
}
#header a {
	text-align: right;
	margin-top: 50px;
	color: #CCCCCC;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
#header a:hover {
	text-align: right;
	margin-top: 50px;
	color: #E65C00;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #E65C00;
	padding: 3px;
}
#c_header {
	background-image: url(../css_images/c_header.jpg);
	text-indent: -5000px;
	height: 119px;
	width: 950px;
}
#menu {
	line-height: 40px;
	background-color: #E65C00;
	height: 40px;
	width: 900px;
	text-align: right;
}
#menu a {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a:hover {
	font-size: 14px;
	color: #FFFFFF;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#container {
	width: 900px;
	height: 490px;
	text-align: left;
	margin-top: 5px;
}
#c_container {
	width: 950px;
	height: 485px;
}
#c_menu {
	line-height: 25px;
	background-color: #E65C00;
	text-align: right;
	height: 25px;
	width: 830px;
}
#c_menu a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#c_menu a:hover {
	font-size: 13px;
	color: #FFFFFF;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#c_left {
	background-image: url(../css_images/c_left.jpg);
	float: left;
	height: 485px;
	width: 60px;
}
#c_center {
	height: 485px;
	width: 830px;
	float: left;
}
.c_content {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	height: 460px;
	width: 830px;
	overflow: auto;
}
.c_content_half_l {
	background-color: #FFFFFF;
	text-align: left;
	width: 390px;
	float: left;
}
.c_content_half_r {
	background-color: #FFFFFF;
	text-align: left;
	width: 405px;
	float: right;
	padding-right: 5px;
}
.c_content h2 {
	color: #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.c_content h3 {
	color: #E65C00;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-image: url(../css_images/contenttitle_back.jpg);
	background-repeat: no-repeat;
	text-indent: 15px;
	line-height: 16px;
}
.c_lines {
	width: 780px;
	height: 5px;
	line-height: 5px;
	text-indent: -5000px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E65C00;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}
.c_content p {
	padding-right: 20px;
	padding-left: 25px;
}
.c_content ul li {
}
.c_content dl dt {
	margin-left: 30px;
}
.c_content dl dd {
	margin-left: 50px;
}
#c_right {
	background-image: url(../css_images/c_right.jpg);
	height: 485px;
	width: 60px;
	float: right;
}
#footer {
	background-image: url(../css_images/footer.jpg);
	height: 30px;
	width: 900px;
	background-repeat: no-repeat;
}
#c_footer {
	background-image: url(../css_images/c_footer.jpg);
	height: 65px;
	width: 950px;
}
.content {
	width: 530px;
	float: left;
}
.content_top {
	width: 530px;
	height: 230px;
	text-align: center;
}
.lines {
	width: 530px;
	height: 5px;
	line-height: 5px;
	text-indent: -5000px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #333333;
}
.content_top_in {
	width: 510px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.content_top_in h2 {
	color: #663300;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.content_top_in p {
	padding-left: 10px;
}
.content_top_in ul li {
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.8em;
}
.content_news_h {
	background-image: url(../css_images/news_h.jpg);
	height: 22px;
	width: 530px;
	text-indent: -5000px;
	line-height: 22px;
}
.content_news {
	background-image: url(../css_images/news_c.jpg);
	width: 530px;
	text-align: center;
	height: 220px;
}
.content_news_f {
	background-image: url(../css_images/news_f.jpg);
	height: 10px;
	width: 530px;
	text-indent: -5000px;
	line-height: 10px;
}
.content_news_in {
	width: 500px;
	text-align: left;
	padding: 10px;
	height: 200px;
	overflow: auto;
}
.content_news_in_l {
	width: 230px;
	text-align: left;
	float: left;
}
.content_news_in_r {
	width: 230px;
	text-align: left;
	float: right;
	border: 1px solid #333333;
	background-color: #CCCCCC;
}
.content_news_in_r dl {
	margin-left: 10px;
}
.content_news_in_r dl dd {
	margin-left: 20px;
}
.content_news_in h3 {
	color: #663300;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}
.content_news_in p {
	margin-top: 0px;
	margin-left: 20px;
}
.content_img {
	width: 360px;
	float: right;
	height: 480px;
	background-color: #999999;
	line-height: 480px;
	color: #FFFF99;
	text-align: center;
}
.contact {
	width: 770px;
	margin-left: 30px;
}
.access {
	text-indent: -5000px;
}
table.ryoukin {
	margin-top: 0px;
	margin-left: 30px;
	border: 1px solid #333333;
	width: 300px;
	height: 100px;
	text-align: center;
	font-size: 12px;
}
table.ryoukin td {
	border: 1px solid #999999;
}
.space{
	clear: both;
	width: auto;
	line-height: 0px;
	height: 0px;
}
.red {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.example {
	font-size: 11px;
	font-weight: normal;
	color: #660000;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
#counter {
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 1px;
}
#counter img {
	vertical-align: -10%;
}
.erase {
	text-decoration: line-through;
}

