* {  
     margin:0;  
     padding:0;  
 } 
html {  
    overflow-y:scroll; 
 	height: 100%;
 }  
body {
	background:#231F1A;
	font-family:Verdana, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:80%;
	text-align:center;
	margin-bottom:auto;
	margin-top:auto;
 	margin-left:auto;
 	margin-right:auto;
	height: 100%;
 }  

li {
	list-style-type: none;
} 
h1 {
	background-color: #231F1A;
	font-size: 8pt;
	color: #978773;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
 }  
p,li,dt,dl {  
     line-height:1.6;  
 }  
p {  
     margin:0;  
 }  
img {  
     border:0;  
 }  
 address {  
     font-style:normal;  
 }  
.clear {  
     clear:both;  
 } 
 
#main{
	background-color: #231F1A;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
 }
#head01{
	width:980px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}

#mainphoto{
	background-image: url(../img/temp/01.jpg);
	background-repeat: repeat-x;
	height: 400px;
}

#menu{
	width: 980px;
	height:30px;
	margin: 0px;
	} 
li {
	line-height:0;
	}

#menu li a {
	height: 30px;
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	line-height:normal;

	}	
#menu li.me01 a {
	voice-family: inherit;
	height: 30px;
	text-decoration: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/temp/images/menu_01.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#menu li.me02 a {
	voice-family: inherit;
	height: 30px;
	text-decoration: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/temp/images/menu_02.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#menu li.me03 a {
	voice-family: inherit;
	height: 30px;
	text-decoration: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/temp/images/menu_03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#menu li.me04 a {
	voice-family: inherit;
	height: 30px;
	text-decoration: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/temp/images/menu_04.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#menu li.me05 a {
	voice-family: inherit;
	height: 30px;
	text-decoration: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/temp/images/menu_05.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#menu li.me06 a {
	voice-family: inherit;
	height: 30px;
	text-decoration: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/temp/images/menu_06.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#menu li.me07 a {
	voice-family: inherit;
	height: 30px;
	text-decoration: none;
	float: left;
	width: 140px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/temp/images/menu_07.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
#menu li.me01 a:hover {
	background-image: url(../img/temp/images/on_01.jpg);
	background-repeat: no-repeat;
	}	
#menu li.me02 a:hover {
	background-image: url(../img/temp/images/on_02.jpg);
	background-repeat: no-repeat;
	}	
#menu li.me03 a:hover {
	background-image: url(../img/temp/images/on_03.jpg);
	background-repeat: no-repeat;
	}	
#menu li.me04 a:hover {
	background-image: url(../img/temp/images/on_04.jpg);
	background-repeat: no-repeat;
	}	
#menu li.me05 a:hover {
	background-image: url(../img/temp/images/on_05.jpg);
	background-repeat: no-repeat;
	}	
#menu li.me06 a:hover {
	background-image: url(../img/temp/images/on_06.jpg);
	background-repeat: no-repeat;
	}	
#menu li.me07 a:hover {
	background-image: url(../img/temp/images/on_07.jpg);
	background-repeat: no-repeat;
	}	

#contents{
	width:980px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
}

#left{
	background-color: #FFFFFF;
	width: 740px;
	float: left;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}
#right{
	background-color:#FFFFFF;
	vertical-align: top;
	text-align: left;
	width: 200px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
}
#footer{
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5D564C;
	margin-right: auto;
	margin-left: auto;
	color: #B5AEA4;
	padding-top: 15px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	margin-top: 15px;
}
#footer a{
	color: #999999;
}
#footer a:visited{
	color: #666666;
}
#footer a:hover{
	color: #999999;
	text-decoration: underline;
}

 /* 
 Link Color [ 
----------------------------------------------------------- */  
a:link {  
 color:#002540;  
 text-decoration:none;  
}  
a:visited {  
 color:#2F0037;  
 text-decoration:none;  
}  
a:hover {  
 text-decoration:underline;  
}  
a:active {  
 color:#666;  
}  


.midashi01 {
	font-size: 110%;
	line-height: 2;
	color: #492C35;
	margin-bottom: 15px;
	background-image: url(../img/temp/h2.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 10px;
	margin-top: 30px;
	clear: both;
}

.midashi02 {
	line-height: 2;
	color: #386068;
	margin-bottom: 15px;
	clear: both;
	font-weight: bold;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #386068;
}

h3 {
	line-height: 2;
	color: #36656B;
	margin-bottom: 15px;
	padding-top: 10px;
	font-size: 100%;
}

.text01 {
	line-height: 2;
	color: #333333;
	text-align: justify;
	margin-bottom: 15px;
	clear: both;
}
.text02 {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1em;
}
.text03 {
	color: #993300;
}

.img_d15 {
	margin-bottom: 15px;
}
.img_u30d15 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.img_right {
	clear: both;
	float: right;
	margin-left: 10px;
}
.img_left {
	clear: both;
	float: left;
	margin-right: 10px;
}
.img_left_m0 {
	clear: both;
	float: left;
}

.plan01 {
	vertical-align: top;
	float: left;
	width: 495px;
	margin-top: 10px;
}
.plan02 {
	float: left;
	width: 235px;
	margin-left: 10px;
	margin-top: 10px;
}

.kuwasiku {
	padding: 2px 8px;
	float: right;
	border: 1px solid #907A62;
	font-size: 80%;
	margin-bottom: 5px;
}
.subcolor {
	background-color: #DFDBD5;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 30px;
}
.ryouri01 {
	background-color: #FCE8D6;
	width: 500px;
	margin-top: 10px;
	font-size: 11pt;
	padding: 10px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #752600;
	line-height: 1.5;
}
.plan03{
	background-color: #FCE8D6;
	margin-top: 10px;
	font-size: 11pt;
	padding: 10px;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #752600;
	line-height: 1.5;
	width:680px
}

.tab01 {
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #987823;
	border-right-color: #987823;
	border-left-color: #987823;
	vertical-align: top;
}
.tab02 {
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #987823;
	border-right-color: #987823;
	vertical-align: top;
}
.tab03 {
	padding: 3px;
	border: 1px solid #987823;
	vertical-align: top;
}
.tab04 {
	padding: 3px;
	border-top: 1px solid #987823;
	border-right: 1px solid #987823;
	border-bottom: 1px solid #987823;
	vertical-align: top;
}
.tab05 {
	padding: 3px;
	border-bottom: 1px solid #987823;
	vertical-align: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #987823;
	border-right-color: #987823;
}
.tab06 {
	padding: 3px;
	border-right: 1px solid #987823;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #987823;
}
.img_r10 {
	float: left;
	margin-right: 10px;
}
.img_u15d15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.img_d10 {
	margin-bottom: 10px;
}
.img_d25 {
	margin-bottom: 25px;
}
.img_u30d10 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.img_u10 {
	margin-top: 10px;
}
.ryouri02 {
	font-weight: bold;
	color: #993300;
}
.osirase {
	color: #606000;
}
.img_u30 {
	margin-top: 30px;
}
