@charset "shift_jis";

/*------　　　　　　------------*/
/*------★ページ全体------------*/
/*------　　　　　　------------*/

body {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴPro W3";
	text-align: left;
}
body,td,th {
	font-size:small; 
	color: #666666;
}

p,h1,h2,h3,h4,h5,h6,h7,h8,ul{
	margin:0px;
	padding:0px;
}

a:link {
	color: #0066CC;
	text-decoration:none
}
a:visited {
	color: #0066CC;
	text-decoration:none
}
a:hover {
	color: #FF6600;
	text-decoration:none
}


#container{
	width: 775px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#container_mini{
	width: 600px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


.font-B {
	font-weight: bold;
}

.font-s {
	font-size: x-small;
}
.font-LL {
	font-size: x-large;
}
.font-L {
	font-size: large;
}

.font-M {
	font-size: medium;
}

.price {
	font-size: medium;
	color: #FF0000;
}

.price-L {
	font-size: large;
	color: #FF0000;
	font-weight: bold;
}

.DashLine {
	height:1px;
	color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
}

/* 角丸テーブル */
.kadomaru {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 3px solid #5D9C23;     /* 枠線の装飾 */
	background-color: #FFF;   /* 背景色 */
	margin: 5px;
	padding: 10px;
}

/* 角丸テーブル50% */
.kadomaru50 {
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: 3px solid #5D9C23;     /* 枠線の装飾 */
	background-color: #FFF;   /* 背景色 */
	margin: 5px;
	padding: 10px;
	width: 50%;
}

/*------　　　　　　　------------*/
/*------★ヘッダー部分------------*/
/*------　　　　　　　------------*/

#head_area {
	position: absolute;
	height: 45px;
	width: 390px;
	top: 5px;
	left: 324px;
}

#header_basic h1 {
	padding: 0px;
	height: 50px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#header_basic{
	margin: 0px;
	padding: 0px;
	width: 775px;
	height:65px;
	background-attachment: scroll;
	background-image: url(../images/bg_header2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#container_mini #header_basic{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:65px;
	background-attachment: scroll;
	background-image: url(../images/bg_header2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


#header_menu{
	float: right;
	width: 180px;
	margin-top: 15px;
}

#header_menu li{
	float: left;
	list-style-type: none;
	margin-right: 10px;
	height: 15px;
	padding-top: 2px;
	font-size: small;
}

#header_menu li#contact{
	background-image: url(../images/ico_contact.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#header_menu li#guide{
	background-image: url(../images/ico_info.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

.search-text-box {
	font-size: 12pt;
	height: 20px;
	width: 110px;
}

#KeySearch_area{
	text-align: left;
	width: 200px;
	float: left;
}

/*------　　　　　　------------*/
/*------★メイン部分------------*/
/*------　　　　　　------------*/

#main_area {
	padding: 0px;
	margin: 0px;
}

#Main-Navi {
	padding-right: 2px;
	width: 765px;
	margin-bottom: 10px;
}

#Main-Navi li{
	display:inline
}


/*------　★メイン（１段組）　------------*/
/*------　商品明細や注文確認、ご利用ガイド、新カートなど１画面使うもの　------------*/

#main_Contents_Area{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 765px;
}


#main_Contents_Area h2 {
	font-size: large;
	background-image: url(../images/bar_orange_L.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 745px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}

/*--  ☆商品明細  --*/
#ProductBaseMark-box {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ProductCatch-box {
	line-height: 1.2em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ProductBaseInfo-box {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ProductColorInfo-box {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#ProductDetail_Area{
	padding: 0px;
	width: 765px;
	margin: 0px;
}

.ProductDetail-title {
	font-size: x-large;
	margin: 0px;
	padding: 0px;
	background-image: none;
	width: 750px;
	line-height: 1.2em;
}

#ProductDetail-Img_Area {
	margin: 0px;
	padding: 0px;
	width: 300px;
	float: left;
}
#ProductDetail-Cart_Area {
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
}

#ProductDetail-Spec_Area {
	padding: 0px;
	width: 765px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ProductImg-Main{
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 300px;
}

.ProductImg-Main img{
	border: 1px solid #CCCCCC;
}

.ProductImg-Sub{
	padding: 0px;
	height: 95px;
	width: 95px;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.ProductImg-Sub img{
	border: 1px solid #CCCCCC;
}

.price_LL {
	font-size: 14pt;
	color: #FF0000;
}

.DetailCautionTxt{
	color:#F00;
}

/*--  ☆商品明細　ポップアップ  --*/
#container_mini #main_area{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 1.5em;
}

