/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://fxtopics.com/script/mt-static/themes-base/blog.css);
/* end StyleCatcher imports */


/* ---------------------------------------------------------------------
Widget：追加
--------------------------------------------------------------------- */
/*
.widget
{
	border: solid 1px #B4E1F5;
}
*/
.widget-header
{
/*
	font-size: 95% !important;
	font-size: 90%;
*/
	font-weight: bold;
/*
	border:1px solid #b8b7b7;
	background:#fdead6;
*/
	width:178px;
	text-align:center;
	padding: 2px 0 0 3px;
	color:#535353;

	background: url(side-title.gif) no-repeat 0 0;
}
.menu-list-item li {
    height: 10px;
}
.menu-list-item ul {
    height: 10px;
}

strong {
    font-weight: bold;
    color: #cc0000;
}
em {
    font-weight: bold;
    color: #0000CC;
    font-style: normal;
}


img {
	vertical-align: middle;
}

.widget-recent-entries .widget-list-item
{
	font-size: 90% !important;
}
.nakadate
{
	text-align: right;
	padding-right: 15px;
	margin-top: -34px;
	font-size: 95%;
}

.content ul, .asset-content ul {
	list-style-type: disc;
	margin-left: 20px;
}
.content ol, .asset-content ol {
	list-style-type: decimal;
	margin-left: 20px;
}
.content blockquote, .asset-content blockquote {
	margin-left: 10px;
}
.content p, .asset-content p {
	margin-bottom: 10px;
}

/*** CSS *****/

.afbanner {
    margin-top: 3px;
}
.afdescr {
    font-weight: bold;
    color: #0000FF;
}


/* ---------------------------------------------------------------------
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 {
	background: #ffffff url(body_bg-twt.gif) 0 repeat-y;
}

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

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

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

/*2列左メニューの場合*/
.layout-tw #alpha {
	float: right;
	width: 640px;
	left: 5px;
	padding-right: 5px;
	margin-left:5px;
}

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

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

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

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

.layout-twt #beta {
	float:left;
	left: -519px;
	width: 180px;
	overflow: hidden;
/*	background: url(leftside-back.gif) repeat-y;*/
}

.layout-twt #gamma {
	float:left;
	left: 0;
	width: 180px;
	margin:0;
	overflow: hidden;
/*	background: url(rightside-back.gif) repeat-y;*/
	height: 100%;
}

/*共通*/
#alpha-inner {
	margin:0;
	padding:10px 5px 0 5px;
}
/*
#alpha-inner .content {
	font-size: 13px;
	line-height:1.2;

}
*/
#beta-inner {
	margin:0;
	padding:0;
	height:100%;
}

#gamma-inner {
	margin:0;
	padding:0;

}

/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	color:#303030;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
/*	background: #FFFFFF url(page-bg.gif) repeat-x top;*/
	background: #6687AA url(backblue.jpg) repeat-x top;
	background-attachment: fixed;
}

a {
	color: #003a91;
}

a:hover {
	color: #3f7edc;
}

.clear {
	clear:both;
}

/* ---　ページトップ　--- */
#gotop {
	clear:both;
	width:100%;
	margin:10px 0;
}

#gotop a {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url(pagetop.gif) no-repeat 0 0;
}

#gotop a:hover {
	font-size:75% !important;
	text-indent: -500px;
	height: 15px;
	width: 65px;
	display: block;
	float: right;
	overflow: hidden;
	background: url(pagetop_ov.gif) no-repeat 0 0;
}

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

.layout-wt .navi {
	margin:2px 5px 10px;
	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;
	background: url(body_bg-tw.gif) 0 repeat-y;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
}

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

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

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

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

#header-module-inner {
	width:880px;

/*	background: #ffffff url(title-banner.gif) no-repeat;*/
	background: #ffffff url(head.jpg) no-repeat;
	background-position: 30px 5px;
/*
	-moz-opacity :0.10;
	opacity :0.10;
	filter : alpha(opacity=10);
*/
 position:relative;
}

