@charset "utf-8";

/* thick box で表示させるhtml 共通
-------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size:75%;
	height:100%;
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: #666666;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #D1C4C0;
}

a.link_line {
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

.tbh_wrapper {
	padding: 30px 35px;
	text-align: left;
}

.tbh_title {
	text-align: right;
	margin-bottom: 15px;
}

.tbh_title_left {
	text-align: left;
	margin-bottom: 15px;
}

.tbh_img {
	margin-bottom: 15px;
}

.tbh_subtitle {
	margin-bottom: 15px;
}
	
.tbh_subtitle_2col img {
	margin-bottom: 25px;
}

.tbh_img_2col img {
	margin:0 20px 20px 0;
	float: left;
}

.tbh_valign_top {
	vertical-align: top;
	font-size:9px;
	line-height:15px;
}

.tbh_text_small {
	font-size:75%;
}
.tbh_text_small_90{
	font-size:90%;
}


/* thick boxウィンドウ（idはthickboxにて生成）
-------------------------------*/

#TB_window {
	border-color: #666666;
}

#TB_body {
	position: relative;
}

#TB_closeAjaxWindow {
	position: absolute;
	top: 0px;
	right:0px;
}

#TB_ajaxContent {
	padding-top: 0;
	padding-bottom: 0;
}


/* ミッシェル
-------------------------------*/

.tbh_michael_bg {
	background: url(../images/tbh_michael_bg.gif) left top no-repeat;
}


/* ラファエル
-------------------------------*/

.tbh_raphael_bg {
	background: url(../images/tbh_raphael_bg.gif) left top no-repeat;
}


/* ガブリエル
-------------------------------*/

.tbh_gabriel_bg {
	background: url(../images/tbh_gabriel_bg.gif) left top no-repeat;
}


/* マリーズ
-------------------------------*/

.tbh_marries_bg {
	background: url(../images/tbh_marries_bg.gif) left top no-repeat;
}


/* 祝福の記憶
-------------------------------*/
table {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666666;
	font-size: 100%;
}

.tbh_window_wrapper {
	height: 565px;
	width: 740px;
	overflow: auto;
}	

table.tbh_window {
	width: 720px;
	margin-bottom: 30px;
}

table.tbh_window_end {
	width: 720px;
}

.tbh_window_wrapper img {
	padding-right: 5px;
}

.tbh_valign_bottom {
	padding-top: 5px;
	vertical-align: bottom;
}

td.tbh_window_name {
	height: 30px;
	background: url(../images/tbh_memory_head.gif) left top no-repeat;
	padding-left: 30px;
	color: #FFFFFF;
	vertical-align: middle;
}

td.tbh_window_day {
	height: 30px;
	background: url(../images/tbh_memory_head.gif) right top no-repeat;
	padding-right: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: right;
}

td.tbh_window_text {
	padding: 10px 5px 5px 5px;
}

td.tbh_window_text p {
	padding: 5px;
}

ul.tbh_list {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	font-size: 10px;
}


/* フラワー
-------------------------------*/

.tbh_flower_bg {
	background: url(../images/tbh_flower_bg.gif) left top no-repeat;
}


/* リング＆クロス
-------------------------------*/

.tbh_ringcross_bg {
	background: url(../images/tbh_ringcross_bg.gif) left top no-repeat;
}


/* ギフト
-------------------------------*/

.tbh_gift_bg {
	background: url(../images/tbh_gift_bg.gif) left top no-repeat;
}


/* フォト
-------------------------------*/

.tbh_photo_bg {
	background: url(../images/tbh_photo_bg.gif) left top no-repeat;
}


/* ドレス
-------------------------------*/

.tbh_dress_bg {
	background: url(../images/tbh_dress_bg.gif) left top no-repeat;
}


/* ローザ
-------------------------------*/

.tbh_rosa_bg {
	background: url(../images/tbh_rosa_bg.gif) left top no-repeat;
}


/* ローザ
-------------------------------*/

.tbh_anna_bg {
	background: url(../images/tbh_anna_bg.gif) left top no-repeat;
}


/* ローザ
-------------------------------*/

.tbh_marina_bg {
	background: url(../images/tbh_marina_bg.gif) left top no-repeat;
}


/* フランチェスカ
-------------------------------*/

.tbh_francesca_bg {
	background: url(../images/tbh_francesca_bg.gif) left top no-repeat;
}


/* カタリナ
-------------------------------*/

.tbh_cathrina_bg {
	background: url(../images/tbh_cathrina_bg.gif) left top no-repeat;
}


/* クララ
-------------------------------*/

.tbh_clala_bg {
	background: url(../images/tbh_clala_bg.gif) left top no-repeat;
}


/* スタッフ
-------------------------------*/

.tbh_staff_bg {
	background: url(../images/tbh_staff_bg.gif) left top no-repeat;
}


/* ウエディングメニュー
-------------------------------*/

.tbh_menu_bg {
	background: url(../images/tbh_menu_bg.gif) left top no-repeat;
}


/* イベント詳細
-------------------------------*/
.event_wrapper {
	height: 600px;
	width: 540px;
	overflow: auto;
	margin: 0 auto;
}

table.detail {
width: 520px;
border-collapse: collapse;
margin-bottom:10px;
}

table.detail td{
text-align:left;
padding: 4px;
border: solid 1px #FFFFFF;
}

table.detail th{
text-align:center;
background-color:#DFDFDF;
color: #666666;
border: solid 1px #FFFFFF;
width: 70px;
}

table.detail img{
float:right;
}

.detail_img_m {
	margin:0 0 15px 15px;
	}

.pink{
color: #FF8080;
}

table.eventtitle{
width: 520px;
background-image:url(../images/event_br.gif);
background-repeat: no-repeat;
height: 30px;
font-weight: bold;
text-align:center;
margin:30px 0 10px 0;


}
#pop_close{
	text-align: center;
	font-size:12px;
	margin-bottom:20px;
}


/* 川奈イベント詳細
-------------------------------*/

.tbh_reservation
{
	text-align: left;
	margin-bottom: 5px;
}

.m_bn {
	margin-top:8px;
	}
	
.clear {
	clear:both;
	}

.pd_tbh {
	padding:8px 0 0 0;
	}