@charset "UTF-8";
/*
Theme Name: dongriTheme1.0
Theme URI: http://http://lilimilkth.bitter.jp/
Description: A theme by <a href="http://http://lilimilkth.bitter.jp/">lili</a>.
Version: 1
Author: mika asuke
Author URI: http://http://lilimilkth.bitter.jp/
*/

/****************************************
 Setting
*****************************************/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
*{ letter-spacing:0; } /* IE7?p*/

ul { list-style: none; }
/****************************************
font
*****************************************/

@font-face {
font-family:'eriji';
src: url('fonts/eriwebfont.eot') format('eot'),/*ie6-8*/
url('fonts/eriwebfont.woff') format('woff'),    /*Firefox,Chrome,Opera,IE9*/
url('fonts/eriwebfont.otf') format('opentruetype'), /*予備*/
url('fonts/eriwebfont.ttf') format('truetype'), /*safari*/
}
@font-face {
font-family:'hari';
src: url('fonts/HuiFont109.eot') format('eot'),/*ie6-8*/
url('fonts/HuiFont109.woff') format('woff'),    /*Firefox,Chrome,Opera,IE9*/
url('fonts/HuiFont109.ttf') format('truetype'), /*safari*/
}

/****************************************
style
*****************************************/

body {
	font-size: 14px;
    line-height: 160%;
	font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	color: #663300;
	background-image:url("images/backimage.jpg");
	margin: 0;
	padding: 0;
}
a {
	color: #cc3399;
	text-decoration: none;
}
a:visited {
	color: #cc3399;
	text-decoration: none;
}
a:hover {
	color: #ff0099;
	text-decoration: underline;
}
p {
	padding: 0px;
	margin: 0px;
}
h1 a, h1 a:visited{
	margin:0px;
	text-decoration: none;	
}
img {
	border: none;
}
h2 {
	/*color: #ca6992;*/
	margin: 0;
	letter-spacing: -1px;
	padding: 0;
}
h2 a, h2 a:visited {
	text-decoration: none;
	}
h2 a:hover {
	text-decoration: none;
}

form {
	margin:0px;
	padding:0px;
}
.more-link{
	color:#cc3399;
	}

/****************************************
 Layout
*****************************************/
/*------------page全体*---------------*/
#page {
	margin: 0px auto;
	padding:0;
	width: 1000px;
	background-image:url("images/pageback.jpg");
	height:auto;
}
/*--これがないとfloteで背景が入らない--*/
#page:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/****************************************
 Layout header
*****************************************/

		/*-- home以外page header入れ子 --*/
			#header{
				margin: 0 30px;
				padding: 0 ;
				height: 105px;
				border-bottom: 3px dotted #ff6699;
				}
		/*-- home以外logo backhomenavigation --*/
		#logo{
			float:left;
			width:198px;
			height: 48px;
			
			}
		#logo a{
			display: block;
			text-indent:-9999px;
			width: 100%;
			height: 100%;
			background-image:url(images/home.png);
			background-repeat: no-repeat;
			background-position: center;
			}	

/*-- 右上navigation ---*/
#topnavi{
	float:right;
	margin: 0;
	padding: 5px 0 0 0;
}
#topnavi ul{
	margin: 0px;
	padding: 0px;
}
#topnavi ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 95px;
	height: 20px;
	font-family: eriji;
	}
#topnavi a {
	display:block;
	color: #5b2d0d;
	font-family: eriji;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}
#topnavi a:visited {
	color: #cc3399;
	font-family: eriji;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}
#topnavi a:hover {
	color: #cc3399;
	font-family: eriji;
	font-weight:bold;
	font-size:14px;
	text-decoration: underline;
}
/*-- homehtml sitemain visual ---*/

#viewer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	height: 213px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
/*-- sitemain navigation ---*/
#navigation{
	clear:both;
	margin: 5px 0 0 186px;
}
#navigation ul{
	margin: 0px;
	padding: 0px;
}
#navigation ul li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 125px;
	height: 60px;
	}
#navigation a{
	text-indent:-9999px;
	display:block;
	width: 125px;
	height: 60px;
}
.menu01{
	background-image:url(images/menuaboutus.png);
}
.menu01:hover{
	background-image:url(images/menuaboutus_hover.png);
}
.menu02{
	background-image:url(images/menuroom.png);
}
.menu02:hover{
	background-image:url(images/menuroom_hover.png);
}
.menu03{
	background-image:url(images/menublog.png);
}
.menu03:hover{
	background-image:url(images/menublog_hover.png);
}
.menu04{
	background-image:url(images/menucontact.png);
}
.menu04:hover{
	background-image:url(images/menucontact_hover.png);
}
.menu05{
	background-image:url(images/menuaccess.png);
}
.menu05:hover{
	background-image:url(images/menuaccess_hover.png);
}
/****************************************
 Layout homehtml以外 枠
*****************************************/
#sidebar{
	float:right;
	width:320px;
	margin:10px 0 0 10px;
	padding:0;
}
#container{
	float:left;
	margin:10px 0 0 10px;
	padding:0;
}
/****************************************
 Layout homehtml以外 sidebar
*****************************************/
.side_address{
	width: 310px;
	height: 295px;
	background-image:url(images/sideaddress.png);
}
h2.s_ad{
	padding:55px 0 0 50px;
	font-size:21px;
	font-weight:bold;
	font-family: eriji;
	color:#CC3366;
	}
