@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}

body {
	font-family: verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック',sans-serif;
    color: #333;
    background:url("../img/header/bg.gif") ;
	background-repeat:repeat-x;
	background-position:top;
    font-size: 77%;
    line-height: 150%;
    letter-spacing:1px;
}

li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border:none;
}
/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
.clear {
	clear:both;
	height:0;
	font-size:1px;/* ←↓ ブラウザで文字サイズ拡大した際に崩れないように。*/
	line-height:0;
}
/* リンク指定
----------------------------------------------- */
a:link { color: #333333; }
a:visited { color: #333333; }
a:hover { color: #3C8E91; font-weight:bold; }
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
}
.price { color: #333333; font-size:93%;font-family:Verdana;}
.attention { color: #ff0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin:0;
    border:none;
}
table th {
    margin:0;
    border:none;
    font-weight: normal;
}
table td {
    margin:0;
    border:none;
}
div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
	vertical-align:middle;
}
div.tblareabtn2 {
	width:785px;
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
	vertical-align:middle;
}
.phototd {
    width: 75px;
    text-align: center;
}
.centertd {
    text-align: center;
}
.pricetd {
    text-align: right;
}
.pricetd em {
    font-weight: bold;
}
div#completetext {
    width: 740px;
    margin: 15px 0 0 5px;
    padding: 15px;
    border: 5px solid #ccc;
}
div#completetext em {
    font-weight: bold;
}
div#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}


/* ヘッダーロゴ
------------------------------------------------ */
div#header {
    width: 870px;
    height: 1px;
    margin: 0;
}
div#header #h_area {
	display:none;
}
div#header #h_area h1 {
	display:none;
}
div#header .logo a {
	display:none;	
}
div#header em {
    display: none;
}


/* ヘッダーナビ
----------------------------------------------- */
div#h_area #information {
	display:none;
}
div#h_area #information ul li {
	display:none;
}
div#h_area #information ul li a {
	display:none;
}
div#header #h_smenu {
	display:none;
}
*+html body div#header #h_smenu {
	display:none;
}
div#header #h_smenu .s_menu{
}

div#header #h_smenu .s_menu ul {
	display:none;
}
div#header #h_smenu .s_menu li {
	display:none;
}

/*ログインパーツとフォント切り替え
----------------------------------------------------*/

div#header #lf_parts {
	display:none;
}
div#header #lf_parts:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div#header #lf_parts .login_parts {
	float:left;
	line-height:85%;
}
*+html body div#header #lf_parts .login_parts {
	float:left;
	line-height:80%;
	margin-bottom:5px;
}	

div#header #lf_parts .f_size {
	width:112px;
	float:right;
}
div#header #lf_parts  .f_size img {
	vertical-align:middle;
	float:left;
	padding-top:12px;
	padding-bottom:10px;
}
*+html body div#header #lf_parts .f_size img {
	vertical-align:middle;
	float:left;
	padding-top:12px;
	padding-bottom:10px;
}	
div#header #lf_parts .f_size ul {
	margin:0px;
	padding:10px 0px 0px 0px;
	vertical-align:middle;
	float:right;
}	
*+html body div#header #lf_parts .f_size ul {
	margin:0px;
	padding:10px 0px 0px 0px;
	vertical-align:middle;
	float:right;
}	
div#header #lf_parts .f_size li {
     float: left;
     list-style-type: none;
	 margin:0px;
	 padding:0px;
}
div#header #lf_parts .f_size li.f_small a {
     width: 19px;
     height: 15px;
     display: block;
     background:url("../img/common/f_small.gif") no-repeat;
	 text-indent:-9999px;	 
}
div#header #lf_parts .f_size li.f_small a:hover {
     width: 19px;
     height: 15px;
     display: block;
     background:#fff url("../img/common/f_small_on.gif") no-repeat;
}

div#header #lf_parts .f_size li.f_medium a {
     width: 18px;
     height: 15px;
     display: block;
     background:url("../img/common/f_medium.gif") no-repeat;
	 text-indent:-9999px;	 
}
div#header #lf_parts .f_size li.f_medium a:hover {
     width: 18px;
     height: 15px;
     display: block;
     background:#fff url("../img/common/f_medium_on.gif") no-repeat;
}
div#header #lf_parts .f_size li.f_large a {
     width: 18px;
     height: 15px;
     display: block;
     background:url("../img/common/f_large.gif") no-repeat;
	 text-indent:-9999px;	 
}
div#header #lf_parts .f_size li.f_large a:hover {
     width: 18px;
     height: 15px;
     display: block;
     background:#fff url("../img/common/f_large_on.gif") no-repeat;
}


