/*  
Theme Name: Deechai
Description: WordPress theme Deechai
Version: 1.0
Author: Hide
Author URI: http://www.snap5.com
*/

/*	INDEX
-------------------------------------------------
	BASE
	HEADER
	CONTENT
	SIDE BAR
	COMMENT
	CALENDAR
	FOOTER
*/

/*	BASE
-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	background: #fff url(img/bkg_top.jpg) repeat-x left top;
	color: #333333;
	text-align: center;
	font-family:Arial, Helvetica, Verdana, “ヒラギノ角ゴPro W3″, “Hiragino Kaku Gothic Pro”, Osaka, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, sans-serif;
	font-size:87.5%;
}

#page {
	width: 765px;
	margin: 0 auto;
	text-align: left;
	background:url(img/bkg/bkg.jpg) repeat-y left top;
	overflow:auto;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Chicago, sans-serif;
}

body, div, p, table, th, tr, td, 
ol, ul, li, dl ,dt, dd, input, select, textarea, label, legend,
addres, abbr, blockquote {
	font-size:100%;
}
pre, code, kbd {
	font-family: monospace;
	font-size: 100%;
}
p,li,dt,dl {
	line-height:1.6;
}
li {
	list-style-type:none;
}
img { border: none; }
a		{ text-decoration:none;}
a:link		{ color: #336699; }
a:visited	{ color: #6699cc; }
a:hover		{ color: #cc6666; }
a:active	{ color: #cc6666; }

input, textarea {
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
}

input#submit {
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	background: #cccccc;
}
strong { color: #8b737d;}
hr { display: none; }

.clear {
	clear:both;
	text-indent:-9999em;
}
/*
 TOP_Navi [
----------------------------------------------------------- */
#topnavi {
	margin:3px auto 0;
	width:765px;
}
#topnavi ul {
	margin-left:450px;
}
#topnavi li {
	float:left;
	padding-right:20px;
	font-size:12px;
}
.home {
	background:url(img/bkg/home.gif) no-repeat left 1px;
	height:16px;
	padding-left:20px;
}
.story {
	background:url(img/bkg/heart.gif) no-repeat left 1px;
	height:16px;
	padding-left:20px;
}
.contact {
	background:url(img/bkg/contact_mini.gif) no-repeat left 1px;
	height:16px;
	padding-left:20px;
}
/*	HEADER
-------------------------------------------------*/

#header {
	width: 765px;
	height: 219px;

/*	background: #cccccc url(./images/header-bg-blue.gif) no-repeat; */
/*
	background: #cccccc url(./images/header-bg-green.gif) no-repeat; */
/*
	background: #cccccc url(./images/header-bg-red.gif) no-repeat; */
/*
	background: #cccccc url(./images/header-bg-gray.gif) no-repeat; */
	background:url(img/bkg/header.jpg) no-repeat scroll left top;
}

#header h1 {
	padding:80px 0 0 25px;
}
#header h1 a {
	display:block;
	text-indent:-9999em;
	background:url(img/logo.gif) no-repeat left top;
	height:67px;
}

.description {
	padding-left: 20px;
	color: #ffffff;
	font-size: 80%;
	text-align: left;
}

/*
 gNavi [
----------------------------------------------------------- */
#gNavi {
	background:url(img/navi/gNavi.jpg) repeat-y left top;
	height:30px;
}
#gNavi ul {
	margin-left:15px;
}
#gNavi li {
	float:left;
}
#gNavi li a {
	display:block;
	text-indent:-9999em;
	height:27px;
	width:121px;
	_width:123px;
	padding-right:2px;
}
#gNavi li a:hover {
	background-position: left -27px;
}
.top a {
	background:url(img/navi/navi1.jpg) no-repeat left top;
}
.face a {
	background:url(img/navi/navi2.jpg) no-repeat left top;
}
.body a {
	background:url(img/navi/navi3.jpg) no-repeat left top;
}
.school a {
	background:url(img/navi/navi4.jpg) no-repeat left top;
}
.cal a {
	background:url(img/navi/navi5.jpg) no-repeat left top;
}
.access a {
	background:url(img/navi/navi6.jpg) no-repeat left top;
}
#head_bottom h2 {
	background:url(img/bkg/gNavi_h2.jpg) repeat-x left top;
	width:750px;
	height:10px;
	text-indent:-9999em;
	margin-left:7px;
	font-size:11px;
}
/*
 Pannavi [
----------------------------------------------------------- */
#pannavi {
	margin-left:20px;
	padding-bottom:5px;
	font-size:12px;
	border-bottom:1px solid #d19494;
	width:720px;
}
/*	CONTENT
-------------------------------------------------*/

