@charset "UTF-8";
/*-----------------------------------------
ジャガーズ創工株式会社  基本スタイルシート
更新日：2009年10月24日
-------------------------------------------
目次：

・基本セット
・body設定
・wrap設定
・ヘッダー（headメニューと検索ボックス）
・メイン横メニュー
・メインイメージ（Flash）設定
・各ページ共通メインコンテンツ
・トップページ・オススメ商品
・フッター
・商品一覧ページ
・商品詳細ページ
・特定商取引に関する
・お問い合わせ
・検索結果
・現在のカートの中身
・ログイン
・ご利用規約
・お客様情報入力
・プライバシーポリシー
・シングルページ

------------------------------------------*/

/*--------------------------
　　・基本セット
---------------------------*/

/*　magin paddingオールリセット　*/
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/*　テキスト下線消去　*/
a{
	text-decoration: underline;
}


/*　基本リンク色設定　*/
a:link {
	color:#333333;
}

a:visited {
	color:#333333;
}

a:hover {
	color:#FF3300;
	text-decoration: underline;
}

a:active {
	color:#000000;
}

.clearfloat {
	clear: both;
	height: 0px;
	width: 0px;
}

.red01 {
	color:#FF0000;
}

.red01 a:link {
	color:#FF0000;
	text-decoration: underline;
}

.red01 a:visited {
	color:#FF0000;
	text-decoration: underline;
}

.red01 a:hover {
	color:#000000;
}

.red02 {
	color:#FF0000;
	font-weight: bold;
}

.blue01 {
	color: #0033FF;
}

.bold01 {
	font-weight: bold;
}


/*-------------------------------------
　　・body設定
-------------------------------------*/

/*　body設定　*/
body {
	font-family: "ＭＳ Ｐゴシック" , sans-serif, "ヒラギノ角ゴ Pro W3", Osaka;
	font-size: 0.8em;
	background-image: url(http://www.zeems.jp/user_data/packages/default/img/back01.gif);
	background-repeat: repeat-x;
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/*-------------------------------------
　　　・wrap設定
-------------------------------------*/

/*　全体を覆うラップ設定　*/
#wrap {
	width: 1000px;
	color: #333333;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*-------------------------------------
　　・ヘッダー（検索ボックス）設定
-------------------------------------*/

/*　ヘッダーを覆うラップ設定　*/
#header {
	width: 1000px;
	height: 105px;
	background-image: url(http://www.zeems.jp/user_data/packages/default/img/header01.gif);
	background-repeat: no-repeat;
}

#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 500px;
	float: left;
}

/*　h1にリンクを設定　*/
h1 a{
	display: block;
	height: 105px;
	width: 500px;
}

/*　ヘッダー内リンク3点　*/
#head_menu {
	float: left;
	padding-left: 77px;
}

#head_menu li {
	list-style-type: none;
	float: left;
}

/*　ヘッダー内 検索窓　*/
#kensaku_wrap {
	float: right;
	margin-right: 30px !important;
	margin-right: 15px;
	margin-top: 25px;
}

#searchKeyword {
	margin-right: 10px;
	width: 160px;
	color: #666666;
}

#top_submit {
}

/*-----------------------------------
　　・メイン横メニュー設定
------------------------------------*/

#main_menu {
	width: 1000px;
	height: 60px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#main_menu  ul li  {
	list-style-type: none;
	float: left;
}

/*-----------------------------------
　　・メインイメージ（Flash）設定
------------------------------------*/

#main_image {
	margin-bottom: 15px;
	margin-top: 15px;
}

/*-----------------------------------
　　・メインコンテンツ設定
------------------------------------*/

#main_content {
	clear: both;
}


/*　左カラム設定　*/
#leftcolumn {
	width: 280px;
	float: left;
	margin-bottom: 40px;
}

.left_menu01 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.left_menu01 li {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
}

.left_menu02 li {
	list-style-type: none;
}

/* 現在のカートの中（左メニュー） */
#leftcolumn #cartarea {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F9F9F9;
	margin: 10px;
	border: 1px solid #999999;
}

#leftcolumn #cartarea p {
	line-height: 1.5em;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 1em;
}

#leftcolumn .price {
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
}

#leftcolumn .btn {
	margin-top: 10px;
	margin-left: 25px;
}

/*　検索条件（左メニュー）　*/
#leftcolumn #searcharea {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F9F9F9;
	margin: 10px;
	border: 1px solid #999999;
}

#searcharea .src_txt01 {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#searcharea .box142 {
	margin-left: 25px;
}

/*　右カラム設定　*/
#two_maincolumn {
	float: right;
	width: 710px;
	margin-bottom: 40px!important;
	margin-bottom: 20px;
}

.right_banner01 {
	float: right;
	margin-bottom: 7px;
}

.right_banner01A {
	padding-right: 10px;
}

