@charset "utf-8";



/* 画像切替 */
#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:5px solid #3E1A00;
	/* The width of the gallery */
	width:480px;
	overflow:hidden;
	background-color: #3E1A00;
	padding:0px;
	margin: 0px;
	height: 365px;
}

#slides{
	/* This is the slide area */
	height:300px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:480px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
}

.slide{
	float:left;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 480px;
}

#menu{
	/* This is the container for the thumbnails */
	height:60px;
	margin: 0px;
	width: 480px;
	clear: both;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu ul{
	margin:0px;
	padding:0px;
	height: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	clear: both;
	width: 480px;
}

#menu li.b01{
	/* Every thumbnail is a li element */
	width:156px;
	display:inline-block;
	list-style:none;
	height:60px;
	overflow:hidden;
	float: left;
	padding-right: 6px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li.b02{
	/* Every thumbnail is a li element */
	width:156px;
	display:inline-block;
	list-style:none;
	height:60px;
	overflow:hidden;
	float: right;
	margin: 0px;
	padding: 0px;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */

}

li.act,li.act:hover{
	/* The active state of the thumb */

}

li.act a{
	cursor:default;
}

#menu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
}

#menu li a{
	display:block;
	height:60px;
	width: 156px;
}

a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:59px;
	font-weight:normal;
	margin-bottom:15px;
}


#main{
	width:492px;
	position:relative;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	height: 375px;
}

#menu a, #menu a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

#menu a:hover{
	text-decoration:underline;
}

p{
	padding:10px;
	text-align:center;
}
#a_bnr{
	display:none;/*最初にa_bnrが表示されないように、非表示にしておく*/
	text-align:center;
}
