/*********basic setting*********/


*{
margin:0;
padding:0;
}

body {
	margin:0px;
	background-color:#D70C18;
	color:#333;
	border:none;
	line-height:1.5;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;

}

nav{
	float:left;
	width:100%;
	margin-bottom:25px;
	background-color:#D70C18;
}
nav a{
	float:left;
	color:#ffffff;
	padding:10px 25px 10px 25px;
	font-size:1.0em;
	/*text-align:center;*/
	text-decoration:none;
	
	/*border-left:1px solid #a58a42;*/
}
#nav_bar{
	float:center;
	margin:auto;
	width:60%;
}
nav a:visited{
	color:#ffffff;
}
nav a:hover{
	background-color:rgba(256,90,90,1.00);
}
.nav_current{
	background-color:rgba(256,90,90,1.00);
}

/**********************************************div setting********************************************************/
div#area{
	width:100%;
}

div#wrapper{
	margin:0 auto;
	width:1024px;
}

div#contents{
	float:left;
	width:1024px;
	background-color:#fff;
	
	background-repeat: no-repeat;
	background-position:top;
	}

div#main_contents{
	width:100%;
}

div#main_contents_column{
	margin:20px 32px 0 32px;
	float:left;
	width:960px;
}

div#navi1{
	clear:both;
	margin:0 auto;
	padding:20px 0 0 30px;
	width:100%;
	background-color:#FFF;
}

div#footer{
	clear:both;
	margin:0 auto;
	padding-top:20px;
	width:1024px;
	
	background-image:url(img/bg_bottom_cherryblossom.gif);
	background-repeat: no-repeat;
	background-position:top;
}

div#footer_contents{
	margin-bottom:20px;
}


/*********************************************文字 setting****************************************************/
h1{
	font-size:12pt;
	color:#333;
}

h2{
	margin:20px 0px 20px 0px;
	font-size:14pt;
	color:#333;
	border-left:10px solid;	
	border-bottom:1px solid;
	border-color:#D70C18;
}

h3{
	font-size:12pt;
	color:#333;
}

p{
	font-size:10pt;
	color:#333;
}
.guestname{
	font-size:7pt;
	color:#000;
}

.style_red{
	color:#F66;
}
.style_chokko{
	color:#D70C18;
	text-decoration: none;
}
.style_blue{
	color:#004686;
	text-decoration: none;
}
.style_white {
	color:#fff;
	font-size:10pt;
}

.style_hr{
	border-bottom:0.3px solid;
	border-color:#D70C18;
}
.style_td{
	font-size:10pt;
	color:#333;
}
.btn {
	text-align:left;

	background: #EEE;
	font-size:12px;

    border: 1px solid #999;

    width: 360px;
	margin-top:10px;
	margin-bottom:10px;
    padding: 4px 10px 4px 10px;
}

/*********************************************TOP画像 setting****************************************************/
#slideshow {
	position: relative;
	width: 900px;
	height: 311px;
	left: 0;
	top: 0;
}

#slideshow img {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
	opacity: 0.0;
}

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

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