/* 荒川ブランド 伝統工芸品・荒川マイスター製品編 スタイルシート */

/* --------------------------------------------- */
/* ページ段組設定								 */
/* --------------------------------------------- */

/* left(左)段落 */
.float_menu  {
	float: left;
	margin-bottom: 30px;
	width: 200px;
	background-color: #FFFFCC;
}

/* main(中央)段落 */
.float_main { 
	float: left; width: 540px;
 }

/* 左欄余白設定 */
.menumargin { 
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
 }
 
 /* 中央余白設定 */
.mainmargin { 
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 36px;
 }

/* ページ下余白設定 */
.bottomspace { margin-bottom: 20px }

/* --------------------------------------------- */
/* フォント・書式設定							 */
/* --------------------------------------------- */

/* メニュー */
ul {
	list-style-image: url(imgs/mark_red.jpg);
	padding: 0px;
	margin: 0px 0px 0px 15px;
	line-height: 150%;
	vertical-align: middle;
}
ul.home {
	list-style-image: url(imgs/mark_gray.jpg);
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
ul.area {
	list-style-image: url();
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}


/* --------------------------------------------- */
/* 職人リストテーブル レイアウト				 */
/* --------------------------------------------- */

/* トップページリスト 左段 段組設定 */
.list-left {
	float: left;
	margin-bottom: 30px;
	margin-right: 8px;
	width: 245px;
}

/* トップページリスト 右段 段組設定 */
.list-right {
	float: left;
	margin-bottom: 30px;
	width: 245px;
}

/* 個別データレイアウト */
.data01 {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.item_category {
	float: left;
	margin-right: 10px;
	width: 80px;
	font-size: 11px;
}

/* トップページリスト 右段 段組設定 */
.producer_name {
	float: none;
	width: auto;
	font-size: 12px;
	font-weight: bold;
}

/* --------------------------------------------- */
/* 製品紹介テーブル レイアウト 					 */
/* --------------------------------------------- */

/* テーブル基本設定 */
table.unit {
	border: 1px solid #999999;
	color: #666666;
}
table.unit td {
	padding: 10px;
	}
	
/* 職人情報テーブル レイアウト */
table.info td {
	padding: 0px;
	font-size: 11px;
	line-height: 130%;
	color: #666666;
	vertical-align: middle;
}

/* 製品カテゴリ */
.item-title {
	background-color: #eeeeee;
}

.category {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
	float: left;
	width: 300px;
}

/* マップ位置 */
.map {
	font-size: 13px;
	line-height: 130%;
	color: #666666;
	float: left;
	text-align: right;
	width: auto;
}


/* 職人名 */
.name {
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #333333;
}

/* 職人所属 */
.office {
	font-size: 13px;
	line-height: 130%;
	font-weight: normal;
}

/*`製品コメント */
.comment {
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
}


.honmon {
	line-height: 150%;
}

