@charset "UTF-8"; /* PublishCharset into mt-config.cgi */


/* すべて */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: circle;
}

/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 12px;
}

/* 引用 */
blockquote {
	width: auto;
	border: 1px solid #666666;
	background: #f6f6f6;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* ページトップ */
#page-top1 {
	background-color: #FFFFFF;
	width: 100%;
	text-align: center;
	color: #000000;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	letter-spacing: 0.1em;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
#page-top1 a,
#page-top1 a:link,
#page-top1 a:visited {
	color: #FFFFFF;
}

/* タイトルバナー */
#banner {
	color: #999999;
	/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
}
#banner table td {
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
}


#banner a,
#banner a:link,
#banner a:visited {
	color: #505050;
	text-decoration: none;
}
#banner a:hover {
	color: #000000;
}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner-description {
    color: #ffffff;
    font-size: 12px;
}
/* トップページのタイトルリスト */
.top-list {
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #F6F1ED;
	padding-top: 5px;
	margin: 0px;
	height: 124px;
	overflow: hidden;
	font-size: 14px;
}


/* パンくず */
.rootmenu {
	font-size: 10px;
	color: #999999;
	padding-top: 8px;
	padding-bottom: 2px;
}
.rootmenu a,
.rootmenu a:link,
.rootmenu a:visited {
	color: #666666;
}
/* メインタイトル */

h1.maintitle1 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #FFFFFF;
	margin-top: 5px;
}
h1.maintitle1 a,
h1.maintitle1 a:link,
h1.maintitle1 a:visited {
	color: #FFFFFF;
}

h1.maintitle2 {
	font-size: 14px;
	color: #333399;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 9px;
	padding-left: 30px;
	margin-top: 5px;
}
.cat-descript p {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	color: #703F3A;
}
.cat-descript img {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* エントリー全体 */
.blog {
	font-size: small;
	color: #36414d;
	background: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}


/* エントリー日付 */
.date {
	/*    background-position: left; 
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 440px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #696D3A;
	vertical-align: bottom;
	line-height: 105%;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #ffffff;
	background-color: #BABE85;
}

/* エントリー */
.top-entry {
	width: auto;
	color: #36414d;
	font-size: 14px;
	line-height:150%;
	word-break: break-all;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.entry {
	width: auto;
	color: #36414d;
	background: #ffffff;
	/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 14px;
	line-height:150%;
	word-break: break-all;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.entry td {
	font-size: 14px;
	padding: 5px;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

.entry-more {
	clear: both;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}


/* エントリータイトル */
.entry-header {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/bo-ent1.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.entry-header-qa
{
	color:#000000;
	font-weight:normal;
	background-color: #ffffff;
	background-image: url(images/b_qu.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7C4A8;
}
.entry-header-largefont {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #990000;
	font-weight: bold;
	background-image: url(images/bo-ent1.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	margin-right: 0px;
	margin-left: 0px;
}
.entry-qa
{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E4D1CD;
	margin-left: 25px;
	color: #993300;
}

/* 投稿者 */
.entry-footer {
	border-top: 1px dotted #36414d;
	text-align: right;
	color: #36414d;
	font-size: 9px;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 12px;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* イベントブログ用 */
.event-date {
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.event-entry-content {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.event-entry {
	padding: 8px;
}
.event-entry-footer {
	text-align: right;
	font-size: 9px;
	clear: both;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.event-entry-header {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding-top: 4px;
	padding-bottom: 8px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/* カレンダー */
#calendar {
	margin: 5px 0 10px;
	;
	color: #444444;
	text-align: center;
}
.calendarhead {
    padding-bottom: 5px;
    font-size: 9px;
    letter-spacing: 0.2em;
}
.calendarhead-event {
	padding-bottom: 2px;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #A09C9A;
	padding-top: 4px;
	border-top-width: 3px;
	border-top-style: dotted;
	border-top-color: #333333;
}
#calendar table {
	padding: 0;
	border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    text-align: center;
    font-size: 9px;
    width: 23px;
}
#calendar td {
	padding: 2px 0;
	text-align: center;
	font-size: 10px;
	line-height: 120%;
}
.today {
    display: block;
    border: 1px solid #444444;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited {
    color: #e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited {
    color: #0000ff;
}


/* サイドメニュータイトル */

.sidetitle {
    margin-top: 3px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #666666;
    text-align: center;
    color: #444444;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 140%;
}

.sidetitle2 {
	_padding: 1px 0 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
	margin-right: 7px;
	margin-top: 5px;
}
/* サイドメニュー */
.side {
	color: #444444;
	font-size: 10px;
	_font-size: 9px;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
	background-image: none;
}
/* サイドバナー */
.side-banner a,
.side-banner a:link,
.side-banner a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	width: 183px;
	margin-top: 3px;
	margin-bottom: 2px;
	padding-top: 9px;
	padding-bottom: 7px;
	display: block;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

.side-banner a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.side-weather {
	height: 152px;
	overflow: hidden;
	display: block;
	background-color: #FFFFFF;
	width: 185px;
}
/* サイドメニュー(カテゴリー用) */

#categories {
	border-top-width: 0px;
	border-bottom-width: 12px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-right: 5px;
}
#categories ul {
	padding-left: 30px;
}
#categories ul ul {
	padding-left: 24px;
}
#categories li {
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: url(images/bo-sankaku.gif);
	font-weight: bold;
}
#categories ul ul li {
	font-size: 11px;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: square;
	clip: rect(auto,auto,auto,10px);
	font-weight: normal;
}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 13px;
font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 13px;
}
ul#tags li.taglevel3 {
    font-size: 12px;
}
ul#tags li.taglevel4 {
    font-size: 11px;
}
ul#tags li.taglevel5 {
    font-size: 10px;
}
ul#tags li.taglevel6 {
    font-size: 9px;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 9px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #6F4928;
	font-size: 11px;
	background-color: #EFE9C9;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 20px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #8fabbe;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
	text-align: center;
	background-color: #FFFFFF;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */

.layout-two-column-left #box,
.layout-two-column-right #box {
	margin-left: auto;
	text-align: center;
	background-color: #ffffff;
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 2px;
	width: 802px;
	margin-right: auto;
}
.layout-two-column-left #box2,
.layout-two-column-right #box2 {


}
/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 1カラム用 */
.layout-one-column #box {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	background-color: #ffffff;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
body.layout-one-column-liquid {
    background: #36414d;
}

