<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mtos/mt-static/themes-base/blog.css);
@import url(/mtos/mt-static/support/themes/kougyou_f2/kougyou_f2.css);
/* end StyleCatcher imports */

@charset "utf-8";

/* 
name: kougyou_f2
designer: Firstserver
designer_url: http://www.fsv.jp/ 
layouts: layout-tw,layout-wt,layout-twt
Ver1.0 2008/07/31
*/


/* ---------------------------------------------------------------------
reset elements
--------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	margin-bottom: .75em;
}

#header-inner, #content-inner, #footer-inner {
	padding: 0;
}

#content-inner {
	padding-top: 80px;
}

#beta-innarchive-contenter, #gamma-inner {
	padding: 0;
}

.widget-content {
	margin:0;
	padding:0;
}

/* ---------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------- */

/*2列左メニューの場合*/
.layout-tw #alpha {
	float: right;
	width: 630px;
	left: 0;
	overflow: hidden;
}

.layout-tw #beta {
	float:left;
	left: 0;
	width: 200px;
	overflow: hidden;
}

.layout-tw  #content-inner {
	background: url(content_inner_bg_tw.jpg) no-repeat top;
}

/*2列右メニューの場合*/
.layout-wt #alpha {
	float: left;
	width: 630px;
	left: 0;
	overflow: hidden;
}

.layout-wt #beta {
	float:right;
	left: 0;
	width: 200px;
	overflow: hidden;
}

.layout-wt  #content-inner {
	background: url(content_inner_bg_wt.jpg) no-repeat top;
}

/*3列メニューの場合*/
.layout-twt #alpha {
	float: left;
	width: 430px;
	left: 200px;
	margin:0;
	overflow: hidden;
}

.layout-twt #beta {
	float:left;
	left: -430px;
	margin:0;
	width: 200px;
	overflow: hidden;
}

.layout-twt #gamma {
	float:left;
	margin:0;
	width: 200px;
	overflow: hidden;
}

.layout-twt #content-inner {
	background: url(content_inner_bg_twt.jpg) top no-repeat;
}


/*共通*/
#alpha-inner {
	margin:0;
	padding:10px 20px 0;
}

.layout-twt #alpha-inner {
	padding:10px 10px 0;
}

#beta-inner {
	margin:10px 0 0 0;
	padding:0;
}

#gamma-inner {
	margin:10px 0 0 0;
	padding:0;
}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	line-height: 1.5;
	color:#333;
	background: #fff;
}

/* リンクカラー */
a {
	color: #30271F;
}

a:hover {
	color: #006600;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	font-size:85% !important;
	font-size:80%;
	margin:0;
}

#gotop a {
	background: url(gotop_text.gif) no-repeat;
	display: block;
	height: 18px;
	width: 119px;
	text-indent: -9999px;
	float: right;
	overflow: hidden;
}

#gotop a:hover {
	background: url(gotop_text_hover.gif) no-repeat;
}

/* -----　パンくず　----- */
.navi {
	margin:5px 5px 20px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}


/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */


/*2列左メニューの場合*/
.layout-tw #container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background: url(container_bg_tw.jpg) repeat-y;
}

/*2列右メニューの場合*/
.layout-wt #container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background: url(container_bg_wt.jpg) repeat-y;
}

/*3列メニューの場合*/
.layout-twt #container {
	line-height:1.6;
	font-size:80%;
	width:830px;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background: url(container_bg_twt.jpg) repeat-y;
}

/*共通*/
#container-inner {
	position: relative;
	width:830px;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header-module {
	width:830px;
}

#header-module-inner {
	width:830px;
	border-bottom: 1px solid #56533A;
	background:#5c9918;
}

#header-contents {
	background:url(header_bg.jpg) no-repeat left top;
	width:100%;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;
	text-align:right;
	padding:8px 0 5px 0;
}

#header-description {
	width:810px;
	padding: 4px 10px;
	visibility: visible;
	background:#99cc4b url(header_border.gif) repeat-x left bottom;
	font-size:90% !important;
	font-size:80%;
	color: #fff;
}

#head-main {
	width:830px;
}

#head-main-inner {
	background:#fff;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	_height:1px;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:830px;
	clear:both;
	background:#99cc4b;
	margin-top: 20px;
	padding-bottom:10px;
}

.designed {
	text-align:right;
	padding:0px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
	color:#333;
}

.designed a {
	color:#333;
}

.designed a:hover {
	color:#666;
	text-decoration:none;
}


/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	_height:1px;
	padding:23px 50px 5px 5px;
	font-weight:bold;
	background: url(m_archive_content_h1.gif) no-repeat right bottom;
	font-size:120% !important;
	font-size:115%;
	line-height:1.2;
	color:#333;
	margin-bottom:10px;
}

