html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.gif);
	font-size: 12px;
	line-height: 120%;
}
h1 {
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	background-color: #906;
	font-weight: normal;
	color: #FFF;
}
h2 {
	margin: 0px;
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/pid_title.png);
	height: 26px;
	text-align: left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 120px;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
}
.back_left {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #C69;
}
.back_right {
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #C69;
}
.main_table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
.footer_menu {
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	background-color: #FFC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.footer {
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	color: #FFF;
	background-color: #906;
}
.search_input {
	width: 125px;
	font-size: 14px;
	padding: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.search_btn {
	width: 40px;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.category_btn {
	padding: 5px;
	border: 1px solid #F9C;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.search {
	background-image: url(../images/search.png);
	width: 180px;
	height: 23px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 10px;
	margin-top: 7px;
}
.category {
	background-image: url(../images/category.png);
	width: 180px;
	height: 23px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 10px;
	margin-top: 7px;
}
.banner {
	margin-top: 10px;
}
.ranking {
	background-image: url(../images/ranking.png);
	width: 180px;
	height: 23px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-right: 10px;
	margin-top: 20px;
}
.whatsnew {
	background-image: url(../images/whatsnew.png);
	width: 255px;
	height: 20px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.newitems {
	background-image: url(../images/newitems.png);
	width: 335px;
	height: 20px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.pickupitems {
	background-image: url(../images/pickupitems.png);
	height: 16px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.pickupitems_pid {
	background-image: url(../images/pickupitems_pid.png);
	height: 16px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.monthitems {
	background-image: url(../images/monthitems.png);
	height: 16px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.topitems {
	background-image: url(../images/topitems.png);
	height: 16px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.featuredthisweek {
	background-image: url(../images/featuredthisweek.png);
	width: 145px;
	height: 36px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 5px;
	margin-top: 7px;
}
.recommendeditems {
	background-image: url(../images/recommendeditems.png);
	width: 145px;
	height: 36px;
	text-align: right;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 5px;
}
.hoverColor {
	background-color: #DBF;
}
.square40 {
	width: 40px;
	height: 40px;
}
.square100 {
	width: 100px;
	height: 100px;
}
.square120 {
	width: 120px;
	height: 120px;
}
.square300 {
	width: 300px;
	height: 300px;
}
.square600 {
	width: 600px;
	height: 600px;
}
.gourl {
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #F66;
	width: 180px;
	height: 30px;
	margin-top: 20px;
	padding-top: 15px;
	border: 1px solid #333;
	font-weight: bold;
}
.gourl:hover {
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	color: #FFF;
	font-size: 16px;
	text-align: center;
	background-color: #F33;
	width: 180px;
	height: 30px;
	margin-top: 20px;
	padding-top: 15px;
	border: 1px solid #333;
	font-weight: bold;
	cursor: pointer;
}
