@charset "utf-8";

/* 内部（ブラウザ上で表示はされない） */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

html, body {
	width: 100%;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

.div_clear {
	clear: both;
}

a:link { color: #0066CC; text-decoration: none; }
a:visited { color: #0066CC; text-decoration: none; }
a:hover { color: #0066CC; text-decoration: underline; }
a:active { color: #0066CC; text-decoration: underline; }

.text_area {
	list-style-type: none;
	
}

.text_area li {
	letter-spacing: 1px;
}


/* 可視領域指定 */
.wrapper {
	width: 100%;
}


.wrapper .contents_wrapper {
	width: 950px;
	margin: 0px auto;
}



/* ヘッダー部分 */
.header_space {
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 10px;
}

.header_space .header {
	width: 950px;
	margin: 5px auto;
}

.header_space .header .header_left {
	width: 560px;
	height: 100px;
	float: left;
}

.header_space .header .header_left .site_logo {
	width: 500px;
	margin-bottom: 5px;
}

.header_space .header .header_left .item_search {
	width: 560px;
	height: 40px;
}

.header_space .header .header_left .item_search .search_select_space {
	width: 150px;
	float: left;
}

.header_space .header .header_left .item_search .textbox_item_name {
	width: 290px;
	padding-top: 1px;
	margin-right: 10px;
	float: left;
}

.header_space .header .header_left .item_search .textbox_item_name .item_name_freeword {
	font-size: 12px;
	display: none;
}

.header_space .header .header_left .item_search .textbox_item_name .maker_name_select {
	font-size: 12px;
	display: none;
}

.header_space .header .header_left .item_search .submit_search {
	width: 85px;
	float: left;
}

.header_space .header .header_left .item_search .submit_search:hover {
	width: 85px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	float: left;
}

.header_space .header .header_right {
	width: 385px;
	height: 100px;
	position: relative;
	float: left;
}

.header_space .header .header_right .header_navi {
	margin: 63px 0px 0px 40px;
}

.header_space .header .header_right .header_navi ul {
	list-style-type: none;
}

.header_space .header .header_right .header_navi li {
	float: left;
}

.header_space .header .header_right .header_navi ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.header_space .header .header_right .user_space {
	width: 375px;
	height: 45px;
	background-color: #861515;
	top: -5px;
	right: 25px;
	position: absolute;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.header_space .header .header_right .user_space .user_name {
	width: 350px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.header_space .header .header_right .user_space .bottom {
	width: 250px;
	position: relative;
}

.header_space .header .header_right .user_space .bottom .cart_button {
	width: 125px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #a83737;
	top: 0px;
	left: 0px;
	position: absolute;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.header_space .header .header_right .user_space .bottom .cart_button:hover {
	width: 125px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #ca5959;
	top: 0px;
	left: 0px;
	position: absolute;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.header_space .header .header_right .user_space .bottom .mypage_button {
	width: 125px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #a83737;
	top: 0px;
	left: 125px;
	position: absolute;
}

.header_space .header .header_right .user_space .bottom .mypage_button:hover {
	width: 125px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #ca5959;
	top: 0px;
	left: 125px;
	position: absolute;
}

.header_space .header .header_right .user_space .bottom .logout_button {
	width: 125px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #a83737;
	top: 0px;
	left: 250px;
	position: absolute;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.header_space .header .header_right .user_space .bottom .logout_button:hover {
	width: 125px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	background-color: #ca5959;
	top: 0px;
	left: 250px;
	position: absolute;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}



/* フッター部分 */
.footer_space {
	width: 100%;
	height: 150px;
	border-top: 1px solid #eeeeee;
}

.footer_space .footer {
	width: 950px;
	margin: 20px auto;
}

.footer_space .footer .footer_left {
	width: 330px;
	height: 120px;
	padding-right: 20px;
	border-right: 1px solid #eeeeee;
	float: left;
}

.footer_space .footer .footer_left .footer_logo {
	width: 330px;
}

.footer_space .footer .footer_left .copy_right {
	width: 330px;
	font-size: 11px;
	color: #aaaaaa;
}

.footer_space .footer .footer_right {
	width: 575px;
	height: 120px;
	padding-left: 20px;
	float: left;
}

.footer_space .footer .footer_right ul {
	list-style-type: none;
	margin-left: 50px;
}

.footer_space .footer .footer_right ul li {
	margin-bottom: 10px;
	font-size: 11px;
	letter-spacing: 1px;
}



/* カテゴリー */
.column_space {
	width: 220px;
	margin-right: 15px;
	float: left;
}

.column_space .category_space {
	width: 210px;
	height: 15px;
	line-height: 15px;
	padding: 5px;
	background: #E2E9F6;
	margin-bottom: 10px;
}

.column_space .category_space .link {
	width: 194px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.column_space .category_space .link a:link { color: #000000; text-decoration: none; }
.column_space .category_space .link a:visited { color: #000000; text-decoration: none; }
.column_space .category_space .link a:hover { color: #000000; text-decoration: underline; }

.column_space .category_space .switch {
	width: 16px;
	height: 16px;
	background: url( "../img-top/index/box_plus.png" ) no-repeat center center;
	cursor: pointer;
	float: left;
}

.column_space .category_sub {
	width: 210px;
	height: 96px;
	padding: 5px;
	margin: -10px 0px 10px 0px;
	background-color: #dcebfa;
	font-size: 11px;
	display: none;
}


/* カート */
.cart_banner {
	width: 171px;
	height: 25px;
	left: 0px;
	bottom: 0px;
	position: fixed;
	background: url( "../img-top/common/cart_display_icon_blur.png" ) no-repeat center center;
	cursor: pointer;
	z-index: 3;
}

.cart_banner:hover {
	width: 171px;
	height: 25px;
	left: 0px;
	bottom: 0px;
	position: fixed;
	background: url( "../img-top/common/cart_display_icon_hover.png" ) no-repeat center center;
	cursor: pointer;
	z-index: 3;
}

.cart_in_motion {
	width: 78px;
	height: 72px;
	background: url( "../img-top/common/under_arrow.png" ) no-repeat center center;
	left: 30px;
	bottom: 100px;
	position: fixed;
	display: none;
}

.common_cart_counter {
	width: 120px;
	line-height: 0px;
	position: relative;
	display: inline;
}

.common_cart_counter .cart_register {
	width: 90px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #cccccc;
	padding: 3px;
	text-align: right;
	font-size: 11px;
	top: -40px;
	left: -20px;
	position: absolute;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px #000;
	display: none;
}



/* エラー出力関連 */
.cart_error_space {
	width: 400px;
	height: 30px;
	border-radius: 7px;
	bottom: 200px;
	left: 50%;
	margin-left: -200px;
	margin-top: -15px;
	position: fixed;
	background-color: #000000;
	filter:alpha(opacity=90);
	opacity: 0.9;
	display: none;
}

.cart_error_text {
	width: 390px;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-size: 11px;
	color: #ffffff;
	bottom: 200px;
	left: 50%;
	background: url( "../img-top/common/x_blur.png" ) no-repeat center right;
	margin-left: -200px;
	margin-top: -15px;
	position: fixed;
	display: none;
}

.cart_error_text:hover {
	width: 390px;
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-size: 11px;
	color: #ffffff;
	bottom: 200px;
	left: 50%;
	background: url( "../img-top/common/x_hover.png" ) no-repeat center right;
	margin-left: -200px;
	margin-top: -15px;
	position: fixed;
	display: none;
}

.success_message_space {
	height: 30px;
	border-radius: 7px;
	bottom: 200px;
	left: 50%;
	margin-top: -15px;
	position: fixed;
	background-color: #5555ff;
	filter:alpha(opacity=90);
	opacity: 0.9;
	z-index: 1;
}

.success_message_text {
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-size: 11px;
	color: #ffffff;
	left: 50%;
	bottom: 200px;
	margin-top: -15px;
	background: url( "../../img-top/common/x_blur.png" ) no-repeat center right;
	position: fixed;
	z-index: 1;
}

.success_message_text:hover {
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-size: 11px;
	color: #ffffff;
	left: 50%;
	bottom: 200px;
	margin-top: -15px;
	background: url( "../../img-top/common/x_hover.png" ) no-repeat center right;
	position: fixed;
	z-index: 1;
}


.error_message_space {
	height: 30px;
	border-radius: 7px;
	bottom: 200px;
	left: 50%;
	margin-top: -15px;
	position: fixed;
	background-color: #ff5555;
	filter:alpha(opacity=90);
	opacity: 0.9;
	z-index: 1;
}

.error_message_text {
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-size: 11px;
	color: #ffffff;
	left: 50%;
	bottom: 200px;
	margin-top: -15px;
	background: url( "../img-top/common/x_blur.png" ) no-repeat center right;
	position: fixed;
	z-index: 1;
}

.error_message_text:hover {
	height: 30px;
	line-height: 30px;
	padding: 0px 5px;
	font-size: 11px;
	color: #ffffff;
	left: 50%;
	bottom: 200px;
	margin-top: -15px;
	background: url( "../img-top/common/x_hover.png" ) no-repeat center right;
	position: fixed;
	z-index: 1;
}