* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
BODY {
	width: 740px;
	color: #333333;
	margin: 10px auto;
	line-height : 130%;
}
/* タイトル */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}
	h1 a:link,
	h1 a:visited,
	h1 a:hover,
	h1 a:active {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;	
	}
/* サブタイトル */
h2 {
	float: none;
	font-weight: bold;
	font-size: 90%;
	padding: 5px 0px 0px;
	margin: 0px;
}
/* ヘッダー */
/* title.jpgを好きな画像に変更するとサイトイメージが変わります */
#header {
	background: #FFFFFF url(images/title.jpg);
	border-bottom: 3px solid #000000;
	height: 60px;
}
/* 右上ヘッダーナビゲーション */
#header_navi {
	float: right;
	font-size: 80%;
	color: #FFFFFF;
	margin-right: 10px;
}
	#header_navi a:link,
	#header_navi a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#header_navi a:hover,
	#header_navi a:active {
		color: #FFFFFF;
		text-decoration:underline;
	}
/* サブタイトル枠 */
#description {
	background: url(images/back.gif) repeat;
	height: 30px;
	border-bottom: 1px dotted #666666;
	text-align: right;
	padding-right: 20px;
}
/* 左ブロック */
#left_block {
	float: left;
	width: 230px;
	background: url(images/menu_back.gif) repeat-y;
	margin-bottom: 10px;
}
/* 右ブロック */
#right_block {
	float: left;
	width: 508px;
	margin-bottom: 10px;
}
/* メインカテゴリメニュー */
.menu {
	background: url(images/menu.gif) no-repeat;
	height: 25px;
	width: 220px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 8px;
	font-size: 85%;
}
	.menu a:link,
	.menu a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.menu a:hover,
	.menu a:active {
		color: #FFFFFF;
		text-decoration:underline;
	}
/* サブカテゴリメニュー */
.sub_menu {
	background: url(images/gray_star.gif) no-repeat;
	padding-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	font-size: 80%;
}
.sub_title {
	background: url(images/sub_title.gif) right;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 90%;
}
/* お知らせや更新履歴など */
#news {
	font-size: 80%;
	padding: 5px 10px;
}
/* 商品リンクブロック */
.pickup {
	float: right;
	width: 245px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-left: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	font-size: 80%;
}
/* table装飾 */
table.hot{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* フッター */
#footer_line {
	background: url(images/back.gif) repeat;
	height: 25px;
	margin-top: 10px;
	border-top: 1px dotted #666666;
}
#footer_navi {
	font-size: 80%;
	background: #535353;
	text-align: center;
	padding: 3px;
	color: #FFFFFF;
}
	#footer_navi a:link,
	#footer_navi a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	#footer_navi a:hover,
	#footer_navi a:active {
		color: #FFFFFF;
		text-decoration:underline;
	}
#footer {
	font-size: 75%;
	text-align: center;
	padding: 5px;
}
