@charset "euc-jp";
/* CSS Document */


html{
	height:100%;
}
body {
	background-color:#FFFFFF;
	margin: 0px;
	padding:0px;
	font-size: 12px;
	color:#585657;
	line-height: 20px;
	height:100%;
	
}

table{
	font-size: 12px;
}

p{
	margin:0px;
	padding:0px;
}

form{
	margin:0px;
	padding:0px;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}


h5{
	color:#103675;
	padding:0px;
	margin:0px;
	font-size:22px;
	font-weight:bold;
	margin-left:10px;
	margin-bottom:20px;
}

h6{
	color:#666666;
	padding:0px;
	margin:5px;
	font-size:16px;
	font-weight:bolder;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}

/* ページ全体 */
#page {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;	
	width:100%;
	height:100%;
}

/* ヘッダーエリア -------------------------------*/

#page #header{
	clear:both;
	width:1100px;
	height:73px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	
}

#page #header a{
	text-indent:-5000px;
	width:100%;
	height:73px;
	display:block;
}

/* フッターエリア --------------------------------*/
#page #footer{

	clear:both;
	width:100%;
	margin-top:40px;
	text-align:center;
	background-color:#DEE3E7;
	background-image: url(../img/cp.jpg);
	background-repeat: no-repeat;
	background-position: 400px;
}

	
/* グローバルナビエリア --------------------------*/	

#content{
	clear:both;
	width:940px;
	margin-left:25px;
	margin-top:40px;
	
}

#menu{
	float:left;
	width:190px;
}

#menu ul{
	margin:0px;
	padding:0px;
}
#menu ul li{
	padding:0px;
	margin:0px;
	list-style:none;
}

#main{
	float:right;
	width:735px;
	
}


/* 商品詳細 --------------------- */

#pict {
	float:left;
	width:420px;
	
}
#pict #pro_pic{
	text-align:center;
}

#pict #pro_pic .pro_pic_img{
	border: 1px solid #CCCCCC;	
}

#detail{
	float:right;
	width:300px;
	
}

#detail .pro_code{
	font-size:15px;
	color:#333333;
	padding-left:5px;
}

#detail .price{
	color:#595959;
	font-size:25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}

#detail .cbox{
	display:table-cell;
	text-decoration: none;
	border: 1px solid #CCCCCC;	
	width:30px;
	height:30px;
	margin-right:8px;
}
#detail .sbox{
	display:table-cell;
	text-decoration: none;
	border: 1px solid #CCCCCC;	
	height:20px;
	margin-right:8px;
	padding-left:7px;
	padding-right:7px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
	color:#585657;
	background-color:#EEEEEE;
}

#detail #syousai{
	margin-top:15px;
	padding:10px;
	border: 1px solid #CCCCCC;
	overflow:auto;
	height:160px;
}
#detail #bikou{
	margin-top:15px;
	padding:10px;
	border: 1px solid #CCCCCC;
	overflow:auto;
	height:70px;
}

#zoom{
	margin:0px;
	padding:0px;
	position:relative;
	top:-30px;
	left:320px;
}



/* ---------------------------- */

.pro_list{
	width:130px;
	height:200px;
	text-align:center;
	padding-left:3px;
	padding-right:3px;
	float:left;
}

.pro_list_img{
	width:110px;
	height:110px;
	background-color:#EDEDED;
	border: 1px solid #CCCCCC;
	margin-bottom:5px;
}



