@charset "Shift_JIS";

/*--------------------------------------------------
index contents
--------------------------------------------------*/
.productInfoBlock{
	margin:10px 0px 0px 0px;
	padding:20px 0px 10px 0px;
}
.orderBlock{
	padding-bottom:15px;
}
.orderBlock p{
	margin-bottom:10px;
}
.orderLeft{
	width:190px;
	float:left;
}
.orderRight{
	width:190px;
	margin-left:260px;
}
.orderList{
	clear:both;
}
.orderList ul{
	padding:5px 0px;
	list-style:none;
	line-height:1.0;/*ブラウザ毎の縦位置のずれ対策*/
}
.orderList li{
	display:inline;
	padding:2px 5px;
	list-style-type: none;	
}
.orderList li.listNav01{
	border-left:solid 1px #004EB7;
	border-right:solid 1px #004EB7;
}
.orderList li.listNav02{
	border-right:solid 1px #004EB7;
}
/*--------------------------------------------------
either order contents
--------------------------------------------------*/
.goBackpage{
	margin-top:15px;
	margin-bottom:5px;
	padding-left:15px;
	padding-bottom:0px;
	margin-right:15px;
	background:url(../common_img/subnavi_arrow.gif) no-repeat 0px 4px;
}
.noMargin{
	margin:0px;
}
#productsList{
	margin:10px 0px;
	padding-bottom:10px;
	overflow:auto;
	border-bottom:solid 1px #999999;
}
.productCol{
	height:100px;
	display:block;
}
.productImages{
	width:100px;
	height:75px;
	float:left;
	padding:0px 20px 0px 0px;
	display:block;
}
.productImages2{
	width:100px;
	height:75px;
	float:left;
	display:block;
}
.productLink{
	text-align:center;
}
/*--------------------------------------------------
standard contents
--------------------------------------------------*/
#standardBlock{
	margin-top:20px;
}
#standardBlock p{
	width:582px;
	height:20px;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
	font-weight:bold;
	background:url(../common_img/h4_icon.jpg) no-repeat 0px 2px; 	
}

/*--------------------------------------------------
subwindows contents
--------------------------------------------------*/
#subwinBlock{
	width:640px;
	text-align:left;
}
#subwinBlock h3{
	padding-bottom:10px;
}
.subwinCenter{
	text-align:center;
}
.subwinCenter p{
	margin-top:10px;
}
#subwinFooter{
	width:640px;
	height:30px;
	margin-top:10px;
	text-align:right;
	background:url(../common_img/footer_bg.jpg) repeat-x 0px 0px; 
}
#subwinFooter p{
	padding:8px 20px 0px 0px;
}
/*--------------------------------------------------
side menu
--------------------------------------------------*/
#sideMenu{
	width:172px;
	height:115px;
	postion:absolute;
	top:0px;
	left:0px;
}
#sideMenu li{
	marign:0px;
	padding:0px;
	text-indent:-9999px;
	list-style-type: none;	
}
#sideMenu li a{
	text-decoration:none;/*Firefoxなどで線が表示されない*/
	display:block;
}
#sideMenu li.sideNav01{
	position:absolute;
	top:27px;
	left:0px;
	width:167px;
	height:37px;
	background:url(img/side_navi.jpg) no-repeat 0px 0px;
}
#sideMenu li.sideNav01 a{
	width:167px;
	height:37px;
}
#sideMenu li.sideNav01 a:hover {
	background:url(img/side_navi.jpg) no-repeat -170px 0px;
}
#sideMenu li.sideNav02{
	position:absolute;
	top:64px;
	left:0px;
	width:167px;
	height:40px;
	background:url(img/side_navi.jpg) no-repeat 0px -37px;
}
#sideMenu li.sideNav02 a{
	width:167px;
	height:40px;
}
#sideMenu li.sideNav02 a:hover {
	background:url(img/side_navi.jpg) no-repeat -170px -37px;
}

