/* CSS Document */

/* content
---------------------------------------------------------------------------------------- */
#content{
	margin-bottom:20px;
}

ul.menu{
	float:right;
	height:26px;
	margin:-26px 0px 0px 0px;
}

ul.menu li{
	float:left;
	display:block;
	background:url(../../common/images/list1.gif) no-repeat left center #FFFFFF;
	padding:0px 0px 0px 12px;
	margin:5px 15px 0px 0px;
}

ul.menu li a{
	color:#594333;
}

ul.menu li.cartview{
	background:none;
	padding:0px;
	margin:0px;
}

/* ----- list -------------------------------------- */

#list .goods{
	width:190px;
	height:190px;
	border:1px solid #CCCCCC;
	float:left;
	margin:15px 6px 0px 6px;
	padding:10px;
	text-align:center;
	overflow:hidden;
	position:relative;
}

#list .goods .icon{
	position:absolute;
	left:1px;
	top:1px;
	/top:-2px;
	z-index:1;
}

#list .goods h2{
	color:#333333;
	font-weight:bold;
	margin:0px 0px 7px 0px;
}

#list .goods h2 a{
	color:#333333;
}

#list .goods h3{
	margin:0px 0px 5px 0px;	
}

#list .goods h4{
	float:left;
	margin:0px 0px 6px 0px;
	/margin:0px 0px 1px 0px;
}

#list .goods span{
	display:block;
	float:right;
	background:url(../../common/images/list1.gif) no-repeat left center;
	padding:0px 0px 0px 12px;
	margin:0px 0px 6px 0px;
	/margin:0px 0px 1px 0px;
}

#list .goods span a{
	color:#594333;
}


#list .goods p{
	text-align:left;
	float:none;
	clear:both;
	font-size:85%;
	margin:0px 0px 10px 0px;
}


/* ----- single -------------------------------------- */

#single .goods{
	margin:20px 0px 0px 0px;
	padding:20px;
	border:1px solid #CCCCCC;
}

#single .goods .photo{
	float:left;
	width:400px;
	text-align:center;
}

#single .goods .right{
	width:420px;
	float:right;
}

#single .goods .right h2{
	font-size:130%;
	font-weight:bold;
	color:#594333;
	margin:0px 0px 5px 0px;
}

#single .goods .right h3{
	font-weight:bold;
	color:#990000;
	margin:0px 0px 15px 0px;
}

#single .goods .right .text{
	padding:10px 10px 5px 10px;
	margin:0px 0px 20px 0px;
	background-color:#F7F7F7;
}

#single .goods .right .option{
	margin:3px 10px 10px 0px;
	float:left;
}

#single .goods .right p{
	margin:0px 0px 10px 0px;
}

#single .goods .right ol{
	margin:0px 0px 0px 20px;
	padding:0px;
	list-style-type:disc;
}

#single .goods .right ol li{
	margin:0px 0px 3px 0px;
	padding:0px;
}

#single .goods .right ol br{
	display:none;
}

#single .edit{
	text-align:right;
}

#single .nav_back{
	width:900px;
	height:50px !important;
	height:20px;
	float:left;
	text-align:right;
}


/* ----- cart -------------------------------------- */

#cart{
	margin:20px 0px 0px 0px;
	padding:0px;
	border:1px solid #CCCCCC;
}

#cart h2{
	font-size:120%;
	font-weight:bold;
	margin:0px 1px;
	padding:10px 10px 0px 10px;
	line-height:1;
	background:url(../images/title_bg.gif) repeat-x bottom;
	height:28px;
}

/* ----- shopping -------------------------------------- */

#cart .shopping,
#cart .order,
#cart .preview{
	padding:15px;
}

#cart .shopping p,
#cart .order p,
#cart .preview p{
	margin:0px 0px 10px 0px;
}

#cart .shopping fieldset,
#cart .order fieldset,
#cart .preview fieldset{
	background-color:#FFFBCC;
	border:none;
	padding:15px;
	margin:0px 0px 20px 0px;
}

#cart .shopping fieldset legend,
#cart .order fieldset legend,
#cart .preview fieldset legend{
	display:none;
}

