@charset "UTF-8";
/* CSS Document */
body {
height: 100%;
/*overflow: auto;*/
    margin: 0px;
    color: #000000;
    line-height: 140%;
    font-size: 12px;
    text-align: center;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
   background-color: #FFFFFF;
 filter:expression('');
 }
/*===============RESET =================*/
fieldset, img {
	border:0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquort, th, td {
	margin:0;
	padding:0;
}
:focus { outline: 0; }

/*=============== BASE  =================*/
p {
	line-height:1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
a:link {
	color:#3D85CC;
	outline:none;
	text-decoration: none;
}
a:visited {
	color:#3399CC;
	outline:none;
	text-decoration: none;
}
a:hover {
	color:#0066CC;
	outline:none;
	text-decoration: none;
}
a:active {
	color:#0066CC;
	outline:none;
	text-decoration: none;
}
/*creafix*/
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	display:inline-block;
}
/*Hides from IE-mac */
*html .clear {
	height:1%;
}
.clear {
	display:block;
}
/*End hide from IE-mac*/

/*=============== COMMON  =================*/
.pl_10 {
	padding-left:10px;
}
.al_c {
	text-align:center;
}
.mt_10 {
	margin-top:10px;
}
.mt_15 {
	margin-top:15px;
}
.mt_20 {
	margin-top:20px;
}
.mt_25 {
	margin-top:25px;
}
.mt_35 {
	margin-top:35px;
}
.mb_5 {
	margin-bottom:5px;
}
.mb_10 {
	margin-bottom:10px;
}
.mb_15 {
	margin-bottom:15px;
}
.mb_18 {
	margin-bottom:18px;
}
.mb_20 {
	margin-bottom:20px;
}
.mb_30 {
	margin-bottom:30px;
}
.mb_35 {
	margin-bottom:35px;
}
.mb_40 {
	margin-bottom:40px;
}

/*=============== TOP:main NEWS =================*/
#news {
	width:648px;
	margin-left:34px;
	_margin-left:17px;
}
.news_head {
position:relative;
width:695px;
	height:32px;
	background:url(../img/news_head_bg.jpg) top left no-repeat;
	position:relative;
	margin-left:13px;
}
.news_head h2 {
	display:none;
}
.news_head .rss_txt {
	position:absolute;
	top:8px;
	right:26px;
	height:20px;
	color:#c1c1c1;
}
.news_head a:link {
	color:#c1c1c1;
	outline:none;
	text-decoration:none;
}
.news_head a:visited {
	color:#c1c1c1;
	outline:none;
	text-decoration:none;
}
.news_head a:hover {
	color:#c1c1c1;
	outline:none;
	text-decoration:none;
}
.news_head a:active {
	color:#c1c1c1;
	outline:none;
	text-decoration:none;
}

.news_head .rss_icon {
	position:absolute;
	top:6px;
	right:6px;
	height:20px;
}
#news .news_cont {
	/*background:url(../img/news_cont_bg.jpg) top left repeat-y;*/
	padding:0 ;
}
.news_foot {
	height:20px;
	/*background:url(../img/news_foot_bg.jpg) bottom left no-repeat;*/
	text-align:right;
	padding-top:2px;
	padding-right:15px;
}
.news-list {
	width: 648px;/**/
	border-collapse: collapse;
}
.news-list a:hover {
	color:#0066CC;
	outline:none;
	text-decoration:underline;
}
.news-list a:active {
	color:#0066CC;
	outline:none;
	text-decoration:underline;
}
.news-list tr.blk {
background:url(../img/dotted.gif) bottom left repeat-x #FFFFFF;
}
.news-list tr.gry {
background:url(../img/dotted.gif) bottom left repeat-x #E6E7E9;
}
.news-list td {
	padding: 4px;
	text-align: left;
}
.news-list td.priority {
	padding: 4px 7px;
	width: 26px;/*26+14=42*/
}
.news-list img {
	margin: 0px;
}
.news-list td.posted_at {
	width: 100px;
}
.news-list .blk .day {
	padding-left:15px;
	background:url(../img/icon_arrow_b.jpg) top left no-repeat;
	display:block;
}
.news-list .gry .day {
	padding-left:15px;
	background:url(../img/icon_arrow_g.jpg) top left no-repeat;
	display:block;
}
.news-list td.item {
	width:34px;
}
.news-list td.detail {
	padding: 4px 0 4px 6px;
	width:100%;
}
.detail a:hover {
	color:#0066CC;
	outline:none;
	text-decoration:underline;
}
.detail a:active {
	color:#0066CC;
	outline:none;
	text-decoration:underline;
}

