@charset "utf-8";
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06F;
}
a:hover {
	color: #3CF;
}
#main-contents a:hover img,
#side-contents a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
a:focus{
outline:none;
}
a {
overflow:hidden;
}
/* =========================== */
/* Twitter通常表示用記述　H3&H4  */
/* =========================== */
#main-contents .twtr-widget h3 {
	background-image: none;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	height: auto;
	width: auto;
	}
#main-contents .twtr-widget h4 {
	font-size: medium;
	font-weight: normal;
	background-image: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	}
	
/* =========================== */
/* 共通                             */
/* =========================== */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
BODY {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/bg.gif);
	}
#main-wrap{
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	overflow: hidden;
	padding-bottom: 7px;
}
#headr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#site-title {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 390px;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	height: 30px;
	width: 930px;
	font-size: 14px;
	color: #3E3E3E;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#header-menu {
	display: block;
	float: right;
	width: 535px;
	padding: 0px;
	text-align: left;
	margin-top: 32px;
}
#header-menu ul{
	display: block;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
}
#header-menu li{
	display: block;
	float: right;
	background-image: url(../img/header-nav_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	_width: 80px;
	*width: 90px;
}
#header-menu li A{
	color: #333;
	text-decoration: none;
}
#header-menu li A:hover{
	color: #06F;
}
#main-menu {
	width: 930px;
	height: 45px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;

	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	float:left;
	height: 45px;
	width: 155px;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	color: #333;
	text-decoration: none;
	display: block;
	height: 30px;
	text-align: center;
	width: 155px;
	padding-top: 15px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	width: 155px;
	height: 30px;
	color: #FFF;
	padding-top: 15px;
	background-color: #333;
	}
#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	width: 155px;
	height: 30px;
	color: #FFF;
	padding-top: 15px;
	background-color: #333;
	}
#main-menu A:hover {
	width: 155px;
	height: 30px;
	color: #FFF;
	padding-top: 15px;
	background-color: #333;
}
/* =========================== */
/* ページコンテンツのタイトル  */
/* =========================== */	
#main-contents h3 {
	background-image: url(../img/h3.jpg);
	background-repeat: no-repeat;
	width: 645px;
	font-size: 18px;
	color: #333333;
	background-position: left top;
	height: 45px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	}
/* =========================== */
/* ページコンテンツの見出し１  */
/* =========================== */	
#main-contents h4 {
	background-repeat: no-repeat;
	height: 28px;
	width: 640px;
	font-size: 16px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-position: left top;
	background-image: url(../img/h4.jpg);
	padding-top: 13px;
	padding-left: 30px;
	}
/* =========================== */
/* ページコンテンツの見出し2   */
/* =========================== */	
#main-contents h5 {
	height: 22px;
	width: 640px;
	font-size: 16px;
	color: #333;
	background-image: url(../img/h5.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: left bottom;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 30px;
	}
/* =========================== */
/* ページコンテンツの見出し3   */
/* =========================== */	
#main-contents h6 {
	background-image: url(../img/h6.jpg);
	background-repeat: no-repeat;
	width: 665px;
	font-size: 14px;
	font-weight: normal;
	background-position: left bottom;
	height: 25px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	}
/* =========================== */
/* サイトマップ                */
/* =========================== */	
#main-contents #sitemap-section h4{
	background-repeat: no-repeat;
	height: 28px;
	width: 640px;
	font-size: 16px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	background-position: left top;
	background-image: url(../img/h4.jpg);
	padding-top: 13px;
	padding-left: 30px;
	}
#main-contents #sitemap-section li{
	list-style-type: circle;
	text-decoration: none;
}	
#footer-contents #sitemap-section{
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	margin-bottom: 100px;
}
#footer-contents #sitemap-section a:hover{
	text-decoration: none;
	color: #FFF;
}
#footer-contents #sitemap-section .box{
	display: inline-block;
	float: left;
	width: 145px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#footer-contents #sitemap-section h4{
	font-weight: normal;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #53BAFF;
	padding-left: 3px;
	margin: 0px;
}
#footer-contents #sitemap-section h4 a{
	text-decoration: none;
	color: #0A70A7;
}
#footer-contents #sitemap-section ul{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 11px;
}
#footer-contents #sitemap-section li{
	list-style-type: none;
}
#footer-contents #sitemap-section li a{
	color: #0E498B;
	text-decoration: none;
	font-weight: normal;
}
/* =========================== */
/* QRコード                    */
/* =========================== */	
IMG.qrcode {
	border:1px solid #cccccc;
	}
	
