/*
Theme Name: sanseru
Theme URI: http://www.sanseru.jp/
Description: sanseru
Author: NOBU
*/

*	{
	margin: 0;
	padding: 0;
}

body	{
	margin: 0;
	padding: 0;
	background-color: #E5E5E5;
	font-size:0.95em;
	line-height: 1.5em;
	color:#6E6575;
	}

#main	{
	background-color: #ffffff;
	padding: 10px 20px 1px;
	}

a {
	color: #D52952;
	text-decoration:underline;
	}
a:hover {
	color: #D52952;
	text-decoration:none;
	}
a:visited {
	color: #D52952;
	text-decoration:none;
	}

hr	{
	margin:5px 0 ;
	clear:both;
}
	
img	{
	border: none;
	}
	
.jumptop	{
	width:100%;
	text-align:center;
	line-height:100px;
	clear: both;
	}

.left 	{
	float:left;
}

.right	{
	float:right;
}

	
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:5px;
}

.alignright {
	float: right;
}



/* ++++++ 全体を包む ++++++*/

#wrap {
	width:800px;
	background-color:#FFF;
	margin: 0px;
	padding: 0px;
	}

/* ++++++ ヘッダー部分のデザイン ++++++ */

#header {
	width:800px;
	background-image: url(images/header_rogo.gif);
	background-repeat: no-repeat;
	height: 43px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
#header h1	{
	background-color: #00657d;
	margin: 0;
	}

#header img	{
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 630px;
	}

/* ++++++ メインナビ部分のデザイン ++++++ */

.hide {display:none; }
#main_navi ul	{
	padding: 0;
	list-style-type: none;
	margin:0;
	}
	
#main_navi li{
	display:block;
	float:left;
	background-image: url(images/main_navi_bk.gif);
	background-repeat: repeat-x;
	}
#main_navi li a{
	display:block;
	width: 800px;
	background-image: url(images/main_navi.gif);
	background-repeat: no-repeat;
	height:42px;
	float:left;
	overflow:hidden;
	text-indent:0px;
	line-height:42px;
	white-space:nowrap;
	text-align:center;
	/*background-color: #C0071D;*/
	}

#main_navi li#mm01 a{ width:132px;background-position:0 0;}
#main_navi li#mm02 a{ width:134px;background-position:-132px 0;}
#main_navi li#mm03 a{ width:133px;background-position:-266px 0;}
#main_navi li#mm04 a{ width:133px;background-position:-399px 0;}
#main_navi li#mm05 a{ width:134px;background-position:-532px 0;}
#main_navi li#mm06 a{ width:134px;background-position:-666px 0;}

#main_navi li#mm01 a:hover{ background-position:0 -43px;}
#main_navi li#mm02 a:hover{ background-position:-132px -43px;}
#main_navi li#mm03 a:hover{ background-position:-266px -43px;}
#main_navi li#mm04 a:hover{ background-position:-399px -43px;}
#main_navi li#mm05 a:hover{ background-position:-532px -43px;}
#main_navi li#mm06 a:hover{ background-position:-666px -43px;}

#main_navi .navi {
	display:none;
	}

/* +++++ header & footer のサブメニューのデザイン +++++*/
.sub_menu	{
	font-size:12px;
	text-align:right;
	margin:5px;
	color: #666666;
	}

/* ++++++ トップページのデザイン ++++++ */

#top	{
	width:800px;
	background-color: #FFF;
	}

#top img	{
	margin-top: 3px;
	}

#top_left_area	{
	width:404px;
	float:left;
	background-image: url(images/topics_box.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

#top_right_area	{
	width:396px;
	float:right;
	margin-top: 15px;
	margin-left: 0px;
}

#top_right_area img {
	margin-bottom:5px;
	}

#top_news	{
	width: 374px;
	height: 215px;
	font-size: 0.875em;
	line-height: 180%;
	margin: 15px;
}
#top_news ul	{
	font-size: 12px;
	padding: 0;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: none;
	}
#top_news ul a	{
	color: #00657d;
	}
