@charset "utf-8";

/* 
name: bi-ki_a2
designer: Nao
layouts: layout-tw,layout-wt,layout-twt
Ver2.01 2009/07/05
*/


/* ---------------------------------------------------------------------
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;
}

#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: 178px;
	overflow: hidden;border:1px solid #ccc4c4;
}

/*2列右メニューの場合*/
.layout-wt #alpha {
	float: left;
	width: 640px;
	left: 0;
	margin-left:5px;
}

.layout-wt #beta {
	float:right;
	left: 0;
	width: 178px;
	margin-right:0;
	overflow: hidden;border:1px solid #ccc4c4;
}

/*3列メニューの場合*/
.layout-twt #alpha {
	float: left;
	width: 469px;
	left: 178px;
	margin:0;
	overflow: hidden;
}

.layout-twt #beta {
	float:left;
	left: -469px;
	margin:0;
	width: 178px;
	overflow: hidden;border:1px solid #ccc4c4;
}

.layout-twt #gamma {
	float:left;
	margin:0;
	width: 178px;
	overflow: hidden;border:1px solid #ccc4c4;
}


/*共通*/
#alpha-inner {
	margin:0;
	padding:10px 10px 0;
}

#beta-inner {
	margin:0;
	padding:0;
}

#gamma-inner {
	margin:0;
	padding:0;

}
/* ---------------------------------------------------------------------
ページ全体
--------------------------------------------------------------------- */
body {
	text-align:center;
	color:#333;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	
background: #FFFFFF ;
}

a {
	color: #996600;
}

a:hover {
	color: #cc3300;
}

.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;
	border-left:1px solid #ccc4c4;
	border-right:1px solid #ccc4c4;
        background: #FFFFFF;
	/*background: url(body_bg-tw.gif) 0 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 #ccc4c4;
	border-right:1px solid #ccc4c4;
        background: #FFFFFF;
	/*background: url(body_bg-wt.gif) 0 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 #ccc4c4;
	border-right:1px solid #ccc4c4;
        background: #FFFFFF;
	/*background: url(body_bg-twt.gif) 0 repeat-y;*/
}

/*共通*/
#container-inner {
	position: relative;
	width:830px;
}

/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header-module {
	width:830px;
}

#header-module-inner {
	width:830px;
/*	background:#f2e7b3;*/ background: #FFFFFF;
}

#header-contents {
	width:100%;
/*	background:#f2e7b3;*/ background: #FFFFFF;
	padding-bottom: 50px;
}

#header-contents .left {
	width:60%;
	float:left;
}

#header-contents .right {
	width:40%;
	float:right;

}

#header-description {
	font-size:80%;
	line-height: 1.2;
	color: #555555;
	width:820px;
	padding:2px 5px;
/*	background:#f2e7b3;*/ background: #FFFFFF;
}

#head-main {
	width:830px;
}

#head-main-inner {
/*	background:#f2e7b3;*/ background: #FFFFFF;
}

/* ---------------------------------------------------------------------
Content
--------------------------------------------------------------------- */
#content {
	margin:0 0 5px;
	_height:1px;
	border-top: 1px solid #d8d8d8;
	padding-top: 5px;
	clear: both;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	width:830px;
	clear:both;
	background:#f2e7b3;
	border-top:8px solid #f5912d;
	color:#666;
}

.designed {
	text-align:right;
	padding:0 10px 5px;
	font-size:75%;
}

.designed a{
	color:#666;
}

.designed a:hover{
	text-decoration:none;
}


/* ---------------------------------------------------------------------
投稿記事
--------------------------------------------------------------------- */
.archive-title {
	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:#555555;
	margin-bottom: 5px;
}

.layout-twt .archive-title {
height:39px;
	padding:10px 10px 0 18px;
	background: url(top-category_bg_twt.gif) 0 0 no-repeat;
	margin-bottom: 5px;
	
}

.archive-title em {
	font-style:normal;
}

.entry-asset {
width:590px;
padding:5px;
}

.layout-twt  .entry-asset {
width:430px;
padding:5px;
}


.asset-header {
	padding:0;
}

.asset-name {	background: url(top-category_bg2.gif) no-repeat 0 -3px;
	padding:0 0 4px 25px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;margin:10px 0px 0px 0px;
	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:10px;
}

.asset-body {
	margin:5px 15px 15px 15px;
}

