@charset "utf-8";

body {
	font-size: 0.8em;
}


div,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,table,th,td,em,img{
margin:0;
padding:0;
border:none;
list-style:none;
}

/*（news）*/
table#index-newslist{
width:100%;
margin:20px 0;
}
table#index-newslist td{
vertical-align:top;
line-height:150%;
padding:8px 0;
border-bottom:1px dotted #ccc;
}
table#index-newslist td a{
text-decoration:none;
line-height:150%;
}

table#index-newslist td em a{
color:#000;
}
table#index-newslist td.day{
width:15%;
padding-left:10px;
background:url(../img/news/mark.gif) no-repeat 0 1.2em;
}

/* news list
------------------------------------ */
table#newslist{
width:100%;
margin:20px 0;
}
table#newslist td{
vertical-align:top;
line-height:160%;
padding:8px 0;
border-bottom:1px dotted #ccc;
}
table#newslist td a{
text-decoration:none;
line-height:150%;
}
table#newslist td.day{
width:15%;
padding-left:10px;
background:url(../img/news/mark.gif) no-repeat 0 1.2em;
}

/* news detail　
----------------------------------------------------- */
body#news{
	background-color:#FFF;
	background-image:none;
	color:#666;
	font-size:96%;
	text-align:center;
}
#news #wrapper{
	width:570px;
	text-align:left;
	margin:0 auto;
}
#news a#print{
	display:block;
	float:right;
	margin:5px 0;
}
#news #ttl{
	width:558px;
	color:#000;
	font-size:14px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	clear:both;
}
#news span{
	font-size:12px;
	margin:5px 0;
}
#news #ttl h1{
	font-weight:bold;
}
#news .subtxt{
	line-height:160%;
}

#news .img-right{
	float:right;
	width:220px;
	margin-left:20px
}

#news h2{
	font-size:96%;
	color:#666;
	font-weight:bold;
	margin-top:20px;
}
#news #newsfoot{
	clear:both;
	width:558px;
	padding:6px;
	margin-top:20px;
	border-top:1px solid #ccc;
}
#news #newsfoot #btn-close{
	float:left;
	width:51px;
}
#news #newsfoot p#newscopyright{
	float:right;
	display:block;
	width:300px;
	text-align:right;
}
#news ul.url{
	margin:10px 0;
	width:100%;
}
#news ul.url li{
	padding-left:15px;
	background:#fff url(../img/view/news/mark_url.gif) no-repeat 0 5px;
	line-height:180%;
}

#news .subImg{
	width:100%;
	margin-top:20px;
}
#news .subImg h3{
	font-size:96%;
	color:#666;
}
#news #foot{
	border-top:1px solid #ccc;
	margin:10px 0;
	padding:10px;
}
#news #foot img{
	float:right;
	width:328px;
}
#news #foot img#btn-close{
	float:left;
	width:51px;
}