.right_banner01 li {
	float: left;
	list-style-type: none;
}

.right_h2A {
	margin-top: 12px;
	clear: both;
}

.info_boxA {
	height: 180px;
	width: 670px !important;
	overflow: auto;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #F9F9F9;
}

.info_boxA h3 {
	font-size: 1em;
	margin-bottom: 10px;
}

.info_boxA dl {
	margin-bottom: 10px;
	background-image: url(http://www.zeems.jp/user_data/packages/default/img/line01.gif);
	background-repeat: repeat-x;
	padding-bottom: 10px;
	background-position: bottom;
}

.info_boxA dt {
	margin-bottom: 3px;
	color: #FF0000;
	background-image: url(http://www.zeems.jp/user_data/packages/default/img/news_icon.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.info_boxA dd {
	line-height: 1.5em;
}

.right_h2B {
	margin-bottom: 15px;


}

/*-----------------------------------
　・トップページ・オススメ商品設定
------------------------------------*/
.recomendblock {
	width: 650px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 15px;
	background-image: url(/user_data/packages/default/img/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.recomendblock img {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #CCCCCC;
}


.recomend_01 {
	float: left;
	width: 155px;
	clear: both;
	padding-right: 10px;
}

.recomend_02 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.recomend_03 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.recomend_04 {
	float: left;
	width: 150px;
}

.recomendblock h3 {
	font-size: 1em;
	margin-bottom: 5px;
}

.recomend_photo {
	text-align: center;
}

.recomendblock .mini {
}

.recomendblock .price {
	color: #FF0000;
	line-height: 1.1em;
}

/*-----------------------------------
　　　・フッター設定
------------------------------------*/

#footer {
	clear: both;
	text-align: center;
}

.footer_ul {
	margin-bottom: 30px;
}

#footer li {
	display: inline;
	list-style-type: none;
}

/*-----------------------------------
　　　・商品一覧
------------------------------------*/

#listtitle h2 {
	background-image: url(/user_data/packages/default/img/right_koumoku00.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 660px;
	padding-right: 10px;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

.pagenumberarea {
	background-color: #0C8B56;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pagenumberarea li {
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
}

.pagenumberarea li a {
	color: #FFFFFF;
}

.pagenumberarea .left {
	padding-left: 25px;
	padding-right: 10px;
}

.pagenumberarea .center {
	text-align: center;
}

.pagenumberarea .right {
	text-align: right;
	padding-right: 25px;
	padding-left: 10px;
}

.listarea {
	width: 650px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 15px;
	background-image: url(/user_data/packages/default/img/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.listphoto img {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.list_block01 {
	float: left;
	width: 155px;
	clear: both;
	padding-right: 10px;
}

.list_block02 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.list_block03 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.list_block04 {
	float: left;
	width: 150px;
}

.listarea h3 {
	font-size: 1em;
	margin-bottom: 5px;
}

.listphoto {
	text-align: center;
}

.listarea .mini {
}

.listarea .price {
	color: #FF0000;
	line-height: 1.1em;
}

.status_icon li {
	margin-bottom: 2px;
	list-style-type: none;
	margin-top: 3px;
}

.listarea .btnbox {
	margin-top: 10px;
}

/*-----------------------------------
　　　・商品詳細ページ
------------------------------------*/
#detailarea {
	margin-bottom: 15px;
}

#detailarea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #detailarea {
    height: 1em;
    overflow: visible;
}

#detailtitle h2 {
	background-image: url(/user_data/packages/default/img/right_koumoku00.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 660px;
	padding-right: 10px;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 1.5em;
	font-weight: bold;
}

#detailphotoblock {
	width: 415px;
	padding-left: 25px;
	float: left;
}

#detailrightblock {
	float: right;
	padding-right: 25px;
	width: 230px;
}

#whoboughtarea {
	clear: both;
}

.detail_photo img {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #999999;
}

.detail_photo_sub {
	width:120px;
	margin-top: 10px;
}
div.subphotoimg{
	width:140px;
	float:left;
	}
.detail_photo_sub img {
	width:120px;
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #999999;
}

#detailrightblock li {
	display: inline;
	list-style-type: none;
}

.detail_comment {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#detailarea .price {
	color: #FF0000;
	font-size: 1.3em;
}

#detailarea dl {
	margin-top: 10px;
	margin-bottom: 10px;
}

.detail_cat {
	margin-top: 10px;
	margin-bottom: 15px;
}

/*-----------------------------------
　・商品詳細 その他のオススメ商品
------------------------------------*/
#whoboughtarea {
	width: 650px;
	overflow: hidden;
	margin-left: 30px;
	margin-top: 15px;
	background-image: url(/user_data/packages/default/img/line01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#whoboughtarea img {
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.whobought01 {
	float: left;
	width: 155px;
	clear: both;
	padding-right: 10px;
}

.whobought02 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.whobought03 {
	float: left;
	width: 155px;
	padding-right: 10px;
}

.whobought04 {
	float: left;
	width: 150px;
}

#whoboughtarea h3 {
	font-size: 1em;
	margin-bottom: 5px;
}