dl{
	font-size:18px;
	font-weight:bold;
	padding: 0 0 0 20px;
	font-family: eriji;
	line-height:18px;
}
dt{
	color:#CC3366;
	font-family: eriji;
	font-size:16px;
	font-weight:bold;
	line-height:21px;
	padding: 0 0 0 20px;
	}
dd{
	color:#000000;
	font-family: eriji;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	padding: 0 0 0 20px;
	}
#sidebar .widget {
	}
.widget h2{
	font-family: eriji;
	font-size:18px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	margin:10px 0 10px 0;
	
}
*html .widget h2{
	
}
.widget ul{
	list-style:none;
	margin:0 0 10px 0;
	color:#000000;
	
	}
.widget li{
	list-style:none;
	margin:0 0 5px 0;
	color:#000000;
		}

.widget li a{
	font-family: eriji;
	font-size:16px;
	font-weight:bold;
	color:#CC3366;
	
	}	
#aside caption{
	margin:15px 0 0 0;
	font-family: eriji;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
#aside th{
	font-family: eriji;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
#aside tr td{
	font-family: eriji;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
#aside th a{
	font-family: eriji;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
#aside tr td a{
	font-family: eriji;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
#aside th a:hover{
	font-family: eriji;
	font-size:16px;
	font-weight:bold;
	color:#ff1493;
}
#aside tr td a:hover{
	font-family: eriji;
	font-size:16px;
	font-weight:bold;
	color:#ff1493;
}
/****************************************
 Layout homehtml以外 containar
*****************************************/
h3.page_title{
	width: 400px;
	height: 55px;
	background-image:url(images/h3back.png);
	background-repeat:no-repeat;
	margin: 0 0 0 15px;
	padding: 15px 0 0 100px;
	font-size:24px;
	font-weight:bold;
	font-family: eriji;
	
}
#wrapper{
	padding: 5px 0 0 45px;
	width:600px;
}
#wrapper p{
	font-size:13px;
	line-height:15px;
	}
/****************************************
 Layout footer
*****************************************/	
#footer{
	clear:both;
	width:100%;
	height:30px;
	padding:0;
	margin:0;
	}
.copyright{
	padding:0;
	margin:0;
	position:absolute;
	width:1000px;
	text-align:center;
	color:#000000;
	font-family: eriji;
	font-weight:bold;
	font-size:16px;
}

/****************************************
 Layout homehtml main contents
*****************************************/

/*-- homehtml main入れ子 ---*/
#main{
	clear:both;
	width:100%;
	height:381px;
	background-image:url(images/homeaddress.png);
	}
#home_right{
	float:left;
	width:471px;
	height:381px;
		}
#home_left{
	float:left;
	width: 366px;
	height: 300px;
	border: 3px dotted #ff6699;
	padding: 5px 0 0 16px;
	margin:20px 0 0 30px;
	}
/*-- homehtml rightside layout ---*/	
#home_right p{
	width:250px;
	padding-left:96px;
	padding-top: 66px;
	padding-right: 80px;
	margin: 20px;
	font-size:14px;
	font-family: eriji;
	font-weight:bold;
	color:#000000;}
.add{
	width:339px;
	padding-left:60px;
	padding-top: 25px;
	padding-right: 80px;
	margin: 20px;
	font-family: eriji;
	}
	
#home_right h2{
	font-size:20px;
	font-family: eriji;
	font-weight:bold;
	color:#CC3366;
}
address{
	font-size:14px;
	line-height:12px;
	margin: 1px 0 0 5px;
	font-family: eriji;
	font-weight:bold;
	line-height:14px;}
	
/*-- homehtml lefttside layout ---*/	
h3.home_title{
	margin:0 0 0 3px;
	padding:0;
	font-family: eriji;
	font-weight:bold;
	font-size:18px;
	}
h4.home_day{
	margin: 3px 0 0 0;
	padding:0;
	font-family: eriji;
	font-weight:bold;
	font-size:18px;
}
/****************************************
 Layout aboutus wrapper area
*****************************************/
.aboutus{
	height:1000px;
	background-image:url(images/e.png);
	background-repeat:no-repeat;
	background-position: 100% 100%;
	width:540px;
	margin:0;
	padding:0;
}
h4.about_title{
	width: 500px;
	height: 40px;
	background-image:url(images/crover.png);
	background-repeat:no-repeat;
	padding: 10px 0 0 50px;
	margin:0;
	font-size:25px;
	font-weight:bold;
	color:#ff6699;
	font-family: eriji;
	}

.imagebox{
	float:left;
	margin:5px;
	}
