@charset "utf-8";
body {
	font: 100%/1.4 "Hiragino Kaku Gothic Pro", "Yu Gothic", Meiryo, Osaka, Roboto, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

.header {
    font: 100%/1.4  Meiryo, Osaka, Roboto, sans-serif;
	color:#FFF;
	background:#360;
	font-size:30px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

h3 {
    margin-top: 20px;
       margin-bottom: 10px;
    	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}

a:link {
    color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	bottom: 10px;
}

.container {
/*	width: 960px; */
	width: 1000px;
	background: #fbfaf5;
	margin: 0 auto;
	overflow: hidden; 
	background-repeat:repeat-x;
}

.sidebar1 {
	float: left;
	/*	width: 180px; */
	width: 150px;
	background: #f3f3f2;
	overflow: hidden; 
	height: 1650px;
}
.content {
	padding: 10px 0;
	width: 850px;
	float: left;
	background: #fbfaf5;
}

.maintxt {
	margin-top: 0px;
	padding-right: 35px;
	padding-left: 5px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
/*
	border-top: 1px solid #84b2e0;
        border-bottom:1px solid #f1f6fc;
*/
	margin-bottom: 15px;
}
ul.nav li {
        border-top: 1px solid #f1f6fc;
	border-bottom: 1px solid #666;
}

ul.nav li:first-child {
	border-top: 0px;
}
/*
ul.nav li:last-child {
	border-bottom: 1px;
}
*/

ul.nav a, ul.nav a:visited {
	display: block;
	width: auto;
	text-decoration: none;
	background: #dcdddd;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
       -moz-transition-property: all;
	  -moz-transition-duration: 0.15s;
	  -moz-transition-timing-function: linear;
	  -webkit-transition: all 0.2s linear 0;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
       background: #ADB96E;
       background: #17184b;
       background:rgba(55,55,55,0.2);
 	color: #FFF;
}

.footer {
	padding: 10px 0;
	background: #dcdddd;
	position: relative;
	clear: both;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#slideshow {
   position: relative;
   width:  1200px;
   height: 300px;
}
#slideshow div {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white;
   height: 300px;
}
#slideshow div.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow div.last-active {
    z-index: 9;
}

#slideshow div img {
   width:  1000px;
   height: 300px;
   display: block;
   border: 0;
   margin-bottom: 10px;
}