#content {
	display: inline;
	font-size: 87.5%;
}

.narrowcolumn {
	float: right;
	width: 505px;
	margin: 10px 20px 0px 15px;
	padding: 0 0 20px 0;
}

.widecolumn {
	width: 600px;
	margin: 0 100px;
	padding: 20px 0;
	background: #ffffff;
}

.navigation {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.navigation .alignright {
	float: right;
	margin: 0;
	padding: 0;
}
	
.navigation .alignleft {
	float: left;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.post {
	margin: 0 0 40px 0;
}

h2.pagetitle {
	margin: 0 0 20px 0;
	padding: 0;
	color: #666;
	font-size: 120%;
	letter-spacing: 1px;
}

.post h2 {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	font-size: 125%;
}

.post h2 a:link,
.post h2 a:visited { color: #666666; text-decoration: none; }
.post h2 a:hover,
.post h2 a:active { color: #cc6666; }

.smaller {
	font-size: 87.5%;
}

.data {
	margin: 0;
	color: #666;
	font-size: 87.5%;
}

.entry {
	margin: 1.5em 0;
}

.entry * {
	color: #4d4d4d;
	line-height: 160%;
}

.postfooter {
	margin: 1em 0 40px 0;
	text-align: right;
}

.postmetadata {
	clear: both;
	margin: 1em 0 40px 0;
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 87.5%;
	text-align: left;
	line-height: 150%;
}

/* ENTRY TAG */

img.alignright {
	margin: 0 0 3px 5px;
}

img.alignleft {
	margin: 0 5px 3px 0;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
.alignleft2 {
	float: left;
	margin-right:10px;
}
.alignright2 {
	float:right;
	padding:10px;
}
.aligncenter {
	text-align:center;
}
.textright {
	text-align:right;
	margin-right:20px;
}
.entry p {
	padding:8px 20px 8px 0;
}
.entry ul,
.entry ol {
	list-style-position : inside;
	margin: 1em;
	padding: 0;
}

.entry blockquote {
	clear: both;
	margin: 5px 10px;
	padding: 5px 20px;
	background-color: #009d57;
	border-top: 1px double #eee;
	border-bottom: 1px solid #8b737d;
	border-left:10px solid #8b737d;
}

.entry blockquote p {
	margin: 0;
	color:#fff;
}

pre {
	overflow: auto;
	width: auto !important;
	width: 98%; /* for IE */
	margin: 1em;
	padding: 10px 10px 15px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f7f7f7;
	font-family: monospace;
}

.entry code {
	font-family: 'Courier New', Courier, monospace;
}
.thumb_photo {
	padding:5px;
	border:1px solid #999999;
}
.thumb_photo2 {
	padding:5px;
	border:1px solid #999999;
	margin-right:10px;
}
/*
 main [
----------------------------------------------------------- */
#main {
	float:right;
	width:530px;
	margin-left:5px;
	font-size:85%;
} 
#main p {
	padding:8px 20px 8px 0;
}

/* Flashの設定　*/
#top_flash {
	margin-top:10px;
}

#whatsnew {
	margin-top:10px; 
	text-indent:-999em;
	background:url(img/top_page/whatsnew.jpg) no-repeat left top;
	height:30px;
}
.whatsnew {
	margin:5px 30px 5px 5px;
	font-size:80%;
/*	background:url(img/whatsnew.gif) no-repeat left 6px; */
	padding:0 10px 0 10px;
/*	border-bottom:solid 1px #AE9DA5; */
}
.whatsnew a {
	text-decoration:underline;
}
.whatsnew_img {
	margin-left:10px;
}
.d_menu {
	margin-top:5px;
	text-indent:-999em;
	background:url(img/top_page/menu.jpg) no-repeat left top;
	height:30px;
}
#main_menu ul {
	margin:20px 0;
}
#main_menu li {
	float:left;
}
#main_menu li a {
	display:block;
	text-indent:-9999em;
	height:230px;
	width:160px;
	margin-right:15px;
}
.facial a {
	background:url(img/top_page/facial2.jpg) no-repeat left top;
}
.bodyt a {
	background:url(img/top_page/body2.jpg) no-repeat left top;
}
.rusi a {
	background:url(img/top_page/school.jpg) no-repeat left top;
}

