* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	color: #333333;
	line-height: 120%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#page {
	padding: 0px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	height: auto;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-left: 2px solid #CCC;
}
	h1 a:link,
	h1 a:visited,
	h1 a:hover,
	h1 a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}


/* タイトル */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #00F;
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 70px;
	height: 30px;
	line-height: 18px;
}
/* サブタイトル */
h2 {
	float: none;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	margin: 0px 0px 0px 5px;
	color: #FFF;
	line-height: 18px;
}
/* ヘッダー */
/* title.jpgを好きな画像に変更するとサイトイメージが変わります */
#header {
	border-bottom: 1px solid #69C;
	height: 150px;
	width: auto;
	background-color: #FFFFFF;
	background-image: url(imags/Mp83.jpg);
	background-repeat: no-repeat;
}
/* 右上ヘッダーナビゲーション */
#header_navi {
	float: right;
	font-size: 80%;
	color: #666;
	margin-right: 10px;
}
	#header_navi a:link,
	#header_navi a:visited {
	color: #666;
	text-decoration: none;
	}
	#header_navi a:hover,
	#header_navi a:active {
	color: #F9F;
	text-decoration:underline;
	}
#top_navi {
	height: 30px;
	width: 860px;
	border-bottom: 1px dotted #CCC;
}
#top_navi ul {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding-top: 5px;
}
#top_navi ul li {
	margin: 0px;
	float: left;
	width: 170px;
	border-right: 1px solid #CCC;
	display: inline;
	padding: 0px;
}
#top_navi ul li a {
	font-size: 12px;
}
#top_navi ul li a:link {
	color: #03F;
}
#top_navi ul li a:hover {
	color: #F9F;
	text-decoration: none;
}
#top_navi ul li a:active {
	color: #F99;
	text-decoration: none;
}
#top_navi ul li a:visited {
	color: #06F;
}

/* サブタイトル枠 */
#description {
	background: url(images/back.gif) repeat-x;
	height: 50px;
	border-bottom: 1px dotted #666666;
	padding-right: 20px;
	font-size: 12px;
	padding-top: 5px;
	margin: 0px;
	text-align: center;
	color: #666;
	width: auto;
}
#description h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 5px;
	color: #666;
}

#page_1 {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background: #FFF;
	height: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#page_2 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: auto;
	width: auto;
}


/* 左ブロック */
#left_block {
	float: left;
	width: 250px;
	text-align: center;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#left_block a:link, #left_block a:visited {
	color: #00F;
	text-decoration: none;
}
#left_block a:hover, #left_block a:active {
	color: #F9F;
	text-decoration: underline;
}

/* 右ブロック */
#right_block {
	float: left;
	width: 570px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#right_block_inner {
	width: 540px;
	padding-right: 20px;
	padding-left: 20px;
}

#right_block h3 {
	font-size: 12px;
	line-height: 16px;
	color: #666;
}

#right_block a:link {
	color: #00F;
	text-decoration: none;
}
#right_block a:visited {
	color: #99F;
	text-decoration: none;
}

#right_block a:hover, #right_block a:active {
	color: #F69;
	text-align: right;
}
#right_hy1 {
	padding: 0px;
	width: 300px;
	border: 1px solid #999;
	height: auto;
	float: right;
	margin: 5px 5px 5px 0px;
	clear: none;
}
#left_hy1 {
	padding: 0px;
	float: left;
	width: 300px;
	border: 1px solid #999;
	height: auto;
	margin: 5px 5px 5px 0px;
	clear: none;
}



/* メインカテゴリメニュー */
.menu {
	background: #009;
	color: #FFF;
	font-size: 85%;
	border-bottom: 1px dotted #666;
	border-left: 1px solid #CCC;
	height: 30px;
	width: 220px;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
	.menu a:hover,
	.menu a:active {
	color: #F9F;
	text-decoration:underline;
	}
	.menu a:link,
	.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
/* サブカテゴリメニュー */
.sub_menu {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	font-size: 80%;
	text-align: left;
	height: 20px;
	line-height: 14px;
	background: url(imags_1/menu.gif) no-repeat left center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-right: 10px;
}
.sub_menu h2 {
	font-size: 12px;
	line-height: 14px;
}
.sub_menu a {
	font-size: 12px;
}

.sub_title {
	background: #009;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 90%;
	height: 30px;
}
.sub_title h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 0px 5px;
	padding: 5px;
}

.sub_title2 {
	font-size: 14px;
	border-bottom: 1px solid #999;
	border-left: 10px solid #666;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-top: 20px;
	letter-spacing: 0.15em;
}


/* お知らせや更新履歴など */
#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%;
}
.p2 {
	font-size: 18px;
	font-weight: bolder;
	line-height: 22px;
	letter-spacing: 0.15em;
}
.p3 {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.15em;
}
.p4 {
	font-size: 14px;
	color: #C00;
	line-height: 20px;
}


.p5 {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.13em;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
}
.p6 {
	font-size: 12px;
	color: #F00;
	line-height: 18px;
	letter-spacing: 0.13em;
	padding-right: 5px;
	padding-left: 5px;
}

.p7 {
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.1em;
}
.p8 {
	font-size: 14px;
	line-height: 18px;
	color: #00C;
	padding-left: 5px;
}
.midashi1 {
	font-size: 14px;
	color: #666;
	border-left: 6px solid #C00;
	height: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 600px;
	margin-top: 5px;
	float: left;
}
.midashi3 {
	height: 20px;
	width: 540px;
	color: #666;
	float: left;
	border-bottom: 1px solid #00C;
	border-left: 7px solid #00C;
	padding-left: 15px;
	padding-top: 10px;
}



.imag_right {
	padding: 10px 15px 10px 10px;
	float: right;
}
.imag_left {
	padding: 10px;
	float: left;
}
.imag_center {
	padding: 20px 10px 20px 20px;
	float: none;
}
.paint_ki {
	background: #FF9;
}
.paint_aka {
	background: #F00;
}






/* table装飾 */
table.hot{
	padding-right: 10px;
	padding-left: 10px;
	margin: 5px;
	width: 600px;
	height: auto;
}

/* フッター */
#footer_line {
	border-top: 1px dotted #666666;
	width: 100%;
	font-size: 9px;
	line-height: 12px;
	margin: 20px 0px 0px;
	padding: 0px;
	text-align: center;
	height: auto;
}
#footer_line li {
	text-align: center;
	display: block;
	list-style: none;
	padding-right: 20px;
	padding-left: 20px;
}

#footer_navi {
	font-size: 80%;
	text-align: center;
	padding: 3px;
	color: #FFFFFF;
	background: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 820px;
}
#footer_navi li {
	font-size: 10px;
	line-height: 14px;
	width: 140px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

	#footer_navi a:link,
	#footer_navi a:visited {
	color: #FFF;
	text-decoration: none;
	}
	#footer_navi a:hover,
	#footer_navi a:active {
	color: #FFFFFF;
	text-decoration:underline;
	}
#footer {
	font-size: 75%;
	text-align: center;
	padding: 0px;
	color: #FFF;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(imags/Mp83.jpg);
	background-repeat: no-repeat;
}
#right_block .hot tr td .p5 strong {
	text-align: right;
}
#right_block .hot tr .p5 p {

}
