﻿.Class10{
font-size : 10px;
color : #454545;
}
.Class12{
font-size : 12px;
color : #454545;
font-family : "ＭＳ ゴシック";
}
.Class13{
font-size : 13px;
color : #454545;
text-align : justify;
}
.Class133{
font-size : 13px;
line-height : 20px;
color : #454545;
}
.Class13g{
font-size : 13px;
color : #504040;
}
.Class132{
font-size : 13px;
line-height : 15px;
text-align : justify;
color : #363636;
}
.Class13w{
font-size : 13px;
color : #ffffff;
letter-spacing : 2px;
}
.Class12o{
font-size : 12px;
color : #ff8102;
}
a.no1{
color : #669900;
font-size : 12px;

}
a.no1:link{
color : #669900;
font-size : 12px;
}
a.no1:visited{
color : #669900;
font-size : 12px;
}
a.no1:hover{
color : #e87400;
font-size : 12px;
}
a.no2{
font-size : 12px;
color : #665d4f;
}
a.no2:link{
font-size : 12px;
color : #665d4f;
}
a.no2:visited{
font-size : 12px;
color : #5b5b5b;
}
a.no2:hover{
font-size : 12px;
color : #86c13e;
}
a.back{
background-image : url(background01.gif);
background-repeat : no-repeat;background-position : center center;}
a.back:hover{
background-image : url(background02.gif);
background-repeat : no-repeat;background-position : center center;}

.Class10{
font-size : 10px;
color : #31251c;
}

h1{
font-size : 12px;
color : #3a3023;
font-weight : normal;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;

}
font-size : 12px;
color : #cdbd98;
font-weight : normal;background-position : center center;}

/* =トップページスライドショー
-------------------------------------------------------------- */
#slider {
    width: 561px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 561px; /* important to be same as image width or wider */

	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 535px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clearsliderImage {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul {
	list-style-type: none;
}