#top_news li	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	background-image: url(images/news_allow.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
}
.top_news_category {
	font-size:9px;
	color:#111;
}

	
#top_mimiyori	{
	width:356px;
	background-color:#A99953;
	background-image: url(images/top/mimi_base.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 15px;
	height: 275px;
	}
#top_mimiyori img{
	padding: 10px 0px 0px 2px;
	display:block;
	float:left
	}

/* ++++++ パンくずリンクのデザイン ++++++ */

#bread	{
	margin: 0 10px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
	}

/* ++++++ メインコンテンツ部分のデザイン（サイドメニューとコンテンツを包みフッターまで含む） ++++++ */

#contents	{
	width: 800px;
	background-color: #FFF;
	margin: 0;
	}
	
/* ++++++ サイドナビ部分のデザイン ++++++ */

#side_navi {
	width:170px;
	float:right;
	background-color: #FFF;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-top: 10px;
	}
	
#side_navi ul, #side_navi li{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 12px;
	line-height: 48px;
	}
#side_navi li {
	background-color: #FFF;
	display: block;
	background-image: url(images/side_navi_base.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 185px;
	font-size: 12px;
	line-height: 48px;
	}
#side_navi a {
	padding-left: 15px;
	text-decoration: none;
}

#side_navi a:hover {
	text-decoration:underline;
}

#side_navi form	{
	margin-left:0px;
	}

/* ++++++ コンテンツ部分のデザイン ++++++ */


#main_contents {
	width: 585px;
	float:left;
	background-color: #FFF;
	color:#000;
	}

#main_contents h2 {
	background-image: url(images/h2-bnr_base.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 100%;
	padding-top: 15px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 0px;
}
h2#stay {
	background-image: url(images/h2-bnr_stay.gif);
}
h2#wedding {
	background-image: url(images/h2-bnr_wedd.gif);
}
h2#resta {
	background-image: url(images/h2-bnr_resta.gif);
}
h2#party {
	background-image: url(images/h2-bnr_party.gif);
}
h2#cerem {
	background-image: url(images/h2-bnr_cerem.gif);
}

#main_contents h3	{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	color:#333;
	letter-spacing:-1px;
	width: 99%;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 20;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #D52952;
	border-left-color: #D52952;
}

#main_contents h4	{
	font-size: 0.95em;
	font-weight: normal;
	line-height:1em;
	color:#333;
	padding:3px 0 3px 5px;
	margin:10px 0 5px 20px;
	letter-spacing:-1px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D52952;
	clear:both;
}
#main_contents p	{
	margin-left:20px;
	}


/*+++++重要　記事部分+++++*/

.post	{
	margin-left:10px;
}


.post h3 a	{ /*レシピリンク設定のh3*/
	font-size:1.15em;
	font-weight:bold;
	text-decoration: underline;
}

.post h3 a:visited	{ /*レシピリンク設定のh3*/
	font-size:1.15em;
	font-weight:bold;
	text-decoration: underline;
}
.postinfo	{
	font-size:10px;
}

#post01	{
	padding: 0 10px 10px;
	}

#post02	{
	padding-left: 10px;
	width: 460px;
	float: left;
	}

.clear	{
	clear: both;
	margin: 0;
	}

#link	{
	border-collapse: collapse;
	margin-bottom: 20px;
	font-size: 0.75em;
	}

#link th, #link td	{
	text-align: left;
	padding: 10px 5px;
	border: solid 1px #00a0c6;
	}

#link th	{
	width: 100px;
	background-color: #88c0ff;
	}

#link a	{
	text-decoration: none;
	color: #000000;
	}

#link a:hover	{
	color: #00657d;
	}

/*+++++ カテゴリーページのメインイメージ設定 +++++*/

#ctmain_img	{
	margin-left:0px;
}

/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
	clear: both;
	height:80px;
	background-color: #FFF;
	text-align:right;
	background-image: url(images/footer_bnr.gif);
	background-repeat: no-repeat;
	width: 800px;
	background-position: 0px 34px;
	margin-top: 20px;
	}


/* ++++++ 採用情報ページのデザイン ++++++*/

#contents＿recruit h3	{
}

/* ++++++ 企業概要ページデザイン ++++++*/

table.corp {
	width:600px;
	border-collapse: collapse;
	border: 1px solid #333;
	font-size: 12px;
}