.imagebox p{
	font-size:10px;
	color:#ff6699;
}
/****************************************
 Layout room wrapper area
*****************************************/
.room{
	height:1400px;
	background-image:url(images/e.png);
	background-repeat:no-repeat;
	background-position: 50% 100%;
	width:540px;
	margin:0;
	padding:0;
}
h4.room_title{
	width: 500px;
	height: 40px;
	background-image:url(images/risuicon.gif);
	background-repeat:no-repeat;
	padding: 5px 0 0 30px;
	margin:0;
	font-size:25px;
	font-weight:bold;
	color:#ff6699;
	font-family: eriji;
	}
img.roomimage{
	vertical-align: center;
	float:right;
	padding:0 95px 0 0;
	}
h4.room_title02{
	width: 500px;
	height: 40px;
	background-image:url(images/risuicon.gif);
	background-repeat:no-repeat;
	padding: 5px 0 0 30px;
	margin: 20px 0 0 0; 
	font-size:25px;
	color:#ff6699;
	font-family: eriji;
	}	
.roomprice{
	padding: 20px 0 0 40px;
}
.man{
	width: 200px;
	background-color:#ddb083;
	float:left;
	padding: 5px;
	margin:0;
	font-size:15px;
	font-weight:bold;
	font-family: eriji;
	border: 1px dotted #9b6a3a;
}	
.price{
	width: 200px;
	background-color:#eed2b7;
	padding: 5px;
	float:left;
	margin:0;
	border: 1px dotted #9b6a3a;
	font-size:16px;
	font-weight:bold;
	color:#CC3366;
	}
/****************************************
 Layout contact wrapper area
*****************************************/	
.contact{
	height:700px;
	background-image:url(images/e.png);
	background-repeat:no-repeat;
	background-position: 50% 100%;
	width:540px;
	margin:0;
	padding:0;
}
.contact p{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	}
.contact span{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	}
/****************************************
 Layout accese wrapper area
*****************************************/	
.accese{
	height:800px;
	background-image:url(images/e.png);
	background-repeat:no-repeat;
	background-position: 50% 100%;
	width:540px;
	margin:0;
	padding:0;
}
.accese-memo{
	margin: 10px 0 0 0;}
/****************************************
 Layout blog wrapper area
*****************************************/	
/*post area全体*/
.post {
	margin:0;
	padding:0;
}
.post img{
	margin:5px 0 10px 0;
}
/*postの日付/タイトル部分*/
.post-date {
	width: 130px;
	height: 65px;
	float:left;
	background-image:url(images/blog.png);
	background-repeat:no-repeat;
}
.post-year {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	/*margin: 10px 0 0 15px;*/
	text-transform: uppercase;
	display:block;
	line-height: 12px;
	padding-top: 17px;
	margin-left: -70px;
	font-family: eriji;
	font-weight:bold;
	}
.post-day{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	/*margin: 10px 0 0 20px;*/
	text-transform: uppercase;
	display:block;
	line-height: 12px;
	padding-top: 10px;
	margin-left: -70px;
	font-family: eriji;
	font-weight:bold;
}
.post-title{
	width: 400px;
	height: 65px;
	float:left;
	border-bottom: 3px dotted #ff6699;
	margin:0 0 10px 0;
	}
h3.blogtitle{	
	color:#000000;
	font-size:25px;
	font-weight:bold;	
	padding: 15px 0 0 15px;
	font-family: eriji;
	}
h3.blogtitle a{	/*不安*/
	color:#000000;
	font-size:25px;
	font-weight:bold;	
	padding: 15px 0 0 15px;
	font-family: eriji;
	}	
/*カテゴリー*/
.post_cat{
	clear:both;
	font-weight:bold;
	font-size: 18px;
	color:#000000;
	font-family: eriji;
}
/*next,preスタイル*/	
.nav-below {
	color:#000000;
	clear:both;
	margin: 15px 0 15px 0;
}	
.nav-previous{
	float:left;
	width:100px;
	height:50px;
	}
.nav-next{
	float:right;
	width:150px;
	height:50px;
	}
p.pagetitle{
	font-size:16px;
	font-weight:bold;
	font-family: eriji;
	color:#663300;
	}
/*コメント****入れるか考え中*****/
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 85%;
}
.single-comment{
	margin:10px 0 0 80px;
}
/*コメント等のスタイル****入れるか考え中**/
#comments, #respond {
	padding: 0;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 0 0 15px;
	position: relative;
}
.commentlist {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 2px #996666;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	border-top: dotted 2px #996666;
	border-bottom: dotted 2px #996666;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 87%;
	color: #ff6699;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin: 10px 0 0 80px;
	font-size: 16px ;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #c8c2b9;
	font-size: 14px;
}
#commentform input{
	width: 153px;
	background:#c8c2b9;
	border: 1px solid #996666;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#c8c2b9;
	border: 1px solid #996666;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	border: 1px solid #996666;
	font-size:14px;
	color: #996666;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
	margin:0 0 20px 0;
}