@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

img,p {
    border: 0;
}


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 { text-decoration:underline; }
a:link { color: #3a75af; }
a:visited { color: #3a75af; }
a:hover { color: #ff6600; }
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
.price { color: #ff0000; font-weight: bold; }
/**.attention { color: #ff0000; }*/
/**.mini { font-size: 90%; }*/
em {
    font-style: normal;
    color: #ff0000;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 15px auto 0 auto;
    border: 1px solid #ccc;
    text-align: left;
		border-collapse:inherit;
}

table th {
	padding: 8px;
	background-color: #f0f0f0;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
table td {
  padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

/**div.tblareabtn {
    clear: both;
    margin: 15px 0 0 0;
    text-align: center;
		width:95%;
}*/
/**.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;
}*/

div.ehonarea table{
border:0!important;
padding:0!important;
margin:0!important;
}

div.ehonarea td{
border:0!important;
padding:0!important;
}


/* ヘッダーロゴ
------------------------------------------------ */

/**div#header em {
    display: none;
}*/

/**div#header table,div#top table,div.seach table,div.itemCategory table   {
    margin:0!important;
    padding: 0px!important;
	border:0!important;
    border-collapse: collapse;
}*/
/**div#header table th,div#top table th,div.seach th,div.itemCategory th {
    padding: 0px!important;
	border:0!important;
    font-weight: normal;
}*/
/**div#header table td,div#top td,div.seach td,div.itemCategory td {
    border:0!important;
    padding: 0px!important;
}*/


/* ヘッダーナビ
----------------------------------------------- */
/**div#information {
    float: right;
    padding: 60px 8px 0 0;
}
div#information ul li {
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}*/
/* フレーム
----------------------------------------------- */
/**div#container {
    width: 900px;
    margin: 0 auto;
    padding: 0 8px;
    background-color: #fff;
    text-align: left;
}*/
/**#container:after {/* firefox背景色表示用 
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}*/

/**div#leftcolumn {
	float: left;
	width: 200px;
	margin-top: 10px;
	
}*/

/**div#leftcolumn h2 {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}*/

/**div#rightcolumn {
	float: left;
	width: 200px;
	margin-top: 10px;
	
}*/

/**div#rightcolumn h2 {
  padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}*/

/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
/**div#three_maincolumn {
	float: left;
	width: 500px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	
}*/

/*div#three_maincolumn h2 {
  padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

}*/

/* 2カラム設定 */
/**div#two_maincolumn {
    float: left;
    width: 943px;
    padding: 15px 0 0 0;
}

div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}*/

/* 1カラム設定 */
/**div#one_maincolumn {
	padding: 0px;
	margin-top: 10px;
}*/

/* カゴの中
----------------------------------------------- */
/**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 {
    width: 144px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff1e3;
}

div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
}
div#categoryarea li.onmark {
    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}*/

/*a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }*/

/* ガイドリンク
----------------------------------------------- */
/**#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 {
}

#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;
}

/**input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 100px;
    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 {
    width: 764px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #fff;
    text-align: right;
}

#fotter {
    width: 943px;
    margin: 0 auto;
    padding: 15px 8px;
    border-top: 1px solid #ff6600;
    background-color: #ffa85c;
    font-size: 90%;
    color: #fff;
    text-align: left;
}


div#windowcolumn {
    width: 562px;
    margin: 15px 20px auto;
}


div#windowareaTitle {
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #DCDCDC;
height:32px;
width:520px;
margin:0 0px 15px 0;
padding-left:5px;
}


div#windowareaTitle h2.title {
  font-size:14px;
	border-left:5px solid #CC0000;
	font-weight:bold;
	line-height:1.65em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

.btn{
	text-align:center;
}*/