table.corp td,
table.corp th {
	padding: 2px;
	border: 1px solid #888;
	vertical-align:top;
}
table.corp th {
	background-color:#FFFFFF;
	text-align:left;
	font-weight:normal;
	white-space: nowrap;
	width: 132px;
}

/* ++++++ 企業概要ページデザイン ++++++*/

table.corpo {
	border-collapse: collapse;
	border: 1px solid #333;
	font-size: 12px;
}

table.corpo td,
table.corpo th {
	padding: 2px;
	border: 1px solid #888;
	vertical-align:top;
}
table.corpo th {
	background-color:#F2FEDA;
	text-align:left;
	font-weight:normal;
	white-space: nowrap;
}

table.corp {
	width:600px;
	border-collapse: collapse;
	border: 1px solid #333;
	font-size: 12px;
}

table.corp td,
table.corp th {
	padding: 2px;
	border: 1px solid #888;
	vertical-align:top;
}
table.corp th {
	background-color:#FFFFFF;
	text-align:left;
	font-weight:normal;
	white-space: nowrap;
	width: 132px;
}
.right {
	text-align:right;
	}
	
/* ++++++ ニュースコンテンツのデザイン ++++++ */


#single h3	{
	margin-left:10px;
}
#single h4	{
	margin-left:10px;
}

#single p	{
	margin-left:10px;
	}

#monthmain	{
	background-color: #ffffff;
	}

#monthmain	{
	background-color: #ffffff;
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	padding: 0px;
	}

#monthcontent	{
	/*width: 570px;
	float: left;
	margin-left: 0px;
	padding-bottom: 0px;*/
	}

#monthmain .clear	{
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
	}

#bread	{
	margin-top: 0px;
	text-align: right;
	}

#date .title_date	{
	/*display:block;*/
	font-size: 0.75em;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFF;
}
/*#contents #date	{
	font-size: 0.75em;
	font-weight:normal;
	font-family: Verdana, Helvetica, sans-serif;
	color: #69d600;
	}*/

#monthcontent #date img	{
	vertical-align: middle;
	padding-right: 10px;
	}


#monthpost	{
	padding-bottom: 10px;
	}

#monthpost h2	{
	background-image: url(images/bar_small.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.2em;
	padding: 6px 10px;
	}

#monthpost p	{
	font-size: 0.75em;
	line-height: 150%;
	padding: 0;
	}

#monthlist p	{
	margin-top: 10px;
	font-size: 0.75em;
	line-height: 140%;
	}
#monthlist h3	{
	font-size:1.15em;
	}

.pagelink	{
	margin-top: 30px;
	padding-top: 3px;
	text-align: center;
	border: 1px dotted #6699FF;
	width: 95%;
	padding-bottom: 3px;
	}

/*+++++ 宿泊ページのデザイン +++++*/

.stay_pict_set {	/*客室ご案内*/
	width: 180px;
	font-size:10px;
	float:left;
	margin-left:4px;
	margin-bottom:20px;
	/*background-color: #EEF4F7;*/
	padding: 2px;
}
 .stay_pict_set img {	/*客室ご案内*/
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BE0038;
	margin-bottom:0px;
}

h3 {	/*客室ご案内*/
	clear:both;
}

table#plan {	/*カスタムフィールドのデザイン*/
	width:550px;
	border-collapse:collapse;
	font-size:0.90em;
	line-height: 1.25em;
	margin-left:20px;
}

#plan th, #plan tr, #plan td {	/*カスタムフィールドのデザイン*/
	border-collapse:collapse;
	border: 1px solid #B8CBBB;
	padding: 3px;
}

#plan th {	/*カスタムフィールドのデザイン*/
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	background-color: #EFEEDF;
}

#plan .title {	/*カスタムフィールドのデザイン*/
	background-color: #DBF3C4;
	font-weight: bold;
	font-size: 0.95em;
	color: #000;
}

.school {	/*schoolpack*/
	width: 550px;
	border-collapse:collapse;
	border: 1px solid #0000FF;
	text-align: left;
	margin-left:20px;
}
.school th {	/*schoolpack*/
	white-space: nowrap;
	background-color: #C3FFFB;
}

