@CHARSET "UTF-8";

/*------------------------*/
/* 共通                   */
/*------------------------*/

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	content: ".";
	}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.clear {
	clear:both;
	line-height:0;
	}



.float_left {
	display:inline;
	float:left;
}


.float_right {
	display:inline;
	float:right;
}

.left{
	text-align:left;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}


.hide { display: none; }
.fRed { color: #f00; }
.space { margin-top: 10px; }
.exSpace { margin-top: 30px; }
.spaceL { margin-left: 10px; }
.spaceR { margin-right: 10px; }
.center { text-align: center; }



body {
	margin:0px;
	width: 100%;
	height: 100%;
	background:#FFF;
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kakugo Pro W3", Verdana, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.6;
	color: #333;
	overflow-x: hidden;
}

/* wrap
------------------------------------------------ */
.wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#wrapper{
	text-align:center;
	width:100%;
	height:100%;
}




a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);/* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */ 
}

.noneopa a:hover img{
	opacity:1;
	filter: alpha(opacity=100);/* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity:1;              /* Safari 1.x */ 
}



/*グローバルメニュー*/

#header {
	background-image:url(../img/share/hnav_back.gif);
	background-repeat:repeat-x;
	width:100%;
	height:132px;
}


#header h1 {
	margin: 0 auto;
	width:113px;
	padding-top: 15px;
}


.globalmenu{
	margin-top:25px;

}
.globalmenu li{
	height:14px;
	margin-right:37px;
}


#footer{
	padding-top:18px;
	padding-bottom:18px;
	width:100%;
	border-top:#CCCCCC solid 1px;
	text-align:right;
}



.red{
	color:#990000;
}

.bold{
	font-weight:bold;
}


.cart_other_btn {
	position:absolute;
	right:10px;
	width:193px;
	top:13px;

}


.cart_other_btn li {
	margin-left:7px;
}

.cart_btn {
		margin-left:14px !important;
}

.news_prevnext {
	margin:15px 0 0 249px;
	width:583px;
	height:10px;
	position:relative;
}

.hotitem_prevnext {
	margin:15px 0 0 251px;
	width:650px;
	height:10px;
	position:relative;
}

.prev {
	position:absolute;
	left:2px;
	width:10px;
}

.next {
	position:absolute;
	right:0px;
	width:10px;
}


.gmenu01 {
	margin-left:37px;
}