#container_mini h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}


#container_mini #ProductDetail_Area{
	padding: 0px;
	width: 100%;
	margin: 0px;
}


#container_mini .ProductDetail-title {
	font-size: x-large;
	margin: 0px;
	background-image: none;
	width: 590px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1.2em;
}


#container_mini #ProductDetail_Area h2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: large;
}

#container_mini #ProductDetail-Cart_Area{
	padding: 0px;
	width: 275px;
	float: right;
	margin: 0px;
}
#container_mini  #ProductCatch-box {
	margin: 0px;
	padding: 0px;
}

#container_mini #ProductDetail-Spec_Area{
	padding: 0px;
	width: 765px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container_mini #ProductDetail_Area{
	padding: 0px;
	width: 100%;
	margin: 0px;
}

.ItemChecked{
	background-color: #FFFF99;
}

/*--  カート参照  --*/
#NewCartMenu {
	height: 35px;
	width: 400px;
	position: relative;
	left: 350px;
}

#NewCart-box {
	padding: 0px;
	width: 750px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.NewCartTable {
	width: 730px;
	
}



.NewCartProductName{
	text-decoration:none;
	font-size: medium;
}

.NewCartCautionTxt{
	color:#F00;
}


/*--  ☆お客様情報入力  --*/
#OrderDetail {
	width: 720px;
}

#DetailHeader {
	width: 720px;
}

#DetailHeaderLeft {
	float: left;
	width: 350px;
}

#DetailHeaderRight {
	float: right;
	width: 350px;
}

.BasicTable {
	border-collapse: collapse;
	font-size: x-small;
}

.BasicTable td {
	border: 1px solid #339933;
	padding: 2px;
}
.BasicTable th {
	padding: 2px;
	border: 1px solid #339933;
}



/*--  ☆購入履歴一覧  --*/

#HistoryListTable {
	width: 750px;
}


/*--  ☆お問合せ入力　ID・パスワード発行  会員登録--*/
.wid650 {
	width: 650px;
}

.ContactInputTable {
	border: 1px solid #999999;
}
.ContactInputTable th {
	background-color: #FFFFCC;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.ContactInputTable td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.RegistInputTable {
	border: 1px solid #999999;
}
.RegistInputTable th {
	background-color: #EDFFEB;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.RegistInputTable td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/*--  ☆会員情報変更--*/

.BasicTable {
	border-collapse: collapse;
	font-size: x-small;
}

.BasicTable td {
	border: 1px solid #339933;
	padding: 2px;
}
.BasicTable th {
	padding: 2px;
	border: 1px solid #339933;
}

/*--  ☆FAQ　--*/

.FaqTable li {
	line-height: 18px;
}
.FaqTable th {
	font-size: 14px;
	background-color: #FFFFCC;
	padding: 4px;
}


/*--  ☆プリントサービス  --*/
#PrintService {
	margin: 0px;
	padding: 0px;
}

#Caution-box{
	border: 1px solid #FF3366;
	margin: 10px;
	padding: 30px;
	width: 500px;
	text-align: left;
}



/*------　★メイン（２段組）　------------*/
/*------　カテゴリ表示やカート表示など　------------*/

#timeline {
	margin-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-left: 10px;
}

#timeline li{
	display:inline
}


/*- ☆左ナビゲーション -*/
#leftside {
	float: left;
	width: 200px;
	margin-left: 5px;
	padding: 0px;ss
/*	border: 1px solid #CCCCCC;*/
}

#login-before {
	height: 160px;
	width: 200px;
	background-image: url(../images/bg_login.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
}
.login-text-box {
	font-size: 12pt;
	height: 20px;
	width: 90px;
}
.password-text-box {
	font-size: 10pt;
	height: 20px;
	width: 90px;
}

#left-menu {
	padding: 0px;
	width: 200px;
	margin-top: 5px;
}

#left-menu img {
	height: 30px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
}

.attention {
	font-weight: bold;
	color: #FF0033;
}

#PriorityInfo {
	border: medium double #FF0000;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#left-info {
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/bar_info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
	margin-top: 10px;
}

#left-info li{
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
	font-size: small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	list-style-type: none;
}

#ctlg-info{
	margin-top: 10px;
	width: 200px;
}

