@charset "UTF-8";

/*	カラースキーム
---------------------------------------------

	アーモンド	#5E3B7F
	マカダミア	#01539D
	ピーカン	#326C43
	ベース		#A13229
	グレー濃	#808080
	グレー薄	#ccc
	
--------------------------------------------- */


/*	スタイルインポート
--------------------------------------------- */
@import url("reset.css");
@import url("module.css");


/*	共通指定
--------------------------------------------- */
body {
	padding: 0 0 20px;
	color: #444;
	background: #fff url(../images/common/body_bg.gif) repeat-x 0 0;
}

/*	リンク指定
--------------------------------------------- */
a {
	color: #A13229;
}

a:hover {
	color: #A13229;
	text-decoration: none;
}

#main .main_inner p a {
	color: #A13229;
}

#main .main_inner p a:hover {
	color: #A13229;
}

/*	共通レイアウト
--------------------------------------------- */
#wrapper {
	width: 820px;
	margin: 0 auto;
	background: url(../images/common/cont_bg.gif) repeat-y 0 0;
}

/*	ヘッダー
--------------------------------------------- */
#header {
	background: url(../images/common/body_bg.gif) repeat-x 0 0;
}

#header h1 {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
}

#header .right {
	position: relative;
	width: 624px;
	margin: 0 5px 0 25px;
}

#header h2 {
	padding: 30px 0 15px;
}

/* ヘッダーナビ */
#hnav {
	position: absolute;
	top: 15px;
	right: 20px;
}
#hnav li {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}

#hnav li#hnav01 {
	width: 76px;
	height: 13px;
	background-image: url(../images/common/hnav_01_on.gif);
}
#hnav li#hnav01 a {
	width: 76px;
	height: 13px;
}

#hnav li#hnav02 {
	width: 137px;
	height: 13px;
	background-image: url(../images/common/hnav_02_on.gif);
}

#hnav li#hnav02 a {
	width: 137px;
	height: 13px;
}

/* グローバルナビ */
#gnav li {
	float: left;
	width: 150px;
	height: 43px;
}

#gnav li a {
	width: 150px;
	height: 43px;
}

#gnav li#gnav01 {
	background-image: url(../images/common/gnav_01_on.gif);
}
#gnav li#gnav02 {
	background-image: url(../images/common/gnav_02_on.gif);
}
#gnav li#gnav03 {
	background-image: url(../images/common/gnav_03_on.gif);
}
#gnav li#gnav04 {
	background-image: url(../images/common/gnav_04_on.gif);
}

/* ショッピングガイド */
#shopnav {
	position: absolute;
	top: 65px;
	right: 20px;
}

#shopnav li {
	display: inline;
	float: left;
	margin: 0 0 0 10px;
}

#shopnav01 {
	width: 83px;
	height: 11px;
	background-image: url(../images/online/shop_nav_01_on.gif);
}

#shopnav01 a {
	width: 83px;
	height: 11px;
}

#shopnav02 {
	width: 82px;
	height: 11px;
	background-image: url(../images/online/shop_nav_02_on.gif);
}

#shopnav02 a {
	width: 82px;
	height: 11px;
}

#shopnav03 {
	width: 44px;
	height: 11px;
	background-image: url(../images/online/shop_nav_03_on.gif);
}

#shopnav03 a {
	width: 44px;
	height: 11px;
}


/*	コンテンツ
--------------------------------------------- */
#contents {
	width: 810px;
	margin: 0 auto;
	padding: 30px 0;
}

/*	パンくず
--------------------------------------------- */
p.topicpath {
	padding: 0 20px 10px;
}

p.topicpath a {
	color: #444;
}

p.topicpath a:hover {
	color: #444;
}


/*	メイン
--------------------------------------------- */
#main {
	display: inline;
	float: left;
	width: 540px;
	margin: 0 0 0 20px;
	font-size: 1.2em;
}

.main_inner {
	margin: 0 10px;
	padding: 25px 0 0;
}

.main_inner h3 {
	margin: 0 0 10px;
	padding: 0.5em 0 0;
	font-size: 1.25em;
	font-weight: bold;
	background: url(../images/common/h3_bg.gif) no-repeat 0 0;
}

