@charset "utf-8";

/* Reset and Base Style Sheet */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 文字の装飾 */

span.red {
	color:#ff0000;
}

/* メイン */

body {
	text-align: center;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#headbar {
	height: 30px;
	width: 100%;
	background: url(images/headbar.jpg) repeat-x;
}

#headbar h1 {
	width: 770px;
	padding-top: 9px;
	margin: 0 auto;
	font-size: 90%;
	font-weight: normal;
	color: #996600;
	text-align: left;
}

/* ヘッダー */

#header a {
	width:780px;
	height: 180px;
	background: url(images/title.jpg) no-repeat 0 10px;
	display:block;
}

#header h2 {
	text-indent:-9999px;
	overflow:none;
}

/* コンテンツ */

#main {
	float: right;
	width: 550px;
}

#main-inner {
	padding: 0px 15px 7px 12px;
}

#main h3 {
	padding: 0.5em 0 0.3em 33px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #E29C27;
	font-size: 110%;
	color: #990000;
	background: url(images/mark-hiyoko.gif) no-repeat left 50%;
}

#main h4 {
	margin:7px 0 10px 7px;
	color: #B97373;
	border-left:7px #CC9966 solid;
	padding:0.2em 0 0.2em 5px;
}

#main p {
	font-size:95%;
	margin: 0 4px 10px 7px;
	line-height: 1.5;
	color:#464646;
}

/* サイドバー */

#sidebar {
	float: left;
	width: 228px;
	background: #f5f5f5;
	margin-bottom:10px;
}

#sidebar div.group {
	width: 218px;
	margin: 5px auto;
	border: 1px solid #cccccc;
	background: #FFFFFF;
}

#sidebar ul {
	margin: 0 0 5px 6px;
}

#sidebar ul li {
	padding-left: 20px;
	font-size: 95%;
	line-height: 1.5;
	background: url(images/sidebar/mark-egg.jpg) no-repeat left 50%;
}

#sidebar h4 {
	height: 40px;
	text-indent: -9999px;
	background: no-repeat 5px 5px #fff;
}

#sidebar div.mokuteki h4 {
	background-image: url(images/sidebar/title-mokuteki.gif);
}

#sidebar div.menu h4 {
	background-image: url(images/sidebar/title-menu.gif);
}

#sidebar div.reserve h4 {
	background-image: url(images/sidebar/title-reserve.gif);
}

#sidebar div.voice h4 {
	background-image: url(images/sidebar/title-voice.gif);
}

#sidebar div.room h4 {
	background-image: url(images/sidebar/title-room.gif);
}

#sidebar div.accessories h4 {
	background-image: url(images/sidebar/title-accessories.gif);
}

#sidebar div.counselor h4 {
	background-image: url(images/sidebar/title-counselor.gif);
}

#sidebar div.blog h4 {
	background-image: url(images/sidebar/title-blog.gif);
}

/* フッター */

#footer {
	background: url(images/contentsend.jpg) repeat-x left top;
	clear: both;
	padding: 25px 0 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #777777;
	text-align: center;
	font-size:85%;
}

/*フッタバー*/

#footbar {
	height: 30px;
	width: 100%;
	margin-bottom: 0;
	background: url(images/footbar.jpg) repeat-x;
}

/*-------------------------------------------------------------------
　申込みページ
--------------------------------------------------------------------*/

#action_form {
	border-top:1px #ccc solid;
	border-left:1px #ccc solid;	
}

#action_form td {
	border-bottom:1px #ccc solid;
	border-right:1px #ccc solid;	
	color:#464646;
	font-size:95%;
	padding:5px;
	line-height:1.4;
}

#action_form td.action_koumoku {
	background-color: #FFEEEE;
	vertical-align:top;
	width:200px;
}

#action_form textarea {
	width:99%;
}