@charset "UTF-8";

/*
Theme Name: Himawari No Tane
Theme URI: http://yosapark.biz/
Version: 1.0
Author: Chiaki Kohno
Author URI: http://www.kohno-fam.com/
*/


/*----タグリセット----*/

* {
	margin:0px;
	padding:0px;
}

/*---- 共通タグ ----*/

body {
	background-color: #FEFBE1;
	color: #630;
	font: 12px Osaka,'ＭＳ Ｐゴシック',Arial, Sans-Serif;
	text-align: center;
}

a:link {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #630;
	text-decoration: none;
	font-weight: bold;
}

/*---- レイアウトボックス ----*/

div#header {
	margin: 0px auto;
	background: #FEFBE1 url("images/header.jpg") no-repeat;
	width: 820px;
	height: 247px;
	text-align:left;
}

div#container {
	background: #FEFBE1 url("images/back.gif") repeat-y;
	margin: 0px auto;
	width: 800px;
	text-align: center;
}

div#topnav {
	width:800px;
	background-color: #005100;
	margin-bottom:20px;
}

div#innerbox {
	padding:10px;
	font-size:12px;
	text-align: right;
}

div#sidebar {
	float: left;
	width: 200px;
	text-align: left;
	margin: 0 30px;
	display: inline;
}

div#content {
	float: left;
	width: 500px;
	text-align: left;
	line-height:1.4em;
}

div#footer {
	clear: both;
	background-color: #005100;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	margin-top: 30px;
}

/*---- ヘッダー ----*/

h1 {
	margin: 0px auto;
	padding:5px 0 0 0;
	width: 800px;
	color:#005100;
	font-size:11px ;
	font-weight:bold;
	text-align:left;
	display:block;
}

#header a {
	position:relative;
	display:block;
	top:8px;
	left:10px;
	width:170px;
	height:100px;
	text-indent: -10000px;
}

div#pan{
	width:560px;
	height:11px;
	padding:5px 5px 0 260px;
	font-size:10px;
	font-weight:bold;
	color:#006633;
	text-align:left;
	background: #FEFBE1 url("images/back.gif") repeat-y;
	}

/*---- トップナビゲーションリスト ----*/

#topnav ul {
	margin: 0px;
}

#topnav li {
	display: inline;
	font-weight:bold;
	list-style-type:none;
	padding: 0 15px 0 0;
}

#topnav li a {
	text-decoration:none;
	color:#FFF;
}

#topnav li a:hover {
	color:#F60;
}

/*---- フッター ----*/

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #F60;
	text-decoration: none;
}


/*---- サイドバー ----*/

div#opentime {
	border: 2px solid #630;
	margin: 0 0 20px 0;
	padding: 15px 0;
	width: 196px;
	text-align: center;
	font-weight:bold;
	font-size:14px;
	line-height:140%;
	background:#FEFCE5;
}

.upper{
font-size:20px;
}

.down{
font-size:12px;
}

#sidebar h2 {
	padding: 0 ;
	line-height:44px;
	text-indent: -10000px;
	margin-bottom: 15px;
}

#sidebar h2.annnai,h2.comnt,h2.simai{
	border-bottom: 1px solid #005100;
	border-top: 1px solid #005100;
}

#sidebar h2.annnai{
	background: url("images/side_annnai") no-repeat;
	line-height:46px;
	height:46px;
}

#sidebar h2.omachi {
	background: url("images/side_omachi") no-repeat;
	line-height:46px;
	margin: 0px;
	height:46px;
}

#sidebar h2.comnt {
	background: url("images/side_comnt") no-repeat;
	line-height:46px;
	height:46px;
}

#sidebar h2.simai {
	background: url("images/side_simaiten") no-repeat;
	line-height:46px;
	height:46px;
}

#sidebar ul {
	display: block;
	list-style: none;
	margin:0px;
	padding:0 0 15px 0;
	font-size:13px;
}

#sidebar li {
	padding: 0 0 5px 25px;
}

#sidebar ul li a:link {
	color: #630;
}

#sidebar ul li a:hover {
	color: #F60;
}

#sidebar a:visited {
	color: #630;
}

a.heya{
	display:block;
	width:200px;
	height:194px;
	background-image:url(images/side_yuka.gif);
	margin:0;
	text-indent: -10000px;
}
a:hover.heya{
	background-image:url(images/side_yuka_f2.gif);
}
/*---- サイドバー最新のコメント部分 ----*/

#sidecomnt ul{
	margin:0px;
	padding:0 0 5px 0;
}

#sidecomnt li{
	padding-left: 15px;
	margin: 5px 0px;
}

#sidecomnt ul li ul li{
	display:block;
	border-bottom: 1px dashed #FEB863;
	background: url("images/comnt.gif") no-repeat;
}

