/* ::::: CSS初期化処理 ::::: */

*{
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	line-height:1;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-color: #FFF;
	color: #333;
	width: 100%;
	height: 100%;
}

h1, h2, h3 { margin: 0px; padding: 0px; font-weight: normal; }

p{
	letter-spacing: 0.1em;
	font-size: 13px;
	line-height: 25px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}

p a:link,p a:visited{
	color: #452F25;
}

p a:hover,p a:active{
	color: #F60;
}

img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}

.importance{
	overflow: hidden;
	display: block;
	height: 1px;
	font-size: 1px;
	text-indent: -9999px;
	color: #000000;
	position: absolute;
	visibility: hidden;
	bottom: 10000px;
}

.smalltext{
	font-size: 10px;
}

.midtext{
	font-size: 12px;
}

.bigtext{
	font-size: 16px;
	font-weight: bold;
}

.textright{
	text-align: right;
}

.center{
	text-align: center;
}

.right{
	float: right;
}

.left{
	float: left;
}

.leftimg{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.leftimg img{
	margin-bottom: 10px;
}

.leftimg span{
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
}


.rightimg{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.rightimg img{
	margin-bottom: 10px;
}

.rightimg span{
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

.centerimg{
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.red{
	color: #DF1800;
}

.blue{
	color: #03F;
}

.green{
	color: #096;
}

.brown{
	color: #C18515;
}

.brown{
	color: #C18515;
}

.clear{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 0px;
}

.mgtop{
	margin-top: 20px;
}

.mgbtm{
	margin-bottom: 20px;
}

.mglr{
	margin-right: 20px;
	margin-left: 20px;
}

.mgr{
	margin-right: 40px;
}

.fade{
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

.fadeie{
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

.photo{
	background-color: #FFF;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #EEE;
}

.shadow{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-image: url(imagess/shadow.png);
	background-repeat: repeat-x;
	padding: 5px;
}

.alist{
	list-style-type: disc;
	margin-left: 40px;
}
	   
.textbox{
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #888;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}

.textareabox{
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #888;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #888;
	font-size: 12px;
}
.textarea550{
	width: 550px;
}

.submitbtn{
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	height: 24px;
	width: 66px;
	color: #999;
	cursor: pointer;
}

.submitbtn:hover{
	background: url(imagess/submit.png) 0px -24px no-repeat;
	color: #F60;
}

/* ::::: CSS設定 ::::: */
#menubg{
	background-color: #FFF;
	overflow: hidden;
}

#container{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	min-height: 100%;
	position: relative;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #660;
	border-left-color: #660;
	background-color: #FFF;
}

#header {
	height: 120px;
	width: 900px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #660;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-image: url(images/Signboard.png);
}

#contents{
	background-repeat: no-repeat;
	width: 900px;
	min-height: 600px;
}

#menu{
	width: 900px;
	list-style-type: none;
	margin-top: 90px;
	position: absolute;
}

#menu li{
	float: left;
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
}

#menu01{
	background: url(images/menu.png) 0px 0px no-repeat;
	width: 100px;
}

#menu01h{
	background: url(images/menu.png) 0px -30px no-repeat;
	height: 30px;
	width: 100px;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#menu02{
	background: url(images/menu.png) -100px 0px no-repeat;
	width: 100px;
}

#menu02h{
	background: url(images/menu.png) -100px -30px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#menu03{
	background: url(images/menu.png) -200px 0px no-repeat;
	width: 100px;
}

#menu03h{
	background: url(images/menu.png) -200px -30px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#menu04{
	background: url(images/menu.png) -300px 0px no-repeat;
	width: 100px;
}

#menu04h{
	background: url(images/menu.png) -300px -30px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#menu05{
	background: url(images/menu.png) -400px 0px no-repeat;
	width: 100px;
}

#menu05h{
	background: url(images/menu.png) -400px -30px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#menu06{
	background: url(images/menu.png) -500px 0px no-repeat;
	width: 100px;
}

#menu06h{
	background: url(images/menu.png) -500px -30px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#menu07{
	background: url(images/menu.png) -600px 0px no-repeat;
	width: 100px;
}

#menu07h{
	background: url(images/menu.png) -600px -30px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#menu08{
	background: url(images/menu.png) -700px 0px no-repeat;
	width: 100px;
}

#menu08h{
	background: url(images/menu.png) -700px -30px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#menu09{
	background: url(images/menu.png) -800px 0px no-repeat;
	width: 100px;
}

#menu09h{
	background: url(images/menu.png) -800px -30px no-repeat;
	filter: alpha(opacity=0);
	-moz-opacity:0.0;
	opacity:0.0;
}

#flash{
	height: 250px;
	width : 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #660;
	background-repeat: no-repeat;
	z-index: -100;
}

