/* CSS Document */

/* body */

body{
	/* _width:98%; */
	background:#ffffff;
}

/* container */

#container{
	background:url(../img/back3.gif);
}

html>body #container{
	overflow:auto;
}

/* contents */

#contents{
		width:760px;
		padding-top:20px;
		padding-bottom:20px;
		margin-right:auto;
		margin-left:auto;
}

#subHeader{
	margin-bottom:10px;
}

#subHeader img{
	float:left;
}

#subHeader h1{
	margin-left:190px;
	width:353px;
	height:71px;
}

p{
		font-size:0.9em;
		line-height:1.5;
		margin-bottom:20px;
}


/* date */

#date{
		clear:both;
		list-style:none;
		width:auto;
		height:22px;
		margin-bottom:20px;
		_margin-left:-5px;
		padding-top:8px;
		padding-left:10px;
		background:url(../img/bg_date.gif);
}

#date li{
		font-size:14px;
		padding-right:30px;
		float:left;
		font-weight:bold;
}

#date li a{
		font-weight:normal;
}

.update{
		background:url(../img/update.gif) no-repeat center left;
		padding-left:75px;
}


/* card */

#card{
		width:380px;
		_width:375px;
		height:300px;
		float:left;
}

#card h3{
		font-size:14px;
		line-height:1.5;
		width:320px;
}

#card p{
		font-size:14px;
		line-height:1.5;
		width:320px;
		margin-bottom:0px;
}

.cart{
		margin-top:5px;
}

.red{
		color:#FF3300;
}

/* subFooter */

#subFooter{
	clear:both;
}

