a:link{
	color: #666;
	text-decoration:none;
}
a:visited{
	color: #666;
	text-decoration:none;
}
a:hover{
	color: #F93;
	text-decoration: underline;
}

.pressTitle{
	border-bottom:1px solid #ccc;
	margin:0 0 10px 0;
}
.pressLeftContents{
	width:690px;
	float:left;
}
.pressLeftContents h3{
	clear:both;
}
.pressLeftContents .articleArea{
	margin-left:20px;
}

dl.pressList{
	padding:0;
	margin:5px 0 10px 0;
	width:670px;
}


dl.pressList dt{
	clear:both;
	float:left;
	width:10em;
	padding:5px 0;
	margin:0;
}
dl.pressList dt span{
	padding:0 0 0 10px;
}
	
dl.pressList dd {
	margin:0 0 0 10em;
	padding:5px 0;
}
dl.pressList .articleTitle:hover{
	background-color:#f1f1f1;
}
	
dl.pressList dd a img{
float:left;
display:block;
width:9px;
height:9px;
margin:2px 6px 0 0px;
}
dl.pressList .articleTitle{
	clear:both;
	width:670px;
	display:block;
	background:url(img/dot.gif) left bottom repeat-x;
	margin:0;
	padding:0 0 1px 0;
}
.pressTopBtn{
	display:block;
	width:160px;
	height:31px;
	clear:both;
	margin:0 0 10px 0;
	float:right;
}
.pressJournalist{
	clear:both;
	width:670px;
	text-align:center;
	background-color:#CCC;
	padding:10px 0;
	margin:5px 0 0 0;
}

/* right */
.pressRightContents{
	width:160px;
	float:right;
	margin-right:10px;
}

.pressRightBox{
	display:block;
	margin:0 0 6px 0;
}
.pressRightArticleList div{
	background:url(img/box_middle.gif) left top repeat-y;
	padding:0 8px;
	margin:0;
}
.pressRightArticleList div h4{
	text-align:center;
	display:block;
	width:144px;
	margin:0;
	padding:4px 0;
	background:url(img/box_line.gif) left bottom no-repeat;
	font-size:14px;
	font-weight:bold;
}
.pressRightArticleList div h4 a{

}
.pressRightArticleList ul{
	padding:5px 0 0 0;
}

.pressRightBox li{
	display:block;
	background:url(img/arrow.gif) left 2px no-repeat;
	padding:0 15px;
	margin:6px;
	margin-bottom:0;
}
.pressRightBox li a{


}
/* entry */
.pressCatgoryName{
	text-align:right;
	font-weight:bold;
	color:#666;
}

.pressArticleBox{
	width:670px;
	margin:10px 0 20px 0;
	background:url(img/dot.gif) left bottom repeat-x;
}




.pressEntryTitle{
	border-left:solid 1px #999;
	padding:5px 0 2px 5px;
	margin-left:5px;
}
.pressEntryTitle span.pressDate{
	font-weight:bold;
	font-size:12px;
}
.pressEntryTitle h4{
	font-size:14px;
	color:#333;
	margin:4px 0 0 0;
}
.pressEntryTitle h4 a{
	color:#333;
}

.pressTextArea{
	width:645px;
	margin:10px 0 10px 15px;
	line-height:1.6;
}
	

.pressImg{
	float:right;
	margin:0 0 5px 10px;
	width:200px;
}
.pressImg img{
	display:block;
	margin:0 0 5px 0;
}
.pressPdfLink a{
	display:block;
	background:url(img/pdf.gif) 5px 6px no-repeat #f1f1f1;
	padding:8px 10px 0 26px;
	height:20px;
	line-height:1;
	margin:10px 0;
}

.pressLink,.pressPdfLink{
	width:645px;
	margin:5px 0 5px 15px;
}
.pressLink a{
	display:block;
	background:url(img/arrow.gif) 4px 6px no-repeat #f1f1f1;
	padding:4px 10px 4px 20px;
}
.pressLink a:hover{
	background:url(img/arrow_on.gif) 4px 6px no-repeat #EEE;
}


.prevPageBtn{
	display:block;
	width:100px;
	float:left;
	background:url(img/arrow2.gif) left 2px no-repeat;
	padding-left:15px;
}
.nextPageBtn{
	display:block;
	width:100px;
	float:right;
	text-align:right;
	background:url(img/arrow.gif) right 2px no-repeat;
	padding-right:15px;
}

/* clearfix css */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


