
/*
 初期化
-------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border: 0;
}

/*
 リンク
-------------------------------------------------------------------------*/
a {
	background: none;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}

/*
 body全体
-------------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic";
	font-size: 0.9em;
	color: #333;
	padding: 0px;
	margin: 0px;
	line-height: 1.4em;
}

/*
 ボディオール bodyAll
-------------------------------------------------------------------------*/
#bodyAll {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

/*
 ヘッドロゴ headImg
-------------------------------------------------------------------------*/
#headImg {
	height: 60px;
	width: 860px;
	padding: 0px;
	margin: 0px auto;
}

/*
 グローバルナビ gloNav
-------------------------------------------------------------------------*/
#gloNav {
	height: 25px;
	width: 860px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(../Images/png/shadow_1.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#gloNav li {
	display: inline ;
}
#gloNav #visitor {width: 75px; margin-left: 5px; margin-right: 21px;}
#gloNav #guide_glo {width: 84px; margin-right: 25px;}
#gloNav #terms {width: 75px; margin-right: 374px;}
#gloNav #sample {width: 75px; margin-right: 26px;}
#gloNav #mail {width: 64px;}

/*
 ガイド guide
-------------------------------------------------------------------------*/
#guide {
	float: left;
	width: 180px;
	margin-top: 10px;
	border: 1px solid #CCC;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
}
#guide h2 {
	margin-left: -5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 35px;
}
#guide h3 {
	margin-left: -5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 28px;
}
#guide p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../Images/info/triangle.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}
#guide ul li {
	line-height: 2.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../Images/info/triangle.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 20px;
}
#guide #faq {
	height: 2.7em;
	margin-left: -5px;
/* 垂直方向中央配置のため */
	padding-top: 4px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom: none;
}
#guide #delivery {
	height: 3.6em;
	margin-left: -5px;
/* 垂直方向中央配置のため */
	padding-top: 5px;
	padding-left: 7px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom: none;
	background: none;
}
#guide #packing {
	height: 3.6em;
	margin-left: -5px;
/* 垂直方向中央配置のため */
	padding-top: 1px;
	padding-left: 7px;
	border-top: none;
	background: none;
}
/* 選択中ガイドの色付け */
#guide .colorframe {
	background-image: url(../Images/info/triangle.gif), url(../Images/png/background_color_fc6.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5px center, 0 center;
	}

/*
 緊急連絡 info
-------------------------------------------------------------------------*/
#info_top {
	height: 26px;
	line-height: 26px;
	width: 860px;
	background: #F2F2F2;
	margin: 16px auto;
	padding: 0 !important;
	border: 1px solid #666;
}
#info_top p {
	width: 500px;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	color: #666;
}

/*
 ボディメイン bodymain
-------------------------------------------------------------------------*/
#bodymain {
	float: right;
	width: 618px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	/*padding-left: 35px;*/
	padding-left: 33px;
}
#bodymain p {
	padding-left: 15px;
	width: 590px;
}

#bodymain h1 {
	margin-left: -10px;
	margin-top: 10px;
}
#bodymain h2 {
	margin-top: 0;
	margin-bottom: 0px;
}
#bodymain h3 {
	margin-top: 0;
	margin-bottom: 0px;
}

/*
 アコーディオン Accordion
-------------------------------------------------------------------------*/
#ac_left {
	float: left;
	width: 282px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #9C6;
}
#ac_right {
	float: right;
	width: 278px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.ac_right_p {
	width:268px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	padding-right: 10px !important;
	padding-left: 0px !important;
	line-height: 1.6em !important;
}

/*
 注意事項 attention_top
-------------------------------------------------------------------------*/
#attention_top {
	width: 580px;
	background: #EAEBEB;
	border: 1px solid #999;
	margin-left: 5px;
	margin-bottom: 45px;
	padding-bottom: 15px;
	font-size: 0.9em;
	color: #333;
}
#attention_top p{
	width: 548px;
}