#bigbtnbox{
	height: 300px;
	width: 880px;
	padding-left: 20px;
	padding-top: 15px;
	list-style-type: none;
}

#bigbtnbox li{
	height: 300px;
	width: 175px;
	float: left;
}

#bigbtnbox li img:hover{
	border: 3px solid #FF5F00;
	position: relative;
	left: -3px;
	top: -3px;
}

#commentbox{
	width: 685px;
	height: 240px;
	margin-bottom: 15px;
	border: 1px solid #660;
	background-image: url(images/producer.png);
	background-repeat: no-repeat;
}

#newbox{
	width: 645px;
	margin-bottom: 20px;
	border: 1px solid #660;
	background-image: url(images/new.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.bigbtn{
	background-color: #CCC;
	height: 280px;
	width: 160px;
}

#main{
	width: 900px;
}

#main_left{
	float: left;
	padding-bottom: 20px;
}

#main_right{
	float: left;
}

#sidebar{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

#estate{
	list-style-type: none;
	width: 900px;
}

#estate li{
	float: left;
	background-image: url(imagess/estate_back.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 435px;
}

#estate li img{
	margin-left: 22px;
	margin-top: 22px;
	position: absolute;
	height: 120px;
	width: 120px;
}

#about{
	letter-spacing: 0.1em;
	border: 1px solid #999;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	width: 128px;
}

#about h2{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #999;
	margin-top: 15px;
}
#about em {
	font-size: 10px;
	line-height: 16px;
}

#about a:link,#about a:visited{
	color: #452F25;
}

#about a:hover,#about a:active{
	color: #F60;
}

#infobox{
	width: 645px;
	clear: both;
	margin-bottom: 20px;
	border: 1px solid #660;
	background-image: url(images/guide.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#footer{
	height: 80px;
	width: 900px;
}

#copyright{
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	line-height: 18px;
	font-size: 11px;
	color: #000;
}

.main_900{
	width: 900px;
}

.main_700{
	width: 700px;
}

.main_200{
	width: 195px;
}

.sidemenu{
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
}

.sidemenu li{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 13px;
	margin-bottom: 5px;
}

.sidemenu a:link,.sidemenu a:visited{
	font-size: 12px;
	line-height: 20px;
	color: #555;
}

.sidemenu a:hover,.sidemenu a:active{
	color: #F60;
}

.headline{
	background-image: url(imagess/headline_left.png);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom: 20px;
}

.headline h2{
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #452F25;
	line-height: 35px;
	padding-left: 20px;
	text-shadow: #CCC 2px 2px 6px;
	letter-spacing: 0.2em;
}

.headline h3{
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	color: #B58765;
	line-height: 35px;
}

.headline a:link,.headline a:visited{
	font-size: 11px;
	line-height: 40px;
	color: #555;
}

.headline a:hover,.headline a:active{
	color: #F60;
}