/* =========================== */
/* Googleマップ                */
/* =========================== */	
IFRAME.googlemap {
	}
	
/* =========================== */
/* お問い合わせフォーム             */
/* =========================== */	
#mailform-section {
	margin: 0px 10px 0px 0px;
	}
#mailform-section DIV.form-layout {
	margin: 0px;
	width: 668px;
	}

/* 入力項目のセット */
#mailform-section DIV.form-layout DIV.form-items {
	border: 1px solid #cccccc;
	width: 668px;
	overflow:hidden;
	background-color: #efefef;
}
/* 入力項目 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item {
	clear:both;
}
/* 項目名セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.label {
	float: left;
	width: 130px;
	text-align: left;
	padding: 11px 8px 0px 8px;
	vertical-align: top;
	font-size: 10pt;
	border-top: 1px #ffffff solid;
	}
/* 入力欄セル */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field {
	float: left;
	width: 506px;
/*	width: 370px;*/
	text-align: left;
	padding: 8px 8px 0px 8px;
	vertical-align: top;
	background-color: #ffffff;
	}
/* 入力欄（テキストボックス） */
#mailform-section INPUT.input-text {
	width: 230px;
}
/* 入力欄（テキストエリア） */
#mailform-section TEXTAREA.input-textarea {
	width: 490px;
}
#mailform-section TEXTAREA.field-textarea {
	width: 490px;
}
/* 入力欄（ラジオボタン） */
#mailform-section INPUT.input-radio {
}
/* 入力欄（チェックボックス） */
#mailform-section INPUT.input-checkbox {
}
/* 入力欄（選択リスト） */
#mailform-section INPUT.input-select {
}
/* 説明 */
#mailform-section DIV.form-layout DIV.form-items DIV.form-item DIV.field P.description {
	margin: 3px 0px 0px 0px ;
	font-size: 9pt;
	}
/* 項目名 */
#mailform-section LABEL {
	}
/* ※（必須） */
#mailform-section .required {
	color:red;
	font-weight: normal;
	}
/* エラーの時の背景色 */
#mailform-section .error {
	background-color: #ffccff;
	}
/* エラーの時のメッセージ */
#mailform-section .error-message {
	color: #ff0000;
	}
/* 完了メッセージ */
#mailform-section .completion-message {
	border: 1px solid #cccccc;
	padding: 30px;
	}
/* 送信ボタン */
#mailform-section DIV.submitee {
	clear:both;
	text-align: center;
}
#mailform-section DIV.submitee BUTTON
{
   cursor: pointer;
   width: 109px;
   height: 32px;
   background-image:url(/theme/form_submit.jpg);
   border-width:0px;
}
/* 「送 信」テキスト */
#mailform-section DIV.submitee BUTTON SPAN
{
   display: none;
}

/* =========================== */
/* お知らせ一覧パーツ（サイドコンテンツ内）  */
/* =========================== */
/* リスト全体 */
#side-contents #topic-headline-section DL {
	font-size: 10pt;
	color: #333333;
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	}
/* 記事タイトル（リンク先がないとき） */
#side-contents #topic-headline-section DT{
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
/* 公開日 */
#side-contents #topic-headline-section DT .date {
	font-weight: bold;
	width: 180px;
	display: block;
	}
/* 記事タイトル（リンク先があるとき） */
#side-contents #topic-headline-section DT A {
	color: #222222;
	}
/* 記事概要 */
#side-contents #topic-headline-section DD {
	margin-bottom: 10px;
	padding: 0px;
	width: 180px;
	margin-right: 0px;
	margin-left: 0px;
	}
