@charset "euc-jp";
@import "http://";
/*
	三新用CSS
*/
/* ----- トップページ --------------------------------------------------------------------- */
div#mr_Orange{
	float: left;
	width:260px;
	height: 50px;
	margin-right:10px;
	padding-top: 3px;
	background-color: #ffffff;
	background-image: url("http://www.e-sanshin.com/img/mrorange.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: right;
}
div#mr_Orange a{
	padding-right:5px;
}
/* ---- What's new --------------------------------------------------------------------------------*/
div.label_whatsnew{
	clear: both;
	width: 540px;
	margin: 0px;
	margin-bottom:3px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
div.whatsnew{
	width: 520px;
	margin-: 0px;
	padding: 10px;
	background-image: url("http://www.e-sanshin.com/img/bg_whatsnew.gif");
	background-repeat: repeat-x repeat-y;
	background-position: 0 0;
	color: #333333;
}
dl.whatsnew {
	display: block;
	width:520px;
	background: none;
}
dl.whatsnew dt {
	float: left;
	clear: left;
	display: block;
	width:70px;
	line-height: 20px;
}
dl.whatsnew dd {
	background: none;
	background-color: #fffffff;
	width:400px;
	font-weight:normal;
	line-height: 20px;
}
div.whatsnew a,div.whatsnew a:link,div.whatsnew a:visited,div.whatsnew a:hover{
	text-decoration : none;
	color: #333333;
}
div.whatsnew a:hover{text-decoration : underline;}
/* ----- */
.pdA10{	padding: 10px;}
.float_left{	float: left;}
.float_right{	float: right;}
.clear{	clear: both;}

@media print {
}