@charset "utf-8";


/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

a img.linkimg{ background:none!important;}
a:hover img { 
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}


/* margin-top */
.mt00 { margin-top: 0px; }
.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt55 { margin-top: 55px; }
.mt60 { margin-top: 60px; }
/* margin-right */
.mr00 { margin-right: 0px; }
.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }
.mr55 { margin-right: 55px; }
.mr60 { margin-right: 60px; }
/* margin-bottom */
.mb00 { margin-bottom: 0px; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb55 { margin-bottom: 55px; }
.mb60 { margin-bottom: 60px; }
/* margin-left */
.ml00 { margin-left: 0px; }
.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }
.ml55 { margin-left: 55px; }
.ml60 { margin-left: 60px; }
/* padding-top */
.pt00 { padding-top: 0px; }
.pt05 { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }
.pt50 { padding-top: 50px; }
.pt55 { padding-top: 55px; }
.pt60 { padding-top: 60px; }
/* padding-right */
.pr00 { padding-right: 0px; }
.pr05 { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }
.pr50 { padding-right: 50px; }
.pr55 { padding-right: 55px; }
.pr60 { padding-right: 60px; }
/* padding-bottom */
.pb00 { padding-bottom: 0px; }
.pb05 { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }
.pb50 { padding-bottom: 50px; }
.pb55 { padding-bottom: 55px; }
.pb60 { padding-bottom: 60px; }
/* padding-left */
.pl00 { padding-left: 0px; }
.pl05 { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }
.pl50 { padding-left: 50px; }
.pl55 { padding-left: 55px; }
.pl60 { padding-left: 60px; }




* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}

body {
    width:100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #555555;
    background-color: #ffffff;
    font-size: 72.5%;
    line-height: 150%;
	text-align:center;
    letter-spacing:1px;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 1px solid #ccc;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* リンク指定
----------------------------------------------- */
a:link {
    color: #555555;
    text-decoration: underline;
}
a:visited {
    color: #555555;
}
a:hover {
    color: #FF6604;
}
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}

h4 {
margin-bottom:10px;
}

.price {
		color: #CE2B49;
		font-weight: bold;
		font-size:120%;
}

.shipping_date {
    font-size: 90%;
    color: #31859C;
    font-weight: bold; 
}
.attention2 {
		color: #fff;
		background-color:#f00;
		padding:5px 10px;
		font-weight:bold;
		display:block;
}
.attention {
	 color: #f00;
	 font-weight:bold;
}

.mandatory {
		width:2.5em;
		margin:0 0 0 5px;
		padding:2px 5px;
		text-align:center;
		color:#fff;
		white-space:normal;
		background-color:#c4143a;
		font-weight:bold;
}

.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}

#wapper{
	width:100%;
}
#wapperInner{
	width:1000px;
	height:100%;
	margin:0 auto 0 auto;
	text-align:center;
	background: url(../img/header/body_bg.gif) center top repeat-y;
}
#container{
	width:950px;
	clear:both;
	margin:0 25px 0 25px;
	text-align:left;

}
#container:before,
#container:after {
    content:"";
    display:table;
}
#container:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#container {
    zoom:1;
}





/* ヘッダーロゴ
------------------------------------------------ */
div#header {
    width: 950px;
    height: 95px;
	margin:0 25px 0 25px;
	position:relative;
}
div#header h1 a {
    float: left;
    display: block;
    margin: 8px 0 0 0;
    width: 350px;
    height: 81px;
    background: url(../img/header/logo.gif) no-repeat center left;
}
div#header em {
    display: none;
}


/* ヘッダーナビ
----------------------------------------------- */
div#information {
    /*float: right;*/
    /*padding: 60px 8px 0 0;*/
}
div#information ul li {
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}

#information {
    border: none;
    float: right;
    margin: 0;
    width: 600px;
}

#information td {
    border: none;
    padding: 0;
}

.sub_header {
    height: 430px;
    position: absolute;
    width: 30px;
	right:-55px;
	top:30px;
}
/* フレーム
----------------------------------------------- */


div#leftcolumn {
    float: left;
    width: 238px;
}

div#leftcolumn h2 {
    padding: 15px 0 0 0;
}

div#rightcolumn {
    float: left;
    width: 166px;
}

div#rightcolumn h2 {
    padding: 15px 0 0 0;
}