/*---- サイドバー姉妹店部分 ----*/

#sidesimai ul{
	margin:0px;
	padding:0 0 5px 0;
}

#sidesimai li{
	padding-left: 15px;
	margin: 8px 0px;
	font-size:12px;
	line-height:130%;
}

#sidesimai ul li ul li{
	display:block;
	border-bottom: 1px dashed #469846;
	background: url("images/simai-star.gif") no-repeat;
}


/*---- トップページ ----*/

h2.toptitle{
	background: url("images/top_youkoso.gif") no-repeat;
	line-height: 56px;
	margin: 0 0 10px 0;
	text-indent: -10000px;
}
h3.top01{
	line-height: 25px;
	margin: 0px;
}
h3.top02{
	line-height: 25px;
	margin: 0px;
	font-size:18px;
	font-weight:bold;
	color:#F63;
}

div#box01{
	padding: 10px 0 5px 20px;
}

div#box01 p {
	padding-bottom: 10px;
}


.titlebar{
	font-size:12px;
	font-weight:bold;
	background: #ddd url(images/titlebar_himawari.gif) no-repeat;
	background-position:right top;
	line-height:23px;
	text-indent:5px;
	border-bottom: #B0AE96 solid 3px;
}

div#box01 a.maplink{
	font-size:14px;
}

/*---- 固定ページ ----*/

.postentry p {
	padding: 5px 0 10px 10px;
}

.postentry h3 {
	font-size:18px;
	border-bottom: #B0AE96 dashed 1px;
	margin:25px 0 0 0;
}

.postentry h4 {
	font-size:12px;
	color:#005100;
	font-weight:none;
	text-align:right;
}

.postentry ul {
	margin:0 0 0 40px;
	padding:0px;
	font-size:12px;
}
.postentry li {
	padding: 0;
}


.denwa{
	display:block;
	background: url("images/denwa.gif") no-repeat;
	margin: 0px;
	height:240px;
	text-indent: -10000px;
}

.toiawase{
	display:block;
	background: url("images/toiawase.gif") no-repeat;
	margin: 0px;
	height:155px;
	text-indent: -10000px;
}

.acse{
	padding:0 0 15px 15px;
}
/*---- 投稿データ ----*/

h2.posttitle {
	font-size:18px;
	line-height:115%;
	color: #F60;
	margin:10px 0;
	text-indent: 5px;
	border-left: 8px solid #FEB863;
}

h2.single-post-title {
	font-size:24px;
	line-height:115%;
	color: #F60;
	margin:10px 0;
	text-indent: 5px;
	border-left: 10px solid #FEB863;
}

div.postentry {
	margin-left:20px;
}

.postmetadata {
	text-align:right;
	margin:5px 0 15px 0;
}

div.postbox {
	border-bottom: 1px dashed #666;
	margin-bottom:20px;
}

h2.post-title {
	font-size:24px;
	line-height:115%;
	color: #F60;
	margin-bottom:10px;
}

/*---- コメント投稿 ----*/


h3#comments {
	color: #4B4B4B;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
	width: 100%;
}

.commentbox {
	border: 1px solid #630;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 15px;
	width: 400px;
}

.commentbox h3{
	border-bottom: 1px dashed #D2D2D2;
	color: #4B4B4B;
	font: 9pt verdana, tahoma, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 2px;
	width: 100%;
}

h3#respond {
	border-bottom: 1px solid #B4B4B4;
	color: #4B4B4B;
	font: bold 10pt verdana, tahoma, sans-serif;
	line-height: 10px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	width: 100%;
}

/*---- 料金表 ----*/


.box01 h4 {
	font-size:12px;
	color:#005100;
	font-weight:none;
	text-align:right;
}

div#freepas {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-align:center;
	border: #B0AE96 solid 2px;
	padding:10px;
	margin:0 0 20px 20px;
	background:#FEFCE5;
}

.kakaku{
	font-size:15px;
	color:#f60;
	line-height:16px;
	font-weight:bold;
	padding-left:20px;
}


/* YOSA料金 */

td.ryoukin1{font-size:14px;
			color:#666600;
			margin:0;
			line-height:120%;
			text-align:right;}
			
td.ryoukin2{font-size:14px;
			color:#CC6633;
			margin:0;
			line-height:120%;
			text-align:right;}			

td.ryoukin3{font-size:10px;
			color:#CC6633;
			margin:0;
			line-height:120%;
			text-align:right;
			vertical-align:top;}
			