/* フッタ */
#footer {
	text-align: center;
	background-color: #99CCCC;
	clear: both;
	font-size: 12px;
}
.layout-one-column #footer {
	text-align: center;
	clear: both;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 3カラム(リキッドレイアウト) */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
    border-bottom: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    background: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
}
.layout-two-column-right #links-right-box {
	float: left;
	width: 200px;
}
.layout-two-column-right #links-right {
	color: #ffffff;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
	width: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	float: left;
	overflow: hidden;
	text-align: left;
}
.layout-two-column-left #links-left-box {
	width: 200px;
	float: left;
	overflow: hidden;
	padding-top: 28px;
	background-image: url(images/side-back-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
}
.layout-two-column-left #links-left {
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: 5px;
	background-image: url(images/side-back.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFB1C0;
}

/* 1カラム */
.layout-one-column #content {
	clear: both;
	text-align: left;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}


#box-green-td {
	background-color: #009933;
	background-image: url(images/td-greenback.jpg);

}
#box-green a,
#box-green a:link,
#box-green a:visited {
	font-weight: bold;
	background-color: #009933;
	vertical-align: top;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 20px;
	padding-bottom: 800px;
	background-image: url(images/td-greenback.jpg);
	background-repeat: repeat-y;

}
#box-green a:hover {
	background-color: #00CC00;
	text-decoration: none;
	background-image: url(images/td-greenback-ov.jpg);
	background-repeat: repeat-y;
}

#box-snow-td {
	background-color: #0099FF;
	background-image: url(images/td-snowback.jpg);
	background-repeat: repeat-y;

}
#box-snow a,
#box-snow a:link,
#box-snow a:visited {
	font-weight: bold;
	background-color: #0099FF;
	vertical-align: top;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 20px;
	padding-bottom: 800px;
	background-image: url(images/td-snowback.jpg);
	background-repeat: repeat-y;

}
#box-snow a:hover {
	background-color: #00CCFF;
	text-decoration: none;
	background-image: url(images/td-snowback-ov.jpg);
	background-repeat: repeat-y;
}
