@charset "utf-8";

/* 
name: syukuhaku_d1
designer: 
designer_url: 
layouts: layout-tw,layout-wt,layout-twt
Ver1.01 2008/07/14
*/


/* ---------------------------------------------------------------------
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: 10px;
}

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

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

/*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) no-repeat;
}


/*共通*/
#alpha-inner {
	margin:0;
	padding:20px 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:#000000;
	background:#fefff0 url(body_bg.jpg) repeat-x top;
}

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

a:hover {
	color: #278a27;
}

.clear {
	clear:both;
}

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

#gotop a {
	background: url(gotop_text.gif) no-repeat;
	display: block;
	height: 11px;
	width: 101px;
	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 #362e2b;
	border-right:1px solid #362e2b;
	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 #362e2b;
	border-right:1px solid #362e2b;
	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 #362e2b;
	border-right:1px solid #362e2b;
	background: url(container_bg_twt.jpg) repeat-y;
}

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

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

#header-module-inner {
	background:#fbf4f0 url(header_bg.jpg) repeat-x top;
	width:830px;
	
}

#header-contents {
	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: 8px 10px 7px;
	visibility: visible;
	background:url(header_border.jpg) repeat left top;
	font-size:90% !important;
	font-size:80%;
	color: #fff;
}

#head-main {
	width:830px;
}

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

/* ---------------------------------------------------------------------
ヘッダーメニュー
--------------------------------------------------------------------- */
#header-menu {
}

#header-menu-inner {
	display: block;
	background-image: url(./navi.gif);
	height: 44px;
	/*
	padding-left: 25px;
	*/
	left: 1px;
	bottom: 0px;
}

#header-menu-inner ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
	margin: 0;
	overflow: hidden;
}
#header-menu-inner li {
	display: block;
	width: 138px;
	float: left;
}
#header-menu-inner li:last {
	width: 140px;
}
#header-menu-inner li a, #header-menu-inner li strong {
	width: 138px;
	line-height: 16px;
	display: block;
	/*
	float: left;
	*/
	height: 32px;
	width: auto;
	/*
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	*/
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0F0F0;
	padding-top: 6px;
	text-align: center;
}
#header-menu-inner li a span {
	line-height: 10px;
	font-size: 10px;
	color: #F3CFD8;
}
#header-menu-inner li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #CA4A61;
}
#header-menu-inner li a:hover span {
	color: #D44566;
}
#header-menu-inner li a {
	background-image: url(./navi_li.gif);
}
#header-menu-inner li a:hover {
	background-image: url(./navi_li_ov.gif);
	color: #D44566;
}
#header-menu-inner li strong {
	background-image: url(./navi_li_st.gif);
	color: #101010;
	font-weight: normal;
}

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

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

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

.designed a {
}

.designed a:hover {
}


/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	_height:1px;
	padding:7px 0 5px 10px;
	margin:0 0 10px;
	line-height:1.2;
	background: url(m_archive-content_h1_2cl.gif) no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	color:#000000;
}

.layout-twt .archive-title {
	background: url(m_archive-content_h1_3cl.gif) no-repeat left top;
	font-size:105% !important;
	font-size:100%;
}


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


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

.asset-header {
	padding:0;
}

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


/* 画像枠 */
.entry-asset img {
	background-color:#fcf8f3;
	padding: 3px;
}

.page-asset .asset-name {
	_height:1px;
	padding:6px 10px 4px 20px;
	background: #6382C1;
	font-size:130% !important;
	font-size:125%;
	font-weight:bold;
	color:#FFF;
}

.layout-twt .page-asset .asset-name {
	
}

.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 {
	text-align:right;
}

.asset-more-link a {
	margin:0 5px 0 0;
	padding:0 0 0 15px;
	background: url(m_asset_more_link.gif) no-repeat left center;
}

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


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

#trackbacks .trackbacks-header {
	background: url(m_trackbacks_header_h2_2cl.gif) no-repeat left top;
	_height:1px;
	padding:8px 10px 8px 30px;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
}

.layout-twt #trackbacks .trackbacks-header {
	background: url(m_trackbacks_header_h2_3cl.gif) no-repeat left top;
}

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

.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 {
	_height:1px;
	padding:8px 10px 8px 20px;
	background: url(m_comments_header_h2_2cl.gif) no-repeat left top;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
}

.layout-twt #comments .comments-header {
	background: url(m_comments_header_h2_3cl.gif) no-repeat left top;
}

#comments .comments-open-header {
padding:8px 10px 8px 20px;
	background: url(m_comments_header_h2_2cl.gif) no-repeat left top;
	font-size:105% !important;
	font-size:100%;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
}

.layout-twt #comments .comments-open-header {
	background: url(m_comments_header_h2_2cl.gif) no-repeat left top;
}


.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 14px;
	font-weight:bold;
	background:url(m_sitemap_list1.gif) 10px center no-repeat;
	font-size:115% !important;
	font-size:110%;
}

.archive .archive-list-item .category_name a {
	text-decoration:underline;
	color:#003300;
}

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

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

.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 0;
	padding:0 0 5px 0;
}

.archive .archive-list-item li {
	text-decoration:none;
	margin:0 0 0 25px;
	padding:2px 12px;
	background: url(m_sitemap_list2.gif) 10px center 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 #000000;
}

.archive .archive-list-item .archive-list-item .category_name {
	margin:0;
	padding:0 0 0 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 0;
}

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

.archive .archive-list-item .archive-list-item a {
	background: url(m_sitemap_list2.gif) 0 center 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;
	padding:5px 0 4px 10px;
	background: url(m_archive-content_h1_2cl.gif) no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	color:#000000;	

	
}

