@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/cloth05.gif);
	background-repeat: repeat;
}
#container {
	background-color: #CC6612;
	width: 840px;
	padding: 0px;
	height: 660px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
*html body #left { /*IE6用CSSハック*/
	float: left;
	width: 200px;
	margin-right: -10px;
	margin-left: 5px;
	height: 540px;
}
#left {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-left: 15px;
	height: 540px;
}
h1 {
	height: 150px;
	width: 200px;
	padding: 0px;
	background-color: #CC6612;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#left img {
	border: none;	
}
#navigation {
	width: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation li {
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	width: 180px;
	height: 20px;
}
#navigation a {
	text-decoration: none;
	display: block;
	width: 180px;
	padding-top: 4px;
	height: 18px;
}
#navigation a:link {
	font-weight: bold;
	color: #FFFFFF;
}
#navigation a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
#navigation a:hover {
	font-weight: bold;
	color: #FF3;
}
#navigation .botton {
	margin-top: 4px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
#column {/*
	float: left;*/
	height: 100px;
	width: 160px;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFC;
	background-image: url(../images/column.jpg);
}
#contents {
	/*	height: 420px;*/
	width: 610px;
	float: left;
	background-color:#CC6612;
	height: 540px;
}
#subnavigation li {
	float: right;
	list-style-type: none;
	margin-top: 82px;
}
#subnavigation a {
	text-decoration: none;
}
#subnavigation a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#subnavigation a:hover {
	background-position: 0 -30px;
}
#subnavigation .contact a {
	display: block;
	height: 30px;
	width: 110px;
	background-image: url(../images/inq01.gif);
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 25px;
}
#subnavigation .toppage a {
	display: block;
	height: 30px;
	width: 110px;
	background-image: url(../images/top01.gif);
	text-indent: -9999px;
	overflow: hidden;
}
#contents p {
	clear:both;
	padding: 0px;
	margin: 0px;
}

#footer {
	padding: 0px;
	height: 120px;
	width: 840px;
	clear: both;
	margin: 0px;
	background-image: url(../images/footer_01.gif);
}
#undernavigation {
	height: 20px;
	width: 585px;
	float: right;
	margin-right: 25px;
	padding-top: 75px;
}
.copytext {
	height: 20px;
	width: 585px;
	float: right;
	text-align: right;
	color: #FFF;
	margin-top: 3px;
	font-size: 10px;
	font-weight: bold;
}
#navi li {
	display: block;
	float: right;
	list-style-type: none;
	font-size: 10px;
	color: #FFF;
	padding-right: 5px;
	font-weight: bold;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 12px;
}
#navi .border {
	border-right-style: none;
}

#navi li a {
	text-decoration: none;
}

#navi a:link {
	font-weight: bold;
	color: #FFFFFF;
}
#navi a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
#navi a:hover {
	font-weight: bold;
	color: #FF3;
}