#header-contents {
/*	width:100%;*/
/*	background: url(title-bottom.gif) no-repeat bottom;*/
	padding-bottom: 10px;
}

#header-contents .left {
	width:800px;
	height:140px;
	margin-left: 30px;
	font-size:22px;
	font-weight:bold;
	float:left;
	z-index:999;
	position:relative;
/*	background: #FFFFFF url(title-back.gif) 20px no-repeat;*/
}


#header-contents .right {
	width:10px;
	float:right;
	height:10px;
}

#header-description {
	font-size:80%;
	line-height: 1.2;
	color: #737373;
	width:700px;
	padding:2px 5px;
/*	background:#ffffff;*/
}

#header-description2 {
	float:left;
	position:relative;
	left: 200px;
	font-size:12px;
	line-height: 1.2;
	color: #eee;
	width:600px;
	height:50px;
/*	background:#ffffff;*/
}

#head-main {
	width:880px;
	height:26px;
	background:#DDDDDD;
	border-bottom:dotted 1px #999999;
}

#head-main-inner {
/*	margin-left:auto;*/
	margin-left: 100px;
	margin-right:auto;
	width:680px;
	height:24px;
	background: url(calender-bg.gif) no-repeat 0px 2px;
/*	background:#fff;*/
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	margin:0 0 20px;
/*	_height:1px;*/
	
	clear: both;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:880px;
	clear:both;
	background:#f8f8f8;
}

.designed {
	text-align:right;
	padding:0 10px 5px;
	font-size:75%;
}

.designed a{
	color:#666;
}

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

/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	height:35px;
	padding:0px 0px 0 18px;
	background: url(top-category_bg.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
/*	color:#212121;*/
	color:#212121 !important;
	margin-bottom: 10px;
}

.layout-twt .archive-title {
	height:32px;
	padding:2px 0px 0 23px;
/*	background: url(top-category_bg_twt.gif) 0 -5px no-repeat;*/
	background: url(archive-bar.gif) 5px 0px no-repeat;
	margin-bottom: 10px;
	
}

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

.entry-asset {
	width:650px;
	padding:5px;
}

.layout-twt  .entry-asset {
	width:500px;
	padding:5px 8px 0 8px;
}


.asset-header {
	padding:0;
}

.asset-name {
/*	background: url(top-category_bg2.gif) no-repeat 0 0;*/
	background: url(maru_ar.gif) no-repeat 0 0;
	padding:2px 0 4px 20px;
	border-bottom:1px dotted #666666;
	color:#212121;
	font-weight:bold;
	line-height:1.2;
/*	_height:1px;*/
	font-size:100% !important;
	font-size:95%;
}

.asset-name a:link,
.asset-name a:hover,
.asset-name a:visited,
.asset-name a:active {
	text-decoration: none;
}


.layout-twt .asset-body {
/*	margin:5px;  */
	margin-left: auto;
	margin-right: auto;
}

.asset-body {
	margin:5px;
}

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

.asset-more-link {
	text-indent: -500px;
	height: 28px;
	clear:both;
	overflow: hidden;
}

.asset-more-link a {
	font-size:75% !important;
	text-indent: -500px;
	height: 28px;
	width: 141px;
	display: block;
	margin:0 0 10px 10px;
	background: url(syosai_bt.gif) no-repeat 0 0;
}

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

.asset-meta {
	text-align:right;
	margin-top:3px;
	padding: 5px 10px 15px 0;
	border-top: 1px dotted #CCCCCC;
/*	font-size:100% !important;*/
	font-size:95% !important;
}

.asset-meta a {
	font-size:95% !important;
}


