@charset "utf-8";

/*   
Theme Name:YK-Theme
Theme URI:http://yanagi-kenji.com/
Description:シンプルなテーマ
Author:Yanagi.Kenji
Author URI:http://yanagi-kenji.com/
Version:1.0
*/


/* 全体的なルール */

* {
	margin:0;
	padding:0;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#333;
	background:url(images/nwyr18.gif) #fff;
}

a img{
	border: none;
}

a:link {
	color:#6666cc;
}
a:visited {
	color:#810032;
}
a:hover,
a:active {
	color:#0000ff;
}

/* レイアウト */

div#page {
	width:950px;
	background-color:#fff;
	margin:0 auto;
}

div#header {
	width:950px;
	height:186px;
	background-color: #fff;
	background-image: url(images/rotator_2/rotator.php);
	background-repeat: no-repeat;
	background-position: 290px center;
}

div#content {
	width:670px;
	float:right;
	margin-top:15px;
}

div#sidebar {
	width:280px;
	background-color:#eee;
	float:left;
	padding:15px 0;
}

div#innerbox {
	padding:0 10px 20px 15px;
}

/* ヘッダー */

h1 {
	font-size:1.3em;
	width:280px;
	padding:40px 0 10px 0 ;
	text-align:center;
}
h1 a:link,
h1 a:visited {
	color:#339933;
	text-decoration:none;
}
h1 a:hover,
h1 a:active {
	color:#0000ff;
	text-decoration:underline;
}

div#header p {
	width:280px;
	color:#666;
	text-align:center;
	font-size:0.9em;

}


div#head-navi {
	color:#999;
	text-align:right;
	font-size:0.9em;
	padding:3px 10px;
	background-color: #fff;
	background-image: url(images/bk_h1_00.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #999;
	border-top: 1px solid #ccc;
}

div#head-navi a:link,
div#head-navi a:visited {
	color:#666;
	text-decoration:none;
}

div#head-navi a:hover,
div#head-navi a:active {
	color:#6666ff;
	text-decoration:underline;
}


/* フッターテンプレート */

div#footer {
	clear:both;
	padding:5px;
	background-color: #ccc;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
p#copyright {
	text-align:center;
	font-size:0.75em;
}

/* トップページテンプレート */

div.post {
	padding-bottom:15px;
	margin-bottom:15px;
	clear:both;
}
h2.posttitle {
	font-size:1.2em;
	padding:5px 10px;
	margin:5px 0 0.5em 0;
	color:#333;
	background-color:#f7f7f7;
	text-align:center;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background-image:url(images/hoshi10.jpg);
}


h2.posttitle a:link,
h2.posttitle a:visited {
	color:#333;
	text-decoration:none;
}

h2.posttitle a:hover,
h2.posttitle a:active {
	color:#6666ff;
	text-decoration:none;
}

div.post h3 {
	font-size:1em;
	color:#000;
	border-bottom: 2px solid #ff6600;
	margin:20px 0 10px 0;
	padding:5px 0 2px 10px;
	clear:both;
}

div.post h4 {
	font-size:1em;
	border-left: 10px solid #33cc33;
	margin:20px 0 10px 0;
	padding:0 0 0 5px;
}

div.post h5 {
	font-size:1em;
	margin:20px 0 10px 0;
}

div#content p {
	font-size:0.95em;
	margin-bottom:1em;
	line-height: 1.4em
}
p.navigation {
	text-align:center;
}

dl {
	margin-bottom:1em;
}
dl.metadata {
	text-align:right;
}
dl.metadata dt, dl.metadata dd {
	font-size:0.8em;
	color:#666;
	display:inline;
}
dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:0.5em;
	margin-right:0.5em;
}

/* サイドバーテンプレート */

div#sidebar h3 {
	font-size:0.9em;
	margin:10px 10px 0 10px;
	padding:0 10px;
	text-align:right;
	color:#000;
}

