@charset "utf-8";
/* --------------------------------------------------
	2007/6/14
	[yutakasetubi]
 --------------------------------------------------- */
@charset "utf-8";

/***************************
  base 
***************************/
/* other */
*{ margin:0;padding:0;}
img{border:none;vertical-align:top;}
.clear{clear:both;}
p {margin:0;padding:0;}
b,strong { color:#f60;}
ul {margin:0;padding:0;}
li {margin:0;padding:0;list-style:none;}
dl {margin:0;padding:0;}
dt {margin:0;padding:0;}
dd {margin:0;padding:0;}

	
hr{
	color:#f8bfdf; 
	border: 0;
	height: 1px;
	background-color:#f8bfdf; 
	padding:0;
	margin:0;
	}

table {font:75%/1.5em "ＭＳ ゴシック", "Osaka－等幅";}

/* link */
a {color:#f93;}
a:hover {text-decoration:underline; }

/* body */
body {
	margin:0;
	padding:0;
	text-align:center;
	font:75%/1.5em "ＭＳ ゴシック", "Osaka－等幅";
	background:#fff url(image/main/background.jpg) repeat center top;
	line-height:160%;
	color:#222;
	letter-spacing:1px;
	}
	
body#form{
	background:#ddd;
	}


/***************************
  font-color
***************************/
.font-color-gray   {color:#888;}
.font-color-orange {color:#f93;}
.font-color-red    {color:#c00;}
.font-color-white  {color:#fff;}
.font-color-blue   {color:#00a0e9;}
.font-color-green  {color:#85c023;}
.font-color-pink   {color:#e93069;}
.font-color-purple {color:#a644ff;}
.font-color-cyan   {color:#3aa;}

.font-size-small  {font-size:10px;}
.font-size-nomal  {font-size:12px;}
.font-size-big    {font-size:14px;}
.font-size-sbig   {font-size:16px;}

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
div.blog-list:after,
h2:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
div.blog-list,
h2 { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html div.blog-list,
* html h2 { height: 1% }
.clearfix,
div.blog-list,
h2 {display:block;}
/* end MacIE5 */


/***************************
  h
***************************/
h1,h2,h3,h4,h5,h6 {
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:normal;
	}
	
	
/***************************
  all 
***************************/
/* main-layout*/
div#container {
	width:876px;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}

div#wrapper{
	padding:5px 0;
	width:864px;
	text-align:left;
	margin:0 auto;
	}
	
div#wrapper-form{
	width:653px;
	margin:0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#fff;
	}
	
div#content {
	width:653px;
	float:right;
	}
	
div#content-form {
	margin:10px;
	text-align:left
	}
	
/* h */
h1 {
	height:18px;
	background:url(image/online_station.jpg) right top no-repeat;
	}
	
h2 {
	width:653px;
	height:69px;
	padding-left:30px;
	line-height:69px;
	background:url(image/title.jpg) no-repeat left top;
	font-size:14px;
	font-weight:bold;
	color:#666;
	}
	
h3 {
	width:653px;
	height:31px;
	padding-left:30px;
	line-height:31px;
	background:url(image/sub-title.jpg) no-repeat left top;
	font-size:14px;
	font-weight:bold;
	color:#666;
	}
	
.h3-style {
	width:653px;
	height:31px;
	padding-left:30px;
	line-height:31px;
	background:url(image/sub-title.jpg) no-repeat left top;
	font-size:14px;
	font-weight:bold;
	color:#666;
	}
	
.h3-style2 {
	background:url(image/sub-title3.jpg) no-repeat left top;
	}
	
h4 {
	width:201px;
	height:25px;
	line-height:25px;
	background:url(image/bar.jpg) no-repeat left top;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	}
	
h5 {
	margin:5px 0;
	padding:3px;
	background:#f4f4f4;
	border-left: 6px solid #e99cc0;
	text-align:left;
	}
	
h6 {
	font-weight:bold;
	color:#ee80ad;
	margin-bottom:5px;
	}
	

/***************************
  header 
***************************/
div#header {
	margin:5px;
	position:relative;
	text-align:left;
	}

dl#top-menu {}

dl#top-menu dt{
	width:280px;
	height:57px;
	float:left;
	}
	
dl#top-menu dd{
	width:583px;
	height:57px;
	float:left;
	background:url(image/top-menu.jpg) no-repeat center center;
	}
	
dl#top-menu dd p{
	padding-left:70px;
	line-height:57px;
	color:#FFFFFF;
	letter-spacing:0px;
	font-size:12px;
	}
	
dl#top-menu dd p a{
	color:#FFFFFF;
	}


/***************************
  search 
***************************/
div#search {
	clear:both;
	width:862px;
	height:28px;
	border:1px solid #ccc;
	background:url(image/bar-back.jpg) left center repeat-x;
	}