.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:10px;
	padding:10px;
	border-top: 1px dotted #CCCCCC;
	font-size:100% !important;
	font-size:95%;
}


/* ---------------------------------------------------------------------
トラックバック
--------------------------------------------------------------------- */
#trackbacks {
	clear:both;
	width: 580px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.layout-twt #trackbacks {
	clear:both;
	width: 400px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#trackbacks .trackbacks-header {

	height:34px;
	color: #2c2c2c;
	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: 420px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#comments .comments-header {
	height:34px;
	color: #2c2c2c;
	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: 400px;
	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: #2c2c2c;
	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:10px;
	padding:2px 0;
}

.archive .archive-list-item a {
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 10px;
}


.archive .archive-list-item ul {
	margin:5px 0;
}

.archive .archive-list-item li {
	text-decoration:none;
	margin:0;
	padding:2px 15px 2px 20px;
	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:10px;
}

.archive .archive-list-item .archive-list-item a {
	display:block;
	text-decoration:none;
	margin:0;
	padding: 0 10px 0 15px;
}

.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 {
	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:#555555;
}

.layout-twt .comment-title {
	height:39px;
	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:#555555;
}

.comment-container {
	margin:10px 20px 200px;
}

.layout-twt .comment-container {
	margin:10px 10px 200px;
	width: 380px;
}

/* ---------------------------------------------------------------------
検索結果ページ
--------------------------------------------------------------------- */
.search-form-header {
	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:#555555;
	margin-bottom: 10px;
}

.layout-twt .search-form-header {
	height:39px;
	padding:10px 10px 0 18px;
	background: url(news_bg_twt.gif) 0 0 no-repeat;
	margin-bottom: 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:25px 10px 10px;
	color:#333333;
	padding:1px 10px;
	background: #f2d19c;
	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 {
	color: #666666;
	font-size:100%;
	font-weight:normal;
	margin:5px;
	line-height: 1.5;
}

#header-name a {
	text-decoration: none;
}

#header-name a:hover {
	text-decoration: underline;
}



/* ---------------------------------------------------------------------
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:#666666;
}

.sub-contents a:hover,
.sub-contents a:active {
	text-decoration: underline;
	color:#666666;
}
/* ---------------------------------------------------------------------
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%;
	padding:0;
	border-bottom:9px solid #ffffff;
	background:#ffffff;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダーメイン]メイン画像
--------------------------------------------------------------------- */
 #head-main .main_image {
	clear:both;
	margin: 0;
	padding: 0;
	border-bottom:9px solid #ffffff;
	background:#ffffff;
	_height:1px;
}