.archive-title em {
	font-style:normal;
}


.entry-asset {
	margin:0 0 0 0;
}

.asset-header {
	padding:0;
}

.asset-name {
	padding:10px 0 10px 25px;
	margin:0;
	_height:1px;
	background: url(m_archive_content_h2.gif) no-repeat left 6px;
	font-weight:bold;
}

.page-asset .asset-name {
	_height:1px;
	padding:6px 10px 4px 20px;
	background: #6382C1 url(heading3.gif) no-repeat left top;
	font-size:130% !important;
	font-size:125%;
	font-weight:bold;
	color:#FFF;
}

.layout-twt .page-asset .asset-name {
	background: url(heading3_twt.gif) no-repeat;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
}

.asset-body {
	margin:0 0 0 5px;
}

.asset-more {
	margin:0 10px 10px;
}

.asset-more-link {
	margin:5px 0 0 10px;
	text-indent: -9999px;
	clear:both;
	overflow: hidden;
	height:22px;
}

.asset-more-link a {
	text-indent: -9999px;
	height:20px;
	width:100px;
	display: block;
	overflow: hidden;
	background: url(m_asset_more_link.jpg) no-repeat 0 0;
	margin-left:460px;
}

.layout-twt .asset-more-link a {
	margin-left:270px;
}


.asset-more-link a:hover {
	background: url(m_asset_more_link_hover.jpg) no-repeat 0 0;
}

.asset-meta {
	text-align:right;
	margin-top:5px;
	padding-top:7px;
	background: url(m_asset_meta_border.gif) repeat-x left top;
	font-size:95% !important;
	font-size:90%;
}


/* ---------------------------------------------------------------------
トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	margin:10px 0;
}

#trackbacks .trackbacks-header {
	background: url(m_trackbacks_header_h2.gif) no-repeat left top;
	_height:1px;
	padding:6px 10px 4px 10px;
	margin:0 5px 10px 5px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
}

.trackbacks-info {
	padding:0 10px;
}

.trackback .inner {
	padding:10px;
	margin:0 10px;
	border:1px solid #999;
	background:#eee;
}

.trackback-footer {
	text-align:right;
	margin:0;
	padding-top:5px;
	border-top: 1px dotted #999;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
コメント
--------------------------------------------------------------------- */
#comments {
	margin:10px 0;
}

#comments .comments-header {
	background: url(m_comments_header_h2.gif) no-repeat left top;
	_height:1px;
	padding:6px 10px 4px 10px;
	margin:0 5px 10px 5px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
}

#comments .comments-open-header {
	background: url(m_comments_header_h2.gif) no-repeat left top;
	_height:1px;
	padding:6px 10px 4px 10px;
	margin:0 5px 10px 5px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
}

.comment {
	margin:10px 10px 10px 0;
}

.comment .inner {
	padding:5px 10px;
	_height:1px;
}

.comment .comment-header {
	padding:0 5px;
	margin:0 0 5px;
}

.comment .comment-content {
	padding:0 5px;
}

.comments-open {
	margin-top: 20px;
}

.comments-open-header {
	_height:1px;
	padding:6px 10px 4px 10px;
}

.comments-open-content {
	padding:10px;
}


#comment-preview, #comment-submit, #comment-cancel {
	padding:0 2px;
	height:19px;
	font-size:95% !important;
	font-size:90%;
	background-color: #CCCCCC;
	color:#333333;
	border:1px solid #999999;
	padding:0 2px;
	height:19px;
}


.comment-footer {
	text-align:right;
	margin:0;
	padding:0px 5px;
	font-size:95% !important;
	font-size:90%;
}


/* ---------------------------------------------------------------------
サイトマップ
--------------------------------------------------------------------- */
.archive-content {
	padding:10px;
	line-height:1.3;
}

.archive-content ul,
.archive-content ol {
	list-style:none;
}

.archive .archive-list-item .category_name {
	margin-top:10px;
	padding:3px 0 3px 16px;
	font-weight:bold;
	background: url(m_sitemap_list1.gif) 10px 5px no-repeat;
	font-size:115% !important;
	font-size:110%;
	height:1%;
}

.archive .archive-list-item .category_name a {
	text-decoration:none;
	color:#494949;
}

.archive .archive-list-item .category_name a:hover {
	text-decoration:none;
	color:#848484;
}

.archive .archive-list-item {
	border-bottom: 1px solid #000;
}

.archive .archive-list-item a {
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 15px 0 12px;
}


