/*リンク色*/
a:link     { color:#009999; }
a:visited  { color:#009999; }
a:hover    { color:#d99100; }

/*ページ全体*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	padding:0px;
	color:#645246;
	background-color:#fff ;
	background-image:url(../pc/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-align:center;
	font-size: 12px;
}

tr,td {
	font-size: 12px;
}

input,
select{
	margin:3px 0;
}

/*container*/
#sk_temp_container {
	width: 960px;
	margin:0 auto;
	padding:0;
	border:1px solid #cccccc;
	border-bottom:none;
	border-top:none;
	background-color:#fff;
}

/*ヘッダー*/
#sk_temp_header {
	width: 960px;
	height: 194px;
	margin:0 auto ;
	padding:0;
	background:url(../pc/header.jpg) no-repeat left top;
	position:relative;
}

#sk_temp_header h1{
	color:#645246;
	padding:3px 5px 0px 0px;
	font-size: 12px;
	font-style: normal;
	text-align: right;
	font-weight: bold;
}

#sk_temp_header #logo{
	width:253px;
	height:47px;
	position:absolute;
	top:100px;
	left:10px;
}

/*メニュー*/
#sk_temp_menu {
	width: 960px;
	height:40px;
	padding:15px 0;
	margin:0 auto;
	background-image:url(../pc/main_bg.png);
	background-repeat:repeat-y;
	background-position:center;
}

/*グローバルナビ*/
#sk_temp_gr{
	width:940px;
	margin:0 auto;
	padding:0;
}

#sk_temp_gr ul li {
	float:left;
	list-style: none;
}

#sk_temp_gr ul li a {
	text-indent:-8888px;
	display: block;
	line-height: 40px;
	width: 116px;
	height:40px;
	padding:0;
	margin:0;
	background-image:url(../pc/gnavi.jpg);
	background-repeat:no-repeat;
}
	
#sk_temp_gr ul li.topgnavi a{
	width:121px;
	height:40px;
}

#sk_temp_gr ul li.topgnavi a:hover{
	background-position:0 -40px;
}

#sk_temp_gr ul li.newitemgnavi a{
	width:116px;
	height:40px;
	background-position:-121px 0;
}

#sk_temp_gr ul li.newitemgnavi a:hover{
	background-position:-121px -40px;
}

#sk_temp_gr ul li.recommendgnavi a{
	width:116px;
	height:40px;
	background-position:-237px 0;
}

#sk_temp_gr ul li.recommendgnavi a:hover{
	background-position:-237px -40px;
}

#sk_temp_gr ul li.allitemgnavi a{
	width:116px;
	height:40px;
	background-position:-353px 0;
}

#sk_temp_gr ul li.allitemgnavi a:hover{
		background-position:-353px -40px;
}

#sk_temp_gr ul li.favoritegnavi a{
	width:116px;
	height:40px;
	background-position:-469px 0;
}

#sk_temp_gr ul li.favoritegnavi a:hover{
		background-position:-469px -40px;
}

#sk_temp_gr ul li.asctgnavi a{
	width:116px;
	height:40px;
	background-position:-585px 0;
}

#sk_temp_gr ul li.asctgnavi a:hover{
	background-position:-585px -40px;
}

#sk_temp_gr ul li.membergnavi a{
	width:116px;
	height:40px;
	background-position:-701px 0;
}

#sk_temp_gr ul li.membergnavi a:hover{
	background-position:-701px -40px;
}

#sk_temp_gr ul li.contactgnavi a{
	width:121px;
	height:40px;
	background-position:-817px 0;
}

#sk_temp_gr ul li.contactgnavi a:hover{
	background-position:-817px -40px;
}

/*wrapper*/
#sk_temp_wrapper {
	width: 960px;
	margin:0 auto;
	padding:0 ;
	color:#645246;
	clear:both;
}

/*left_wrapper */
#sk_temp_left_wrapper {
	margin: 0;
	padding: 0;
	width:773px;
	float:left;
}

/*オーダー用ページwrapper*/
#sk_temp_wrapper2 {
	width: 943px;
}

#sk_temp_left {
	margin: 0px;
	padding-left: 5px;
	float: left;
	width: 180px;
}

#sk_temp_main {
	margin: 0 ;
	padding: 0;
	float: right;
	width: 580px;
	text-align:left;
}

#sk_temp_right {
	margin: 0;
	padding-right:6px;
	float: right;
	width: 180px;
}


/*サブタイトル*/
#sk_temp_subTitle {
	border: 1px dotted #e4dfb8;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #ece9cd;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	width: 100%;
	text-align: left;

}