/*
 商品下段インフォメーション info
-------------------------------------------------------------------------*/
#info {
	width: 621px !important;
	clear: both;
}
#info_left {
	width: 207px !important;
	float: left !important;
}
#info_middle {
	float: left !important;
	width: 207px !important;
}
#info_right {
	float: right !important;
	width: 207px !important;
}
#info_right span {
	padding:0 0.6em 0 0;
}
.info_h1 {
	width: 195px !important;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	background: #9C6;
	color: #FFF;
	font-weight: bold;
	text-align: center !important;
	border: 1px solid #CCC !important;
}
.info_h2 {
	width: 195px !important;
	margin: 0 5px !important;
	padding: 0 !important;
	background: #9C6;
	color: #FFF;
	font-weight: bold;
	text-align: center !important;
	border: 1px solid #CCC !important;
}
.info_h3 {
	width: 195px !important;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	background: #9C6;
	color: #FFF;
	font-weight: bold;
	text-align: center !important;
	border: 1px solid #CCC !important;
}
.info_p1 {
	width: 185px !important;
	margin: 5px !important;
	padding: 0 !important;
}
.info_p2 {
	width: 185px !important;
	margin: 5px 10px 5px 10px !important;
	padding: 0 !important;
}
.info_p3 {
	width: 185px !important;
	margin: 5px 5px 5px 15px !important;
	padding: 0 !important;
}


/*
 フォント修飾
-------------------------------------------------------------------------*/
.size08 {
	font-size: 0.8em;
}
.size09 {
	font-size: 0.9em;
}
.size12 {
	font-size: 1.2em;
}
.size13 {
	font-size: 1.3em;
}
.color_red {
	color: #F00 !important;
}
.color_F90 {
	color: #F90 !important;
}
.bold {
	font-weight: bold;
}
.no-bold {
	font-weight: normal;
}

/*
 スペース
-------------------------------------------------------------------------*/
.spc10 {
	margin-left: 10px;
}
.spc13 {
	margin-left: 13px;
}
.spc15 {
	margin-left: 15px;
}
.spc16 {
	margin-left: 16px;
}
.spc20 {
	margin-left: 20px;
}
.spc21 {
	margin-left: 21px;
}
.spc25 {
	margin-left: 25px;
}
.spc28 {
	margin-left: 28px;
}
.spc30 {
	margin-left: 30px;
}
.spc35 {
	margin-left: 35px;
}
.spc36 {
	margin-left: 36px;
}
.spc37 {
	margin-left: 37px;
}
.spc43 {
	margin-left: 43px;
}
.spc50 {
	margin-left: 50px;
}
.spc-10 {
	margin-left: -10px;
}
.spc-30 {
	margin-left: -30px;
}

/*
 マージン margin
-------------------------------------------------------------------------*/
.mrgnbttm02 {
	margin-bottom: 2px;
}
.mrgnbttm10 {
	margin-bottom: 10px;
}
.mrgnbttm14 {
	margin-bottom: 14px;
}
.mrgnbttm16 {
	margin-bottom: 16px;
}
.mrgnbttm17 {
	margin-bottom: 17px;
}
.mrgnbttm40 {
	margin-bottom: 40px;
}
.mrgnbttm-8 {
	margin-bottom: -8px;
}
.mrgnbttm-12 {
	margin-bottom: -12px;
}
.mrgnbttm-15 {
	margin-bottom: -15px;
}
.mrgntp10 {
	margin-top: 10px;
}
.mrgntp15 {
	margin-top: 15px;
}
.mrgntp18 {
	margin-top: 18px;
}
.mrgntp40 {
	margin-top: 40px;
}
.mrgntp-9 {
	margin-top: -9px;
}
.mrgntp-10 {
	margin-top: -10px;
}
.mrgntp-12 {
	margin-top: -12px;
}
.mrgntp-20 {
	margin-top: -20px;
}

/*
 パンくずリスト breadcrumb list
-------------------------------------------------------------------------*/
#bcl {
	font-size: 0.8em;
	margin-left: -5px;
}
#bcl span {
	padding:0 0.8em;
}

/*
 ページアップ Pageup
-------------------------------------------------------------------------*/
#pageup {
	clear: both;
	/*height: 75px;*/
	height: 51px;
	width: 860px;
}
#pageup p {
	text-align: right;
	/*padding-top: 24px;*/
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
 フッタ Fotter
-------------------------------------------------------------------------*/
#footer {
	text-align: center;
	height: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-image: url(../Images/png/shadow_2.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
}
#footer p {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
	margin-bottom: 15px;
}
#footer ul {
	margin-top: 15px;
	margin-bottom: -5px;
	text-align: center;
}
#footer ul li {
	display: inline;
}
#footer .terms {width: 75px; margin-right: 6px;}
#footer .privacy {width: 128px; margin-right: 61px;}
#footer .sitemap {width: 75px; margin-right: 5px;}
#footer .security {width: 160px; margin-right: 5px;}
#footer .agreement {width: 148px; margin-right: 5px;}
#footer .ask {width: 85px;}