.archive .archive-list-item ul {
	margin:0 0 10px;
	padding:0 0 5px;
}

.archive .archive-list-item li {
	text-decoration:none;
	margin:0 0 0 25px;
	padding:3px 12px;
	background: url(m_sitemap_list2.gif) 10px 8px no-repeat;
	font-weight:normal;
}

/*サブカテゴリ*/
.archive .archive-list-item .archive-list-item {
	background:none;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	border:none;
	border-top: 1px solid #000;
}

.archive .archive-list-item .archive-list-item .category_name {
	margin:0;
	padding:3px 0 3px 14px;
}

.archive .archive-list-item .archive-list-item .category_name a {
	background: none;
}

.archive .archive-list-item .archive-list-item ul {
	margin:0 0 0 0;
	padding:0 0 5px 10px;
}

.archive .archive-list-item .archive-list-item li {
	padding:0 0 6px 0;
	background: none;
}

.archive .archive-list-item .archive-list-item a {
	background: url(m_sitemap_list2.gif) 0 6px no-repeat;
	display:block;
	text-decoration:none;
	margin:0;
	padding: 0 15px;
}


/*サブカテゴリ(第３階層)*/
.archive .archive-list-item .archive-list-item .archive-list-item {
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	border:none;
	border-top: 1px solid #000;
}


/*サブカテゴリ(第４階層)*/
.archive .archive-list-item .archive-list-item .archive-list-item .archive-list-item {
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	border:none;
	border-top: 1px solid #000;
}


/* ---------------------------------------------------------------------
コメントプレビュー/コメント完了
--------------------------------------------------------------------- */
.comment-title {
	_height:1px;
	margin:0 0 5px 0;
	padding:23px 50px 5px 5px;
	font-weight:bold;
	background: url(m_archive_content_h1.gif) right bottom no-repeat;
	font-size:130% !important;
	font-size:125%;
	line-height:1.2;
}

.comment-container {
	margin:10px 20px 200px 10px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-form-header {
	_height:1px;
	padding:23px 50px 5px 5px;
	font-weight:bold;
	background: url(m_archive_content_h1.gif) right bottom no-repeat;
	font-size:120% !important;
	font-size:115%;
	line-height:1.2;
	color:#333;
}

.search-form-content {
	background:#eee;
	padding:15px;
	border:1px solid #666;
}

.search-results-header {
	margin:20px 0 5px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	color:#000;
	background: url(m_search_results_header_h2.gif) no-repeat left top;
	padding:6px 0 5px 7px;
}

.search-results-header2 {
	_height:1px;
	padding:8px 20px 6px 10px;
	margin:10px 0 10px 0;
	background: url(m_search_results_header_h2.gif) no-repeat left top;
	font-weight:bold;
	line-height:1.2;
	font-size:115% !important;
	font-size:110%;
}

.search-form-content .box {
	width:200px;
}

.search-form-content .submit {
	font-size:95% !important;
	font-size:90%;
	background-color: #F4F4F4;
	color:#333333;
	border:1px solid #C9C9C9;
	padding:0 2px;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイト名(ロゴ画像)
--------------------------------------------------------------------- */
.left h2 {
	text-align:left;
}

.right h2 {
	text-align:right;
}

#header-name {
	margin:10px;
	line-height: 1.5;
	color: #333;
	font-size:200% !important;
	font-size:195%;
	font-weight:bold;
	line-height: 1.5;
}

#header-name a {
	text-decoration: none;
	color:#fff;
}

#header-name a:hover {
	text-decoration: underline;
}

.logo {
	margin:10px;
	border:none;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]フリーエリア
--------------------------------------------------------------------- */
.right .free-content1 {
	padding:0 15px 5px 0;
	word-wrap:break-word;
	font-size:80% !important;
	font-size:75%;
	line-height:1.6;
	text-align:right;
	color:#fff;
}

.right .free-content1 a {
		color:#fff;
}

