/* CSS Document */

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:1.5;
}
a:link {
	color: #336633;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 120%;
	background:url(h1.jpg);
	padding-top:4px;
	padding-left:1em;
	padding-bottom:4px;
	color: #006600;
}
h2 {
	font-size: 120%;
	color: #333333;
	background:url(h2.png) no-repeat left top;
	border-bottom:#666666 dashed 1px;
	padding-left:2.3em;
	padding-top:0.4em;
	padding-bottom:0.5em;
}
h3 {
	font-size: 110%;
	color: #666666;
	border-left:10px #CC0066 solid;
	padding-left:3px;
}

#header {
	background:url(bg-top.jpg) repeat-x left top;
    height:120px;
	margin:0;
	padding:0;
	text-align:center;
}
#navi {
	background:url(navi-bg.jpg) repeat-x;
	text-align:center;
	height:35px;
}
#gazou {
	background:url(gazou-bg.jpg) repeat-x;
	height:400px;
	padding-top:5px;
	margin-bottom:5px;
	text-align:center;
}
#main {
    width:900px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
#main02 {
	background:url(gazou-bg.jpg) repeat-x;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.conts {
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
}
#chizu {
	text-align:center;
}
#footer {
	background:url(bg-bottom.jpg) repeat-x top left;
	padding:10px;
	text-align:center;
}
.list01 {
	list-style-image:url(ya01.png);
}
.kyushinbi {
	color: #ff0000;
}
.style1 {
	color: #336633;
	font-weight: bold;
}
.style2 {
	color: #fff;
	font-weight: bold;
	font-size:115%;
}
.style3 {
	color: #fff;
}
.kaigyo {
	clear:both;
}
.imgl {
	border:0px;
	margin-left:15px;
}
.imgr {
	border:0px;
	margin-right:15px;
}

/*------------------------------
スライドショー用定義
*/
.slides {
	width:900px;
	height:400px;
	overflow:hidden;
}

#slideshow {
	padding-bottom:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:400px;
}

#slideshow ul.slides-nav {
	margin-left:0px;
}

#slideshow ul.slides-nav li{
	float:left;
	margin:0px 1px;
	text-align:center;
	font-size:10px;
}

#slideshow ul.slides-nav li a{
	color:#FFFFFF;
	display:block;
	padding:0;

}

#slideshow ul.slides-nav li a:hover,#slideshow ul.slides-nav li a.activeSlide{
	color:#000000;
	text-decoration:none;
	background-color:#FFFFFF;
}