/* CSS Document */

* {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

body {
	background-repeat:no-repeat;
}


#out-line {
  width:1280px;
  margin: 0px auto 0px auto;
  background-color:#FFFFFF;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}

.header {
	width: 1280px;
	height:35px;
	background-color: #12592F;	
	
}

.mainbox {
	width: 900px;
	float:right;
	margin-right: 10px;
}
   
.info {
	width:350px;
	margin: 0 10px 0 10px;
	background-image:url(../images/infomenu.gif);
	background-repeat:no-repeat;
	float:left;
}

.new {
	margin-left:30px;
}

.infotext {
	margin: 0 0 20px 110px;
	color:#A27D63;
	font-size:18px;
	letter-spacing: 0.1em;
	line-height:2.94; 
}

.infotext2 {
	margin: 0 0 20px 40px;
	color:#A27D63;
	font-size:14px;
	letter-spacing: 0.1em;
	line-height:2.0;
}

.infotext3 {
	color:#12592F;
	font-size:14px;
	letter-spacing: 0.1em;
	line-height:3.0;
	text-align: center;
}

.infotext4 {
	margincolor:#A27D63;
	font-size:14px;
	letter-spacing: 0.1em;
	line-height:2.3;
}

#wrap{
    width: 670px;
    margin: 0px 0px 0px 6px;
}
    
.smallimage {
    background-color : #fff;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 10px 5px 0 0;
}
	
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;   
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
	/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

.footer {
	background-image:url(../images/footer.jpg);
	width:1280px;
	height:327px;
}

.table01{
	width:900px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:separate;
	border-spacing:0px;
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	empty-cells:show;
}

.table01 th{
    padding:4px 2px 2px 4px;
	height:20px;
	text-align:center;
	background-color:#cccccc;
	border-top:1px solid #FFE7CE;
	border-left:1px solid #FFE7CE;
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
}

.table01 td{
	width:600px;
    padding:4px 2px 2px 4px;
    text-align: center;
	background-color:#ffffff;
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
}

.t03{
width: 100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.t03 th{
width:30px;
padding:4px;
text-align: center;
color: #FFFFFF;
vertical-align: top;
background-color: #12592F;
border-left: 3px double #999;
border-top: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.t03 td{
width:100px;
padding:4px;
text-align: center;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

h1{
	color:#FFFFFF;
	font-size:15px;
	letter-spacing: 0.1em;
	line-height:2.5;
	text-align:center;
}

h2{
	font-size: 1.5em;
	padding: 0 0 0 10px;
	border-left:red 5px solid;
	border-bottom:1px solid red; 
	color:#12592F;
	line-height : 1.5;
}

.title {
	font-size:16px;
	color:#666666;
	line-height : 1.5;
	letter-spacing: 0.1em;
}

.menu {
	text-align: center;
}

.menuLine {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0;
	border-color: #18986D;
	border-style:solid;
	color:#666666;
	line-height:140%;
	font-weight:bold;
	font-size:16px;
}

.spacer1 {line-height: 0.5em;}
.spacer2 {line-height: 1.5em;}
.spacer3 {line-height: 3em;}

#slideshow {
   position: relative;
   width:  900px; /* 画像の横幅に合わせて記述 */
   height: 200px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