.main_inner h3.none {
	padding: 0;
	background: none;
}

.main_inner h4 {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	font-size: 1.1em;
	font-weight: bold;
	background: url(../images/common/arrow_03.gif) no-repeat 0 50%;
}

.main_inner p {
	padding: 0 0 20px;
}

#onlineshop {
	width: 158px;
	height: 21px;
	background-image: url(../images/index/btn_01_on.gif);
}

#onlineshop a {
	width: 158px;
	height: 21px;
}

/*	ニュース
--------------------------------------------- */
.news {
	padding: 0 0 20px;
	margin: 0 0 20px;
	background: url(../images/common/dot_line_01.gif) repeat-x 0 100%;
}



/*	ユーティリティ
--------------------------------------------- */
#utility {
	display: inline;
	float: right;
	width: 200px;
	margin: 0 24px 0 0;
}

/* ポイント */
#point {
	margin: 0 0 10px;
	padding: 1px 0 5px;
	background: url(../images/common/bg_01.gif) repeat;
}

.point_inner {
	width: 188px;
	margin: 5px auto 0;
	background: #fff;
}

.point_inner p {
	padding: 10px;
}

.product01_point {
	border-style: solid;
	border-width: 2px 1px 1px;
	border-color: #5E3B7F #ccc #ccc;
}

.product02_point {
	border-style: solid;
	border-width: 2px 1px 1px;
	border-color: #01539D #ccc #ccc;
}

.product03_point {
	border-style: solid;
	border-width: 2px 1px 1px;
	border-color: #326C43 #ccc #ccc;
}


/*	フッター
--------------------------------------------- */
#footer {
	position: relative;
	width: 810px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: solid 3px #000;
	background: #f6f6f6 url(../images/common/dot_line_01.gif) repeat-x 0 0;
}

#footer ul {
	margin: 0 0 10px;
	padding: 0 10px;
}

#footer li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer li a {
	padding: 0 0 0 10px;
	color: #444;
	background: url(../images/common/arrow_02.gif) no-repeat 0 50%;
}

#footer li a:hover {
	color: #444;
}

#footer p {
	padding: 0 10px;
}

#footer p img {
	vertical-align: baseline;
}

/*	ページトップ
--------------------------------------------- */
.pagetop a {
	padding: 0 0 0 14px;
	color: #444;
	background: url(../images/common/pagetop.gif) no-repeat 0 50%;
}

.pagetop a:hover {
	color: #444;
}

#main .pagetop {
	padding: 20px 0 0;
	text-align: right;
	font-size: 0.8em;
}
#footer .pagetop {
	position: absolute;
	top: 10px;
	right: 5px;
}


/*	ブログ[20090802更新]
--------------------------------------------- */
body.blogBody #header {
	background: none #fff;
	border-top: solid 5px #333;
}

body.blogBody a {
	color: #444;
}

body.blogBody a:hover {
	color: #000;
}


.blogBody #header_inner {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.blogBody #header_inner #logo {
	padding: 30px 0 10px;
}

.blogBody #header_inner #logo a {
	display: block;
	width: 362px;
	height: 91px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
	background: url(../images/blog/logo.gif) no-repeat;
}

p#shop_link {
	position: absolute;
	top: 30px;
	right: 0;
	width: 200px;
	height: 40px;
}

#s_box {
	position: absolute;
	top: 90px;
	right: 0;
	
}

#s_box form {
	display: inline;
}

.search_txt {
	width: 140px;
	background: #d0d0d0;
	border: none;
	height: 22px;
	line-height: 100%;
	font-size: 13px;
}

#s_box input {
	vertical-align: middle;
}

#rss {
	position: absolute;
	top: 85px;
	left: 250px;
}

.blogBody #contents {
	width: 800px;
	margin: 0 auto;
}

#side_column {
	float: right;
	width: 200px;
	font-size: 12px;
}

#main_column {
	float: left;
	width: 580px;
}

#side_column dt {
	padding: 10px 5px;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/blog/line200.gif) no-repeat left top;
}

