body
{
	margin:	0px;
	margin: 0px;
}

img
{
	border:	0px;
}

.header {
	position: relative;
	left: 30px;
	top: 40px;
	width: 330px;
}

H3 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 17px;
	font-weight:bold;
	color: #00256C;
	line-height: 150%;
}

.bg{
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #fff;
	border: 3px solid #84B6E6;
	}

.text_main {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	text-align:left;
}

.sub_title {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-weight: bold;
	padding-top: 5px;
}

.red {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	padding-left: 5px;
}


div#cartArea {
	width: 300px;
}
div#cartArea div.cartBlock {
	background-color: #EFE7CE;
	margin: 20px auto 5px auto;
	padding: 5px;
	width: 560px;
}

div#cartArea div.itemList {
	border: 1px solid #dedede;
	margin: 20px auto 5px auto;
	padding: 5px;
}
div#cartArea div.itemList div.photo {
	float: left;
}
div#cartArea div.itemList div.info {
	width: 335px;
	color: #666;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 10px;
	padding-top: 5px;
}

div#cartArea div.cartBlock div.photo {
	float: left;
}
div#cartArea div.cartBlock div.info {
	width: 335px;
	color: #666;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
div#cartArea div.cartBlock div.info strong {
	color: #f00;
	font-weight: normal;
}
div#cartArea div.cartBlock div.info div.insertButton {
	margin-top: 8px;
	margin-right: 3px;
}
div#cartArea div.cartBlock div.info div.insertButtonAthlete {
	margin-top: 5px;
	margin-left: 3px;
}
div#cartArea div.cartBlock div.info .caution {
	font-weight: normal;
	line-height: 125%;
	margin: 0 0 10px 0;
}

div#cartArea div.cartBlock div.info select {
	font-size: 13px;
}