/* アドセンス-sidetop */

div.ad-sidetop {
	text-align:center;
	font-size:0.8em;
	padding-bottom:5px;
	margin:0 10px 10px 10px;
	background-color:#fff;
	border: 1px solid #ccc;
}

div.ad-sidetop table {
	text-align:center;
	margin:10px auto;
}

div.ad-sidetop td {
	text-align:center;
	width:80px;
}

div.ad-sidetop dl {
	text-align:left;
	margin:10px 0 0 10px;
}

div.ad-sidetop dt {
	font-weight:bold;
}



/* サイドトップ */

div#side-top{

	margin:0 10px 20px 10px;
	background-color:#fff;
	border: 1px solid #ccc;
}

div#side-top dt {
	font-size:0.9em;
	font-weight:bold;
 	margin:10px;
	padding:5px 10px;
	text-align:left;
	color:#663333;
	border-bottom: 2px solid #663333;
}
div#side-top dd {
 	margin:0 0 0 20px;
	list-style:none;
	font-size:0.9em;
}

div#side-top a {
	display: block;
	width:230px;
	padding:2px 0;
}

div#side-top a:link,
div#side-top a:visited {
	color:#666;
	text-decoration: none;
}

div#side-top a:hover,
div#side-top a:active {
	color:#0000ff;
	text-decoration:underline;
}


/* 個別記事テンプレート */

div.post img.wp-smiley {
	border:none;
}
div.post img.floatleft {
	float:left;
	margin:0 8px 8px 0;
}
div.post blockquote {
	margin:10px;
	padding:10px;
	background-color:#f7f7f7;
	font-size:0.9em;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
div.post ul, div.post ul ul, div.post ol, div.post ol ol{
	margin:0 0 1em 25px;
}
div.post li {
	font-size:1em;
	line-height:1.5em;
}
div.post li li {
	font-size:1em;
}
hr {
	border-top:solid #ccc;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}
code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
}

input#trackbackurl {
	width:400px;
	font-size:0.75em;
	margin-bottom:1em;
	color:#666;
}

div#comments {
	margin:20px 0 10px 0;
}

ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.8em;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
}
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.88em
}
ol#commentlist li, ol#commentlist p {
	font-size:1em;
}
p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}
form#commentform label {
	width:120px;
	float:left;
	margin:0.25em 0 0 0;
}
form#commentform p {
	font-size:0.9em;
	clear:both;
}
form#commentform sub {
	display:block;
	padding-top:2px;
}
input#author, input#email, input#url {
	width:274px;
	border:3px double #ccc;
	padding:1px 3px;
}
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
}
p.submitbutton {
	text-align:left;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}
/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}

/* ホームテンプレート */



div#home {
	padding:0 10px 20px 15px;
}

div#home ul {
	margin:0 0 1em 0;
}
div#home li {
	font-size:0.95em;
	line-height:1.5em;
	list-style-type: none;
}

div#home a:link,
div#home a:visited {
	text-decoration: none;
}

div#home a:hover,
div#home a:active {
	text-decoration:underline;
}

div#home_grm {
	margin:0 0 20px 0;
	border:2px solid #ee9999;
}

div#home_grm h3{
	color:#cc3333;
	font-size:1em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background-color:#fff7f7;
	border-bottom:1px solid #ddd;
}

div#home_grm dl{
	padding-left:130px;
	background-image: url(images/home/grm01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#home_enjoy {
	margin:0 0 20px 0;
	border:2px solid #66cc66;
}

div#home_enjoy h3{
	color:#006600;
	font-size:1em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background-color:#f7fff7;
	border-bottom:1px solid #ddd;
}

div#home_enjoy dl{
	padding-left:130px;
	background-image: url(images/home/enjoy01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#home_info {
	margin:0 0 20px 0;
	border:2px solid #9999ee;
	clear:both;
}