#side_column dd {
	margin-bottom: 20px;
}

.entryNav {
	padding: 0 0 10px;
}

.entryNav li {
	display: inline;
}

.pageNow {
	font-size: 12px;
}

.entryBody .title {
	margin-bottom: 10px;
	padding: 8px 0 0;
	background: url(../images/blog/h2_top.jpg) no-repeat left top;
}

.entryBody .title div {
	padding-bottom: 4px;
	background: url(../images/blog/h2_bottom.jpg) no-repeat left bottom;
}

.entryBody .title h2 {
	padding: 2px 10px 6px 26px;
	font-size: 16px;
	color: #fff;
	background: #333 url(../images/blog/h2_icon.jpg) no-repeat 5px center;
}

.date {
	margin: 0 15px 15px;
	padding: 2px 15px 2px 15px;
	font-size: 13px;
	font-weight: bold;
	background: url(../images/common/arrow_04.gif) no-repeat left center;
}

.textBody {
	padding: 0 15px 15px;
	font-size: 12px;
}

body.blogBody .textBody a {
	color: #0099CC;
}

.textBody .pict {
	padding: 4px;
	border: solid 1px #ccc;
}

.status {
	margin-bottom: 30px;
	padding: 10px;
	font-size: 12px;
	text-align: right;
	background: #f0f0f0;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #d0d0d0;
}

.blogBody .tb {
	padding: 15px 0;
}

.tb .title {
	margin-bottom: 15px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #333;
}

.tb .comment_form_area {
	padding: 10px 20px 0;
	font-size: 12px;
}

.tb .comment_form_area td {
	padding: 0 0 5px;
	vertical-align: top;
}

.tb .comment_form_area label {
	padding-right: 30px;
}

.tb_area {
	padding: 10px;
	border-style: solid;
	border-color: #A13229 #d0d0d0 #d0d0d0;
	border-width: 2px 1px 1px;
	background: #fff;
	font-size: 12px;
}


dd.calendar table {
	width: 100%;
	font-size: 100%;
	border-collapse: collapse;
}

dd.calendar td {
	padding: 2px 3px;
}

dd.calendar td.cell {
	background: #eee;
}

dd.calendar td.cell a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/blog/entry.gif) no-repeat center center;
}

dd.calendar td.week {
	background: #333;
	color: #fff;
}

#side_column dd span {
	font-size: 10px;
}

#side_column dd ul {
	padding-left: 10px;
}


#side_column dd ul li {
	padding-left: 12px;
	background: url(../images/common/arrow_02.gif) no-repeat left 6px;
}

#side_column dd ul.banner01,
#side_column dd ul.banner01 li {
	padding: 0;
	background: none;
}



.blogBody #footer {
	width: 100%;
	margin-top: 20px;
	border: solid #333;
	border-width: 2px 0 0;
	background: none;
}

.blogBody #footer_inner {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	border: none;
}

.area_bg {
	margin-bottom: 10px;
}

.border {
	margin: 10px -10px -10px;
	padding: 5px 10px;
	border-top: solid 1px #d0d0d0;
	background: #f0f0f0;
}

.blogBody .border a {
	color: #0099CC;
}

/*	ショップTOPにブログ最新記事[20090811更新]
--------------------------------------------- */
#blogfeed {
	width: 520px;
	margin: 20px auto;
}

#blogfeed h3 {
	padding: 0.5em 0;
	font-size: 1.25em;
	font-weight: bold;
	background: url(../images/common/h3_bg.gif) no-repeat 0 0;
}

#feed {
	height: 1%;
	padding: 0 0 5px;
	border: solid 1px #ccc;
}

#feed dt {
	clear: left;
	float: left;
	width: 9em;
	margin: 0;
	padding: 0.5em 0;
	font-weight: bold;
	text-indent: 1em;
	background: url(../images/common/arrow_01.gif) no-repeat 100% 50%;
}

#feed dd {
	padding: 0.5em 0 0.5em 10em;
	background: url(../images/common/dot_line_01.gif) repeat-x 0 100%;
}

#feed dd p {
	height: 1%;
}