#cart .shopping em{
	color:#D54E21;
}

#cart .shopping table{
	border-collapse:collapse;
	margin:0px 0px 10px 0px;
}

#cart .shopping th{
	border:1px solid #999999;
	padding:5px 20px;
	text-align:center;
	background-color:#CEE1EF;
}

#cart .shopping td{
	border:1px solid #999999;
	background-color:#FFFFFF;
	padding:5px 20px;
}

#cart .shopping td.price{
	background-color:#EAF3FA;
}

#cart .shopping .pay{
	float:right;
}


/* ----- order -------------------------------------- */

#cart .order h3{
	font-size:120%;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#cart .order h3 span{
	font-weight:normal;
	font-size:85%;
	margin:0px 0px 0px 15px;
}

#cart .order table{
	border-collapse:collapse;
}

#cart .order th{
	padding:5px;
	text-align:center;
}

#cart .order td{
	padding:5px;
}

#cart .order em{
	color:#CC0000;
	font-size:120%;
}

/* ----- preview -------------------------------------- */

#cart .preview h3{
	font-size:120%;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}

#cart .preview table{
	border-collapse:collapse;
	margin:0px 0px 15px 0px;
	width:100%;
}

#cart .preview th{
	padding:5px;
	text-align:center;
	border:1px solid #CCCCCC;
	background-color:#EAF3FA;
	width:20%;
}

#cart .preview td{
	padding:5px;
	border:1px solid #CCCCCC;
	width:80%;
}

#cart .preview em{
	color:#CC0000;
	font-size:120%;
}


/* ----- error -------------------------------------- */

.error{
	margin:0px 0px 20px 0px;
	padding:10px;
	background-color:#D54E21;
}

.error li{
	color:#FFFFFF;
}


/* complete
---------------------------------------------------------------------------------------- */
#complete{
	margin:20px 0px 0px 0px;
	padding:20px;
	border:1px solid #CCCCCC;
}

#complete h2{
	font-size:120%;
	font-weight:bold;
	margin:0px 0px 10px 0px;
}

#complete p{
	margin:0px 0px 20px 0px;
}

#complete p em{
	color:#D54E21;
}


/* ----- 管理ページ -------------------------------------- */

#work,
#form,
#status,
#contents,
#env{
	border:1px solid #CCCCCC;
	margin:20px 0px 0px 0px;
	padding:10px;
	background-color:#EAF3FA;
}

#work h2,
#form h2,
#status h2,
#contents h2,
#env h2{
	background-color:#2683AE;
	color:#FFFFFF;
	font-size:140%;
	padding:5px;
	margin:0px 0px 10px 0px;
}

#work ul,
#form ul,
#status ul,
#contents ul,
#env ul{
	margin:10px 0px 0px 0px;
}

#work fieldset,
#form fieldset,
#status fieldset,
#contents fieldset,
#env fieldset{
	margin:10px 0px 0px 0px;
	padding:20px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

#work legend,
#form legend,
#status legend,
#contents legend,
#env legend{
	font-size:120%;
	font-weight:bold;
}

#work dd,
#form dd,
#status dd,
#contents dd,
#env dd{
	margin:0px 0px 15px 0px;
}

#navi{
	margin:10px 0px 0px 0px;
}

#navi h2{
	float:left;
	margin:0px 15px 0px 0px;
}

#navi ul{
	float:right;
}


/* ----- ステータス 環境設定 ------------------------------------ */

#status h3,
#env h3 {
	font-weight:bold;
	margin:10px 0px 0px 0px;
	background-color:#CEE1EF;
	padding:5px;
}
#status h4 {
	margin-bottom: 10px;
}

#status dl,
div#env dl {
	margin-bottom: 20px;
	background-color:#FFFFFF;
	padding:20px;
}
#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
#status dl dd {
}

/* ----- 記事編集 ------------------------------------ */
#contents table{
	border-collapse:collapse;
	margin:10px 0px 0px 0px;
	width:100%;
	background-color:#FFFFFF;
}

#contents th,
#contents td{
	padding:5px;
	border:1px solid #CCCCCC;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
}

#contents th{
	background-color:#CEE1EF;
}














