@charset "utf-8";
/*
	Site Name: stars' eye clinic
	Description: news setting
*/

/*
===== CONTENTS ===========================================

	1:news table setting
  2:said_navi

==========================================================
*/

/*
==========================================================
	1:news table setting
==========================================================
*/
table#news {
	width: 687px;	
	height: 100%;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
table#news .borderBottom{
	border-bottom: 1px solid #CCCCCC;	
}
table#news tr.color {
	background-color: #FFFAFA;
}
table#news table{
	width:645px;
	margin:0 22px 0 20px;
	padding:0px;
}

table#news table th {
	text-align: left;
	vertical-align:text-top;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

table#news table th{
	line-height:16px;
	text-align: left;
	vertical-align:top;
	width: 120px;
	height: 17px;
	padding: 13px 20px 8px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
table#news table .newsTitle {
	font-weight: bold;
	padding: 10px 0 5px 0;
	vertical-align:baseline;
	color: #dc4b50;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
table#news table .newsTitle img {
	vertical-align:text-bottom;
	margin-left:3px;
}
table#news table td.newsDetail {
	vertical-align: top;
	padding: 7px 0 10px 0;
}

.listNo{
	width:100%;
}

.pageNum {
	width:100%;
	padding:10px 0 0 0;
	text-align: center;
}

/*
==========================================================
    2:said_navi
==========================================================
*/

#category {
	background-image: url(../../faq/img/bg_categorymenuIn.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

#category .ttls {
	line-height: 0;
	font-size: 0;
	vertical-align:bottom;
}

#category ul {
}

#category li {
	background-image: url(../../faq/img/bg_searchlist.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 201px;
	padding-bottom: 4px;
}

#category li.no_border {
	background-image: none;
	width: 201px;
	padding-bottom: 0px;
}

#category li a {
	display: block;
	background-image: url(../../faq/img/arw_orangeR.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-decoration: underline;
	color:#666666;
}

#category li a:hover {
	text-decoration: none;
	color: #D25578;
}
