@charset   "Shift_JIS";

#head {
	color: white;
	background-color: #553500;
	width: 1280px;
	height: 100px;
	margin: 0 auto;
}

#pack {
	width: 1280px;
	background-image: url(../pic/zzz005.JPG);
	background-repeat: no-repeat;
	height: 720px;
	margin: 0 auto;
}

#menu {
	width: 1280px;
	z-index: 10;
}

#top {
	background-color: transparent;
	width: 1280px;
	height: 100px;
}

#main {
	width: 900px;
	height: 400px;
	float: left;
	overflow: auto;
	scrollbar-face-color: #500d00;
	scrollbar-arrow-color: #280000;
	scrollbar-track-color: #823016;
	scrollbar-darkshadow-color: #280000;
	scrollbar-3dlight-color: #500d00;
	scrollbar-highlight-color: #280000;
	scrollbar-shadow-color: #500d00;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c8000000,EndColorStr=#c8000000);
	background-color: rgba(0, 0, 0, 0.7);
}

#side {
	overflow: auto;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	background-color: rgba(0, 0, 0, 0.5);
	width: 380px;
	height: 400px;
	float: right;
	scrollbar-face-color: #500d00;
	scrollbar-arrow-color: #280000;
	scrollbar-track-color: #823016;
	scrollbar-darkshadow-color: #280000;
	scrollbar-3dlight-color: #500d00;
	scrollbar-highlight-color: #280000;
	scrollbar-shadow-color: #500d00;
}

#foot {
	background-color: transparent;
	width: 1280px;
	height: 160px;
	clear: both;
	margin: 0;
}

#copyright {
	margin: 0 auto;
	width: 1280px;
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	color: white;
	background-color: #553500;
}

#copyright p {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic",HG丸ｺﾞｼｯｸM-PRO;
	margin: 0 auto;
	/* IE10 Consumer Preview */
	background-image: -ms-radial-gradient(center bottom, ellipse farthest-corner, #402000 0%, #FFC882 100%);
	/* Mozilla Firefox */
	background-image: -moz-radial-gradient(center bottom, ellipse farthest-corner, #402000 0%, #FFC882 100%);
	/* Opera */
	background-image: -o-radial-gradient(center bottom, ellipse farthest-corner, #402000 0%, #FFC882 100%);
	/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 497, color-stop(0, #402000), color-stop(1, #FFC882));
	/* Webkit (Chrome 11+) */
	background-image: -webkit-radial-gradient(center bottom, ellipse farthest-corner, #402000 0%, #FFC882 100%);
	/* W3C Markup, IE10 Release Preview */
	background-image: radial-gradient(ellipse farthest-corner at center bottom, #402000 0%, #FFC882 100%);
	background-size: 100% 150%;
}

img {
	border: none;
}

blockquote {
	background-color: #553500;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-width: 2px;
	border-style: solid;
	border-color: #fedead;
	font-size: 11pt;
	font-weight: bold;
	color: white;
}

h2 {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-width: 0px;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
}

#joho {
	margin-bottom: 0px;
	height: 80px;
	overflow: hidden;
}

#homemenu {
	list-style-type: none;
	width: 200px;
	height: 30px;
	padding: 0;
	overflow: hidden;
}

#homemenu li {
	position: relative;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#homemenu li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#homemenu li:hover>a {
	background: #321900;
	color: #eff796;
}

/*プルダウンメニュー用*/

#dropmenu {
	z-index: 100;
	list-style-type: none;
	width: 1280px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-color: #8a9b0f;
	border-bottom: 5px solid #535d09;
	border-radius: 3px 3px 0 0;
}

#dropmenu li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#dropmenu li a {
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}

#dropmenu li:hover>a {
	background: #6e7c0c;
	color: #eff732;
}

#dropmenu>li:hover>a {
	border-radius: 3px 3px 0 0;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul {
	left: -70%;
	width: 100%;
}

#dropmenu li ul li {
	z-index: 100;
	overflow: hidden;
	width: 170%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#dropmenu li ul li a {
	padding: 13px 15px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#996e7c0c,EndColorStr=#996e7c0c);
	background-color: rgba(110, 124, 12, 0.5);
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#dropmenu li:hover ul li {
	overflow: visible;
	height: 38px;
	border-top: 1px solid #7c8c0e;
	border-bottom: 1px solid #616d0b;
}

#dropmenu li:hover ul li:first-child {
	border-top: 0;
}

#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a {
	border-radius: 0 0 3px 3px;
}

/*ここまでプルダウンメニュー用*/

#sidelink {
	margin-left: 90px;
}

#sidelinkmenu {
	list-style-type: none;
	width: 200px;
	height: 360px;
	padding: 0;
	overflow: hidden;
}

#sidelinkmenu li {
	position: relative;
	height: 35%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#sidelinkmenu li a {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#sidelinkmenu li:hover>a {
	background: #321900;
	color: #eff796;
}

#footlink {
	padding-top: 20px;
	margin-left: 40px;
}

#footlinkmenu {
	list-style-type: none;
	width: 1200px;
	height: 120px;
	padding: 0;
	overflow: hidden;
}