/* ---------------------------------------------------------------------
トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.layout-twt #trackbacks {
	clear:both;
	width: 470px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#trackbacks .trackbacks-header {
	height:34px;
	color: #212121;
	background: url(trackback_tb-head-h2.gif) no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.trackbacks-info { 
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

.layout-twt .trackbacks-info {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

.trackback .inner {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.layout-twt .trackback .inner {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.trackback-footer {
	text-align:right;
	margin:0;
	font-size:95% !important;
	font-size:90%;
}

/* ---------------------------------------------------------------------
コメント
--------------------------------------------------------------------- */
#comments {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.layout-twt #comments {
	clear:both;
	width: 470px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#comments .comments-header {
	height:34px;
	color: #212121;
	background: url(comment_tb-head-h2.gif) no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

.comment {
	margin:10px;
}

.comment .inner {
	width: 530px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
	word-wrap: break-word; 
}

.layout-twt .comment .inner {
	width: 450px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 5px;
	word-wrap: break-word; 
}

.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:34px;
	color: #212121;
	background: url(comment_tb-head-h2.gif) no-repeat 0 0;
	padding: 6px 0 0 30px;
	font-size:100% !important;
	font-size:95%;
}

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


#comment-preview, #comment-submit, #comment-cancel {
	background: url(search2.gif) 0 0 no-repeat;
	border:none;
	height:20px;
	width:65px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
	font-size:100%;
}

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


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

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

.archive .archive-list-item .category_name {
	border-bottom:1px solid #ccc;
	margin-top:20px;
	padding:2px 0;
}

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

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

.archive .archive-list-item li {
	text-decoration:none;
	margin:5px 0;
	padding:2px 15px 2px 30px;
	background: url(arrow.gif) 15px center no-repeat;
}

/*サブカテゴリ*/
.archive .archive-list-item .archive-list-item {
	background:none;
	margin:0 0 0 20px;
	padding:0;
}

.archive .archive-list-item .archive-list-item .category_name {
	border-bottom:1px solid #ccc;
	padding:2px 0;
	margin-top:20px;
}

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

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

.archive .archive-list-item .archive-list-item li {
	margin:0;
	padding:0 15px;
}


/* ---------------------------------------------------------------------
コメントプレビュー/コメント完了
--------------------------------------------------------------------- */
.comment-title {
	padding-left:10px;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#737373;
	margin:0 14px 10px 0;
	border-bottom:1px solid #004200;
/*	_height:1px;*/
}

.layout-twt .comment-title {
	margin:0 14px 10px 10px;
}

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

.layout-twt .comment-container {
	margin:10px 10px 200px;
	width: 430px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-form-header {
	padding-left:10px;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#737373;
	margin:0 14px 10px 0;
	border-bottom:1px solid #004200;
/*	_height:1px;*/
}

.layout-twt .search-form-header {
	margin:0 14px 10px 10px;
}

.search-form-content {
	padding:10px;
}

.search-results-header {
	margin:25px 10px 10px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

.search-results-header2 {
	margin:10px 10px 30px;
	color:#333333;
	padding:1px 10px;	
	font-weight:bold;
}

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

.search-form-content .submit{
	background: url(search.gif) 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

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

.right h2 {
	text-align:right;
}

#header-name {
	width: 400px;
	height: 40px;
	color: #EEE;
	font-size:24px;
	margin:45px 0 0 200px;
	line-height: 1;
}
#header-name h2 {
	margin: 0;
}

#header-name a {
	text-decoration: none;
	font-weight: bold;
	color: #EEE;
}

#header-name a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFF;
}

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

/* ---------------------------------------------------------------------
Widget：[ヘッダー]フリーエリア
--------------------------------------------------------------------- */
.free-content1 {
	margin-bottom:4px;
	padding:2px 5px;
	line-height:1.3;
	font-size:85% !important;
	font-size:85%;
	word-wrap:break-word;
	float: right;
	clear: both;
}

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

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

