/* HTMLタグ 設定 ------------------------------------------------------ */
table {
	font-size: 90%;
	color: #333333;
}
p {
	margin-top: 4px;
	margin-bottom: 4px;
}
a:link {
	color: #336B9C;
}
a:active{
	color: #FF0000;
	text-decoration: underline;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}

/* id --------------------------------------------------------------- */
/* ヘッダー部右 オレンジ部分 */
#header{
	color: #FFFFFF;
	padding-right: 10px;
	font-weight: bold;
	font-size: 90%;
	border-top: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
}
/* トップページ ピックアップ商品など部分 */
#pickup{
	background-image: url(pickup.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	text-align: left;
}
/* トップページ 特集など部分 */
#special{
	background-image: url(special.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
/* コンテンツページ サブカテゴリ名を記載部分 */
#contents{
	background-image: url(contents.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	text-align: left;
}
/* コンテンツページ メニュー下ボックスバナー部分 */
#box_banner {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;

}
/* 下部 サイトナビゲーション部分 */
#sub_footer{
	border-top: 1px solid #A0ACB3;
	font-size: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #A0ACB3;
}
	#sub_footer a,
	#sub_footer a:link,
	#sub_footer a:visited{
		color: #000;
		text-decoration: none;		
	}
	#sub_footer a:active,
	#sub_footer a:hover{
		color: #FF0000;
		text-decoration: underline;
	}
/* 下部 著作権表示部分 */
#footer {
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* class -------------------------------------------------------------- */
/* サイトイメージカラー ３色定義 */
.color_1 {
	background-color: #C0CCD3;
}
.color_2 {
	background-color: #FF963C;
}
.color_3 {
	background-color: #EEF0F0;
}
/* タイトル部分 */
.title {
	width: 198px;
	font-size: 130%;
	height: 80px;
	font-weight: bold;
	vertical-align: middle;
	border-right: 1px solid #C0CCD3;
	border-left: 1px solid #C0CCD3;
	background-image: url(title_back.gif);
	background-repeat: repeat-x;
}
	.title a:link,
	.title a:visited{
		color: #336B9C;
		text-decoration: none;		
	}
/* 左メニュー部分 */
.box_menu {
	background-color: #EEF0F0;
	padding: 5px;
	border: 1px solid #C0CCD3;
	width: 188px;
}
/* 左メニュー メインカテゴリ */
.menu_main {
	font-weight: bold;
	color: #FF963C;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom: 1px solid #C0CCD3;
	background-image: url(bit_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* 左メニュー サブカテゴリ */
.menu_sub {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	background-image: url(bit_orenge.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 10px;
}
/* 左メニュー サブカテゴリ一覧 */
.menu_more {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #C0CCD3;
	font-size: 80%;
	text-align: right;
	padding-right: 10px;
}
/* テーブルボーダー角丸定義 */
td.border_top {
	border-top: 1px solid #C0CCD3;
}
td.border_right {
	border-right: 1px solid #C0CCD3;
}
td.border_bottom {
	border-bottom: 1px solid #C0CCD3;
}
td.border_left {
	border-left: 1px solid #C0CCD3;
}
td.border_dot_l {
	border-right: 1px dotted #C0CCD3;
}
td.border_dot_m {
	border-right: 1px dotted #C0CCD3;
	border-top: 1px dotted #C0CCD3;
	border-bottom: 1px dotted #C0CCD3;
}
td.border_dot_r {
	border-bottom: 1px dotted #C0CCD3;
}
/* 商品リンク 名前部分 */
.pickup_name {
	font-weight: bold;
	color: #336B9C;
}
/* 商品リンク 値段部分*/
.pickup_price {
	font-weight: bold;
	color: #FF963C;
}
/* コンテンツページ 商品リンクテーブル */
table.contents {
	margin-top: 5px;
	margin-bottom: 5px;
}
