a:link{
	color: #000;
	text-decoration:none;
}
a:visited{
	color: #333;
	text-decoration:none;
}
a:hover{
	color: #CCC;
	text-decoration: underline;
}
a img{
	border:none;
}
*html body .expoLeftContents{
	width:660px;
	margin:10px 5px;
	float:left;
}
.expoLeftContents{
	width:660px;
	margin:10px;
	float:left;
}
.expoLeftContents h3{
	margin:0;
	padding:0;
}
.textH3Title{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	margin:5px 0;
}
.expoArticleArea{
	margin:10px;
	line-height:1.6;
}
.expoArticleArea h4{
	border-left:2px solid #666;
	font-size:16px;
	padding:4px 0 4px 6px;
	color:#333;
	margin:5px 0;
}
.expoArticleArea h4 a{
	color:#333;
}
.expoArticleArea h4 a:hover{
	color:#333;
	text-decoration:underline;
}
.articleHeader{
	text-align:right;
	padding:4px 0 0 0;
}
a.catgoryIcon{
	display:block;
	width:84px;
	float:left;
}
.articleHeader span{
	border-bottom:1px dotted #CCC;
}
.expoDotLine{
	height:5px;
	background:url(images/dot.gif) left bottom repeat-x;
	clear:both;
	margin-bottom:20px;
}
.ecImgBox{
	width:200px;
	float:right;
	margin:0 0 10px 10px;
}
.ecCaption{
	display:block;
	text-align:right;
	font-size:10px;
}
.prevPageBtn{
	display:block;
	width:100px;
	float:left;
	background:url(images/arrow2.gif) left 2px no-repeat;
	padding-left:15px;
}
.nextPageBtn{
	display:block;
	width:100px;
	float:right;
	text-align:right;
	background:url(images/arrow.gif) right 2px no-repeat;
	padding-right:15px;
}
*html body .expoRightContents{
	width:194px;
	margin:8px 5px 10px 0;
	float:right;
}
.expoRightContents{
	width:194px;
	margin:8px 10px 10px 0;
	float:right;
}
.expoRightList{
	background:url(images/box_middle.gif) left top repeat-y;
	margin:0;
	padding:0;
}
.expoRightList h4{
	text-align:center;
	display:block;
	width:160px;
	margin:0 0 0 17px;
	padding:4px 0;
	background:url(images/box_line.gif) left bottom no-repeat;
	font-size:12px;
	font-weight:bold;
	line-height:1.4;
}

.expoRightList ul{
margin:0 0 0 17px;
	padding:5px 0 0 0;
}

.expoRightList li{
	display:block;
	background:url(images/arrow.gif) left 2px no-repeat;
	padding:0 15px;
	margin:6px;
	margin-bottom:0;
}
/* 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 */
