@charset "Shift_JIS";

body {
    	background-color:#7A96DF;
    	margin-top:0.3em;
    	margin-left:1%;
    	padding: 0;
    	font-family: Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
	text-align: center;				/*サイト全体中央揃え*/
	}
div#wrapper{ 						/*サイト全体中央揃え*/
	margin: 0 auto;
	text-align: left;
	width: 880px;
	}
.wide{
	width: 880px;					/*横幅880px*/
	}
.hide {
	display:none;
	}
img {
	border:0;
	}
 h2 {
	font-size:100%;
 	}
 h3 {
	font-size:90%;	
 	}
/*DDメニュー*/
#dropmenu {
	list-style-type: none;
	width: 800px;
	height: 40px;
	margin: 30px auto 50px;			/*デフォルト auto 300px*/
	padding: 0;
	background: #8a9b0f;
	border-bottom: 5px solid #535d09;
	border-radius: 3px 3px 0 0;
	}
#dropmenu li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	}
#dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	}
#dropmenu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	border-radius: 0 0 3px 3px;
	}
#dropmenu li:last-child ul {
	left: -100%;
	width: 100%
	}
#dropmenu li ul li{
	overflow: hidden;
	width: 200%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	}
#dropmenu li ul li a{
	padding: 13px 15px;
	background: #6e7c0c;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	}
#dropmenu li:hover > a{
	background: #6e7c0c;
	color: #eff7b1;
	}
#dropmenu li:hover > a{
	border-radius: 3px 3px 0 0;
	}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 38px;
	border-top: 1px solid #7c8c0e;
	border-bottom: 1px solid #616d0b;
	}
#dropmenu li:hover ul li:first-child{
	border-top: 0;
	}
#dropmenu li:hover ul li:last-child{
	border-bottom: 0;
	}
#dropmenu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
	}
/*タイトル*/
.title{
    padding-top: 15px;
    background-image: url(img/ty_flwr.jpg);
    background-repeat: no-repeat;
    background-position: 0px -10px;
    background-color: gray;
	}
.title h1{
    float: left;
	margin-top: 0px;
    margin-right: 14px;
	margin-bottom: 0px;
	padding-left: 15px;
    padding-bottom: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    color: white;    
	}
.title div{
    padding-top:14px;
    font-size:14px;
    font-weight:bold;
    color:#FFFFE1;
	}
.title p{
    clear:both;
    margin-top:17px;
	margin-bottom: 0%;
	padding-left: 15px;
    line-height:12px;
    font-size:12px;
    color:#f3c067;
	}
/*コンテンツ背景*/
.bgi{
    background-image:url("img/back09.gif");
    background-repeat:repeat;
    height:1120px;					/*縦長さ 1120px*/
    }
/*コンテンツ（フロート ）*/
.conl{
    float:left;
    margin-right:5px;
    padding: 5px;
     }
.conl p{
	font-size:small;
	}
.conr{
	float:left;
    margin-right:5px;
    padding:10px;
    }
.conr p{
	height:160px
	}
/*コンテンツ（h2,p）*/
.conr h2{
    background-image:url(img/line01.gif);
    background-repeat:no-repeat;
    background-position:0px 24px;
	padding:3px;
    margin-bottom:10px;
    padding-bottom:10px;
    font-size:16px;
    color:black;
	}
.conr p{
    background-image:url(img/mrk1.gif);
    background-repeat:no-repeat;
    margin-top:0px;
    padding-top:0px;
    padding-left:28px;
    text-align:justify;
    text-justify:distribute;
    line-height:120%;
    font-size:16px;
    color:#555555;
    }
/*Table*/
.sample1{
	background-color: aliceblue; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	}
/*スライドショー*/
#slideshow {
	position: relative;
	width:  352px; 					/* ボックスの横幅 */
	height: 294px; 					/* ボックスの高さ */
	}
#slideshow p {
	position: absolute;
	top:  0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	margin: 0;
	background-color: white; 		/* ボックスの背景色(必須) */
	height: 294px;					/* ボックスの高さ */
	}
#slideshow p.active {
	z-index: 10;
	opacity: 1.0;
	}
#slideshow p.last-active {
	z-index: 9;
	}
#slideshow p img {
	width:  352px; 					/* 画像の横幅 */
	height: 264px; 					/* 画像の高さ */
	display: block;
	border: 0;
	margin-bottom: 10px; 			/* 画像下部の余白 */
	}
