﻿*{
     margin:0;
	 padding:0;
}


/*----------cleafix-hack----------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac ＼*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/*------------各マージン設定初期化------------*/
h1,h2,h3,h4,h5,h6,p,ul,ol,img,div{
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:100%;
	border:none;
}

/*------------body------------*/



body{
     margin:0;
	 padding:0;
	 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	 font-size:12px;
	 text-align:center;
}
	 
html{
     overflow-y:scroll;
}	 
	 


a { color:#694d22; text-decoration : none;}
a:link { color :#694d22 ; text-decoration : none; }
a:visited { color:#694d22; text-decoration : none; }
a:active { color:#694d22; text-decoration : none; }
a:hover { color:#ef7a00; text-decoration : underline; }




#bg{
	width:800px;
	height:100%;
	margin:0px auto 0px auto;
	clear:both;
	text-align:left;
	background-image:url(../image/translucent.png);
}


#contents{
	 margin:0;
	 padding:0;
}



#logo{
	 margin:0;
	 padding:0;
}

#logo h1 span{
	display:block;
	height:100px;
	background:url(../image/logo.jpg) no-repeat;
	text-indent:-9999px;
	font-size:80%;
}

#menu{
	 height:30px;
	 background-image:url(../image/menuback.gif);
}

#menu ul{
     padding-left:10px;
}

#menu li{
     padding:10px 5px 5px 5px;
	 float:left;
	 color:#694d22;
	 text-align:center;
}

#menu li p{
	 color:#666666;
	 text-align:center;
}


/*----------topmenu----------*/

#topmenu {
    float:left;
	height:30px;
	width:800px;
	background:url(../image/topmenu.gif) no-repeat;
	margin:0px;
	padding:0px;
}

#topmenu ul {
    margin:0;
	padding:0px;
}

#topmenu li {
	display:inline;
	list-style-type:none;
}
#topmenu li a {
	height:30px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/

#topmenu li.topmenu01 a {
	background:url(../image/topmenu.gif) no-repeat 0px 0px;
	width:155px;
}
#topmenu li.topmenu02 a {
	background:url(../image/topmenu.gif) no-repeat -155px 0px;
	width:172px;
}
#topmenu li.topmenu03 a {
	background:url(../image/topmenu.gif) no-repeat -327px 0px;
	width:148px;
}
#topmenu li.topmenu04 a {
	background:url(../image/topmenu.gif) no-repeat -475px 0px;
	width:136px;
}
#topmenu li.topmenu05 a {
	background:url(../image/topmenu.gif) no-repeat -611px 0px;
	width:189px;
}

/*------hover*/
#topmenu li.topmenu01 a:hover {
	background:url(../image/topmenu.gif) no-repeat 0px -60px;
}
#topmenu li.topmenu02 a:hover {
	background:url(../image/topmenu.gif) no-repeat -155px -60px;
}
#topmenu li.topmenu03 a:hover {
	background:url(../image/topmenu.gif) no-repeat -327px -60px;
}
#topmenu li.topmenu04 a:hover {
	background:url(../image/topmenu.gif) no-repeat -475px -60px;
}
#topmenu li.topmenu05 a:hover {
	background:url(../image/topmenu.gif) no-repeat -611px -60px;
}

/*------on*/
#topmenu li.topmenu01_on a {
	background:url(../image/topmenu.gif) no-repeat 0px -30px;
	width:155px;
}
#topmenu li.topmenu02_on a {
	background:url(../image/topmenu.gif) no-repeat -155px -30px;
	width:172px;
}
#topmenu li.topmenu03_on a {
	background:url(../image/topmenu.gif) no-repeat -327px -30px;
	width:148px;
}
#topmenu li.topmenu04_on a {
	background:url(../image/topmenu.gif) no-repeat -475px -30px;
	width:136px;
}
#topmenu li.topmenu05_on a {
	background:url(../image/topmenu.gif) no-repeat -611px -30px;
	width:189px;
}


/*------------rss_reader------------*/
#rss_reader{
	 background-image:url(../image/newsback.gif);
	 padding:7px 5px 5px 5px;
	 text-align:right;
	 clear:both;
	 font-size:12px;
	 color:#694d22;
}

#rss_reader dt{
     color:#694d22;
}

#rss_reader dd{
     color:#8D5C27;
}




/*------------footer------------*/

#footer{
     clear:both;
	 margin-top:15px;
	 padding:10px 5px 5px 5px;
	 background-image:url(../image/back01.gif);
}

#footer p{
	 color:#694d22;
	 text-align:right;
}

