/* ---------- body ---------- */
body {
	background-color: #96cf8e;                           /*修正要　元#82c679 */
	background-image: url(../img/bg1.gif);
	text-align: center;
	color: #666;
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}

a,a:link,a:visited{
	background-color: inherit;
	text-decoration: underline;
	color: #0CC;
}
a:focus,a:hover,a:active
{
	background-color: inherit;
	text-decoration:underline;
	color: #F90;
}
a:hover img {
	border:none;
	background:transparent;
}


/* ---------- clear ---------- */
.clear
{
	clear:both;
	width: 100%;
}
/* clearfix */
.clearfix:after {
content:"";
display:block;
clear:both;
}

	/* for IE6 */
	* html .clearfix {
	display:inline-block;
	}
	

/* ---------- img ---------- */
a img, img { 
border:0;
}

img {
vertical-align: top;
}


/* --OTHER TAGS-- */
a {
overflow:hidden;
}


h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
hr{
	border-top: 1px dashed #0CC;
	border-right: 0px dashed #0CC;
	border-bottom: 0px dashed #0CC;
	border-left: 0px dashed #0CC;
}



/*---------- レイアウト ---------- */
#container{
	width: 900px;
	margin: 0 auto;
	text-align:left;
	padding: 0px;
	overflow:hidden;
}


/*---------- ヘッダー ---------- */
#header{
	background-image: url(../img/head_bg3.gif);
	background-repeat: no-repeat;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 211px;
}


/*---------- メニュー ---------- */
#menu{
	width: 842px;
	height: 59px;
	padding-left: 18px;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li{
	display: inline; 
	padding: 0; 
	margin-left: 18px; 
	float: left;
}


#menu li a{
	display: block;
	width: 142px;
	height: 41px;
	margin: 0;
	padding: 19px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	color: #333;
	background-image: url(../img/btn01.gif);
	background-repeat: no-repeat;
}

#menu li a:hover{
	color: #096;
	background-image: url(../img/btn02.gif);
	font-size: 16px;
}


#menu li.current a{
	background-image: url(../img/btn02.gif);
}


/*---------- コンテンツ ---------- */
#contents{
	margin-top: 0px;
	width: 860px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #96cf8e;　　　　/*修正要 #82c679 #FF0000*/
}



/*---------- スライドショー ---------- */

#slideshow {
	float: left;
	margin-left:20px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 408px;
	height: 280px;
	background-color: #96cf8e; /*#82c679  #008000*/
}

#slideshow p {
    position: absolute;
    z-index: 8;
    opacity: 0.0;
    margin: 0;
    font-size: 13px;
}

#slideshow p.active {
    z-index: 10;
    opacity: 1.0;
}

#slideshow p.last-active {
    z-index: 9;
}



/*---------- 重要なお知らせ ---------- */
#information{
	float: right;
	width: 370px;
	height: 280px;
	margin: 10px 10px 0px 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	background-color: #ffffff;   /*#ffffff #008080*/
    font-size: 13px;
    line-height: 14px
}



/*---------- サイドスペース ---------- */
#sidebar{
	float: left;
	width: 200px;
	height: 350px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 0px;
	padding-top: 10px;
	background-color: #ffff99;
}


#sidebar ul{
	list-style: none;
	margin: 5px;
	padding: 0px;
}

#sidebar li{
	display: inline; 
	padding: 0; 
	margin: 9px; 
	float: left;
}

#sidebar li a{
	display: block;
	width: 168px;
	height: 39px;
	margin: 0;
	padding: 11px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: #333;
	background-image: url(../img/m_side1.gif);
	background-repeat: no-repeat;
}

#sidebar li a:hover{
	color: #096;
	background-image: url(../img/m_side2.gif);
	background-repeat: no-repeat;
	font-size: 14px;
}





/*---------- メイン ---------- */
#main{
	float: right;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #FFF;
	width: 580px;
    font-size: 13px;
    line-height: 14px
}
#main h2{
	background-image: url(../img/head010_04.gif);
	background-repeat: no-repeat;
    background-position:0pt pt;
	height: 40px;
	padding-left: 25px;
	font-weight: bold;
	padding-top: 5px;
	width: 510px;
}
#main h3{
	background-image: url(../img/arrow08.gif);
	background-repeat: no-repeat;
    background-position:15pt 6pt;
	height: 20px;
	width: 300px;
	padding-left: 45px;
	font-weight: bold;
	padding-top: 10px;
	color: #006699;
}

#main p{
	margin: 2px 20px 3px 20px;
}
.main_box{
	margin: 0px;
	padding: 10px;
  width: 575px;
  height: 500px;
  background-color: ;
  overflow: scroll;}

.main_box2{
	margin: 0px;
	border: 1px solid #E4E4D7;
	padding: 10px;
}
.main_box2 hr{
	border-top: 1px dashed #E4E4D7;
	border-right: 0px dashed #E4E4D7;
	border-bottom: 0px dashed #E4E4D7;
	border-left: 0px dashed #E4E4D7;
}
#main_top{
	background-image: url(../img/main_top.gif);
	padding: 0px;
	height: 20px;
	width: 630px;
	float:right;
	margin: 0px;
	background-repeat: no-repeat;
}
#main_bottom{
	background-image: url(../img/main_bottom.gif);
	margin: 0px;
	padding: 0px;
	float: right;
	height: 20px;
	width: 630px;
	background-repeat: no-repeat;
}


#main table {
    width:90%;
    margin-left:20px;
    line-height:98%;
    border-collapse:collapse;
	border: 1px solid #cccccc;
}

#main table td {
    padding:3px;
    font-size:14px;
	border: 1px solid #cccccc;
}


#main ul{
	list-style: none;
}

#main li{
	margin-left: 2px; 
	margin-right: 8px; 
}

#main li.indent-1 {
padding-left:1em;
text-indent:-1em;
}



/*ページトップ*/
#pagetop{
	clear: both;
	text-align:right;
	margin-right: 30px;
	width: 870px;
	margin-top: 10px;
}

/*---------- フッター ---------- */
#footer{
	clear: both;
	background-image: url(../img/footer.gif);
	height: 100px;
	color: #ffffcc;
	margin-right: auto;
	margin-left: auto;
}
#footer_box{
	width: 820px;
	text-align:left;
	padding: 30px 15px 15px;
	margin-right: auto;
	margin-left: auto;
}
#footer_box a{
	color: #FFFFFF;
}
#footer_box a:hover{
	color: #FFF;
}