/*--  ☆メイン  --*/
#main-box {
	padding: 0px;
	margin-left: 5px;
	width: 560px;
	float: right;
}

/*--  メイン上部広告やバナー  205--*/
#top-box {
	padding: 0px;
	width: 555px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 200px;
}

#top-left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 350px;
}

#top-right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
	height: 145px;
}

#top-bottom {
	width: 555px;
	height: 50px;
	margin-top: 5px;
	background-image: url(../images/bg_service.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}


/*--  メイン中部広告やバナー  --*/
#center-box {
	padding: 0px;
	width: 555px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*--  商品カテゴリ  --*/
#category_area {
	background-image: url(../images/bar_category.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 555px;
	padding-top: 20px;
	float: left;
}


.category-box h2 {
	font-size: 13px;
}

.category-box li {
	display: inline;
	list-style-type: none;
	padding-right: 0.2em;
}

.category-box {
	width: 103px;
	border-right-width: 1px;
	border-right-style: dotted;
	float: left;
	line-height: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#category_area #cate1 {
	padding: 0px;
	width: 555px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-collapse:collapse;
	height: 19em;
}

#category_area #cate2 {
	padding: 0px;
	width: 555px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-collapse:collapse;
	height: 23em;
}

#category_area #cate3 {
	padding: 0px;
	width: 555px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-collapse:collapse;
	height: 21em;
}

/*--  商品カテゴリー一覧  --*/
#ProductNavi {
	margin-top: 5px;
	padding-right: 2px;
	width: 555px;
}

#ProductNavi li{
	display:inline
}

#category-list_area{
	margin: 0px;
	padding: 0px;
	width: 555px;
}

.category-list-box h2 {
	color: #666666;
	width: 545px;
	background-image: url(../images/bar_gray.gif);
	background-repeat: no-repeat;
	height: 20px;
	clear: both;
	font-size: 16px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.category-list-box li {
	display: inline;
	list-style-type: none;
	float: left;
	width: 97px;
	padding-left: 7px;
	background-image: url(../images/dot_green.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.category-list-box ul {
	padding: 0px;
	width: 555px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.category-list-box {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*--  商品リスト一覧  --*/

#product-list_area{
	margin: 0px;
	padding: 0px;
	width: 555px;
}

#product-list_area h2 {
	color: #666666;
	width: 545px;
	background-image: url(../images/bar_gray.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



#product-list-cart {
	padding: 0px;
	float: right;
	margin-top: 2px;
}

.product-list-table{
	padding: 0px;
	border-collapse: collapse; /* 枠線の表示方法 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.product-list-table-td{
	border: 1px dashed #CCCCCC; /* セルの枠線（太さ・色・スタイル） */
	vertical-align: top;
}


#product-list-box{
	padding: 0px;
	width: 271px;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.product-list-maker{
	margin: 0px;
	padding: 0px;
	height: 20px;
}


.product-list-photo{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100px;
}

.product-list-icon{
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.product-list-spec{
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}


/*--  ヒストリーリスト一覧  --*/

#history-list_area{
	margin: 0px;
	padding: 0px;
	width: 555px;
}

.history-list-spec{
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.history-list-maker{
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.history-list-name{
	margin: 0px;
	padding: 0px;
	height: 20px;
}


#history-list-cart {
	padding: 0px;
	float: right;
	margin-top: 2px;
}

.history-list-icon{
	margin: 0px;
	padding: 0px;
	height: 20px;
}

.history-list-photo{
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100px;
}

.history-list-name{
	text-decoration:none;
	font-size: medium;
}



/*--  特集のお勧め商品  --*/

#sp-big_area{
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}

.sp-big-product{
	margin: 0px;
	padding: 0px;
	width: 200px;
}

.sp-big-product img{
	border: 1px solid #CCCCCC;
}

.sp-normal{
	padding: 0px;
	height: 95px;
	width: 95px;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sp-normal img{
	border: 1px solid #CCCCCC;
}

.sp-big-price_LL {
	font-size: 14pt;
	color: #FF0000;
}

.sp-big-box-td{
	border-left-width: 1px;
	border-left-style: dashed;
}

/*------　　　　　　　------------*/
/*------★フッター部分------------*/
/*------　　　　　　　------------*/

#footer_area {
	float: left;
	width: 765px;
	background-image: url(../images/ss_copyright2010.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 35px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#footer_area p #link{
	padding-top: 10px;
	padding-left: 10px;
	width: 480px;
	font-size: small;
}