.right .free-content1 a:hover {
		color:#ccc;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイトマップ・お問合せリンク
--------------------------------------------------------------------- */
.sub-contents {
	padding:0 10px 5px 0;
	font-size:85% !important;
	font-size:80%;
	text-align:right;
	color:#fff;
}

.sub-contents a:link,
.sub-contents a:visited,
.sub-contents a:active {
	text-decoration:none;
	color:#fff;
}

.sub-contents a:hover {
	text-decoration:none;
	color:#ccc;
}

.search-content form {
	text-align: right;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]検索フォーム
--------------------------------------------------------------------- */

.widget-header-search {
	font-size:85% !important;
	font-size:80%;
}

.search-content {
	padding:0 15px 5px 0;
	color:#fff;
}

.search-content label {
	display:inline;
}

.widget-header-search .box {
	width:160px;
}

.widget-header-search .submit {
	font-size:95% !important;
	font-size:90%;
	background-color: #CCCCCC;
	color:#666;
	border:1px solid #999999;
	padding:0 2px;
	height:19px;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]フリーエリア
--------------------------------------------------------------------- */
.free-content2 {
	font-size:95% !important;
	font-size:90%;
	padding:0;
	background:#EEFFDB;
	color:#333;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]メイン画像
--------------------------------------------------------------------- */
#head-main-inner .main_image {
	clear:both;
	margin: 0;
	padding: 0;
	_height:1px;
	text-align:center;
}

#head-main-inner .main_image img {
	margin:0px;
	vertical-align: bottom;
}

/* ---------------------------------------------------------------------
Widget：[メイン]メイン画像
--------------------------------------------------------------------- */
#alpha .main_image {
	margin-bottom: 20px;
}


/* ---------------------------------------------------------------------
Widget：[メイン]ウェルカムメッセージ
--------------------------------------------------------------------- */
#welcome_message {
	margin-bottom:20px;
}

#welcome_message h3.title {
	_height:1px;
	padding:10px 0 8px 20px;
	font-weight:bold;
	background: url(m_welcome_message_h3.jpg) no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	line-height:1.2;
	color:#fff;
	margin: 0;
}

#welcome_message .content {
	margin:0;
	padding:15px 3px 10px 3px;
}


/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
#top-news {
	margin-bottom:20px;
}

#top-news h3 {
	margin:0 0 5px 0;
	_height:1px;
	padding:23px 50px 5px 5px;
	font-weight:bold;
	background: url(m_top_news_h3.gif) right bottom no-repeat;
	font-size:120% !important;
	font-size:115%;
	line-height:1.2;
}

#top-news .news {
	padding:2px 10px 2px 3px;
}

#top-news .day {
	float: left;
	width: 85px;
	padding: 0 0 0 17px;
	background: url(m_top_news_arrow.gif) no-repeat 0 center;
	font-size:115% !important;
	font-size:110%;
}

#top-news .title {
	float: right;
	padding-left:7px;
	width: 465px;
}

.layout-twt #top-news .title {
	width: 280px;
}

/* ---------------------------------------------------------------------
Widget：[メイン]トップ表示記事
--------------------------------------------------------------------- */
#top-entry {
	margin-bottom:20px;
}

#top-entry h3.title {
	margin:0 0 5px 0;
	_height:1px;
	padding:23px 50px 5px 5px;
	font-weight:bold;
	background: url(m_top_entry_h3.gif) right bottom no-repeat;
	font-size:120% !important;
	font-size:115%;
	line-height:1.2;
}

#top-entry .content {
	padding:10px;
}

#top-entry .asset-more-link {
	font-size:85% !important;
	font-size:80%;
	padding:0 0 10px;
}


/* ---------------------------------------------------------------------
Widget：[メイン]カテゴリー表示記事
--------------------------------------------------------------------- */
#top-category {
	margin-bottom:20px;
}

#top-category h3.title {
	margin: 0 0 10px;
	_height:1px;
	padding:10px 0 8px 20px;
	font-weight:bold;
	background: url(m_top_category_h3.jpg) no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	line-height:1.2;
	color:#fff;
}

.top-category-content {
	margin:0;
	padding:10px;
	background: #F2F2F2;
	border: 1px solid #999999;
	margin:0 0 10px 0;
}

.top-category-content h4.name {
	_height:1px;
	padding:10px 0 7px 25px;
	background: url(m_top_category_h4.gif) no-repeat left 6px;
	font-weight:bold;
	line-height:1.2;
	font-size:115% !important;
	font-size:110%;
}


#top-category .content {
	margin:0;
	padding:5px 3px 10px 3px;

}

#top-category .asset-more-link {
	font-size:85% !important;
	font-size:80%;

}

/* ---------------------------------------------------------------------
Widget：[メイン]フリーエリア
--------------------------------------------------------------------- */
.free-content3 {
	margin-bottom:20px;
	padding:0;
}


/* ---------------------------------------------------------------------
Widget：[サイド]メインメニュー
--------------------------------------------------------------------- */
.widget-main-menu {
	width:200px;
	margin:5px 0 20px;
	padding: 0;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	width:170px;
	margin:0 10px;
	font-size:105% !important;
	font-size:100%;
	line-height:1.2;
	font-weight: normal;
}

.widget-main-menu .menu-list-item {
	width: 180px;
}