dl#search-dl {
	padding:3px;
	}
	
dl#search-dl dt{
	width:320px;
	height:18px;
	float:left;
	line-height:18px;
	}
	
dl#search-dl dd{
	width:530px;
	height:18px;
	float:left;
	line-height:18px;
	}
	
dl#search-dl input{
	height:18px;
	}
	
dl#search-dl img{
	margin-top:1px;
	}
	
/***************************
  footer 
***************************/
div#footer {
	width:100%;
	height:35px;
	background:url(image/footer-logo.jpg) right bottom no-repeat;
	clear:both;
	text-align:center;
	color:#e93069;
	}
	

/***************************
  navi 
***************************/	
div#navi {
	padding:0 10px 10px 10px;
	text-align:left
	}
	
	
/***************************
  sidebar 
***************************/	
div#sidebar {
	width:201px;
	float:left;
	font-size:12px;
	}
	
div.side-body {
	width:201px;
	margin-bottom:8px;
	background:url(image/side-body.jpg) repeat-y left top;
	}
	
div.side-body a{
	color:#666666;
	}
	
div.side-body a:hover{
	color:#f93;
	}
	
.side-body ul {
	padding:9px 0 9px 9px;
	}
	
.side-body ul li {
	width:183px;
	text-align:left;
	}
	
.side-body ul#side-shopping li {
	padding-left:15px;
	height:40px;
	line-height:40px;
	background:url(image/list-shopping.jpg) no-repeat center left;
	}
	
.side-body ul#side-feature  li {
	padding-left:20px;
	height:28px;
	line-height:28px;
	background:url(image/list-feature.jpg) no-repeat center left;
	}
	
.side-body ul#side-first li {
	padding-left:20px;
	height:28px;
	line-height:28px;
	background:url(image/list-first.jpg) no-repeat center left;
	}
	
.option,#cart,{margin-bottom:3px;}
.option img{margin-bottom:3px;}

.blog {
	margin-bottom:20px;
	}

.blog ul{
	padding:10px;
	}
	
.blog li{
	padding-left:15px;
	background:url(image/vec-2.gif) left center no-repeat;
	line-height:110%;
	margin-bottom:10px;
	}
	
/***************************
 main
***************************/		
div.main {
	margin-bottom:8px;
	}
	
div.main2 {
	margin-bottom:20px;
	}
	
div.main3 {
	text-align:left;
	padding:5px;
	border:1px solid #ccc;
	margin-bottom:20px;
	}
	
.round {
	background:url(image/round-body.jpg) top left repeat-y;
	}
	
.round-head {
	height:7px;
	overflow:hidden;
	background:url(image/round-head.jpg) top left no-repeat;
	}
	
.round-foot {
	height:8px;
	overflow:hidden;
	background:url(image/round-foot.jpg) top left no-repeat;
	}
	
.round p{
	padding:0 10px;
	}
	
ul#news {
	border:1px solid #ccc;
	padding:10px 20px;
	}
	
ul#news li{
	padding-left:20px;
	background:url(image/list.jpg) left center no-repeat;
	height:30px;
	line-height:30px;
	border-bottom:1px dotted #ccc;
	}
	
