@charset "utf-8";
/*ヘッダー////////////////*/

div#flash{
	width:530px;
	height:200px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position: absolute;
	border: 1px solid #FFFFFF;
	top: 40px;
	right: 0px;
	
}

/*コンテンツ//*/
div#c_right{
	float:right;
	width:530px;
	margin:0px 0px 0px 0px;
	padding:97px 0px 0px 0px;
}

div.news{
	width:530px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.news h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.news p{
	margin:5px 0px 10px 20px;
	padding:0px 0px 10px 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/circle.gif);
	background-repeat: no-repeat;
	text-indent: 0px;
}


div.merchandise{
	width:530px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.merchandise h2{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.merchandise ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.merchandise li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 5px;
}