div.ryoukin{margin-top:30px; padding-bottom:50px; text-align:left;}
p.ryoukin-title{width:480px; border-bottom:#333333 1px solid; color:#333333; font-weight:bold; font-size:18px; margin:0px; padding:0;}
p.ryoukin-time{font-size:12px; text-align:right; margin:0px; padding:0;}
p.ryoukin-setumei{font-size:12px; color:#996600; text-align:left; margin:5px 20px; line-height:140%;}			
			
/*---- 	リンクページ ----*/

h2.linktitle {
	font-size:16px;
	line-height:115%;
	color: #005100;
	margin:10px 0 0 0;
	text-indent: 5px;
	border-left: 8px solid #005100;
}

/*---- 商品紹介 ----*/




			
div#item{
			margin-top:30px;
			width:480px;
			}

#item h3{font-size:18px;
			font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
			font-weight:bold;
			color:#336600;
			border-bottom:#AD9240 dashed 1px;
			margin-bottom:3px;
			text-align:left;
			vertical-align:top;
			}
			
#item h4.herb{font-size:12px;
			font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
			color:#663300;
			margin-top:0px;
			margin-bottom:0px;
			text-align:left;
			}


#item p.setumei{font-size:12px;
				color:#000;
				font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
				line-height:120%;
				margin-left:0px;
				margin-right:0px;
				margin-top:10px;
				margin-bottom:0px;
				text-align:left;
				}


#item p.price{font-size:14px;
					color:#CC3300;
					font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
					line-height:120%;
					font-weight:bold;
					margin-right:0px;
					margin-top:10px;
					margin-bottom:10px;
					text-align:right;
					}

/*---- 個別ページ前後記事 ----*/
div.navigation{
	padding-bottom:20px;
	width:100%;
}
.alignleft{
	float:left;
}
.aligncenter{
	text-align:center;
}
.alignright{
	float:right;
}


/* 姉妹店 */
div#item2{
			margin-top:30px;
			width:480px;
			}
td.map{font-size:10px;
		color:#666666;}
.map-thum{margin:0 10px 5px 0;}
p.add{margin:12 0 0;}

/*---- 姉妹店リスト ----*/
div#simai-list{width:480px; text-align:left; margin-bottom:80px;}

#simai-list ul{
	margin:0px 0 20px;
	padding:0 0 5px 0;
}

#simai-list li{
	font-size:14px;
	padding-left:15px;
	margin: 5px 0px;
	list-style-image:url("images/simai-star.gif");
	list-style-position:inside;
}



#simai-list h4{font-size:18px; font-weight:bold; text-align:left; color:#336633; margin-top:20px; ! important}


/*---- 姉妹店 ----*/
div#simaiten{width:480px; height:auto; margin:0; padding:0; text-align:left;}

iframe.simaimap{margin:10px 0 0; border:#666666 solid; border-width:1px; padding:0;}

div.simaimap1{font-size:13px; line-height:140%; width:480px; margin:20px 0; vertical-align:top; height:auto; color:#333333; text-align:left; overflow:auto; padding:0;}

div.simaimap2{width:320px; padding:0; float:right; text-align:left; font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; height:auto;}

div.simaimap3{width:150px; padding:0; float:left; margin-right:10px; font-size:11px; color:#993300;}

div.clear {clear: both; padding:0;}

h5#simai{font-size:18px; font-weight:bold; color:#996633; margin:0; padding:0;}

h6#simai1{font-size:10px; color:#336633; margin:0 0 10px; padding:0; border-bottom: 1px dashed #D2D2D2;}

div.simai-link{font-size:12px; line-height:140%; width:480px; margin:20px 0; color:#333333; text-align:left; clear:both; padding:0;}

p.simai-link{font-size:12px; font-weight:bold; color:#006633; margin:0; padding:0; border-bottom: 1px dashed #D2D2D2;}

div.simai-back{text-align: center; margin:40px 0 20px; width: 480px; font-size: 12px;}

p.simai-list{font-weight:bold; color:#996600; font-size:14px; margin:0 0 0 10px; text-align:left;}

ul.simai-list{font-size:12px; line-height:160%; text-align:left; list-style:outside none; margin:0 0 30px; padding-left:20px;}

p.tel{margin:10px 0 10px 10px; line-height:90%; padding:0;}
span.tel-cap{margin-left:175px; font-size:10px; font-weight:bold; letter-spacing:3px; padding:0;}
span.tel-cap2{margin-left:115px; font-size:10px; font-weight:bold; letter-spacing:3px; padding:0;}
span.tel-cap3{margin-left:160px; font-size:10px; font-weight:bold; letter-spacing:3px; padding:0;}
span.tel-b{font-size:24px; font-weight:bold; margin:0; font-family:Arial, Helvetica, sans-serif; line-height:normal; color:#CC3300; padding:0;}
span.tel-s{font:12px-size; margin-left:65px; margin-top:0px; padding:0;}

span.toho{font-size:12px; margin-bottom:40px; padding:0; color:#000000;}