@charset "Shift_JIS";
/* ブラウザのスタイルを初期化 ---------------------------------------------------- */
#wrapper, div, span, applet, object, iframe,  h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#wrapper dl,    
#wrapper dt,
#wrapper dd,
#wrapper ol
{
margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*body {
	line-height: 1;
	color: black;
	background: white;
	
}*/
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* clearfix---------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* 初期設定---------------------------------------------------- */
#wrapper {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.pan li {
	color: #4a4647;
}

.pan li a:link {
	color: #4a4647;
	text-decoration: none;
}

.pan li a:hover {
	color: #4a4647;
	text-decoration: underline;
}

.pan li a:visited{
	color: #4a4647;
}


div#wrapper {
	margin:0;
	width:100%;
	background:url(../images/wrap_bg2000.jpg);
	background-position:center 0px;
	background-repeat: no-repeat;
	}
div#popup { margin:0 auto; width:640px; }




/* ぱんくずナビ*/
div#pannavi {  min-width:960px; height:30px}
div#pannavi ol.pan { width:960px; margin:0 auto;}
div#pannavi ol.pan li { display:inline; float:left; padding:5px 15px 3px 0;}
div#pannavi ol.pan li a { padding-right:15px;}

/* コンテンツ */
div.topCont { padding:20px 10px 10px; background-color:#FFF; }
/*
div.contents { padding:30px 15px 10px; background-color:#FFF; }
*/
.contents {
	width:960px;
	margin:0 auto;
	background:#fff;
}


#eyecatch{
	background:url(../images/eyecatch.png) no-repeat top center;
	min-width: 940px;
	height:406px;
	margin:0 auto;
	position:relative;

}

#eyecatchMain{
	width: 940px;
	margin:0 auto;
	position:relative;
}

#eyecatchInner{
	width: 500px;
	position: absolute;
	top:284px;
	left:20px;
}

#eyecatchInner p{
	color:#5c0300;
	font-size:19px;
	line-height:1.4em;
	margin-bottom: 0.5em;
}



/* gnav */

#gnav{
	width: 960px;
	height:110px;
	margin: 26px auto 30px;
	background:url(../images/nav_bg.jpg) no-repeat;
}

#gnav ul{
	width:960px;
	margin-left: 220px;
}


#gnav li{
	float: left;
	margin: 25px 10px 0 0;
}
#gnav li a{
	display:block;
	width:167px;
	height:60px;
	background-image:url(../images/navi_off.png);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:bolder;
	text-decoration:none;
	line-height:60px;
}
#gnav li a:hover{
	background-image:url(../images/navi_on.png);
	background-repeat:no-repeat;
	
}

/* /gnav */


/* menu */
.menu{
	display: block;
	margin:20px 15px 0;
}

.menu li a{
	float: left;
	margin:0 10px 10px 0;
	height:20px;
	border:1px solid #f13671;
	padding:8px 39px 15px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
		background:url(../images/menu_off.jpg);
}


.menu li a:hover{
	background:url(../images/menu_on.jpg);

}

/* /menu */

.areatop{
	width:920px;
	height:103px;
	margin:0 auto;
	background:url(../images/areatop_bg.png) no-repeat 0 5px;
}

.areatop h3{
	font-size:25px;
	letter-spacing:0.1em;
	font-weight:normal;
	padding:40px 0 0 95px;
	margin-top: -20px;
	color:#fff;
}

h4{
	font-size:16px;
	margin-bottom: 8px;
}

h4 a {
	color:#fb3287;
	/*color:#fb3287;*/
	text-decoration:underline;
	font-weight:bold;

}

h4 a:hover{
	color:#fb3287;
	text-decoration: none;
}


#anchor01,#anchor02,#anchor03{
	height:5px;
}



.h2sub{
	font-size:21px;
	font-weight:bold;
}

.area{
	width: 960px;
	margin:0 auto;
	padding-bottom: 10px;
	background:url(../images/area_bg.jpg);
}



.imgTable{
	width:240px;
	float: left;
}

.cellTop{
	width:240px;
	height:138px;
	background:#5c5c5c;
}

.cellL{
	float: left;
	margin:7px 0 0 0;
	width:120px;
	height:90px;
	background:#5c5c5c;
}

.cellR{
	float: right;
	margin:7px 0 0 0;
	width:120px;
	height:90px;
	background:#5c5c5c;
}


.bLarge{
	width:890px;
	margin: 0 auto;
	padding:15px;
	background:#fff;
	overflow: hidden;
}

.bLarge .bText{
	width:595px;
	font-size:14px;
	float: right;
	margin-bottom:10px;
	color: #4a4647;
}
.bLarge .bText p{
	margin-bottom:10px;
}


.bLeft .bText,.bRight .bText{
	width:236px;
	float: right;
	margin-bottom:10px;
}


.datePlace{
	margin:8px 0 10px ;

}

.datePlace dt,.datePlace dd{
	float: left;
}

.datePlace dt{
	width:84px;
	height:28px;
	
}

.datePlace dd{
	width:180px;
	margin:3px 0 0 0;
	line-height:28px;
	
}

.blockUnder{
	clear:both;
	height:61px;
}

.blockUnder img{
	margin:10px 0 0 15px;
}


.price{
	color:#FFF;
	font-size:19px;
	height:61px;
	width:321px;
	background:url(../images/price_bg.gif) no-repeat;
	margin:10px 0 0 0;
	float: left;

}

.price p{
	margin:13px 0;
}

.priceNumber{
	font-size:23px;
	color:#ec0000;
	padding:0 0 0 84px;
	vertical-align:middle;
}

.toTop{
	width:960px;
	font-size:15px;
	margin:14px auto 38px;
	text-align:right;
}

.toTop a{
	color:#0083df;
	margin:0 auto;
	text-decoration:none;
}

.toTop a:hover {
	color:#0083df;
	margin:0 auto;
	text-decoration:underline;
}

.seo{
	width:900px;
	margin: 50px auto 20px auto;
	background:#fff;
	font-size:13px;
	color: #4a4647;
}

.mb30{
	margin-bottom: 30px;
}