/*	PAGE
-------------------------------------------------*/
div.main_table1,div.main_table2 {
	display:block;
	width:470px;
	background:#D19494;
	padding:10px;
	margin:5px 0 10px 20px;
}
div.main_table1 h3,div.main_table2 a:link {
	color:#fff;
}
div.main_table1 h3,div.main_table2 h3{
	color:#fff;
	font-size:14px;
	margin:5px 0;
}
div.main_table1 table,div.main_table2 table {
	width:460px;
	font-size:12px;
}
div.main_table1 th {
	background:#E5DF7F;
	padding:5px;
	font-weight:normal;
	border-bottom:1px solid #fff;
	text-align:left;
}
div.main_table1 td {
	background:#E8E8E8;
	padding:5px;
}
div.page_list ul {
	margin-left:20px;
	margin-top:10px;
	width:480px;
}
div.page_list li {
	border-bottom:1px solid #000000;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:87.5%;
}
.first_row{
	background:#E5DF7F;
	padding:5px;
}
.first_row_price{
	background:#E5DF7F;
	padding:5px;
	text-align:right;
}
.second_row {
	background:#E8E8E8;
	padding:5px;
}
.second_row_price {
	background:#E8E8E8;
	padding:5px;
	text-align:right;
}
div.main_table3 {
	display:block;
	width:470px;
	background:#D19494;
	padding:10px;
	margin:5px 0;
}
div.main_table3 table {
	width:460px;
	font-size:12px;
}
div.main_table3 th {
	background:#E5DF7F;
	padding:5px;
	font-weight:normal;
	border-bottom:1px solid #fff;
	text-align:left;
}
div.main_table3 td {
	background:#E8E8E8;
	text-align:right;
	padding:5px;
}
.img_img{
	margin-left:18px;
}
#school_page {
	margin:5px 10px;
}
#school_page h4 {
	margin:10px 10px 5px 0;
	border-bottom:1px solid #D19494;
	border-left:10px solid #D19494;
	padding-left:10px;
/*	width:480px; */
	font-size:12px;
}
.school2 {
	margin:10px 0 5px;
	border-bottom:1px solid #D19494;
	border-left:10px solid #D19494;
	padding-left:10px;
	width:485px;
	font-size:12px;
}
#school_page ul {
	margin:10px 20px;
}
#school_page li {
	list-style-type:square;
	list-style-position:inside;
	font-size:80%;
}
#reserv_table table {
	width:500px;
	border:1px solid #ffa500;
	margin:10px 10px 10px 15px;
	font-size:12px;
}
#reserv_table td {
	padding:3px 5px;
	border-bottom:1px dotted #ffa500;
	height:20px;
}
.rev_left {
	background-color:#F0FFF0;
	width:30%;
	border-right:1px solid #ffa500;
}
		
/*	SIDE BAR
-------------------------------------------------*/

#sidebar {
	display: inline;
	float: left;
	width: 210px;
	margin: 16px 0px 20px 15px;
	padding: 0;
}
#sidebar p {
	font-size:80%;
}

#sidebar a { text-decoration: none; }

#sidebar h2 {
	background:url(img/side_h2_2.gif) no-repeat left top;
	display:block;
	height:50px;
	width:187px;
	padding:8px 10px 5px 55px;
	font-size:12px;
}

#sidebar ul {
	list-style-type: none;
	line-height: 150%;
	padding:5px 0 5px 10px;
}

#sidebar ul li ul {
	margin: 0 20px 20px 20px;
}
#sidebar a {
	color:#d19494;
	font-size:60%;
}
#sidebar a:hover {
	color:#fff;
}
#sidebar li a {
	font-size:11px;
	padding:5px;
	border-bottom:1px solid #d19494;
	width:160px;
	display:block;
}
#sidebar li a:hover {
	border-bottom:1px solid #fff;
}
#sidebar ul.children,
#sidebar li.pagenav ul ul {
	margin: 0;
}

#sidebar ul.children li,
#sidebar li.pagenav ul ul li {
	margin: 0;
	margin-left: 1em;
}