.sub-contents a:hover,
.sub-contents a:active {
	text-decoration: underline;
	color:#737373;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]検索フォーム
--------------------------------------------------------------------- */
.widget-header-search {
	margin-bottom:5px;
	padding:2px 10px;
	text-align: right;
	font-size:80% !important;
	font-size:80%;
	clear: both;
	color: #999999;
}

.widget-header-search .box {
	margin-right:5px;
}

.widget-header-search .submit {
	background: url(search.gif) 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]フリーエリア
--------------------------------------------------------------------- */
.free-content2 {
	font-size:95% !important;
	font-size:90%;
/*	_height:1px;*/
	padding-bottom: 16px;
	background: #ffffff url(headmain_bottom_bg.jpg) no-repeat bottom;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]メイン画像
--------------------------------------------------------------------- */
 #head-main .main_image {
	clear:both;
	margin: 0;	
/*	_height:1px;*/
	padding-bottom: 16px;
	background: #ffffff url(headmain_bottom_bg.jpg) no-repeat bottom;	
}

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


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

#welcome_message h3.title {
	height:39px;
	padding:10px 10px 0 18px;
	background: url(message_bg.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
	margin: 0;
}

.layout-twt #welcome_message h3.title {
	background: url(message_bg_twt.gif) 0 0 no-repeat;
}

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


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

#top-news h3 {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url(news_bg.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.layout-twt #top-news h3 {
	height:30px;
	padding:10px 10px 0 18px;
	background: url(news_bg_twt.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

#top-news .news {
	padding:4px 10px 2px;
	border-bottom:1px solid #cdcccc;
	margin-right: 15px;
}

#top-news .day {
	float: left;	
	color:#666;
	width: 80px;
}

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

.layout-twt #top-news .title {
	float: right;
	padding-left:5px;
	width: 300px;
}



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

/*#top-entry h3.title {*/

#top-entry h3 {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url(titlebar.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

/*.layout-twt #top-entry h3.title {*/
.layout-twt #top-entry h3 {
	height:39px;
	padding:5px 0px 0 20px;
	background: url(titlebar.gif) 0 0 no-repeat;
}

#top-entry .content {
	margin:0;
	padding:5px 5px 0 5px;
}

#top-entry .asset-more-link {
	clear:both;
}

#top-entry .asset-more-link a {
	font-size:75% !important;
	text-indent: -500px;
	height: 28px;
	width: 141px;
	display: block;
	margin:0 0 10px 10px;
	background: url(syosai_bt.gif) no-repeat 0 0;
}

#top-entry .asset-more-link a:hover {
	background: url(syosai_bt_ov.gif) no-repeat 0 0;
}


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

#top-category h3.title {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url(top-category_bg.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#212121;
}

.layout-twt #top-category h3.title {
	background: url(top-category_bg_twt.gif) 0 0 no-repeat;
}


.top-category-content {
	margin-bottom:10px;
	background: #ffffff url(top_category_bg.gif) repeat-x top;
	width: 565px;
	border: 2px solid #dff1ff;
	margin-left: 8px;
	padding: 10px;
}

.layout-twt .top-category-content {
	margin-bottom:10px;
	background: #ffffff url(top_category_bg.gif) repeat-x top;
	width: 400px;
	border: 2px solid #dff1ff;
	margin-left: 8px;
	padding: 10px;
	overflow: hidden;
	padding: 10px;
}


.top-category-content h4.name {
	margin:0;
	background: url(top-category_bg2.gif) no-repeat 0 -3px;
	padding:0 0 4px 7px;
	border-bottom:1px solid #a8aeb2;
	color:#737373;
	font-weight:bold;
	line-height:1.2;
/*	_height:1px;*/
	font-size:100% !important;
	font-size:95%;
}

#top-category h4.name a {
	text-decoration:none;
}


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


#top-category .asset-more-link {
	clear:both;
}

#top-category .asset-more-link a {
	font-size:75% !important;
	text-indent: -500px;
	height: 28px;
	width: 141px;
	display: block;
	margin:0 0 10px 10px;
	background: url(syosai_bt.gif) no-repeat 0 0;
}

#top-category .asset-more-link a:hover {
	background: url(syosai_bt_ov.gif) no-repeat 0 0;
}



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