div#sub-title {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	}
	
div#sub-title p {
	padding:10px 10px 10px 30px;
	font-size:12px;
	color:#999999;
	}
		
div#sub-title p a{
	color:#666;
	}
	
div#sub-title p a:hover{
	color:#f93;
	}
	
div.category-img {
	margin:5px 0 10px 0;
	text-align:center;}

	
/***************************
 dl
***************************/
dl.dl-nomal,
dl.dl-nomal2,
dl.dl-list,
dl.dl-list2,
dl.dl-list3,
dl.dl-non,
div.div-nomal {
	margin-top:3px;
	border:2px solid #ccc;
	padding:20px;
	}
	
dl.dl-nomal dt,
dl.dl-nomal2 dt{
	padding-bottom:20px;
	font-size:14px;
	color:#666666;
	}
	
dl.dl-list dt{
	padding:5px 5px 5px 10px;
	border:1px dotted #ccc;
	color:#666666;
	}
	
dl.dl-list dd{
	padding:10px 20px 10px 30px;
	border-bottom:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	margin-bottom:10px;
	}

dl.dl-list2 dd{
	padding:5px 20px 5px 30px;
	border:1px dotted #ccc;
	margin-bottom:10px;
	}
	
dl.dl-list3 dt{
	padding-bottom:10px;
	text-align:right;
	color:#666666;
	}
	
dl.dl-list3 dd{
	padding:5px 20px 5px 30px;
	margin-bottom:10px;
	}
	
dl.dl-nomal dd{
	padding:10px 10px 10px 20px;
	border-top:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	}
	
dl.dl-nomal2 dd{
	padding:10px 10px 10px 20px;
	border-top:1px dotted #ccc;
	border-left:1px dotted #ccc;
	border-right:1px dotted #ccc;
	background:url(image/vec-2.jpg) no-repeat left center;
	}
	
dl.dl-nomal dd.dd-end,
dl.dl-nomal2 dd.dd-end{
	border-bottom:1px dotted #ccc;
	}
	
dl.dl-non dd{
	border:1px dotted #ccc;
	}
	