.widget-main-menu .menu-list-item a {
	display:block;
	width:150px;
	padding:8px 0 8px 30px;
	background:url(s_menu_list_item_arrow.gif) no-repeat 0 4px;
	text-decoration:none;
	color: #30271F;
	border-bottom: 1px solid #C9E4BE;
}

.widget-main-menu .menu-list-item a:hover {
	text-decoration:underline;
}

.widget-main-menu .menu-list .menu-list a {
	display:block;
	width:130px;
	padding:8px 0 8px 50px;
	background:url(s_menu_list_item_arrow2.gif) no-repeat 30px 12px;
	text-decoration:none;
	color: #30271F;
	border-bottom: 1px solid #C9E4BE;
}

.widget-main-menu .menu-list .menu-list a:hover {
	text-decoration:underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget-side-search {
	width:180px;
	margin:5px 0 15px 0;

}


.widget-side-search .widget-header {
	width:155px;
	margin:0 0 3px 10px;
	padding:2px 0 2px 25px;
	background: url(s_search_bg.jpg) no-repeat 0px top;
	font-size: 115% !important;
	font-size: 110%;
	color:#FFF;
	font-weight:bold;
}

.widget-side-search .widget-content {
	width:170px;
	padding:5px;
	margin-right: 10px;
	margin-left: 10px;
	font-size:90% !important;
	font-size:85%;
	border-bottom: 1px solid #958E89;
}

.widget-side-search .box {
	width:165px;
}

.widget-side-search .submit {
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	padding:2px;
	height:1.7em;
	display: block;
	margin: 3px 0 0;
}

/* ---------------------------------------------------------------------
Widget：[サイド]rss
--------------------------------------------------------------------- */
.rss {
	width:170px;
	padding:0 0 15px 15px;
}

.rss-content {
	background: url(s_rss.gif) 0 center no-repeat;
	padding-left:18px;
}


/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 85% !important;
	font-size: 80%;
	line-height:1.4;
	width:160px;
	padding: 0 15px 0 15px;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
	padding:5px;
	background:#e5f8a6 url(s_company_bg.gif) no-repeat right bottom;
	word-break:break-all;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content4 {
	width:160px;
	line-height:1.4;
	font-size: 85% !important;
	font-size: 80%;
	padding: 5px 5px 10px 5px;
	margin: 10px 0 15px 14px;
	background:#d1f2ab url(s_free_bg.gif) no-repeat right bottom;
	overflow: hidden;
	word-break:break-all;

}

/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget-calendar {
	margin:5px 0 15px 0;
}

.widget-calendar .widget-header {
	width:155px;
	margin:0 0 5px 10px;
	padding:2px 0 2px 25px;
	font-size: 115% !important;
	font-size: 110%;
	color:#FFF;
	background: url(s_calender_bg.jpg) no-repeat 0 top;
	font-weight:bold;
}

.widget-calendar .widget-content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.widget-calendar .widget-content table {
	text-align:center;
	margin:0 auto;
	width: 150px;
}

.widget-calendar .widget-content table td {
	padding:1px 3px;
	font-size: 100% !important;
	font-size: 95%;
}

/* ---------------------------------------------------------------------
Widget：[サイド]ウェブページ一覧
--------------------------------------------------------------------- */
.widget-folders {
	width:180px;
	margin:5px 0 15px 10px;
	border-bottom: 1px solid #958E89;
}
.widget-folders .widget-content {
	width:170px;
	padding:5px;

}

.widget-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-list .widget-list {
	padding:0;
	margin:0;
}

.widget-list-item {
	margin:0;
	padding:1px 0 1px 30px;
	background: url(s_folders_arrow.gif) no-repeat 0px 5px;
	_height: 1px;
}



/* ---------------------------------------------------------------------
Widget：[フッター]フッターメニュー
--------------------------------------------------------------------- */
.widget-footer-menu {
	width:100%;
	background:#5d9b16;
	text-align:right;
	font-size: 95% !important;
	font-size: 90%;
}

.widget-footer-menu a {
	color:#fff;
	text-decoration:underline;
}
.widget-footer-menu a:hover {
	color:#CCDFFD;
	text-decoration:none;
}

.widget-footer-menu ul {
	padding:5px 10px;
}

.widget-footer-menu li {
	display: inline;
	padding: 0 5px 0 12px;
	border-right: 1px solid #FFFFFF;
}



/* ---------------------------------------------------------------------
Widget：[フッター]コピーライト
--------------------------------------------------------------------- */
#widget-copyright {
	width:100%;
	color: #333;
	width:100%;
	text-align: right;
}

#widget-copyright .copyright-content {
	padding:10px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
}

/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

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

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

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
</pre></body></html>