/* ---------------------------------------------------------------------
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:#555555;
	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-bottom:20px;
	padding:0 0 10px;
}

#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:#555555;
}

.layout-twt #top-news h3 {
	height:39px;
	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:#555555;
}

#top-news .news {
	padding:4px 10px 2px;
	border-bottom:1px solid #cac9c9;
	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:20px;
}

#top-entry h3.title {
	margin: 0;
	height:39px;
	padding:10px 10px 0 18px;
	background: url(title_bg.gif) 0 0 no-repeat;
	font-size:110% !important;
	font-size:105%;
	font-weight:bold;
	color:#555555;
}

.layout-twt #top-entry h3.title {
height:39px;
	padding:10px 10px 0 18px;
	background: url(title_bg_twt.gif) 0 0 no-repeat;
}

#top-entry .content {
	margin:0;
	padding:10px;
}

#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:#555555;
}

.layout-twt #top-category h3.title {
	background: url(top-category_bg_twt.gif) 0 0 no-repeat;
}


.top-category-content {
	margin-bottom:10px;
	background-color: #FFFFFF;
	width: 565px;
	border: 2px solid #f2d19c;
	margin-left: 8px;
	padding: 10px;
}

.layout-twt .top-category-content {
	margin-bottom:10px;
	background-color: #FFFFFF;
	width: 400px;
	border: 2px solid #f29c9f;
	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 25px;
	border-bottom:1px dotted #666666;
	color:#555555;
	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 15px;
}

.widget-main-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu .menu-content {
	font-size:100% !important;
	font-size:95%;
	width:180px;
	border: 1px solid #cfcfcf;
}

.widget-main-menu .menu-list-item {
	color: #FF0;
}

.widget-main-menu .menu-list-item a {
	text-decoration:none;
	display:block;
	width:150px;
	border:1px solid #cfcfcf;
	padding:3px 10px 3px 20px;
	color:#59493f;
	background:url(arrow.gif)  no-repeat 5px center;
}

.widget-main-menu .menu-list-item a:hover {
	text-decoration:none;
	color: #652600;
	background:url(arrow_over.gif) no-repeat 5px center;
	
}

.widget-main-menu .menu-list .menu-list a {
	width:130px;
	display:block;
	padding:3px 10px 3px 40px;
	color:#59493f;
	background:url(arrow.gif)  no-repeat 25px center;
}

.widget-main-menu .menu-list .menu-list a:hover {
	text-decoration:none;
	color: #652600;
	background:url(arrow_over.gif) no-repeat 25px center;
	
}
.widget-main-menu2 {
	width:180px;
	margin:5px 0 15px;
}

.widget-main-menu2 ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.widget-main-menu2 .menu-content {
	font-size:100% !important;
	font-size:95%;
	width:180px;
	border: 1px solid #cfcfcf;
}

.widget-main-menu2 .menu-list-item {
	color: #FF0;
}

.widget-main-menu2 .menu-list-item a {
	text-decoration:none;
	display:block;
	width:150px;
	border:1px solid #cfcfcf;
	padding:3px 10px 3px 20px;
	color:#59493f;
	background:url(arrow.gif)  no-repeat 5px center;
}

.widget-main-menu2 .menu-list-item a:hover {
	text-decoration:none;
	color: #652600;
	background:url(arrow_over.gif) no-repeat 5px center;
	
}

.widget-main-menu2 .menu-list .menu-list a {
	width:130px;
	display:block;
	padding:3px 10px 3px 40px;
	color:#59493f;
	background:url(arrow.gif)  no-repeat 25px center;
}

.widget-main-menu2 .menu-list .menu-list a:hover {
	text-decoration:none;
	color: #652600;
	background:url(arrow_over.gif) no-repeat 25px center;
	
}
/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */
.widget-side-search {
	width:179px;
	margin:5px 0 15px;
	border-top:1px solid #b8b7b7;
	border-bottom:1px solid #b8b7b7;
}


.widget-side-search .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px solid #b8b7b7;
	background:#888888;
	width:178px;
	padding:0 3px;
	color:#ffffff;
}

.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;
	font-size:100%;
}



/* ---------------------------------------------------------------------
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%;
	margin: 10px 0 15px 4px;
	border: 1px solid #bab7b8;
	padding: 5px;
	background: #ffffff url(side_freearea_bg.gif) repeat-x top;
	overflow: hidden;
}


/* ---------------------------------------------------------------------
Widget：[サイド]カレンダー
--------------------------------------------------------------------- */
.widget-calendar {
	width:179px;
	margin:5px 0 15px;
	border-top:1px solid #b8b7b7;
	border-bottom:1px solid #b8b7b7;
}

.widget-calendar .widget-header {
	font-size: 95% !important;
	font-size: 90%;
	border-bottom:1px solid #b8b7b7;
	background:#fdead6;
	width:178px;
	padding:0 3px;
	color:#737373;
}

.widget-calendar .widget-content {
	width:170px;
	padding:3px;

}

.widget-calendar .widget-content table {
	font-size: 95% !important;
	font-size: 90%;
	color:#737373;	
	text-align:center;
	margin:0 auto;
}

.widget-calendar .widget-content table td {
	font-size: 95% !important;
	font-size: 90%;
	padding:1px 3px;
	color:#737373;	
}

/* ---------------------------------------------------------------------
Widget：[サイド]ウェブページ一覧
--------------------------------------------------------------------- */
.widget-folders {
	width:178px;
	margin:5px 0 15px;
	border:1px solid #b8b7b7;

}
.widget-folders .widget-content {
	width:176px;
	padding:3px;
	background:#ffffff;
}

.widget-list {
	margin: 0;
	padding: 0;
}

.widget-list li {
	padding-left: 15px;
	list-style:none;
	background: url(arrow.gif) no-repeat left center;
	_height: 1px;
}

.widget-list .widget-list {
	padding:0;
	margin:0;
}

.widget-list-item {
	margin:0;
	padding:0;
}



/* ---------------------------------------------------------------------
Widget：[フッター]フッターメニュー
--------------------------------------------------------------------- */
.widget-footer-menu {
	text-align:center;
	background:#f2e7b3;
	width:100%;
}