div#home_info h3{
	color:#3333cc;
	font-size:1em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background-color:#f7f7ff;
	border-bottom:1px solid #ddd;
}

div#home_info dl{
	padding-left:130px;
	background-image: url(images/home/info01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#home_shop {
	margin:0 0 20px 0;
	border:2px solid #cc99ee;
}

div#home_shop h3{
	color:#9933cc;
	font-size:1em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background-color:#f7eeff;
	border-bottom:1px solid #ddd;
}

div#home_shop dl{
	padding-left:130px;
	background-image: url(images/home/shop01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


div#home dl {
	margin:0 10px;
	min-height:130px;
	height: auto !important;
	height: 130px;
}

div#home dt {
	color:#333;
	font-size:0.9em;
	font-weight: bold;
	padding-left:12px;
	background-image: url(images/list00.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div#home dd{
	font-size:0.9em;
	margin:5px 0 10px 0;
	line-height: 1.4em
}

div#home_top {
	width:460px;
	border:2px solid #ffcc66;
	margin:0 0 20px 0;
	float:left;
	clear:both;
}

div#home_top_right {
	width:170px;
	margin-bottom:20px;
	float:right;
}

div#home_top h2{
	font-size:1em;
	color:#ff9900;
	text-align:center;
	margin-bottom:10px;
	padding:3px 10px;
	background-color:#fffff7;
	border-bottom:1px solid #ddd;
}

div#home_top li{
	margin:0 10px;
	padding:5px 0;
	font-size:0.8em;
	border-bottom:1px dashed #ccc;
}

div#sentotour dl{
	padding-left:130px;
	background-image: url(images/home/flier3c.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#home_kentei dl{
	padding-left:130px;
	background-image: url(images/home/kentei_back01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


div#home_btm {
	border:2px solid #ccc;
	clear:both;
}

div#home_btm h3{
	font-size:1em;
	color:#666;
	text-align:center;
	margin-bottom:10px;
	padding:3px 10px;
	background-color:#f7f7f7;
	border-bottom:1px solid #ddd;
}

div#home_btm li{
	margin:0 10px;
	padding:5px 0;
	font-size:0.8em;
	border-bottom:1px dashed #ccc;
}



/* マップ */
div#sidemap {
	margin:10px 5px;
	padding:2px;
	text-align:center;
	border: 5px solid #ddeedd;
}

/* マスコットの履歴書 */