/* フレーム
----------------------------------------------- */
div#container {
    width: auto;
    margin: 0;
    padding: 0 8px;
    background-color: #fff;
    text-align: left;
}
#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
div#leftcolumn, div#centercolumn, div#rightcolumn {
	overflow-x: hidden;
	overflow-y: hidden;
}
div#leftcolumn {
	display:none;
}

div#leftcolumn h2 {
    padding: 30px 0 0 0;
	clear:both;
}

div#rightcolumn {
    float: left;
	padding-left:20px;
	width:0px;
}

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 {
    width: auto;
    padding:0;
	margin:0px;
	text-align:left;
}

div#two_maincolumn h2 {
    padding: 0;
}

/* 1カラム設定 */
div#one_maincolumn {
    padding: 10px 0 0 0;
}

/* カゴの中
----------------------------------------------- */
div#cartarea {
	float:right;
    padding: 0px;
	margin:0px;
}

div#cartarea .item {
    padding: 0 12px 0 0;
    background: url("../img/side/title_cartin_line.gif") no-repeat right;
	margin-left:10px;
	float:left;
}
div#cartarea .item_p {
    padding: 0;
	margin-left:10px;
	float:left;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
div#categoryarea {
    width: 180px;
    padding:10px 10px 10px 1px;
	font-size:77%;
}

div#categoryarea li {
    margin: 0px;
    padding: 0px 0px 5px 20px;
    background: url("../img/common/cat_ga.gif") no-repeat 3px 0.7em;
	list-style: none;

}
div#categoryarea li.onmark {
    background: url("../img/common/cat_mi.gif") no-repeat 3px 0.7em;
	list-style: none;

}
div#categoryarea li.level1 {
    font-weight: normal;
}
div#categoryarea li.level1 li {
    font-weight: normal;
    background: url("../img/common/cat_migray.gif") no-repeat 0px 0.7em;
	list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 13px;	
	
	
}
div#categoryarea li.level1 li:hover {
    font-weight: normal;
    background: url("../img/common/cat_migreen.gif") no-repeat 0px 0.7em;
	list-style: none;	
}
div#categoryarea li a {
    padding: 0;
	text-decoration:none;
}

a.onlink {  text-decoration: none; }
a.onlink:link { color: #3C8E91; }
a.onlink:visited { color: #3C8E91; }
a.onlink:hover { color: #3C8E91; font-weight:bold; }

/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 1px 0 0 0;
    line-height: 0;
}

/* ログイン
----------------------------------------------- */
div#loginarea {
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
}

div#loginarea p {
    padding: 0;
}

div#login img {
    padding: 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: left;
}

#loginarea .box96 {
    width: 96px;
}

/* 検索
----------------------------------------------- */
div#searcharea {
    width: 200px;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
	margin-top:8px;
	float:right;
}

#searcharea .box135 {
    width: 135px;
	height:20px;
    border: solid 1px #ccc;
	float:left;
	margin-top:8px;
}

/* カレンダー
----------------------------------------------- */
#block-calendar {
}

#block-calendar table {
    border-collapse: collapse;
    margin: 0 auto 10px;
    text-align:center;
}

#block-calendar th, #block-calendar td {
    padding: 2px;
    border: 1px solid #CCCCCC;
}

#block-calendar th {
    background: #FF8144;
    color: #FFFFFF;
}

#block-calendar .off {
    background: #FFEECC;
    color: #E04A00;
}

#block-calendar caption {
    color: #DD4400;
}

/* バナー
----------------------------------------------- */
ul#banner {
    padding: 15px 0 0 0;
}

#banner li {
    padding: 0 0 10px 0;
}

/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}

/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
	zoom:1;
	line-height:100%;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}
input[type='image'].box175 {
    width: 175px;
    height: 39px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}
input[type='image'].box135 {
    width: 135px;
    height: 39px;
	zoom:1;
	line-height:100%;	
}
input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* フッター
----------------------------------------------- */
#pagetop {
	display:none;
}

#fotter {
	display:none;
}

*+html div.listarea {
	float:none !important;
	display:visible  !important;
	width: 160px;
	height: 325px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
	display:table-cell;
	vertical-align:bottom;
}
div.listarea {
	float:left;
	width: 160px;
	height: 325px;
	margin: 0px;
	padding:0px;
	overflow: hidden;
	display:table-cell;
	vertical-align:bottom;
}
div#undercolumn {
	margin: 0px;
	padding:0px;
}

