@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 div.widget  {
	background-color: #fff;
	margin:0 5px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

div#sidebar div.side-top  {
	margin-bottom:10px;
}

div#sidebar h3 {
	text-align:center;
	padding:3px;
	margin-bottom:5px;
	font-size:0.9em;
	color:#333;
	background-color: #dcccfb;
	background-image: url(images/brl00.gif);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#sidebar ul {
	margin:0 5px ;
	padding-bottom:10px ;
	text-align:left;
}

div#sidebar li {
	list-style:none;
	font-size:0.8em;
	padding:2px 10px;
	border-bottom: 1px dashed #eee;
}

div#sidebar a:link,
div#sidebar a:visited {
	color:#555;
	text-decoration: none;
}

div#sidebar a:hover,
div#sidebar 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;
}


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

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.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:left;
	margin:15px;
}

/* パンくずリスト */

#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;
}

/* リンク表 */

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;
}