table.mascot {
	margin:0 0 20px 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

table.mascot th {
	text-align:center;
	width:100px;
	padding:5px 10px;
	background-color:#f7f7f7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

table.mascot td {
	text-align:left;
	padding:5px 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}


/* お店情報 */

table.shopdata {
	font-size:0.9em;
	margin-left:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

table.shopdata th {
	text-align:center;
	width:70px;
	vertical-align: top;
	padding:5px 10px;
	background-color:#f7f7f7;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

table.shopdata td {
	padding:5px 10px;
	width:520px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

/* 情報 */

table.data {
	font-size:0.9em;
	width:620px;
	margin:10px 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table.data th {
	text-align:center;
	width:100px;
	vertical-align: top;
	padding:5px 0;
	background-color:#f7f7f7;
	border-right: 1px dashed #ccc;
	border-bottom: 1px solid #ccc;
}

table.data td {
	padding:5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* 表－グッズ */

table.data-goods {
	width:620px;
	margin:10px 0;
	border-top: 1px solid #ccc;
}

table.data-goods th {
	text-align:center;
	width:150px;
	padding:10px 0;
	background-color:#f7f7f7;
	border-bottom: 1px solid #ccc;
}

table.data-goods td {
	font-size:0.8em;
	vertical-align: top;
	padding:10px 5px;
	border-bottom: 1px solid #ccc;
}


/* 駐車場リスト */

table.p-data {
	margin:10px 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table.p-data th {
	font-size:0.9em;
	text-align:center;
	padding:5px 10px;
	background-color:#f7f7f7;
	border-right: 1px dashed #ccc;
	border-bottom: 1px solid #ccc;
}

table.p-data td {
	text-align:left;
	font-size:0.9em;
	padding:5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* バス時刻表 */

table.busdata {
	margin:10px 0;
	width:600px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table.busdata th {
	text-align:center;
	width:100px;
	font-size:0.9em;
	vertical-align: top;
	padding:5px 10px;
	background-color:#f7f7f7;
	border-right: 1px dashed #ccc;
	border-bottom: 1px solid #ccc;
}

table.busdata td {
	padding:5px;
	text-align:center;
	font-size:0.9em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


td.map {
	text-align:center;
}

td.map iframe{
	margin:10px 0 5px 0;
}

div.cat-post li {
	font-size:0.9em;
	list-style-type: none;
	margin:0 0 0 10px;
}

div.cat-post li a:link,
div.cat-post li a:visited {
	text-decoration: none;
}

div.cat-post li a:hover,
div.cat-post li a:active {
	text-decoration:underline;
}

div.cat-post h4 {
	font-size:1em;
	border-left: 10px solid #33cc33;
	margin:20px 0 10px 0;
	padding:0 0 0 5px;
}

/* マップの枠 */

div.mapbox {
	border:2px solid #ddeedd;
	padding:3px;
	margin:0 10px;
	text-align:right;
}

/* アドセンス-btm */
div.ad-btm{
	text-align:center;
	width:320px;
	margin:15px 0;
	padding:10px 0;
	border:1px solid #9999ff;
}

/* パンくずリスト */

#topicpath {
	font-size:0.8em;
	color:#999;
}

#topicpath a {
	text-decoration:none;
}

/* カテゴリータイトル */

#cat-title {
	text-align:right;
	font-size:1em;
	font-weight:bold;
	color:#333;
	margin:10px 0;
}

/* テキストウィジェット */

div.textwidget {
	text-align:center;
	font-size:0.8em;
	padding:10px;
	margin:0 10px 15px 10px;
	background-color:#fff;
	border: 1px solid #ccc;
	background-image: url(images/bk_gra_10.gif);
}


/* 商品の紹介 */

div#text-302173931 table {
	margin:10px auto;
}
div#text-302173931 td {
	text-align:center;
	padding:10px ;
}

div#text-302173931 dt {
	text-align:center;
	padding:10px 0 5px 0;
	border-top: 1px dashed #ccc;
}


div#text-302173931 dd {
	text-align:left;
	padding:5px 0 10px 0;
}

/* リンク表 */

table.linkdata {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.linkdata th {
	text-align:left;
	font-size: 0.9em;
	width:100px;
	vertical-align: top;
	padding:5px 10px;
	background-color:#f7f7f7;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.linkdata td {
	font-size: 0.9em;
	padding:5px 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* 写真クレジット */

div.credit {
	font-size:0.8em;
	text-align:right;
}

/* Webリング */

#webring {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	font-size:0.7em;
}

#webring a:link,
#webring a:visited,
#webring a:hover {
	color: #ccc;
	text-decoration: none;
	margin-right:2px;
}


/* 共通 */

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.float-r {
	float:right;
	margin:0 10px;
}

.photo {
	padding:3px;
	border: 1px solid #ccc;
}

.photo-fr {
	float:right;
	margin:0 0 20px 20px;
	padding:3px;
	border: 1px solid #ccc;
}

.adpost-fr {
	float:right;
	margin:10px;
	padding:5px;
	border: 1px solid #ccc;
}

.clear {
	clear:both;
}

div.noborder img {
	border-style: none !important;
}


/* 回答速報 */

table#sokuho {
	margin:20px auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table#sokuho td {
	text-align:center;
	width:50px;
	padding:5px 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table#sokuho tr.number td {
	background-color: #eee;
}

div#twitterbox {
	margin-left:15px;
}