.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;
	font-size: 85% !important;
	font-size: 80%;
}



	/* テーブル

	---------------------------------------------*/
    table {  border:none; width:100%;text-align: center;
}

  table.nao {  border:solid 1px; width:100%;border-color:#be864f;
}
  th.nao { border:solid 1px ;background-color:#faeada;padding-left:10px;
}
  td.nao { border:solid 1px ;background-color:#eddecf;padding-left:10px;
}
            

 table.nao {
           table-layout:auto;
           text-align: left;
           }
 table.nao2 { border:solid 1px;
           width:570px;margin: 10px 0px 10px 0px;
           text-align: center;
           }

  th.nao2 { font-size: 90%;border:solid 1px ;color:#666666;background-color:#fff4d6;text-align: center;
}
  td.nao2 { font-size: 120%;border:solid 1px ;color:#666666;background-color:#f9f5ed;text-align: center;
}
  th.nao3 { font-size: 120%;border:solid 1px ;color:#666666;background-color:#ffffff;text-align: center;
}
  td.nao3 { font-size: 120%;border:solid 1px ;color:#666666;background-color:#f9f5ed;text-align: center;
}
  th.nao4 { font-size: 130%;border:solid 1px ;color:#eb3c67;background-color:#fff4d6;font-weight:bolder;text-align: center;
}
  td.nao5 { font-size: 90%;border:solid 1px ;color:#666666;background-color:#ffffff;text-align: center;
}
  td.nao6 { font-size: 130%;border:solid 1px ;color:#eb3c67;background-color:#ffffff;font-weight:bolder;text-align: center;
}
	/* リスト

	---------------------------------------------*/


.list001 {
	width:580px;
	margin: 10px 10px 10px 0px;
	text-align:center;
}
.list001 ul {
}
.list001 li {display:inline;
	width:260px;height:200px;
	margin: 0px 5px 0px 0px;
	float:left;
	padding:5px;
	
	
}


.list002 {
	width:-200px;
	margin: 10px;
	text-align:left;
         
}
.list002 ul {
}
.list002 li {
	width:250px;
	margin: 0px 0px 5px 0px;
	float:right;
	padding:0px 0px 5px 10px;
	
}
.list003 {
	width:580px;
	margin: 10px 10px 10px 0px;
	text-align:center;
}
.list003 ul {
}
.list003 li {display:inline;
	width:300px;height:350px;
	margin: 0px 5px 0px 0px;
	float:left;
	padding:5px;
	
	
}
.free-content1 {
	margin-bottom:4px;
	padding:2px 5px;
	line-height:1.3;
	font-size:85% !important;
	font-size:85%;width:250px;
	word-wrap:break-word;
	float: right;
	clear: both;
}

.sub-contents {
	margin-bottom:0px;
	margin:0px 10px 0px -180px;
		float: left;
	width:480px;
	clear: both;

}

#header-contents {

	width:100%;
/*	background:#f2e7b3;#f5912d;*/ background: #FFFFFF;	border-bottom:10px solid #f2e7b3;
	padding-bottom: 0px;
}

#header-contents .left {
	width:60%;
	float:left;/*	background:#f2e7b3;*/ background: #FFFFFF;
}

#header-contents .right {
	width:40%;
	float:right;	/*	background:#f2e7b3;*/ background: #FFFFFF;

}

#header-description {
	font-size:80%;
	line-height: 1;
	color: #555555;
	width:820px;
	padding:2px ;
/*	background:#f2e7b3;*/ background: #FFFFFF;
}

.logo {margin-top: 0px;
border:solid 1px #333333;
}


#productlist1 {
margin-left: 0px;
}

#productlist1 li {display:inline;
float: left;
width: 183px;
margin: 5px;

}

#productlist1 h3 span {
diplay: block;
padding: 3px 0;
width: 183px;
color: #333333;text-align: left;
font-size: 80% !important;

}


#productlist1 dl {
margin: 1px 0;
font-size: 90%;text-align: center;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;

}
#productlist1 dt {
padding: 2px 0;
text-align: center;
background: #E5daca;
border-top: 1px solid #DABF9A;
}

#productlist1 dd {
padding: 2px 0;text-align: center;
}

#productlist1 a.cen {
diplay: block;margin: 0px auto 0px 30px;
}