.main3 dt{
	height:26px;
	line-height:26px;
	padding-left:20px;
	background:no-repeat left top;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.main3 dd{
	margin-top:5px;
	margin-bottom:20px;
	}
	
.main3 dd p{
	padding:0 20px 20px 20px;
	}
	
dl.flow {
	margin:10px 10px 30px 0;
	text-align:left;
	}
	
dl.flow dt {
	font-weight:bold;
	color:#ee80ad;
	margin-bottom:5px;
	}
	
dl.flow dd {
	background:url(image/flow.jpg) bottom left no-repeat;
	padding-left:20px;
	margin-bottom:5px;
	}
	
/****************************
 shop-item
****************************/
div.item-space {
	width:160px;
	float:left;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	}
	
div.item-list {
	width:150px;
	border:1px dotted #ccc;
	margin:0 auto;
	}
	
table.item-deta{
	width:130px;
	margin:10px auto;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #ccc;
	}
	
table.item-deta caption{
	margin:5px 5px 0 5px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	background:url(image/shopping/vec-3.jpg) left center no-repeat;
	padding:0 0 5px 10px;
	}
	
table.item-deta th{
	border-bottom:1px dashed #ccc;
	text-align:left;
	background:url(image/tbl-th-1.jpg) right center repeat-y;
	padding-left:5px;
	}
	
table.item-deta td{
	border-bottom:1px solid #ccc;
	padding:0 10px;
	text-align:left;
	}
	
table.item-deta td.no-padding{
	padding:0;
	}
	
div.item-img {
	width:310px;
	height:310px;
	border:1px solid #ccc;
	float:left;
	text-align:left;
	}
	
div.item-img img{
	margin:10px;
	}
	
div.item-price {
	width:324px;
	float:right;
	}
	
div.item-price h3 {
	width:324px;
	height:30px;
	padding-left:30px;
	line-height:30px;
	background:url(image/sub-title2.jpg) no-repeat left top;
	font-size:14px;
	font-weight:bold;
	color:#666;
	}
	
div.item-cart {
	padding:20px;
	text-align:center;}

	
span.normal{
	font:12px;
	font-weight:normal;
	color:#222;
	}
	

	
/***************************
 blog
***************************/
div.blog-list {
	width:270px;
	height:390px;
	float:left;
	}
	
div.blog-list dl{
	width:220px;
	float:right;
	}
	
div.blog-list dt,
div.blog-list dd{
	border:none;
	padding:0;
	padding-right:10px;
	margin:0;
	}
	
div.blog-list dt img{
	width:200px;
	margin-bottom:10px;
	}
	
div.blog-vec{
	width:15px;
	float:left;
	height:350px;
	line-height:250px;
	font-size:12px;
	}
	
	
/***************************
 ul
***************************/
ul.ul-nomal {
	margin:10px;
	}
	
ul.ul-nomal li{
	list-style: outside disc;
	padding-left:10px;
	margin-bottom:5px;
	}

/*-----------------------------------------------
	*04 sitemap
-------------------------------------------------*/

.sitemap{
	margin:10px;
}

.sitemap ul li,
.sitemap ul li ul li,
.sitemap ul li ul li ul li {
	list-style-type: none;
	margin:0;
	padding:0px 0px 5px 0px;
	vertical-align:bottom;
	width:170px;
}

.sitemap ul li a,
.sitemap ul li ul li a,
.sitemap ul li ul li ul a{
	border:1px solid #CCC;
	padding:10px 10px 10px 20px;
	display:block;
	background: #EFEEEE url(image/vec-2.gif) no-repeat 10px center;
}

.sitemap ul li ul{
	margin-top:-41px;
	margin-left:170px;
	background: url(image/sitemap03.gif) repeat-y 15px 0px;
}
	
.sitemap ul li ul li,
.sitemap ul li ul li ul li,
.sitemap ul li ul li ul li ul li{
	padding-left:34px;
	background: url(image/sitemap01.gif) no-repeat 15px 0px;
}

.sitemap ul li ul li.sec_top,
.sitemap ul li ul li ul li.sec_top,
.sitemap ul li ul li ul li ul li.sec_top{
	background: url(image/sitemap02.gif) no-repeat 0px 0px;
}

.sitemap ul li ul li.extra,
.sitemap ul li ul li ul li.extra{
	background: url(image/sitemap04.gif) no-repeat 15px 0px;
	padding-left:170px;
}

.sitemap ul li ul li.end {
	padding-left:34px;
	background: url(image/sitemap05.gif) no-repeat 15px 0px;
}

.sitemap ul li ul li ul li.end{
	padding-left:34px;
}

	
/***************************
 box
***************************/		
.box-type-1{
	padding:10px;
	margin:5px;
	}
	
.box-type-2{
	margin-top:10px;
	width:170px;
	float:left;
	}
	
.box-type-3{
	padding:10px;
	margin:5px;
	}

.box-type-3 p{
	padding-left:20px;
	}
	
.box-type-3 ul{
	padding:10px 10px 10px 20px;
	}
	
.box-type-3 li{
	color:#CC0000;
	margin-bottom:5px;
	list-style: disc inside;
	}


/***************************
  option 
***************************/
.img-left{
	float:left;
	}
	
.img-right {
	float:right;
	}
	
p.p-padding{
	clear:both;
	padding:20px 0;
	}

	
/***************************
  table
***************************/
table { font-size:12px; }
table.tbl-non,
table.tbl-type{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:none;
	}
	
table.tbl-type{
	border:1px solid #ccc;
	}
	
div.sheet-1{
	border:1px solid #ccc;
	padding:10px;
	}
	
div#results {
	border:1px solid #f0a0c3;
	border-top:none;
	background:#fdf3f7;
	}
	
div.sheet-1 table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:10px;
	}
	
