/* CSS Document */

* {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   font-family: meiryo;
}

@font-face {
   font-family: meiryo;
   src: url('../font/meiryo.ttc') format("opentype");
}

body {
}

img {border-style:none;}

a {text-decoration: none;}

li { 
 	float: right;
 	margin-right: 120px;
 	list-style-type: none;
}

hr {
	height: 10px;
	border: 0;
	box-shadow: 0 30px 10px -25px #bbb inset;
}


#out-line {
  width:1280px;
  margin: 0px auto 0px auto;
  background-image: url(../images/header.gif);
  background-color:#FFFFFF;
  background-repeat:no-repeat;
  -webkit-box-shadow: 0 0 20px #bbb; box-shadow: 0 0 20px #bbb;
}

.header {
	width: 1280px;
	padding: 40px 0px 20px 30px;
	
}

.nav {
	width: 1280px;
}

.branding {
	width: 1280px;
}

.imagebox1 {
    float: right;
    margin-right: 20px;
}

.imagebox2 {
    text-align: center;
}


.mainbox {width: 720px; max-height: 100%; float:right;}

.mainbox2 {width: 980px;}

.imagebox {float: right;}

.main {
	margin:0 0 0 10px;
	/* background-color:#FFF2C8; */
}
   
.info {
	width:250px;
	margin: 0 5px 0 5px;
	background-repeat:no-repeat;
	float:left;
}

.new {
	margin-left:30px;
}

p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
	padding-left: 10px;
	color:#404040;
	font-size:16px;
	line-height : 1.8;
	letter-spacing: 0.1em;
	max-height: 100%;
}

h1{
	margin-left: 10px;
	padding: 0 0 0 10px;
	border-left:#96c5ba 5px solid;
	border-bottom:1px solid #96c5ba; 
	font-size: 20px;
	color:#696969;
	line-height : 1.5;
}

h1 span{
	display:block;
	font-size:80%;
	color:#A27D63;
}

h2{
	margin-left: 10px;
	font-size: 18px;
	color:#696969;
	line-height : 1.5;
}

.infotext {
	padding-left: 10px;
	color:#FFF;
	font-size:14px;
	line-height : 1.8;
	letter-spacing: 0.1em;
	text-align: center;
}

.infotext2 {
	text-align: center;
	color:#404040;
	font-size:14px;
	line-height : 1.8;
}

.infotext3 {
	color:#A27D63;
	font-size:14px;
	letter-spacing: 0.1em;
	line-height:2.0;
	text-align: center;
}

.infotext4 {
	color:#FFF;
	font-size:14px;
	text-align: center;
}

.infotext5 {
	color: #ff1493;
	font-size:20px;
	text-align: center;
}

#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;
}

th {
	text-align: left;
	padding-left: 10px;
	color:#404040;
	font-size:16px;
	line-height : 1.8;
	letter-spacing: 0.1em;
}

.table01{
	width: 980px;
	text-align: center;
}

.title {
	font-size:16px;
	color:#666666;
	line-height : 1.5;
	letter-spacing: 0.1em;
}

.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:  980px; /* �摜�̉����ɍ��킹�ċL�q */
   height: 200px; /* �摜�̍����ɍ��킹�ċL�q */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:145px;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

/*�A�R�[�f�B�I��*/

label {
	width: 680px;
    background-color: #96c5ba;
    color: #fff;
    padding-left: 20px;
    display: block;
    margin-left: 10px;
    border: 1px solid #fff;
	font-size:14px;
	line-height : 1.8;
	letter-spacing: 0.1em;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 5px;
    float: left;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 680px;
}

table {
	padding-left: 10px;
	color:#404040;
	font-size:14px;
	line-height : 1.8;
	letter-spacing: 0.1em;
	max-height: 100%;
}

td {
	padding-left: 10px;
	color:#404040;
	font-size:14px;
	line-height : 1.8;
	letter-spacing: 0.1em;
	max-height: 100%;
	vertical-align: top;	
}