#footlinkmenu li {
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#footlinkmenu li a {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#footlinkmenu li:hover>a {
	background: #321900;
	color: #eff796;
}

#head p {
	margin: 0px;
	font-size: 8pt;
	line-height: 1.4;
	color: white;
}

#main p {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 11pt;
	line-height: 1.4;
	color: white;
}

#main a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#main a:hover {
	color: yellow;
}

.aka {
	color: #ff6464;
}

.hidaridume {
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

.migidume {
	margin-top: 10px;
	margin-right: 20px;
	float: right;
}

.clear {
	clear: both;
}

#profile {
	display: block;
	float: left;
}

.hidari {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.migi {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
}

.komoji {
	font-size: 8pt;
}

.catch {
	font-size: 14pt;
	font-weight: bold;
	color: #ffc864;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.denwa {
	font: bold 14pt "ＭＳ ゴシック";
}

#scr {
	font-size: 11pt;
	line-height: 1.4;
	padding: 3px;
	margin: 15px 20px 0 10px;
	width: 330px;
	height: 300px;
	overflow: auto;
	scrollbar-face-color: #408080;
	scrollbar-arrow-color: #214343;
	scrollbar-track-color: #91c8c8;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99003c32,EndColorStr=#99003c32);
	background-color: rgba(0, 60 ,50, 0.5);
}

#scr ul {
	list-style-type: circle;
	list-style-position: outside;
}

#side p {
	font-size: 13pt;
	line-height: 1.4;
	color: white;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}

#side p a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#side p a:hover {
	color: yellow;
}

.fukidashi {
	position: relative;
	color: #fff;
	background: #6e7c0c;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border-radius: 3px;
}

.fukidashi:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 38px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-top: 10px solid #6e7c0c;
}

.listmarknone {
	list-style-type: none;
	color: white;
}

.sitemap {
	margin-left: 20px;
	list-style-image : url(../pic/listmark-koma.gif);
}

.sitemap li {
	margin: 0;
	padding: 10px 0 0;
}

.chuo {
	display:block;
	margin:0 auto;
}

#twitter {
	display:block;
	margin:0 auto;
	width: 560px;
}

#facebook {
	display:block;
	margin:0 auto;
	width: 700px;
}

h1 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	visibility: hidden;
}

h3 {
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-width: 0px;
	font-size: 14pt;
	font-weight: bold;
	color: #ff6464;
}

/*画像ギャラリーと詳細表示用CSS*/

#holder {
	position:relative;
	width:845px;
	height:590px;
	margin: 0 auto;
	font-family: sans-serif;
	border:1px solid #555;
	background-color: transparent;
	z-index:1;
}

#scrollbox {
	float: right;
	width:145px; 
	height:500px; 
	margin-right:15px;
	background : url(../pic/wh-film30-w.gif) repeat-y 5px 0px;
	background-color: transparent;
	overflow:auto;
}

#scrollbox img {
	display:block; 
	border-bottom:3px solid #000;
	width:75px; 
	height:50px; 
	margin:0; 
}

#thumbs {
	width:60px; 
	height:600px; 
	margin-left:24px;
}

#holder h2 {
	 
	font-family:sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#fff;
	margin:5px;
	background:none;
	border:0;
}

img.waku {
	display:block;
	width:auto;
	margin:0 auto;
	border:1px solid #000;
	color:#eee;
	font-size:14px;
}

#gallerytop {
	background-color: transparent;
	width: 1280px;
	height: 60px;
}

#gallerymain {
	width: 900px;
	height: 600px;
	float: left;
	overflow: auto;
	scrollbar-face-color: #500d00;
	scrollbar-arrow-color: #280000;
	scrollbar-track-color: #823016;
	scrollbar-darkshadow-color: #280000;
	scrollbar-3dlight-color: #500d00;
	scrollbar-highlight-color: #280000;
	scrollbar-shadow-color: #500d00;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c8000000,EndColorStr=#c8000000);
	background-color: rgba(0, 0, 0, 0.7);
}

#galleryside {
	overflow: auto;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	background-color: rgba(0, 0, 0, 0.5);
	width: 380px;
	height: 600px;
	float: right;
	scrollbar-face-color: #500d00;
	scrollbar-arrow-color: #280000;
	scrollbar-track-color: #823016;
	scrollbar-darkshadow-color: #280000;
	scrollbar-3dlight-color: #500d00;
	scrollbar-highlight-color: #280000;
	scrollbar-shadow-color: #500d00;
}

#galleryfoot {
	background-color: transparent;
	width: 1280px;
	height: 0px;
	clear: both;
}

#gallerymain p {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 11pt;
	line-height: 1.4;
	color: white;
}

#gallerymain p a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#gallerymain p a:hover {
	color: yellow;
}

#galleryside p {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 13pt;
	line-height: 1.4;
	color: white;
	text-align: center;
	font-weight: bold;
}

#galleryside p a {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#galleryside p a:hover {
	color: yellow;
}

/*ここまで画像ギャラリーと詳細表示用CSS*/

.sitemap{
  list-style-image : url(../pic/listmark-koma.gif);
}