.school th, .school tr, .school td {	/*schoolpack*/
	font-weight: normal;
	padding:2px;
	border: 1px solid #0000FF;
	font-size:0.9em;
	line-height:1.25em;
}

table#price {	/*price*/
	width: 550px;
	text-align:center;
	border-collapse:collapse;
	font-size: 0.85em;
	padding: 0px;
	margin-left: 20px;
}
#price th {	/*price*/
	font-weight:normal;
	text-align:left;
}
#price td,#price th {	/*price*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DBE7ED;
	border-bottom-color: #DBE7ED;
	padding: 3px;
}
#price .ttl {	/*price*/
	background-color:#E6EBEE;
}
#price caption {	/*price*/
	font-size:9px;
	caption-side:bottom;
	color:#666666;
}


/*+++++ ポイントカードページのデザイン +++++*/

#point_card {
	font-size: 12px;
	width: 540px;
	background-color: #FFE100;
}
#point_card p {
	margin: 0px 0px 10px 0px;
}

#point_card_body {
	padding: 10px 0px 0px 0px;
	text-align:center;
	background-color:#46B035;
	font-size: 12pt;
}
.point_card_footer{
	padding: 0px;
	background-color: #FFE100;
	text-align:center;
}
.point_card_tet1{
	font-size: 10px;
	line-height:100%;
	width:150px;
	float:left;
	padding:5px 0px 0px 5px;
}
.point_card_tet2{
	text-align:center;
	font-size: 16pt;
	width:540px;
}
.point_card_border{
	width:100%;
	height:20px;
	background-color: #F39700;
	padding:2px;
}
.annai{
	font-size:10px;
	line-height:100%;
	text-align:left;
	width: 500px;
	margin: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.logo{
	margin: 0px 0px 12px 0px;
}
.border{
	border: 1px #000000 solid;
	font-size:x-small;
	text-align:center; 
}
#point_card .list {
	list-style-position: outside;
	list-style-type: decimal;
}

/*+++++ 法要ページのデザイン +++++*/

#mem_box {
	background-color: #FFFBE2;
	padding: 10px;
	width: 520px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #FFEBB6;
	font-size: 0.85em;
	line-height: 1em;
	color: #333;
}

table#mem {	/*見積もり表*/
	margin-left: 20px;
	border-collapse:collapse;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #333333;
}
#mem th {
	font-weight:normal;
	text-align:center;
	background-color:#EEE;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#mem td,#mem tr{
	border: 1px solid #DDD;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#mem .txt_left {
	text-align:left;
}

/*+++++ レストランカトレアのページデザイン +++++*/

#resta dl {	/*　ランチメニュー　*/
	width:540px;
	margin-left:40px;
	font-size: 0.9em;
	line-height: 1.2em;
	background-image: url(/images/lunch_image.jpg);
	background-repeat: no-repeat;
}

#resta dt {
	color: #ff6830;
}
#resta dd {
	margin-left:20px;
	margin-bottom:10px;
}
#resta .cmt {
	color: #00F;
}

/*+++++ 宴会場ページのデザイン +++++*/

#main_contents_party	{
	width:800px;
}

table#party {	/*会場使用料テーブル用*/
	margin-left: 20px;
	border-collapse:collapse;
	font-size: 0.8em;
	line-height: 0.9em;
	color: #666;
}
#party th {
	font-weight:normal;
	text-align:center;
	background-color:#EFF3F6;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #808593;
}
#party td,#party tr{
	text-align: right;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #808593;
	border-right-color: #808593;
	border-bottom-color: #808593;
	border-left-color: #808593;
}
#party .txt_left {
	text-align:left;
}

/*+++++ プライバシーページ +++++*/

#polcy {
	font-size:0.8em;
	line-height:1.2em;
	color:#000;
}
#polcy ol {
	margin-left:40px;
	list-style-position: inside;
	list-style-type: decimal;
}

/*+++++ アクセスページのデザイン +++++*/

table#aces {
	border-collapse:separate;
	border-spacing:5px;
}
#aces th {
	font-size: 0.95em;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	white-space: nowrap;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #689868;
}
#aces td {
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
}

