@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#666666;
	line-height:18px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {clear:both;}

.mgb_15 {margin-bottom:15px;}
.mgb_20 {margin-bottom:20px;}
.mgb_30 {margin-bottom:30px;}

.mgl_34 {margin-left:34px;}

.f_l {float:left;}
.f_r {float:right;}

h1 {margin:0 0 20px 0;padding:0;}
h2 {margin:0 0 20px 0;padding:0;}

.txt_s {font-size:10px;}

a:hover.btn img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
a:link, a:visited {
	color:#652d91;
	text-decoration:none;
}
a:hover, a:active {
	color:#aa64e0;
	text-decoration:none;
}


#wrap {
	width:940px;
	margin:0 auto;
}

#right {
	float:right;
	width:507px;
	margin-bottom:40px;
}

.tokuten {
	padding:0 20px 30px 40px;
}
.tokuten p {
	margin:0 0 15px 0;
	padding:0;
}

.line {
	padding:0 0 35px 0;
	border-bottom:#652d91 dotted 1px;
	margin-bottom:40px;
}

#left {
	width:433px;
	float:left;
}
.detail {
	background:url(images/guests_bg.gif) repeat-y top center;
	padding-right:35px;
	text-align:right;
}
#footer {
	clear:both;
	margin:0 0 0 0;
	padding:20px 0 50px 0;
	border-top:#652d91 solid 1px;
}
#footer img {
	margin-right:20px;
}
.copyright {
	text-align:center;
}