#searchform {
	width: 150px;
	margin: 10px 20px 20px 20px;
	padding: 0;
}
#contact {
	width:190px;
	_width:200px;
	background:#d19494 url(./img/colum_r_top.gif) no-repeat left top;
	color:#fff;
	padding:5px;
}
#contact a {
	color:#333333;
}
#contact .otoi {
	text-indent:-9999em;
	margin-top:5px;
	background:url(./img/toi_title.gif) no-repeat center 10px;
	height:38px;
}
.form a {
	text-indent:-9999em;
	display:block;
	background:url(img/to_form_bottom.gif) no-repeat center 5px;
	height:32px;
}
.phone {
	text-indent:-9999em;
	display:block;
	background:url(img/toi_phone.gif) no-repeat center 5px;
	height:66px;
}
.bottom1 {
	background: url(img/colum_r_bottom.gif) no-repeat left top;
	height:4px;
	height:10px;
}
#navi {
	width:190px;
	_width:200px;
	background:#8b737d url(img/colum_l_top.gif) no-repeat left top;
	color:#fff;
	padding:10px 5px 5px;
}
.bottom2 {
	background: url(img/colum_l_bottom.gif) no-repeat left top;
	height:4px;
}
.banner2 {
	margin-left:10px;
}
#sidebar #searchform #s {
	display: block;
	width: 150px;
	margin: 0 0 3px 0;
	padding: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
	background: #fcfcfc;
}

#sidebar #searchsubmit {
	margin: 0;
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
	background: #cccccc;
}
/* For Show/hide Menu */
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	width:190px;
	margin-bottom:5px;
	margin-top:2px;
	padding-left:0;	
	height:30px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS 
	border:1px solid #317082;
	background-color:#E2EBED;*/
	width:190px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px 3px;
	position:relative;
}

/*	CALENDAR
-------------------------------------------------*/
#wp-calendar {
	width: 158px;
	margin: 0 20px 20px 10px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border:1px solid #fff;
}

#wp-calendar {
	line-height: 1.8em;
}

#wp-calendar thead {
	border: 1px solid #ddd;
}

#wp-calendar tbody {
	border: 1px solid #ddd;
}

#wp-calendar tfoot {
	border: 1px solid #ddd;
}

#wp-calendar td,
#wp-calendar th {
	line-height: 160%;
	text-align: center;
	border: 1px solid #ddd;
}

#wp-calendar td#today {
	border: 1px solid #cccccc;
	background: #eee;
	color:#333333;
}

#wp-calendar th[abbr="Sunday"] {
	color: #6699cc;
}

#wp-calendar th[abbr="Saturday"] {
	color: #cc6666;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

/*	COMMENT
-------------------------------------------------*/

h3.respond {
	color: #666666;
	font-size: 100%;
}

#commentform {
	width: 100%;
}

#commentform p {
	font-size: 100%;
}

#commentform input,
#commentform textarea {
	font-size: 100%;
}

h3#comments {
	margin: 0 0 10px 0;
}

ol.commentlist {
	list-style-position: inside;
	margin: 0 0 40px 0;
	padding: 0;
	border-top: 1px solid #eee;
}

.commentlist li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.alt {
	background-color: #f7f7f7;
}

.commentlist cite,
.commentlist cite a {
	font-style: normal;
	text-decoration: none;
}

.commentlist p {
	line-height: 150%;
}

/*
 foot_link [
----------------------------------------------------------- */
#foot_link {
	clear:both;
	background:url(img/line750.gif) no-repeat center top;
	height:30px;
	font-size:80%;
}
#foot_link ul {
	margin:5px 0 0 150px;
	padding-top:5px;
}
#foot_link li {
	float:left;
	padding-right:10px;
}


/*	FOOTER
-------------------------------------------------*/

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	font-size: 80%;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	line-height: 150%;
}
/* Add by Hide 071009 
-----------------------------------------------*/
#naris {
	background:url(img/naris2.jpg) no-repeat 210px 10px;
}
/*
/* Add by Hide 090405 For TopPage_otamesi
----------------------------------------------*/
.otamesi_h3 {
	text-indent:-9999em;
	background:url(http://deechai.com/img/top_page/otamesi_h3.jpg) no-repeat left top;
	height:40px;
}

/*
 * Add by hide 130110 For TopPage お試しの内容
 */
div.otamesi_top {
	padding:10px 7px;
}
div.otamesi_top h3 {
	border-left:5px solid #d19494;
	border-bottom:1px solid #d19494;
	width:95%;
	padding-left:8px;
}
div.otamesi_top p {
	margin:0 0 0 10px;
	color:#d19494;
}
div.otamesi_top h4 {
	font-style:bold;
	font-size:16px;
	color:#8b747e;
	margin:0 0 0 10px;
}