/* =========================== */
/* お知らせ一覧ページ          */
/* =========================== */
#topic-list-section {
	width: 670px;
	padding-top: 11px;
	padding-bottom: 5px;
	margin: 0px;
	}
/* 記事タイトル */	
#topic-list-section DT {
	width: 670px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
	}
/* 公開日*/
#topic-list-section DT .date {
	font-weight: bold;
	color: #666;
	width: 100px;
	padding-right: 20px;
	font-size: 12px;
	}
/* 記事タイトル（リンク先があるとき） */
#topic-list-section DT A {
	color: #48B4FF;
	font-size: 12px;
	}
/* 本文（記事コンテンツ/なければ記事概要） */
#topic-list-section DD {
	margin-bottom: 10px;
	width: 670px;
	margin-top: 0px;
	margin-right: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	font-size: 12px;
	margin-left: 0px;
	}
/* お知らせ本文中の画像 */
#topic-list-section DD IMG {
	margin: 5px;
	}
/* 記事区切り */	
#topic-list-section DD DIV.topic-sepalator {
	clear:both;
	height:0px;
	width: 100px;
}
/* =========================== */
/* テンプレート挿入時の表      */
/* =========================== */
TABLE.table_a {
		border-collapse: collapse;
		border: 1px #809FFF solid;
	}
TH.table_a_th {
		color: #FFFFFF;
		background-color: #0862B0;
		border: 1px #809FFF solid;
	}
TH.table_a_th2 {
		color: #008EBC;
		background-color: #D5DFFF;
		border: 1px #809FFF solid;
	}
TD.table_a_td {
		color: #223344;
		background-color: #F0F8FF;
		border: 1px #809FFF solid;
	}
/* =========================== */
/* バナー                    　*/
/* =========================== */
.side-banar-box {
	background-color: #e0e0e0;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ========================================== */
/* 編集画面で表組み内の文字だけ大きくなる対応 */
/* ========================================== */
table {
	font-size:inherit; /* not IE */
	font:100%; /* IE */
}
/* =========================== */
/* フォントサイズ変更　　     */
/* =========================== */
#change-box {
	padding: 0px 0px 0px 320px;
	margin-top: 0px;
	width: 301px;
}
#change-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size-box{
	height: 25px;
	width: 250px;
	text-align: left;
	float: right;
	margin: 0px;
}
#font-size-text{
	float: right;
	height: 21px;
	font-size: 12px;
	margin: 0px;
	display: block;
	vertical-align: middle;
	padding-top: 3px;
	font-weight: normal;
	color: #5e5e5e;
	width: 70px;
	padding-left: 10px;
}
.font-size-spacer{
	float: right;
	height: 16px;
	width: 1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
}
#font-size {
	list-style-type: none;
	margin: 0px;

}
#font-size:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#font-size #s {
	padding: 0px;
	float: right;
	height: 20px;
	width: 22px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#font-size #m {
	padding: 0px;
	float: right;
	height: 20px;
	width: 22px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#font-size #l {
	padding: 0px;
	float: right;
	height: 20px;
	width: 22px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#font-size #s a {
	height: 18px;
	width: 20px;
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd756;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
}
#font-size #s a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
#font-size #m a {
	height: 18px;
	width: 20px;
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd756;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
}
#font-size #m a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
#font-size #l a {
	height: 18px;
	width: 20px;
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffd756;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
}
#font-size #l a:hover{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
TABLE.side-text-table {
	width: 206px;
	border-collapse: collapse;
	border: 1px solid #86e1f8;
	background-image: url(../img/side-text-wrap.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
	}
TD.side-text-td1{
	background-image: url(../img/side-text-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 13px;
	width: 206px;
	}
TD.side-text-td2{
	width: 176px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 12px;
	line-height: 1.6em;
}
/* =========================== */
/* ページトップへ            　*/
/* =========================== */
#page-top {
	width: 930px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	display: block;
	padding: 0px;
}
#page-top #toPageTop {
	float: right;
	text-align: left;
	display: block;
	padding: 5px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	}
#page-top #toPageTop A:link {
	text-decoration: none;
	color: #333;
}
#page-top #toPageTop A:hover{
	color: #09F;
}
/* =========================== */
/* フッター                    */
/* =========================== */