/*通常のテーブル2（枠線あり)*/
.sk_temp_normalTable2 {
	width: 100%;
	border-collapse: collapse;
}
.sk_temp_normalTable2 td{
	border:1px solid #ccc4aa;
}
.sk_temp_FormLeftTd {
	padding: 5px;
	background-color: #ece9cd;
	color:#000000;
	font-size:13px;
	font-weight:bold;
}
.sk_temp_FormRightTd {
	padding: 5px;
	background-color: #fff;
	font-size:13px;
}
/*テーブルの見出しセル*/
.sk_temp_MidashiTd {
	padding: 5px;
	background-color: #ece9cd;
	font-size:13px;
	text-align:left;
	font-weight:bold;
}

/*スペース用div*/
.sk_temp_moduPosition{
	margin-top:15px;
}

/*019カレンダーのデフォルト設定
罫線色	  #ccc4aa
平日の色	#fff
土曜の色	  #e4dfb8
日曜の色	  #afa37a
休日指定日の色	#e4dfb8  
空白のセル色	#fff  
文字色	#645246
*/

.sk_temp_cale_table {
	width:160px;
	height:180px;
	border-collapse: collapse;
}
.sk_temp_cale_table td {
	border:1px solid ＃ccc4aa;
}

.sk_temp_caleTdUp {
	padding: 2px;
	background-color:#fff;
	color:#645246;
	text-align:center;
	font-weight:bold;
}

/*カレンダー*/
h3.sk_cale_title {
	display: block;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width: 160px;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 13px;
	color:#645246;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}

h3.sk_cale_title span.border {
	display: block;
	border-bottom: 4px solid #99cccc;
}

.sk_cale {
	margin-bottom: 5px;
}
.sk_moduPosition {
	position: relative;
	top:15px;
}

/*index.cssの019用変更内容*/
h3.sk_temp_whatsnew_title {
	display: block;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width:580px;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	color:#ff3366;
	text-indent: 12px;
}

h3.sk_temp_whatsnew_title span.border {
	display: block;
	border-bottom: 4px solid #00ff33;
}

.sk_temp_whatsnew {
	border: 1px solid #ccc4aa;
	background: #fff;
	width:580px;
	float: left;
	margin-bottom: 5px;
}
.sk_temp_whatsnew_line {
	margin-top:3px;
	margin-left:3px;
}
.sk_temp_whatsnew_date {
	margin-right:6px;
}
.sk_temp_whatsnew_list_msg {
	text-align:right;
	margin-right:6px;
}
.sk_temp_whatsnewList_line {
	margin-top:10px;
	font-size: 14px;
}

.sk_temp_whatsnewList_date {
	margin-right:10px;
}

h3.sk_temp_toppickup_title {
	display: block;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width: 580px;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	color:#006666;
	text-indent: 12px;
}

h3.sk_temp_toppickup_title span.border {
	display: block;
	border-bottom: 4px solid  #99ffcc;
}

.sk_temp_toppickup {
	border: 1px solid #ccc4aa;
	background: #fff;
	width:580px;
	float: left;
	margin-bottom: 5px;
}

h3.sk_temp_topnewitem_title {
	display: block;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width: 580px;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	color:#FF0000;
	text-indent: 12px;
}
h3.sk_temp_topnewitem_title span.border {
	display: block;
	border-bottom: 4px solid  #cc99ff;
}

.sk_temp_topnewitem {
	border: 1px solid #ccc4aa;
	background: #fff;
	width:580px;
	float: left;
	margin-bottom: 5px;
}
h3.sk_temp_toprank_title {
	display: block;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width: 580px;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 4px;
	color:#800080;
	text-indent: 12px;
}

h3.sk_temp_toprank_title span.border {
	display: block;
	border-bottom: 4px solid  #3300cc;
}

.sk_temp_toprank {
	border: 1px solid #ccc4aa;
	background: #fff;
	width:580px;
	float: left;
	margin-bottom: 5px;
}

/*itemlist.cssの010変更内容*/

/*商品陳列*/
#sk_temp_itemSort {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#ccc4aa;
	border-bottom-color:#ccc4aa;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	background-color: #ece9cd;
	text-align: right;
	width: 99%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sk_temp_pager {
	width: 100%;
	margin-bottom: 3px;
}

/*縦並び*/
.sk_temp_itemLine {
	border-top-width : 1px;
	border-top-style : dotted;
	border-top-color : #e4dfb8;
	width: 100%;
	clear:left;
}
.sk_temp_itemThumb {
	width: 90px;
}
.sk_temp_temLineMsg {
	margin-left: 10px;
}
.sk_temp_itemLineMsg h3 {
	font-size:14px;
	margin-bottom: 3px;
}
.sk_temp_itemLinePrice {
	color:#ff0000;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 3px;
}
.sk_temp_soldout {
	color:#ff0000;
}
.sk_temp_lastLine {
	border-top-width : 1px;
	border-top-style : dotted;
	border-top-color : #e4dfb8;
	width: 100%;
}
/*横並び*/
.sk_temp_itemWidthTable {
	border: 1px dotted #e4dfb8;
	margin-top:3px;
}

/*商品がないとき*/
#sk_temp_itemNothing {
	border: 1px solid #ccc4aa;
	width:100%;
	height: 40px;
	text-align:center;
	margin-top: 10px;
}
#sk_temp_itemNothing p {
	margin-top: 15px;
	font-weight: bold;
}