.headline_close{
	background-image: url(imagess/headline_right.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 15px;
	float: right;
}

.headline2{
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 10px;
	color: #452F25;
}

.gallery_article{
	padding: 20px;
}

.gallery_article h1{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.15em;
	text-shadow: #CCC 2px 2px 6px;
	margin-bottom: 20px;
}

.gallery_article h1 span{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 28px;
	line-height: 48px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-shadow: #CCC 2px 2px 6px;
}

.gallery_article p{
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 420px;
}

.article{
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #452F25;
	margin-bottom: 20px;
}

.article h1{
	color: #452F25;
	font-size: 16px;
	margin-bottom: 15px;
	text-shadow: #CCC 2px 2px 6px;
	font-weight: bold;
}

.article p{
}

.sidetitle{
	height: 32px;
	background-color: #2A8AC7;
	background-image: url(imagess/side_title.png);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
	padding-left: 20px;
	text-shadow: #557 1px 1px 6px;
}

.sidelink{
	height: 32px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-left: 40px;
	background-image: url(imagess/sidelink_arrow.png);
	background-repeat: no-repeat;
	font-size: 12px;
	letter-spacing: 0.2em;
}

.sidelink a:link,.sidelink a:visited{
	color: #333;
}

.sidelink a:hover,.sidelink a:active{
	color: #F60;
}

.crectbox{
	margin-bottom: 20px;
	border: 1px solid #BDC0CE;
	margin-right: 5px;
	margin-left: 5px;
	width: 405px;
}

.crectbox a:link,.crectbox a:visited{
	color: #452F25;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

.crectbox a:hover,.crectbox a:active{
	color: #F60;
}

.crectback01{
	background-image: url(imagess/crectback.png);
	background-repeat: repeat-y;
}

.crectleft{
	float: left;
	width: 120px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #452F25;
	text-shadow: #BBB 2px 2px 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

.crectright{
	padding-left: 15px;
	float: left;
	width: 255px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-shadow: #CCC 2px 2px 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 15px;
}

.crectcenter{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BDC0CE;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.drectbox{
	margin-bottom: 20px;
	border: 1px solid #BDC0CE;
	margin-right: 5px;
	margin-left: 5px;
}

.drectleft{
	float: left;
	width: 250px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #452F25;
	text-shadow: #BBB 2px 2px 4px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 18px;
}

.drectright{
	padding-left: 20px;
	float: left;
	width: 550px;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-shadow: #CCC 2px 2px 3px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.drectcenter{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BDC0CE;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.sitemap{
	padding: 20px;
}

.sitemap p{
	font-size: 12px;
	letter-spacing: 0.1em;
}

.sitemap a:link,.sitemap a:visited{
	color: #555;
}

.sitemap a:hover,.sitemap a:active{
	color: #F60;
}

.sitemapleft{
	float: left;
	width: 240px;
}

.sitemapright{
	float: left;
	width: 240px;
	padding-left: 10px;
}

.banner{
	width: 300px;
	margin-bottom: 5px;
}

.banner_line{
	font-size: 11px;
	letter-spacing: 0.1em;
	border: 1px solid #999;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-left: 5px;
}

.banner_line a:link,.banner_line a:visited{
	font-size: 11px;
	color: #555;
	letter-spacing: 0.1em;
}

.banner_line a:hover,.banner_line a:active{
	color: #F60;
}

.side_window01{
	background-image: url(imagess/side_window01.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 300px;
	font-size: 0px;
	line-height: 15px;
}

.side_window02{
	background-image: url(imagess/side_window02.png);
	background-repeat: repeat-y;
	width: 300px;
	padding-right: 25px;
	padding-left: 25px;
}

.side_title{
	line-height: 20px;
	height: 20px;
	width: 250px;
	padding-top: 5px;
}

.side_title h2{
	font-size: 15px;
	font-weight: bold;
	color: #452F25;
	line-height: 20px;
	text-shadow: #CCC 2px 2px 6px;
	letter-spacing: 0.2em;
	float: left;
}

.side_title h3{
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	color: #B58765;
	line-height: 20px;
	font-weight: bold;
}

.side_window02 a:link,.side_window02 a:visited{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #452F25;
}

.side_window02 a:hover,.side_window02 a:active{
	color: #F60;
}

.side_window03{
	background-image: url(imagess/side_window03.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 300px;
	font-size: 0px;
	line-height: 15px;
	margin-bottom: 10px;
}

.staff li{
	background-image: url(imagess/staff_back.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 435px;
	list-style-type: none;
	float: left;
}

.staff img{
	position: absolute;
	margin-left: 27px;
	margin-top: 27px;
}

.staff h2{
	font-size: 15px;
	font-weight: bold;
	color: #513E32;
	margin-left: 170px;
	position: absolute;
	margin-top: 30px;
	letter-spacing: 0.1em;
	overflow: hidden;
	text-shadow: #BBB 2px 2px 6px;
	width: 220px;
	line-height: 20px;
	height: 20px;
}

.staff p{
	position: absolute;
	margin-top: 70px;
	margin-left: 150px;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	width: 230px;
	height: 70px;
	overflow: hidden;
}

.carousel{
	padding-left: 5px;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.carousel li {
	padding-right: 8px;
	float: left;
}

.carousel img:hover {
	top: -5px;
	position: relative;
	cursor: pointer;
}

.carouselbox{
	height: 200px;
}

.prev{
	width: 14px;
	height: 14px;
	background: url(images/proprev.png) 0 0 no-repeat;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.prev:hover{
	background: url(image/proprev.png) 0 -14px no-repeat;
}

.next{
	width: 14px;
	height: 14px;
	background-color: #666;
	background: url(images/pronext.png) 0 0 no-repeat;
	margin-top: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.next:hover{
	background: url(image/pronext.png) 0 -14px no-repeat;
}

.estate_title{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 23px;
	position: absolute;
	margin-left: 160px;
	color: #36251C;
	width: 200px;
	padding: 15px;
	height: 80px;
}

.estate_link{
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 100px;
	position: absolute;
	margin-left: 160px;
	color: #36251C;
	width: 220px;
	text-align: right;
}

.estate_link a:link,.estate_link a:visited{
	color: #604131;
}

.estate_link a:hover,.estate_link a:active{
	color: #F60;
}

.breadcrumb{
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
	line-height: 30px;
	color: #9D9C9A;
	height: 30px;
}

.breadcrumb a:link,.breadcrumb a:visited{
	color: #666;
}

.breadcrumb a:hover,.breadcrumb a:active{
	color: #F60;
}

.gototop{
	font-size: 11px;
	text-align: right;
	margin-bottom: 20px;
	padding-right: 10px;
}

.gototop a:link,.gototop a:visited{
	color: #452F25;
}

.gototop a:hover,.gototop a:active{
	color: #F60;
}
