@charset "UTF-8";

/*初期化*/
*{
    margin:0;
    padding:0;
}

img {
	border: 0;
}

strong,em {
	font-style: normal;
}

/*body基本*/
html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #63435c;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

/*link基本*/
a:link {
	color: #907fba;
	text-decoration: underline;
}
a:visited {
	color: #927fc0;
	text-decoration: underline;
}
a:active {
	color: #d9605d;
	text-decoration: underline;
}
a:hover {
	color: #d9605d;
	text-decoration: underline;
}

/*見出し基本*/
h1 {
	font-size: 100%;
	font-weight: bold;
}

h2 {
	font-size: 100%;
	font-weight: bold;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}

/*h2*/
.h2_title {
	width: 338px;
	height: auto;
	background-image: url("../img/h2_title_bg.gif");
	background-repeat: no-repeat;
	background-position: left center;	
	font-size: 110%;
	line-height: 35px;
	padding-left: 40px;
	margin: 0 auto;
}

/*グレー枠*/
.gray_waku {
	width: 360px;
	height: auto;
	border: 1px solid #bbbbbb;
	background-color: #eeeeee;
	color: #333333;
	margin: 0 auto;
	padding: 10px;
}


/*イメージセンター寄せ*/
.img_center {
	width: auto;
	height: auto;
	text-align: center;
}

/*レイアウト-------------------*/
/*wrapper*/
#wrapper {
	width: 800px;
	height: auto;
	background-image: url("../img/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #4d013c;
	margin: 0 auto;
}

/*header----------*/
#header {
	width: 800px;
	height: 160px;
	position: relative;
	margin: 0 auto;
}

h1#logo {
	width: 382px;
	height: 102px;
	background-image: url("../img/logo.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 225px;
	top: 20px;
	text-indent: -9999px;
}

/*main----------*/
/*flash*/
#flash {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

/*メイン説明文600*/
.main_txt {
	width: 600px;
	height: auto;
	font-size: 86%;
	margin: 10px auto;
}

.main_txt em {
	font-size: 120%;
	font-weight: bold;
}

/*更新日*/
#renew {
	width: 700px;
	height: auto;
	margin: 10px auto 20px auto;
	text-align: right;
}

#renew span {
	margin-left: 60px;
}

/*main_left-------------*/
#main_left {
	width: 400px;
	height: auto;
	float: left;
	font-size: 86%;
	padding-bottom: 20px;
}

/*プラン一覧*/
table.plan_waku {
	width: 358px;
	border-collapse : collapse;
	margin: 5px auto; 
}

.plan_waku th {
	border : solid 0 #bbbbbb;
	font-size: 95%;
	padding: 3px 5px;
	white-space: nowrap;
	text-align: left;
}

.plan_waku td {
	border : solid 1px #bbbbbb;
	font-size: 95%;
	padding: 5px;
}

.plan_waku td.plan_img {
	width: 60px;
	height: auto;
}

/*ご予約*/
.yoyaku_tel {
	font-size: 180%;
	font-family: verdana;
	color:#e04876;
}

/*main_right------------*/
#main_right {
	width: 400px;
	height: auto;
	float: right;
	font-size: 86%;
	padding-bottom: 20px;
}

/*キャンペーン枠*/
.cam_waku {
	width: 360px;
	height: auto;
	border: 1px solid #e04876;
	background-image: url("../img/cam_bg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fbf1ed;
	position: relative;
	color: #333333;
	margin: 0 auto;
	padding: 10px;
}

/*キャンペーン内容テキスト*/
.cam_naiyo {
	width: auto;
	height: auto;
	color: #df3571;
	font-size: 120%;
	font-weight: bold;
}

.cam_naiyo strong {
	font-size: 130%;
}

/*和服イメージ*/
.wafuku_img {
	width: auto;
	height: auto;
	text-align: right;
	margin-top: -30px;
}

/*詳細ボタン*/
.shosai_btn {
	width: 152px;
	height: 82px;
	position: absolute;
	top: 100px;
	left: 20px;
}

/*プレゼント*/
table.present {
	width: 358px;
	border-collapse : collapse;
	margin: 5px auto; 
}

.present th {
	border-bottom : solid 1px #bbbbbb;
	font-size: 95%;
	padding: 3px 5px;
	white-space: nowrap;
	text-align: left;
}

.present td {
	border : solid 0 #bbbbbb;
	font-size: 95%;
	padding: 5px;
}

.present td img {
	border : solid 1px #bbbbbb;
}

/*アクセス*/
dl.access {
	width: 370px;
	margin: 5px auto; 
}

.access dt {
	padding: 3px; 
}

.access dd {
	padding: 3px 3px 3px 10px; 
}

/*footer----------*/
#footer {
	width: 796px;
	height: auto;
	clear: both;
	border-top: 1px solid #eeeeee;
	font-size: 9pt;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
}

