@charset "utf-8";
@import "../css/common.css";

/* コメントを入れたらUTF-8化ヲ忘れずに */

/* override *************************************************************/
#categoryheader li a {
	background:url(./images/categoryheader_navi.gif) no-repeat 0 0;
}
#mainright {
	margin-top:0;
}
/************************************************************************/

#mainright table {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:12px;
	border-top:1px solid #89e0ee;
	border-left:1px solid #89e0ee;
}

#mainright th {
	text-align:center;
	vertical-align:center;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:4px 0;
	background:#98e3f4;
	border-right:1px solid #89e0ee;
	border-bottom:1px solid #89e0ee;
}
#mainright td {
	text-align:left;
	vertical-align:center;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:4px 4px 4px 5px;
	background:#ffffff;
	border-right:1px solid #b3cdde;
	border-bottom:1px solid #b3cdde;
}
#mainright th.top  { width:90px; background:#98e3f4;}
#mainright tr.blue td { background:#f0f6fd;}
#mainright td.blueO  { text-align:center; background:#c7f1f4;}
#mainright td.blueE  { text-align:center; background:#b1e9f4;}
#mainright tr.blue td { background:#f4fdfa;}

.narrow {
	letter-spacing:-1px;
}
	
#mainright .articleheader h4 span.normal {
	color:#565656;
	font-size:12px;
	font-weight:normal;
}

#mainright .articleheader h4.border {
	float:none;
	display:block;
	width:635px;
	height:15px;
	margin:20px 0 0 0;
	padding:8px 0 6px 10px;	
	border-top:1px solid #e1e5f7;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
}

#mainright  p.link {
	padding:0;
	text-align:right;
	}
	
#mainright h5 {
	margin:15px 0 5px 0;
	padding:0 10px;
	color: #396ace;
	font-size:12px;
	font-weight:bold;
	}
	
#categoryheader ul.message {
	display:block;
	_height:58px;
	min-height:58px;
	margin:0;
	padding:1px 0 18px 0;
	border:0;
	list-style-type:none;
	background:url(../images/common_categoryheader_btm.gif) no-repeat 0 bottom;
	position:relative;
	top:-2px;
	z-index:0;
}
