@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

table,img,p {
    border: 0;
}

body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #555555;
    /*background-color: #ffe9e6;*/
	/*background-color: #EFEFEF;*/
	/*background-color:#000000;*/
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing:1px;
	/*background:url(http://www.w-w-light.com/eccube/html/user_data/packages/20100701/img/up_w-w-l01/header/wwl_bg1.png) repeat-x scroll 0 0 #484848;*/
}

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: #3a75af;
    text-decoration: underline;
}
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;}
.price-detail {  color: #ff0000; font-weight: bold; font-size:160%;}
.normal { text-decoration:line-through; font-size:120%;}
.attention { color: #ff0000; }
.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;
}


/* ヘッダーロゴ
------------------------------------------------ */
div#headereria {
    /*background: url("http://w-w-light.com/user_data/packages/20100701/img/header/bg.gif");*/
	/*background: url("http://www.w-w-light.com/eccube/data/Smarty/templates/20100701/_packages/img/up_w-w-l01/header/header_1100-200.jpg");*/
	background-color: #000;
    /*width: 1100px;*/
    /*height: 200px;*/
	height: 150px;
    margin: 0 auto;
}
div#header {
    /*background: url("http://w-w-light.com/user_data/packages/20100701/img/header/bg.gif");*/
	/*background: url("http://www.w-w-light.com/eccube/data/Smarty/templates/20100701/_packages/img/up_w-w-l01/header/header_1100-200.jpg");*/
	/*background: url("http://www.w-w-light.com/eccube/html/user_data/packages/20100701/img/up_w-w-l01/header/header_1100-100.jpg");*/
	background: url("../img/up_w-w-l01/new_2011/header_1100-150.jpg");
	background-color: #000;
    width: 1100px;
    /*height: 200px;*/
	height: 150px;
    margin: 0 auto;
	color: #09F;
	font-size:80%;
}
div#header h1 {
	color: #FFF;
	font-size: 12px;
}
/*div#header h1 a {
    float: left;
    display: block;
    margin: 8px 0 0 0;
    width: 292px;
    height: 81px;
    background: url("http://w-w-light.com/user_data/packages/20100701/img/header/logo.gif");
}*/
/*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;
}
/*ここから自作*/
div#mainnavi{
	margin:0 auto;
	width:1100px;
	display:block;
	height:30px;
}
div#mainnavieria{
	background: url("../../../../../data/Smarty/templates/20100701/_packages/img/up_w-w-l01/main_btn/bg.jpg");
	height:30px;
}

/* フレーム
----------------------------------------------- */
div#container {
    /*width: 764px;*/
	width: 1100px;
    margin: 0 auto;
    /*padding: 0 8px;*/
	padding: 0;
    /*background-color: #fff;*/
	/*background:url(http://www.w-w-light.com/eccube/html/user_data/packages/20100701/img/up_w-w-l01/header/wwl_bg2.png) repeat-x scroll 0 0 #fff;*/
	/*background-color:#161616;*/
    text-align: left;
}
#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

div#leftcolumn {
    float: left;
    /*width: 166px;*/
	width: 200px;
}

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

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

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

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

div#three_maincolumn h2 {
    padding: 5px 0 0 0;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: left;
    /*width: 598px;*/
	width: 890px;
    padding: 5px 3px 0 0;
}

div#two_maincolumn h2 {
    /*padding: 5px 0 0 0;*/
	padding:0;
}

/* 1カラム設定 */
div#one_maincolumn {
    padding: 5px 0 0 0;
}

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

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

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("http://file:///C|/Users/M-KOMP~1/AppData/Local/img/side/line_146.gif") no-repeat bottom;
}

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

/* カテゴリー
----------------------------------------------- */
div#categoryarea {
    /*width: 144px;*/
	width: 178px;
    padding: 10px;
    border: solid 1px #ccc;
    background-color: #fff1e3;
}

div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("http://file:///C|/Users/M-KOMP~1/AppData/Local/img/common/arrow_blue.gif") 0 3px no-repeat;
}
div#categoryarea li.onmark {
    background: url("http://file:///C|/Users/M-KOMP~1/AppData/Local/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:link {
    color: #ff0000;
    text-decoration: underline;
}
a.onlink:visited {
    color: #ff0000;
}
a.onlink:hover {
    color: #ff0000;
}
/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

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

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;*/
	width: 178px;
    padding: 0 10px 10px 10px;
    border: solid 1px #ccc;
	background-color:#FFF;
}

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

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

#searcharea .box142 {
    /*width: 142px;*/
	width: 176px;
    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;*/
	background: #1f1f1f;
    color: #FFFFFF;
}

#block-calendar .off {
    /*background: #FFEECC;*/
	background: #CCC;
    color: #E04A00;
	/*color:#FFF;*/
}

#block-calendar caption {
    /*color: #DD4400;*/
	color:#1f1f1f;
}

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

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


/* ギャラリーPickUp
----------------------------------------------- */
#gallery_pickup {

	vertical-align:text-top;
}

#gallery_pickup li{
	padding:5px;
	margin-top:5px;
	background: url("../img/up_w-w-l01/up/banner_side_grad.jpg");
	border:thin solid;
	border-color:#666;
	background-repeat:repeat-y;
	background-clip:padding;
	font-size:80%;
	font-weight:bold;
}

#gallery_pickup li .shashu{
	font-size:120%;
}

/* ギャラリーPickUpフッター用
----------------------------------------------- */
#gallery_pickup_footer {
	vertical-align:text-top;
	width: 894px;
	padding:0 3px 0 3px;
	margin-left:auto;
	margin-right:0;
}

#gallery_pickup_footer li{
	padding:5px 5px;
	margin-top:5px;
	background: url("../img/up_w-w-l01/up/banner_side_grad.jpg");
	border:thin solid;
	border-color:#666;
	background-repeat:repeat-y;
	background-clip:padding;
	font-size:80%;
	font-weight:bold;
	float:left;
	margin-right:30px;
	width:180px;
	height:135px;
}

#gallery_pickup_footer li .shashu{
	font-size:120%;
}


/* テキストフィールド
----------------------------------------------- */
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: 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 {
    /*width: 764px;*/
	width: 1100px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #fff;
    text-align: right;
}

#fotter {
    /*width: 764px;*/
	width: 1100px;
    margin: 0 auto;
    padding: 15px 8px;
    border-top: 1px solid #ff6600;
    background-color: #ffa85c;
    font-size: 90%;
    color: #fff;
    text-align: left;
}
#footer a{
	color:#FFF;
}