#whoboughtarea .price {
	color: #FF0000;
}


/*-----------------------------------
　　　・特定商取引に関する
------------------------------------*/

#undercolumn table {
	border: 1px solid #999999;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#undercolumn th {
	width: 130px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F5F5F5;
}

#undercolumn td {
	line-height: 1.5em;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*-----------------------------------
　　　・お問い合わせ
------------------------------------*/
#undercolumn_contact .contact_top {
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
	line-height: 1.5em;
}

#undercolumn_contact .attention {
	color: #FF0000;
	font-weight: normal;
}

#undercolumn_contact .tblareabtn {
	text-align: center;
}

/*-----------------------------------
　　　・検索結果
------------------------------------*/
.pagecondarea {
	margin-bottom: 15px;
	margin-left: 25px;
}

.pagecondarea li {
	margin-bottom: 3px;
	list-style-position: inside;
	list-style-type: square;
}

/*-----------------------------------
　　　・現在のカートの中身
------------------------------------*/
#under02column_cart {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 40px;
}

#under02column_cart .totalmoneyarea {
	line-height: 1.5em;
}

#under02column  table {
	border: 1px solid #999999;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 900px;
}

#under02column  th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F5F5F5;
}

#under02column  td {
	line-height: 1.5em;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#under02column .cart_sakujyo {
	width: 40px;
}

#under02column li {
	display: inline;
	list-style-type: none;
}

#under02column .pricetd_max {
	font-weight: bold;
}

#under02column_cart .tblareabtn {
	text-align: center;
	margin-top: 25px;
}

/*-----------------------------------
　　　・ログイン
------------------------------------*/
#under02column_login {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 40px;
}

#under02column_login p {
	line-height: 1.5em;
}

.inputbox {
	margin-top: 10px;
}

#under02column_login .tblareabtn {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#under02column_login .loginarea {
	margin-top: 25px;
}

#under02column_login .inputbox02 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*-----------------------------------
　　　・ご利用規約
------------------------------------*/
#undercolumn_entry {
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
}

.kiyaku_txt01 {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#undercolumn_entry textarea {
	font-size: 1em;
	width: 660px;
}

#undercolumn_entry .tblareabtn {
	text-align: center;
	margin-top: 15px;
}

/*-----------------------------------
　　　　・お客様情報入力
------------------------------------*/
.flowarea {
	text-align: center;
	margin-bottom: 15px;
}

#under02column_customer {
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 30px;

}

.attention {
	color:#FF0000;
}

#under02column_shopping {
	margin-bottom: 25px;
}

#one_maincolumn .tblareabtn {
	text-align: center;
}

.payarea {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
}

.payarea02 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
}

.pay_table {
	width: 670px;
}

#under02column_shopping03 {
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 50px;
}

#completetext {
	line-height: 1.8em;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*-----------------------------------
　　　・プライバシーポリシー
------------------------------------*/
.pp01 {
	line-height: 1.8em;
}

.pp01 ul , .pp01 ol {
	margin: 10px;
}

.pp01 ol li{
	list-style-position: inside;
}

.pp01 ul li {
	list-style-position: inside;
	list-style-type: square;
}

/*-----------------------------------
　　　・シングルページ
------------------------------------*/
#undercolumn_single {
}

#undercolumn_single h3 {
	background-image: url(/user_data/packages/default/img/right_koumoku_h3.jpg);
	height: 30px;
	width: 710px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-top: 7px;
	background-repeat: no-repeat;
	font-size: 1em;
	text-align: left;
	clear: both;
	text-indent: 50px;
}

#undercolumn_single .page_twrap01 {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}

#undercolumn_single .page_twrap02 {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	text-align: left;
	line-height: 1.8em;
}

.jc_mark {
	margin-bottom: 10px;
}

#undercolumn_single table {
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 660px;
	margin-left: 25px;
	font-size: 1em;
}

#undercolumn_single th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #F5F5F5;
	width: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#undercolumn_single td {
	line-height: 1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#undercolumn_single ol {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

#undercolumn_single ol li {
	list-style-position: inside;
	margin-bottom: 5px;
	font-weight: bold;
}

#undercolumn_single .name01 {
	text-align: right;
	margin-top: 25px;
}

.page_map01 {
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
}

.page_map01 h4 {
	margin-top: 10px;
	font-size: 1em;
}

.page_map01 li {
	list-style-position: inside;
	list-style-type: square;
	margin-top: 3px;
	margin-left: 5px;
}

#undercolumn_single .otoiawase {
	margin-top: 10px;
}
