body {
	color: #330000;
	font-size: 12px;
	text-align:center;
	margin-left:0px;
	background-repeat:repeat-x;
	background-position:top center;
}

body,table{font-size:13px;}

h1{
	font-size: 15px;
	font-weight:bold;
}

h2{
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
	background-color: #ccccff; 
	border: 1px solid blue;
}

.mainbody {
	margin-left: 10px;
	text-align:left;
	padding:0px;
	width:750px;
	background-color:#ffffff;
	
}
	
a:hover {
	text-decoration:underline;
	color:#ff0000;}

a {
	text-decoration:none;
	color:#0000ff;
	}

.btn_top{
	display : block;
	background-image: url(/inshop/image/btn_top.gif);
	background-repeat: no-repeat;
	width:150px; height:30px;    /* 画像の幅・高さ */  
    margin:0; padding:0;    /* 余白指定 */  
}
.btn_top:hover {
	background-image: url(/inshop/image/btn_top_light.gif);
	background-repeat: no-repeat;
}

.btn_haisou{
	display : block;
	background-image: url(/inshop/image/btn_haisou.gif);
	background-repeat: no-repeat;
	width:150px; height:30px;    /* 画像の幅・高さ */  
    margin:0; padding:0;    /* 余白指定 */  
}
.btn_haisou:hover {
	background-image: url(/inshop/image/btn_haisou_light.gif);
	background-repeat: no-repeat;
}

.btn_hosyou{
	display : block;
	background-image: url(/inshop/image/btn_hosyou.gif);
	background-repeat: no-repeat;
	width:150px; height:30px;    /* 画像の幅・高さ */  
    margin:0; padding:0;    /* 余白指定 */  
}
.btn_hosyou:hover {
	background-image: url(/inshop/image/btn_hosyou_light.gif);
	background-repeat: no-repeat;
}

.btn_privacy{
	display : block;
	background-image: url(/inshop/image/btn_privacypolicy.gif);
	background-repeat: no-repeat;
	width:150px; height:30px;    /* 画像の幅・高さ */  
    margin:0; padding:0;    /* 余白指定 */  
}
.btn_privacy:hover {
	background-image: url(/inshop/image/btn_privacypolicy_light.gif);
	background-repeat: no-repeat;
}

.btn_campany{
	display : block;
	background-image: url(/inshop/image/btn_campany.gif);
	background-repeat: no-repeat;
	width:150px; height:30px;    /* 画像の幅・高さ */  
    margin:0; padding:0;    /* 余白指定 */  
}
.btn_campany:hover {
	background-image: url(/inshop/image/btn_campany_light.gif);
	background-repeat: no-repeat;
}


.item_name{
	color:#000000;
	font-size: 16pt;
	font-weight:bold;
}

.item_price{
	color:#ff0000;
	font-size: 16pt;
	font-weight:bold;
}

.sub_item_name{
	color:#000000;
	font-size: 12pt;
	font-weight:bold;
}