/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
div#three_maincolumn {
    float: left;
    width: 432px;
    padding: 15px 0 0 0;
}

div#three_maincolumn h2 {
    padding: 15px 0 0 0;
}
/* 2カラム設定 */
div#two_maincolumn {
    float: right;
    width: 680px;
    padding: 15px 0 0 0;
}
div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}
/* 1カラム設定 */
div#one_maincolumn {
    padding: 10px 0 0 0;
}

/* カゴの中
----------------------------------------------- */
div#cartarea {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
div#categoryarea {
    background-color: #F9F9F9;
    border: 1px solid #E5E5E5;
    padding-bottom: 22px;
    width: 238px;
}

#categorytree {
}

div#categoryarea li {
    background: url(../img/common/arrow_blue.gif) no-repeat left 0px;
    margin: 0 0 7px 13px;
    padding: 0 0 0 15px;
	line-height:1.3;
}
div#categoryarea li.onmark a.onlink{
    color: #FF6604;/*
	background: url("../img/side/arrow_red.gif") 0 3px no-repeat;*/

}
div#categoryarea li.level1 {
    background-image: none;
    margin: 0 0 10px 0px;
    padding: 0 0 2px 0px;
	border-top: dotted 1px #CCC;
}
div#categoryarea #category6{
	border:none;
}

div#categoryarea li.level1 ul {
    margin: 15px 5px 0;
    padding-bottom: 0px;
}

div#categoryarea li.level1 li {
    font-weight: normal;
}

div#categoryarea li.level2 li {
    font-weight: normal;
}

div#categoryarea li a {
    display: block;
}

/*a.onlink:link {
    color: #FF6604;
    text-decoration: underline;
}
a.onlink:visited {
}
a.onlink:hover {
    color: #FF6604;
}*/
/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

/* ログイン
----------------------------------------------- 
div#loginarea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 96px;
    border: solid 1px #ccc;
}
*/
/* 検索
----------------------------------------------- */
div#searcharea {
    width: 144px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
    width: 142px;
    border: solid 1px #ccc;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
	float:left;
	width:460px;
}

#block-calendar table {
    border: 3px solid #E6E6E6;
    border-collapse: collapse;
    float: left;
    margin: 0 0px 10px 15px;
    text-align: center;
	display:block;
}
#block-calendar table tbody{
	}

#block-calendar th, #block-calendar td {
    border: 1px solid #E6E6E6;
    color: #3D7087;
    padding: 4px;
}

#block-calendar th {
    background: #FFFFFF;
    color: #333333;
}

#block-calendar .off {
    background: none repeat scroll 0 0 #EAF6F6;
    color: #3D7087;
}

#block-calendar caption {
    background-image: url("../img/top/caption_bg.jpg");
    color: #FFFFFF;
    height: 28px;
	width:100%;
	padding-right:1px;
    line-height: 25px;
    margin-bottom: -2px;
}

.formalgift {
    float: left;
    height: 240px;
    width: 200px;
	margin-right:20px;
}

.formalgift table {
    border: none;
    border-collapse: collapse;
    margin: 0;
}

/*.formalgift td {
    border: none;
    padding: 0;
}

.formalgift th {
    border: 1px solid #E6E6E6;
}*/
.grayBox{
	border:1px solid #E5E5E5;
	padding:6px;
	background:#F9F9F9;
}

.today_is {
	clear:both;
	margin-left:15px;
}

.orange {
    color: #f3a047;
    font-weight: bold;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* テキスト
----------------------------------------------- */
.txtIndent {
    text-indent:20pt;
}

.txtRedEmphasis {
    text-indent:20pt;
    font-weight: bold;
    color: red;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 40px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* フッター
----------------------------------------------- */
#pagetop {
    margin: 0 auto;
    padding: 60px 25px 20px 0;
    text-align: right;
    width: 975px;
}

#fotter {
    background-image: url(../img/common/footer_bg.gif);
    background-repeat: no-repeat;
    font-size: 90%;
    line-height: 47px;
    text-align: left;
    width: 1000px;
	_width: 980px;
	padding-left:20px;
}

#fotter img {
    vertical-align: middle;
}

/* フォント
----------------------------------------------- */
.txtBRed {
	font-weight:bold;
	color:#FF0000;
}