.layout-twt .comment-title {
	background: url(m_archive-content_h1_3cl.gif) no-repeat left top;
}

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

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-form-header {
	_height:1px;
	padding:5px 0 4px 10px;
	background: url(m_archive-content_h1_2cl.gif) no-repeat left top;
	font-size:120% !important;
	font-size:115%;
	font-weight:bold;
	color:#000000;
}

.layout-twt .search-form-header {
	background: url(m_archive-content_h1_3cl.gif) no-repeat left top;
}

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

.search-results-header2 {
	_height:1px;
	padding:6px 10px 4px 10px;
	margin:10px 0 10px 0;
	background: #dfcdb5;
	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;
}

/* ---------------------------------------------------------------------
フォトギャラリー
--------------------------------------------------------------------- */
.gallery {
}
.gallery_photo_row {
	clear: both;
	margin: 20px 0;
}
.gallery_photo_block {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	margin: 7px 6px 7px 7px;
	width: 180px;
	vertical-align: top;
}
.gallery_photo {
	width: 180px;
	height: 180px;
	text-align:center;
}
.gallery_photo_caption {
	margin: 10px 0 0;
}


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

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

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

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

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

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

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

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

.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:#333333;
	border:1px solid #999999;
	padding:0 2px;
	height:19px;
}


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


/* ---------------------------------------------------------------------
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:5px 0 4px 10px;
	font-weight:bold;
	background: url(m_welcome_message_h3_2cl.gif) no-repeat left top;
	font-size:130% !important;
	font-size:125%;
	line-height:1.2;
	color:#000000;
	margin: 0;
}

.layout-twt #welcome_message h3.title {
	background:url(m_welcome_message_h3_3cl.gif) no-repeat left top;	
}

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


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

#top-news h3 {
	margin: 0;
	background: url(m_top_news_h3_2cl.gif) no-repeat left center;
	_height:1px;
	padding:5px 10px 0 10px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
}

.layout-twt #top-news h3 {
	background:url(m_top_news_h3_3cl.gif) no-repeat left center;
}

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

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

#top-news .title {
	float: left;
	padding-left:7px;
	/*
	width: 470px;
	*/
}

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

#welcome_message .content img {
	background-color:#fcf8f3;
	padding: 3px;
}

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

#top-entry h3.title {
	margin: 0;
	padding:9px 10px 3px 20px;
	font-size:115% !important;
	font-size:110%;
	font-weight:bold;
	background:url(m_top_entry_h3_2cl.gif) no-repeat left center;
	border-bottom: 1px solid #ffffff;
}

.layout-twt #top-entry h3.title {
	background: url(m_top_entry_h3_3cl.gif)  no-repeat left center;
	
}


#top-entry .content {
	padding:10px;
	background: url(m_top_entry_bg.gif) repeat-x;
}

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

#top-entry .content img {
	background-color:#fcf8f3;
	padding: 3px;
}


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

#top-category h3.title {
	margin: 0;
	_height:1px;
	padding:5px 0 4px 10px;
	font-weight:bold;
	background:url(m_top_category_h3.gif) no-repeat left top;
	font-size:130% !important;
	font-size:125%;
	line-height:1.2;
	color:#000000;
	font-weight:bold;
}

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

.top-category-content h4.name {
	margin:0;
	padding:5px 5px 5px 32px;
	_height:1px;
	background: url(m_top_category_h4.gif) no-repeat left center;
	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%;
}

#top-category .content img {
	background-color:#fcf8f3;
	padding: 3px;
}

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


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

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

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

.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 center;
	text-decoration:none;
	color: #59493f;
	/*
	border-bottom: 1px solid #59493f;
	*/
}

.widget-main-menu .menu-list-item a:hover {
	display:block;
	width:150px;
	padding:8px 0 8px 30px;
	background:url(s_menu_list_item_arrow_hover.gif) no-repeat 0 center;
	text-decoration:underline;
	color: #401f0a;
	/*
	border-bottom: 1px solid #59493f;
	*/
}

.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 center;
	text-decoration:none;
	color: #59493f;
	/*
	border-bottom: 1px solid #59493f;
	*/
}

.widget-main-menu .menu-list .menu-list a:hover {
	display:block;
	width:130px;
	padding:8px 0 8px 50px;
	background:url(s_menu_list_item_arrow_hover2.gif) no-repeat 30px center;
	/*
	border-bottom: 1px solid #59493f;
	*/
	color: #401f0a;
	text-decoration:underline;
}

/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget-side-search {
	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_calender_h3.jpg) center no-repeat;
	font-size: 115% !important;
	font-size: 110%;
	color:#d1c0a5;
}

.widget-side-search .widget-content {
	width:170px;
	padding:5px;
	margin-right: 10px;
	margin-left: 10px;
	font-size:90% !important;
	font-size:85%;
}

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

.widget-company .widget-content {
	width: 100%;
	overflow: hidden;
	padding:5px;
	/*
	background:#FFFFFF url(s_company_bg.jpg) repeat-x top;
	*/
}

/* ---------------------------------------------------------------------
Widget：[サイド]フリーエリア
--------------------------------------------------------------------- */
.free-content4 {
	width:160px;
	line-height:1.4;
	font-size: 85% !important;
	font-size: 80%;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 14px;
	overflow: hidden;
	/*
	background:#FFFFFF url(s_free_content4_bg.jpg) repeat-x top;
	*/
}

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

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

.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;
}
.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:0 0 0 17px;
	background: url(s_folders_arrow.gif) no-repeat 0 center;
	_height: 1px;
}



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

.widget-footer-menu a {
	
	text-decoration:underline;
}
.widget-footer-menu a:hover {
	
	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 #ece9e7;
}



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

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