@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	font-family: sans-serif;
	background: url(../images/bg_gin.jpg) #e7eacf;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,form,dl {
	margin: 0px;
	padding: 0px;
}
:focus {
	outline: 0;
}

img {
	border-style: none;
}
a {
	/*outline: 0;*/
	color: #42210B;
	text-decoration: none;
}
a:visited {
	color: #291507;
	text-decoration: none;
}
ul {
	list-style: none;
}
h1  {
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	width:240px;
}
h2 {
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
}
h3  {
	margin: 0px 0px 10px;
	padding: 0px;
	clear: both;
}


.clearfix :after{
	clear: both;
	content: ".";
	font-size: 0.1em;
	line-height: 0px;
	display: block;
	height: 0.1px;
	visibility: hidden;
}


#wrapper_bg{
	background: url(../images/bg_body.gif) repeat-y center top;
	width:810px;
	margin:0 auto;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main{

}
#header {
	background: url(../images/bg_header.jpg) repeat-x;
	height: 96px;
	border-bottom: 4px solid #543E1C;
}
#headerRight {
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-right: 10px;
	width:250px;
}
#headerPc {
	background: url(../images/pc.gif) no-repeat left center;
	line-height: 1.5em;
	padding-left:15px;
	width: 7.5em;
	float: right;
}


#headerNavi li {
	float: left;
}
#headerNavi a{
	display:block;
	text-indent:-999em;
	height: 45px;
	width: 114px;
}

#naviOfuro a{
	background: url(../images/navi.jpg) no-repeat 0px 0px;
}
#naviOfuro a:hover{
	background:	url(../images/navi.jpg) no-repeat 0px -45px;
}
#naviOheya a {
	background: url(../images/navi.jpg) no-repeat -115px 0px;
}
#naviOheya a:hover {
	background: url(../images/navi.jpg) no-repeat -115px -45px;
}
#naviRyouri a {
	background: url(../images/navi.jpg) no-repeat -230px 0px;
}
#naviRyouri a:hover {
	background: url(../images/navi.jpg) no-repeat -230px -45px;
}
#naviPlan a {
	background: url(../images/navi.jpg) no-repeat -345px 0px;
}
#naviPlan a:hover {
	background: url(../images/navi.jpg) no-repeat -345px -45px;
}
#naviKannai a {
	background: url(../images/navi.jpg) no-repeat -465px 0px;
}
#naviKannai a:hover {
	background: url(../images/navi.jpg) no-repeat -465px -45px;
}
#naviSyukuhaku a {
	background: url(../images/navi.jpg) no-repeat -580px 0px;
}
#naviSyukuhaku a:hover {
	background: url(../images/navi.jpg) no-repeat -580px -45px;
}
#naviGingetsu a {
	background: url(../images/navi.jpg) no-repeat -695px 0px;
}
#naviGingetsu a:hover {
	background: url(../images/navi.jpg) no-repeat -695px -45px;
}
#mainBody {
	clear:both;
	padding:20px 10px;
}
#contents {
	width: 570px;
	float: left;
}
#contents ul,#contents ol{
margin-left:20px;
padding-left:20px;
}
#contents h3{
	margin:20px 0;
	padding-left:10px;
	padding-bottom:2px;
	color:#c35b2b;
	background: url(../images/h3_line.gif) no-repeat 0 bottom;
	font-size:12px;
	height:18px;
}
#contents td{
/*		padding-right:20px;
	vertical-align:top; */
}
#topContents ul{
margin:0;
padding:0;
}
#topContents li {
	float: left;
	padding-right: 5px;
	padding-bottom: 20px;
	width:185px;
}
#news {
	padding-bottom: 20px;
}
#news dt {
	float: left;
	background: url(../images/news_point.gif) no-repeat left center;
	padding-left: 12px;
	line-height: 2em;
	width: 110px;
	clear: left;
}
#news dd {
	margin-left: 130px;
	line-height: 2em;
}
#side {
	float: right;
	width: 200px;
}
#banner li {
	margin-bottom:5px;
}
#login{
border:1px solid #543E1C;
}
#login h2{
margin:0;
padding:0;
height:30px;
text-indent:-999em;
background:url(../images/login.gif) #543E1C;
}
#userName {
color: #42210B;
font-size:120%;
font-weight:bold;
}
#login table{
margin:10px auto;
}
#login td,#login th{
padding:3px;
}
#pageTop {
	clear: both;
	padding-top:20px;
	text-align: right;
}

#footer {
	background: url(../images/bg_footer.jpg) repeat-x;
	height: 80px;
	text-align: center;
	border-top: 3px solid #543E1C;
	clear: both;
	color: #42210B;
}
#footer p {
	padding-top: 20px;
}