/*itemview.cssの010変更内容*/

/*商品詳細*/
.sk_temp_itemPhoto1 {
	float:left;
	padding:2px;
}
.sk_temp_itemData {
	float:right;
}
.sk_temp_itemDataTable{
	width:373px;
	border-collapse: collapse;
}
.sk_temp_itemLeft1 {
	padding:5;
	font-size:13;
	font-weight:bold;
	background-color:#ece9cd;
	border:1px solid #ccc4aa;
}
.sk_temp_itemRight1 {
	padding:5;
	border:1px solid #ccc4aa;
}
.sk_temp_itemLeft2 {
	font-size:13;
	font-weight:bold;
	background-color:#ece9cd;
	padding:5;
	border:1px solid #ccc4aa;
}
.sk_temp_itemRight2 {
	padding:5;
	border:1px solid #ccc4aa;
}
.sk_temp_itemButton {
	border:1px solid #ccc4aa;
}
.sk_temp_itemButton_left {
	background-color:#fff;
	padding:5;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color:#ccc4aa;
	border-left-color:#ccc4aa;
}
.sk_temp_itemButton_right {
	background-color:#fff;
	padding:5;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color:#ccc4aa;
	border-right-color:#ccc4aa;
}
.sk_temp_favorite_link {
	font-weight:bold;
}
.sk_temp_itemMsg {
	padding-top: 10px;
}


.sk_temp_favorite_link input,
.sk_temp_material_link input,
.sk_temp_mail_link input,
.sk_temp_itemButton_right input,
.sk_temp_itemButton input{
	border:none;
	margin:0;
}

/*パーツ*/
/*検索窓*/
h3.sk_temp_search_title {
	display: block;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}

h3.sk_temp_search_title span.border {
	display: block;
	border-bottom: 4px solid #ffff00;
}

.sk_temp_search {
	border: 1px solid #ccc4aa;
	background: #fff;
	padding: 0px;
	width: 160px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

/*カテゴリ*/

h3.sk_temp_cate_title {
	display: block;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}

h3.sk_temp_cate_title span.border {
	display: block;
	border-bottom: 4px solid #ff0000;
}

.sk_temp_cate {
	border: 1px solid #ccc4aa;
	background: #fff;
	padding:0px;
	width: 160px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-top:2px;
}

.sk_temp_cate .big,.middle,.small {
	list-style: none;
	height:25px;
	background-image: url(../pc/);
	background-repeat: repeat;
}

.sk_temp_cate .big {
	position: relative;
}

.sk_temp_cate .middle span {
	position: relative;
	left:12px;
}

.sk_temp_cate .small span {
	position: relative;
	left:22px;
}

/*会員ログイン*/
h3.sk_temp_login_title {
	display: block;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}
h3.sk_temp_login_title span.border {
	display: block;
	border-bottom: 4px solid #00ccff;
}
.sk_temp_memberLogin {
	border: 1px solid #ccc4aa;
	background: #fff;
	padding: 0px;
	width: 160px;
	height:160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

/*カート内金額*/
h3.sk_temp_cart_title {
	display: block;
	border-top: 1px solid #ccc4aa;
	border-left: 1px solid #ccc4aa;
	border-right: 1px solid #ccc4aa;
	background-image: url(../../shopkobo/upfile/pc/menu_title_bg.gif);
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: 0px top;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}

h3.sk_temp_cart_title span.border {
	display: block;
	border-bottom: 4px solid #336600;
}

.sk_temp_cart {
	border: 1px solid #ccc4aa;
	background: #fff;
	padding: 0px;
	width: 160px;
	height:100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

.sk_temp_cart_price {
	color:#ff6633;
	font-weight:bold;
}


/*フッター*/
#sk_temp_footer{
	text-align:center;
	width:960px;
	margin:0 auto;
	padding:15px 0 15px;
}

#sk_temp_footer p {
	width:960px;
	margin:0 auto ;
	padding:10px 0;
	color:#645246;
	background-color:#e4dfb8;
}