@charset "Shift_JIS";


body,td,th {
	line-height:1.7em;
	color: #333333;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}


/* ---------------------------
   news
   --------------------------- */
   
.headline{
	font-size: 16px;
	font-weight: bold;
}

.cdtitle{
	font-size: 22px;
	font-weight: bold;
	color:#990000
}
  
.newstitle{
	font-size: 14px;
	font-weight: bold;
}

.border{
border-color:#CCCCCC
}



.imgborder{
     border:solid 1px #ccc;
}


.discost{
	font-weight: bold;
	color:#990000
}

div#entry_body img{
     border:solid 1px #ccc;
     padding:4px;
}