@charset "UTF-8";

#facebox .b {
  background:url(../img/facebox/b.png);
}

#facebox .tl {
  background:url(../img/facebox/tl.png);
}

#facebox .tr {
  background:url(../img/facebox/tr.png);
}

#facebox .bl {
  background:url(../img/facebox/bl.png);
}

#facebox .br {
  background:url(../img/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #1A0000;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/*facebox　
facebox　ファイル別、トップ、コンテンツ両方で使用　CSSがかぶらないようにするため、このCSSに記述
*/

body{
	font-size:85%;
	color:#FFF;
	text-align:center;
	width:100%;
	line-height: 1.5em;
	font-family: ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝;
	background: url(../img/bg.jpg) repeat-x #1A0000;
}

#wrapper-shade{
	width:890px;
	margin:0 auto;
	text-align:center;
	background: url(../img/wrapper_shade.png) repeat-y;
}

#container{
	width:790px;
	margin:0 auto;
	z-index:0;
	padding:30px 30px 30px 30px;
	text-align:left;
}

.box03-bar{
	background: url(../img/box03_bar.jpg) no-repeat;
	width:790px;
	height:35px;
	margin:0 auto;
}
.box03{
	width:750px
	margin:0 auto;
	padding:20px;
	background: url(../img/box03_bg.jpg) repeat-y;
	position:relative;
}
.box03 img.bottom{
	position:absolute;
	bottom:120px;
	right:0;
}

h3.no02{
	background: url(../img/h3_02.jpg) left center no-repeat;
	height:30px;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	font-size:120%;
	padding:10px 0 0 30px;
	margin:20px 0 10px 0;
}
h3.no02 span{
	font-size:80%;
}


dl.menu{
	line-height:170%;
	margin-bottom:15px;

}

p.menu{
	font-weight:bold;
	color:#CDBBBA;
}

p.menu_m { margin-top:30px; }

.img-box_bou{
	width:280px;
	background: url(../img/img_box.jpg) repeat-y;
	text-align:center;
	padding:10px;
	margin-left:10px;
}

.img_bou_f{	float:right; text-align:center; }

.banner{ float:left; margin-bottom:20px; }

h1#bouenkai { height:80px; background-position:left top; background-repeat:no-repeat; text-indent:-9999px; }
h1.yousin{ background-image:url(../menu/img/bounenkai_yousin.jpg); }
h1.waraya{ background-image:url(../menu/img/bounenkai_waraya.jpg); }