#productlist1 a.cen2{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px auto 0px 21px;
	height: 28px;
	width: 141px;
	float: left;
	overflow: hidden;
	background: url(syosai_bt.gif) no-repeat 0 0;}

#productlist1 a:hover.cen2{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px auto 0px 21px;
	height: 28px;
	width: 141px;
	float: left;
	overflow: hidden;
	background: url(syosai_bt_ov.gif) no-repeat 0 0;}


#productlist2 {
margin-left: 0px;
}

#productlist2 li {display:inline;
float: left;
width: 150px;
margin: 10px;
text-align: center;
}

#productlist2 h3 span {
diplay: block;
padding: 3px 0;
width: 150px;
color: #333333;
font-size: 80% !important;

}

#productlist2 dl {
margin: 1px 0;
font-size: 90%;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;

}
#productlist2 dt {
padding: 2px 0;
text-align: center;
background: #E5daca;
border-top: 1px solid #DABF9A;
}

#productlist2 dd {
padding: 2px 0;
}

#productlist3 {
margin-left: 0px;
}

#productlist3 li {display:inline;
float: left;
width: 170px;
margin: 3px;

}

#productlist3 h3 span {
diplay: block;
padding: 3px 0;
width: 170px;
color: #333333;text-align: left;
font-size: 80% !important;

}
#productlist3 dl {
margin: 1px 0;
font-size: 90%;text-align: center;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;

}
#productlist3 dt {
padding: 2px 0;
text-align: center;
background: #E5daca;
border-top: 1px solid #DABF9A;
}

#productlist3 dd {
padding: 2px 0;text-align: center;
}

#productlist3 a.cen {
diplay: block;margin: 0px auto 0px 30px;
}


#productlist3 a.cen2{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px auto 0px 21px;
	height: 28px;
	width: 141px;
	float: left;
	overflow: hidden;
	background: url(syosai_bt.gif) no-repeat 0 0;}

#productlist3 a:hover.cen2{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px auto 0px 21px;
	height: 28px;
	width: 141px;
	float: left;
	overflow: hidden;
	background: url(syosai_bt_ov.gif) no-repeat 0 0;}



.m-top-b{
         display:inline;
        
         
           
}

 .m-top-b li {
	width:205px;
	margin: 5px 5px 5px 10px;
	float:left;
	padding:0px 0px 0px 0px;
	display:block;
         border:solid;
         border-width:1px;
}

.m-top-d{
         display:inline;
        
         
           
}

 .m-top-d li {
	width:130px;
	margin: 5px 5px 5px 10px;
	float:left;
	padding:0px 0px 0px 0px;
	display:block;
         border:none;
         
}

.f-c-red {
color:#ff0000;
}


.side001 {margin : 0px 0px 15px 0px ;
          clear: both;
          width: 180px;
          heigth: 70px;
          border-width: 2px;
}

.side002 {margin : 0px 0px 0px 0px ;
         clear: both;
          width: 180px;
          heigth: 100px;



}

.side003 {margin : 5px 42px 5px 42px ;
          clear: both;
          
          
}
.side004 {float:left;
margin : 5px 0px 0px 35px ;	border-style:none !important;
          clear: both ;
          
          
}
.widget-side-search{width:178px;color:#ffffff;
 background-color:#888888;border:solid 1px #ccc4c4;
}
.widget-side-search a {
	color: #ffffff;
}

.widget-side-search a:hover {
	color: #d8d8d8;
}


.widget-side-search h3{
	color: #ffffff;
}


.widget-main-menu{width:178px;
	background-color:#ffffff;
}
.widget-main-menu2{	
width:178px;
	background-color:#faf5ed;
}

.widget-main-menu2 li{	
	border-bottom:1px dotted #666666;
}