.layout-twt .free-content3 {
	width: 430px;
	margin-bottom:20px;
	margin-right: 15px;
	padding:0;
}


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

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

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:90%;
	width:180px;
	border-bottom: 1px dotted #cfcfcf;
}

.widget-main-menu .menu-list-item {
	color: #FF0;
	height:20px;
/*	font-size:15px;*/
}

.widget-main-menu .menu-list-item a {
	text-decoration:none;
	display:block;
	width:165px;
	border-top:1px dotted #cfcfcf;
	padding:2px 10px 3px 25px;
	color:#1b4c69;
	background:url(arrow.gif)  no-repeat 2px center;
	background-position: 2px 2px;
	font-size:90%;
}

.widget-main-menu .menu-list-item a:hover {
	text-decoration:none;
	color: #6BB4C4;
	background:url(arrow_over.gif) no-repeat 1px center;
	background-position: 2px 1px;
}

.widget-main-menu .menu-list .menu-list a {
	width:133px;
	display:block;
	padding:3px 10px 3px 37px;
	color:#000000; /*1b4c69;*/
	background:#eff8ff url(arrow2.gif) no-repeat 25px center;
	font-size:90%;
}

.widget-main-menu .menu-list .menu-list a:hover {
	text-decoration:none;
	color: #6BB4C4;
	background:#eff8ff url(arrow2.gif) no-repeat 25px center;
	
}

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


.widget-side-search .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	background:#ffffff;
	width:178px;
	padding:0 3px;
	color:#303030;
}

.widget-side-search .widget-content {
	width:170px;
	padding:3px;
	font-size:90% !important;
	font-size:95%;
}

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

.widget-side-search .submit {
	background: url(search.gif) 0 0 no-repeat;
	border:none;
	height:18px;
	width:57px;
	margin: 0 5px 5px 0;
	padding: 0;
	vertical-align: middle;
}

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

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

.rss-content a {
	color: #eb6100;
	text-decoration: none;
}

.rss-content a:hover {
	color: #FF3300;
	text-decoration: underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
	font-size: 95% !important;
	font-size: 90%;
	line-height:1.4;
	width:160px;
	margin: 10px 0 15px 4px;
	padding: 5px;
	border: 1px solid #bab7b8;
	background: #ffffff url(side_freearea_bg.gif) repeat-x top;
}

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content4 {
	width:160px;
	line-height:1.4;
	font-size: 95% !important;
	font-size: 90%;
	border: 1px solid #bab7b8;
	padding: 5px;
	background: #ffffff url(side_freearea_bg.gif) repeat-x top;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	overflow: hidden;
}


/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget-calendar {
	width:180px;
	margin:5px 0 15px;
	border-bottom:1px dotted #cfcfcf;
}

.widget-calendar .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px dotted #cfcfcf;
	background:#ffffff;
	width:178px;
	padding:0 3px;
	color:#303030;
}

.widget-calendar .widget-content {
	width:170px;
	padding:3px;

}

.widget-calendar .widget-content table {
font-size: 95% !important;
	font-size: 90%;
	color:#303030;	
	text-align:center;
	margin:0 auto;
}

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

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

.widget-folders .widget-content {
	width:178px;
	padding:3px;
	background:#ffffff;
}

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

.widget-list li a {
	text-decoration: none;
}
.widget-list li {
/*	height: 17px;*/
	padding-left: 14px;
	mergin-bottom: 3px;
	list-style:none;
	background: url(arrow2.gif) no-repeat 5px center;
	line-height:1.2;
	border-bottom: dotted 1px #888;
}

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

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



/* ---------------------------------------------------------------------
Widget：[フッター]フッターメニュー
--------------------------------------------------------------------- */
.widget-footer-menu {
	text-align:center;
	background:#f8f8f8;
	width:100%;
	border-top:8px solid #c9c9c9;
}

.widget-footer-menu ul {
	padding:2px 0;
}

.widget-footer-menu li {
	display: inline;
	padding: 0 7px;
}


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

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

