@charset "euc-jp";

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background: #FFFFFF url(../images/background.jpg) repeat-x 0 -7px;
}

#wrapper {
	background: #FFFFFF url(../images/bgcontent.gif) repeat-y;
	width: 800px;
	font-size: 13px;
	text-align: left;
}

#maincontent {
	float: left;
	width: 590px;
	font-size: 13px;
	line-height: 130%;
	margin-left: 10px;
}

#maincontent table{
	font-size: 13px;
	line-height: 130%;
}

#sidebar {
	float: left;
	width: 200px;
	color: #000000;
	background-color: #FFEFD5;
}

#goods table {
	font-size: 14px;
	line-height: 130%;
	text-align: center;
}

/* ----- フッター -----*/
#footer {
	clear: both;
	width: 800px;
	font-size: 12px;
	color: #ffffff;
	background-color: #F38202;
}

#footer p {
	margin: 0;
	padding: 0.5em;
	font-weight: bold;
	text-align: right;
}

/* ----- コピーライト ----- */
#copy {
	clear: both;
	width: 800px;
	font-size: 12px;
	/* border-top: 1px solid #feb381; */
	color: #000000;
	background: #ffffff;
}

#copy p {
	margin: 0;
	padding: 0.5em;
}

#copy address {
	float: right;
	margin: 0;
	padding: 0.5em;
	font-style: normal;
}

/* ----- その他 ----- */
#sidebar ul {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	background: url(../images/line.gif) repeat-x top left;
	list-style-type: none;
	font-size: 12px;
	line-height: 130%;
}

#sidebar li {
	margin: 0px;
	padding: 5px;
	background: url(../images/line.gif) repeat-x bottom left;
}

#red {
	color: #FF0000;
}

#grey {
	color: #999999;
}


#goods_title {
	color: #FF0000;
	font-size:20px;
}

#basket table{
	color: #333333;
	font-size: 14px;
}

#basket_bgcolor {
	background-color: #CCCCCC;
}

A:link {
	color: #333333;
	text-decoration: none;
}
A:active {
	color: #FF9900;
}
A:visited {
	color: #333333;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
	color: #FF9900;
}