.asset-name1 {	background: url(http://www.carpet8.jp/img/q1.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name1 a:link,
.asset-name1 a:hover,
.asset-name1 a:visited,
.asset-name1 a:active {
	text-decoration: none;
}
.asset-name2 {	background: url(http://www.carpet8.jp/img/q2.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name2 a:link,
.asset-name2 a:hover,
.asset-name2 a:visited,
.asset-name2 a:active {
	text-decoration: none;
}
.asset-name3 {	background: url(http://www.carpet8.jp/img/q3.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name3 a:link,
.asset-name3 a:hover,
.asset-name3 a:visited,
.asset-name31 a:active {
	text-decoration: none;
}
.asset-name4 {	background: url(http://www.carpet8.jp/img/q4.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name4 a:link,
.asset-name4 a:hover,
.asset-name4 a:visited,
.asset-name4 a:active {
	text-decoration: none;
}
.asset-name5 {	background: url(http://www.carpet8.jp/img/q5.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name5 a:link,
.asset-name5 a:hover,
.asset-name5 a:visited,
.asset-name5 a:active {
	text-decoration: none;
}
.asset-name6 {	background: url(http://www.carpet8.jp/img/q6.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name6 a:link,
.asset-name6 a:hover,
.asset-name6 a:visited,
.asset-name6 a:active {
	text-decoration: none;
}
.asset-name7 {	background: url(http://www.carpet8.jp/img/q7.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name7 a:link,
.asset-name7 a:hover,
.asset-name7 a:visited,
.asset-name7 a:active {
	text-decoration: none;
}
.asset-name8 {	background: url(http://www.carpet8.jp/img/q8.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name8 a:link,
.asset-name8 a:hover,
.asset-name8 a:visited,
.asset-name8 a:active {
	text-decoration: none;
}
.asset-name9 {	background: url(http://www.carpet8.jp/img/q9.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name9 a:link,
.asset-name9 a:hover,
.asset-name9 a:visited,
.asset-name9 a:active {
	text-decoration: none;
}
.asset-name10 {	background: url(http://www.carpet8.jp/img/q10.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name10 a:link,
.asset-name10 a:hover,
.asset-name10 a:visited,
.asset-name10 a:active {
	text-decoration: none;
}
.asset-name11 {	background: url(http://www.carpet8.jp/img/q11.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name11 a:link,
.asset-name11 a:hover,
.asset-name11 a:visited,
.asset-name11 a:active {
	text-decoration: none;
}
.asset-name12 {	background: url(http://www.carpet8.jp/img/q12.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name12 a:link,
.asset-name12 a:hover,
.asset-name12 a:visited,
.asset-name12 a:active {
	text-decoration: none;
}
.asset-name13 {	background: url(http://www.carpet8.jp/img/q13.gif) no-repeat 0 -5px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-name13 a:link,
.asset-name13 a:hover,
.asset-name13 a:visited,
.asset-name13 a:active {
	text-decoration: none;
}
.asset-nameaa {	background: url(http://www.carpet8.jp/img/answer.gif) no-repeat 0 -3px;
	padding:0 0 4px 40px;
	border-bottom:1px dotted #666666;
	color:#555555;
	font-weight:bold;
	line-height:1.2;
	_height:1px;
	font-size:100% !important;
	font-size:95%;
}

.asset-nameaa a:link,
.asset-nameaa a:hover,
.asset-nameaa a:visited,
.asset-nameaa a:active {
	text-decoration: none;
}

.m-top-b2{
         display:inline;
        
         
           
}

 .m-top-b2 li {
	width:280px;
height:45px;
	margin: 5px 0px 5px 0px;
	float:left;
	padding:0px 0px 0px 0px;
	display:block;
         border:solid;
         border-width:1px;
}


.list006 {
	width:180px;
	margin: 10px;
	text-align:center;
         
}
.list005 {width:570px;margin: 20px 0px 20px 0px;
}
.list005 ul {
}
.list005 li {display:inline;
	width:160px;
	margin: 5px auto;
	float:left;
	padding:0px 0px 0px 10px;
	/*text-align:center;*/	
}
.list005 span {display:block;
	margin: 0px 0px 30px 0px;
	text-align:center;	width:140px;	
}

             /*フィールドについて
             ---------------------------------------------*/
                       fieldset {
	       font-size:100%;
	       color: #666666;
	       margin : 5px 5px 10px 5px;
	       padding: 5px;
	       text-align: left;
	  	  
                       border:solid 5px;
                       border-color: #f5912d;background:#f2e7b3;

}

                          legend {
	          font-size: 110%;
	          font-weight: bold;
	          color : #333333;
	          clear: both;		
}  

p.ken a:link, 
p.ken a:hover, 
p.ken a:visited, 
p.ken a:active { color:#333;cursor:text;
                text-decoration: none

}


.new {width:29px;height:10px;float:right;
       margin: 5px 10px 5px 10px;

}

 a.syousai{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 10px 0px auto;
	height: 28px;
	width: 141px;
	float: right;
	overflow: hidden;
	background: url(syosai_bt.gif) no-repeat 0 0;}

 a:hover.syousai{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 10px 0px auto;
	height: 28px;
	width: 141px;
	float: right;
	overflow: hidden;
	background: url(syosai_bt_ov.gif) no-repeat 0 0;}

 a.me-list1{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0101.bmp) no-repeat 0 0;}

 a:hover.me-list1{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0101-1.bmp) no-repeat 0 0;}

 a.me-list2{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0102.bmp) no-repeat 0 0;}

 a:hover.me-list2{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0102-1.bmp) no-repeat 0 0;}

 a.me-list3{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0103.bmp) no-repeat 0 0;}

 a:hover.me-list3{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0103-1.bmp) no-repeat 0 0;}

 a.me-list4{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0104.bmp) no-repeat 0 0;}

 a:hover.me-list4{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0104-1.bmp) no-repeat 0 0;}

 a.me-list5{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0105.bmp) no-repeat 0 0;}

 a:hover.me-list5{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0105-1.bmp) no-repeat 0 0;}

 a.me-list6{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0106.bmp) no-repeat 0 0;}

 a:hover.me-list6{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0106-1.bmp) no-repeat 0 0;}

 a.me-list7{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0107.bmp) no-repeat 0 0;}

 a:hover.me-list7{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0107-1.bmp) no-repeat 0 0;}

 a.me-list8{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0108.bmp) no-repeat 0 0;}

 a:hover.me-list8{	font-size:50% !important;
	text-indent: -500px;
diplay: block;margin: 0px 0px 0px 0px;
	height: 45px;
	width: 176px;
	float: left;
	overflow: hidden;
	background: url(0108-1.bmp) no-repeat 0 0;}

#productlist5 {
margin-left: 0px;
}

#productlist5 li {display:inline;
float: left;
width: 450px;
margin: 10px;
text-align: center;
}

#productlist5 h3 span {
diplay: block;
padding: 3px 0;
width: 320px;
color: #333333;
font-size: 80% !important;
	float: left;
}

#productlist5 dl {
margin: 1px 0;
	float: right;
font-size: 90%;
border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;

}
#productlist5 dt {
padding: 2px 0;
	float: right;
text-align: center;
background: #E5daca;
border-top: 1px solid #DABF9A;
}

#productlist5 dd {
	float: right;
padding: 2px 0;
}


/*-------------------------
	カート大
-------------------------*/
.productform {
	margin:0px 0px 0px 10px;

	}







.productform th {
	background:url(http://www.carpet8.jp/img/common/pro_i_list.gif) left 12px no-repeat;
	padding:5px 0px 5px 14px;
	font-weight:normal;
	border-bottom:1px solid #e6e6e4;
	width:95px;

	}


* html .productform th {
	background:url(http://www.carpet8.jp/img/common/pro_i_list.gif) left 12px no-repeat;
	padding:5px 0px 5px 10px;
	font-weight:normal;
	border-bottom:1px solid #e6e6e4;
	width:50px;
	}
	
* html .productform td {
	padding:7px 3px;
	border-bottom:1px solid #e6e6e4;

	width:140px;
	}


.productform td {text-align: center;
	padding:7px 3px;
	border-bottom:1px solid #e6e6e4;
	width:185px;

	}

.formbody {
	background:url(http://www.carpet8.jp/img/common/pro_form_bodybg.gif) left top repeat-y;
	padding:5px 25px 5px 5px;

	}



* html .formbody {
	background:url(http://www.carpet8.jp/img/common/pro_form_bodybg.gif) left top repeat-y;
	padding:3px 25px 3px 5px;


	}

.cart_btn {
	padding:0px 0px 10px 5px;
	float: center;
	width:340px;
	}

.cart_btn a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.productform span#id_price{
	font-size:1.3em;
	color: #eb3c67;
	font-weight:bold;

}

.productform span#id_price5{
	font-size:1.1em;
	color: #eb3c67;
	font-weight:bold;
	margin:0px 0px 0px 17px;
}

.productform span#id_price2{
	font-size:1.3em;
	color: #eb3c67;
	font-weight:bold;
}

.productform span#id_price3{
	font-size:1.0em;
	color: #d74a04;
	font-weight:bold;
}

.productform span#id_price4{
	font-size:10px;
	color: #d74a04;
	font-weight:bold;
}
