<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*CSS Document
-WordPressデフォルト設定
-基本書式
-レイアウト
*/

/*
Theme Name: みなブロ
Author: Kenichi Yanai
Version: 1.0
Theme URI: http://www.m-kankou.jp/blog/
License: Copyright © 2013 MINAMISANRIKU-CHO TOURIST ASSOCIATION. All Right Reserved
*/



/*=====================================================================
基本書式
======================================================================*/
p, h1, h2, h3, a, dt, dd, th, td, li, address {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ丸ゴ Pro W4";
}

p {
	font-size: 0.81em;
	line-height: 150%;
}

ul.post-categories li a {
	font-weight: bold;
	color: #06F;
	margin-bottom: 10px;
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 0.81em;
}

p.writer {
	float: left;
	font-weight: bold;
}

p.date {
	float: right;
	padding-left: 25px;
	background-image: url(img/icon_calendar.png?001);
	background-repeat: no-repeat;
	background-position: left center;
}

p#copyright {
	float: left;
	color: #FFF;
}

h1 {
	height: 25px;
	font-size: 0.75em;
	margin-left: 20px;
	padding-top: 8px;
}

h2 {
	font-size: 0.94em;
	margin-top: 10px;
	padding-left: 20px;
	background-image: url(img/icon_wave.png?001);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	padding-bottom: 10px;
	padding-top: 2px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.25em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	padding-left: 20px;
	background-image: url(img/icon_lighthouse.png?001);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
	line-height: 130%;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}

a {
	color: #000;
}

a:hover {
	color: #06F;
	text-decoration: underline;
}


/*=====================================================================
レイアウト
======================================================================*/
body {
	background-attachment: fixed;
	background-image: url(img/background.png?001);
	background-repeat: repeat-y;
	background-position: center top;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー*/
#header {
	background-image: url(img/header_image.png?001);
	background-repeat: no-repeat;
	background-position: center top;
	height: 155px;
	width: 960px;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}

#logo {
	height: 71px;
	width: 150px;
	left: 90px;
	top: 55px;
	position: absolute;
	z-index: 1;
}

#sticker a {
	position: absolute;
	z-index: 1;
	top: 12px;
	left: 800px;
	display: block;
	height: 170px;
	width: 240px;
	outline: 0;
	/*テキストに画像を置き換え*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url(img/sticker.png?001);
	background-repeat: no-repeat;
	background-position: left top;
	/*ここまで*/
}

#sticker a:hover {
	background-position: left -170px;
}


/*=====================================================================
コンテンツ
======================================================================*/
#content {
	width: 960px;
	zoom:1;
	margin-bottom: 40px;
}

#content:after{
    content: ""; 
    display: block; 
    clear: both;
}


/*=====================================================================
サイドバーレフト
======================================================================*/
#sidebar-left {
	float: left;
	width: 220px;
}

#sidebar-left div {
	margin-bottom: 50px;
}

#profile-pic {
	margin-bottom: 2px;
}

#sidebar-left ul {
}

#sidebar-left li {
	font-size: 0.75em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(img/icon_arrow.png?001);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #06F;
	line-height: 130%;
}

#sidebar-left li:last-child {
	border-bottom: none;
}

#sidebar-left #archives-2 label {
	display: none;
}

/*=====================================================================
記事
======================================================================*/
#post {
	width: 500px;
	float: left;
	margin-right: 28px;
	margin-left: 30px;
}

.section {
	margin-bottom: 50px;
}

.post-info {
	zoom:1;
}

.post-info:after {
    content: ""; 
    display: block; 
    clear: both;
}

.textarea {
	clear: both;
	margin-top: 30px;
}

.textarea p {
	font-size: 0.94em;
	margin-bottom: 30px;
	line-height: 170%;
}

.textarea a {
	color: #00F;
}

.textarea a:fter {
	margin-bottom: 30px;
	line-height: 170%;
	color: #00F;
}

.textarea img {
	margin-top: 5px;
}

.textarea p.wp-caption-text {
	font-size: 0.81em;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
	margin-top: 5px;
}

.textarea ol li {
	list-style-position: inside;
	list-style-type: decimal;
	line-height: 150%;
}


/*ソーシャルボタン*/
ul.social_buttons {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #06F;
}

ul.social_buttons:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;}

.social_buttons li {
	float: left;
	list-style: none;
	width: 110px;
}

.social_buttons li.twitter {
	width: 100px;
}

.social_buttons li.hatena {
	width:60px;
}

.social_buttons li.g-pluse {
	width:70px;
}

.fb-comments {
	border-style: none;
	margin-top: 10px;
}


/*=====================================================================
サイドバーライト
======================================================================*/
#sidebar-right {
	float: left;
	width: 180px;
}

#sidebar-right div {
	margin-bottom: 20px;
}

#sidebar-right #officalweb {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom-color: #06F;
}

#officalweb a {
	height: 160px;
	width: 180px;
	display: block;
	background-image: url(img/bnr_website.png?001);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #666;
	outline: 0;
	/*テキストに画像を置き換え*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;	/*ここまで*/
}

#officalweb a:hover {
	background-position: left -160px;
}

.twitter-widget {
}

#sns-list ul li a {
	display: block;
	height: 60px;
	width: 180px;
	outline: 0;
	margin-bottom: 10px;
	/*テキストに画像を置き換え*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-position: left top;
	/*ここまで*/
}

#sns-list ul li a:hover {
	background-position: left -60px;
}

li#bnr_twitter a {
	background-image: url(img/bnr_twitter.png?001);
}

li#bnr_facebook a {
	background-image: url(img/bnr_facebook.png?001);
}


/*=====================================================================
フッター
======================================================================*/
#footer {
	background-color: #06F;
	height: 34px;
	width: 900px;
	clear: both;
	padding-top: 16px;
	padding-right: 30px;
	padding-left: 30px;
}

#rss a {
	height: 18px;
	width: 18px;
	float: right;
	/*テキストに画像を置き換え*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-position: left top;
	background-image: url(img/icon_rss.png?001);
	background-repeat: no-repeat;
	/*ここまで*/
}

#rss a:hover {
	background-position: -18px top;
}
</pre></body></html>