table.tbl-non td p{
	padding:5px;
	line-height:105%;
	}

	
table.tbl-non img{
	margin-bottom:5px;
	margin-right:5px;
	}
		
table.tbl-nomal {
	font-size:12px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px dotted #ccc;
	}
	
table.tbl-nomal th{
	width:170px;
	padding:8px;
	padding-left:10px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px dotted #ccc;
	font-weight:normal;
	background:url(image/tbl-th-1.jpg) repeat-y right top;
	}
	
div.item-price table.tbl-nomal th{
	width:120px;
	}
	
table.tbl-nomal th.th-img{
	background:url(image/tbl-th-2.jpg) repeat-y left top;
	}
	
table.tbl-nomal td,
div.sheet-1 td{
	padding:8px;
	padding-left:10px;
	text-align:left;
	line-height:120%;
	letter-spacing:1px;
	border:1px dotted #ccc;
	}
	
div.item-price table.tbl-nomal td{
	text-align:right;
	}
	
table.tbl-type td{
	border:1px dotted #ccc;
	}
	
td.td-type-01{
	padding-left:10px;
	text-align:left;
	background:url(image/tbl-th-2.jpg) repeat-y left top;
	font-size:12px;
	letter-spacing:0;
	}
	
td.td-type-02{
	padding-left:10px;
	text-align:left;
	background:url(image/tbl-th-3.jpg) repeat-x left center;
	}
	
div.vec-2 {
	background:url(image/vec-2.gif) no-repeat left center;
	padding-left:15px;
	}
	
	
td.price-font {
	text-align:right;
	font-weight:bold;
	font-size:30px;
	color:#c00;
	color:#FF6699;
	border:1px solid #fff;
	}
	
	
table.tbl-non td{
	border:none;
	}
	
/**************************
 form
**************************/
div.form-btn {
	text-align:center;
	padding:10px;
	}
	
div.form-btn button {
	border:none;
	background-color:#FFFFFF;
	cursor:hand;
	}
	
input.input-txt {
	border:1px solid #ccc;
	margin-right:10px;
	}
	
input.input-txt2 {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	}
	
textarea.input-txtarea {
	border:1px solid #ccc;
	padding:5px;
	width:100%;
	height:150px;
	}
	
	
/**************************
 box
**************************/
.box-01 {
	margin:10px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	}
	
	
	
/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after,
dl.dl-list3:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix,
dl.dl-list3 { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix,
* html dl.dl-list3 { height: 1% }
.clearfix,
dl.dl-list3 {display:block;}
/* end MacIE5 */


/**************************
 price
**************************/
div#prace-tbl table td.td-type-02 {
	padding-left:10px;
	text-align:left;
	font-size:20px;
	height:20px;
	line-height:20px;
	}

	
/**************************
 sidebar
**************************/
div.material-info {
	border:1px solid #ccc;
	background:#f4f4f4;
	padding:10px;
	border-top:none;
	}
	
/****************************
 mitsumori
****************************/
table.tbl-mitsu{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:20px 0;
	}
	
table.tbl-mitsu th{
	font-size:24px;
	color:#990000;
	text-align:right;
	padding:10px;
	}
	
table.tbl-mitsu td{
	font-size:24px;
	color:#990000;
	text-align:right;
	}

input.input-price {
	border:none;
	border:1px solid #fff;
	font-size:24px;
	color:#990000;
	text-align:center;
	width:170px;
	}
	
	
/****************************
 h6
****************************/
h6.h6-style {
	background:url(image/list2.jpg) no-repeat center left;
	font-size:14px;
	padding:5px 0;
	margin:0;
	color:#333;
	padding-left:25px;
	}
	
	
/****************************
 other
****************************/
div.page-navi {
	text-align:center;
	padding:10px;
	}
	
div.page-navi span.cnt-box a{
	background:#f4f4f4;
	border:1px solid #eee;
	padding:5px;
	margin:2px;
	text-align:center;
	}
