html{
overflow-y:scroll;
font-size:100%;
}

body,
div,p,
h1,h2,h3,h4,h5,h6,
ol,ul,li,
dl,dt,dd,
strong,em,address,
table,caption,tr,th,td,
pre,blockquote,
form,fieldset,input,textarea{
margin:0;
padding:0;
}

body{
margin:0; 
padding:0; 
color:#333; 
font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif; 
font-size:16px; 
line-height:19px;
text-align: center;
}


#head {
	margin-bottom: 15px;
	background: url(../img/title_bg.gif) repeat-x top;
}

#contents {
	margin: 0 auto;
	padding: 10px;
	width: 440px;
	text-align: left;
	border: 5px solid #CCC;
}

.g003 { font-size: 110%; color: #333333; font-weight: bold; line-height:1.2; }

p {
margin: 0px;
padding: 0px;
font-size: 13px;
line-height: 1.5;
}

.p {
padding: 4px;
}

.goodsImg{
	margin-bottom: 10px;
}

.goodsName{
	margin-bottom: 5px;
	padding: 7px 5px 7px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

.goodsTbl{
	border-collapse: collapse;
}

.goodsTbl th, .goodsTbl td{
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}


#clear{
	clear:both;

}
#back {
	width: 235px;
	float: left;
	text-align: left;
	font-size: 75%;
	margin-bottom: 15px;
	padding-top: 2px;
}
#next {
	float: right;
	width: 235px;
	text-align: right;
	font-size: 75%;
	margin-bottom: 15px;
	padding-top: 2px;
}
#back a{
	background-image: url(../img/go_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#next a{
	background-image: url(../img/go.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
#foot {
	font-size: 75%;
	text-align: right;
	margin-top: 10px;
}