/* フッターコンテンツ領域 */
#footer-contents {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	}
#footer-wrap {
	width: 100%;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f4f4f4;
	background-image: url(../img/footer-bg.png);
}
HR#footer-hr{
	height: 0px;
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	margin: 0px;
	padding: 0px;
}
#footer-menu-box {
	width: 930px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
	clear: both;
	padding-left: 10px;
	padding-right: 10px;
	}
/* フッターメニュー */
#footer-menu {
	width: 930px;
	text-align: left;
	float: none;
	margin: 0px;
	clear: both;
	}
#footer-menu ul{
	display: block;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
}
#footer-menu li{
	display: block;
	float: left;
	background-image: url(../img/header-nav_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
#footer-menu li A{
	color: #333;
	text-decoration: none;
}
#footer-menu li A:hover{
	color: #06F;
}
.error{background:#ff6699;padding: 20px;text-align:center;}





/* 以下、中面レイアウト用ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/* 共通 */

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */ 

/* 見出し */

#main-contents h3.h3-img,
#main-contents h4.h4-img	{/* 見出し画像 */
	margin:0 0 20px 0!important;
	padding:0 0 0 0!important;
	border:none!important;
	background:none!important;
	height:auto!important;
}

/* 会員 */

#main-contents h4.h4-kaiin	{
	margin:30px 0 0 0!important;
	padding:0 0 0 0!important;
	border:none!important;
	background:none!important;
	height:auto!important;
}

.kaiin-tbl {
	margin:0;
	border-bottom:1px dotted #dadada;
}
.kaiin-tbl td {
	padding:5px 15px;
}
.kaiin-tbl td.kaiin-name	{
	font-size:16px;
	color:#33789a;
	width:220px;
}
.kaiin-tbl td.kaiin-address	{
	font-size:12px;
	color:#7280bd;
	width:220px;
}

.kaiin-tbl02 {
	margin:0;
	border-bottom:1px dotted #dadada;
	background:#d1effe;
}
.kaiin-tbl02 td {
	padding:5px 15px;
}
.kaiin-tbl02 td span {
	color:#33789a;
}
.kaiin-tbl02 td.kaiin-name	{
	font-size:16px;
	color:#33789a;
	width:220px;
}
.kaiin-tbl02 td.kaiin-address	{
	width:220px;
}

/* 売買会 */

.trade-tbl {
	margin:0;
}
.trade-tbl th {
	padding:10px 15px;
	background:#dae8ff;
	text-align:left;
}
.trade-tbl th span {
	color:#33789a;
}
.trade-tbl td	{
	padding:10px 15px;
	border-bottom:1px dotted #dadada;
}
.trade-tbl th.trade-name	{
	color:#33789a;
	font-size:16px;
	width:230px;
}
.trade-tbl td.trade-name	{
	color:#33789a;
}
.trade-tbl td.trade-list	{
	width:250px;
}
.trade-tbl td.trade-list a	{
	padding:5px 0 5px 20px;
	background:url(/asset/00032/img/trade_icon.gif) 0 3px no-repeat;
}

/* 売買会 */

#main-contents h4.h4-kouhou	{
	clear:both;
	margin:0 0 15px 0!important;
	padding:13px 0 13px 25px!important;
	border:none!important;
	background:url(/asset/00032/img/kouhou_h4.gif) no-repeat!important;
	height:auto!important;
	font-size:16px!important;
	color:#333!important;
}
.kouhou-ul	{
	margin:0 10px 30px 25px;
	padding:0;
	list-style:none;
}
.kouhou-ul li	{
	float:left;
	margin:0 15px 10px 0;
	padding:3px 0 3px 18px;
	background:url(/asset/00032/img/kouhou_icon.gif) no-repeat;
}

/* リンク集 */

.link-ul	{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.link-ul li	{
	margin:0 0 10px 0;
	padding:0 0 10px 60px;
	background:url(/asset/00032/img/link_arrow.gif) 10px 0 no-repeat;
	border-bottom:1px dotted #dadada;
}