@charset "utf-8";

#title{ margin:50px 0; }

#catNav li{
	float:left;
	cursor:pointer;
}

#catNav li:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.articleWrap{
	margin-top:100px;
	padding:0 70px 100px 70px;
}

.date{
	float:left;
	width:113px;
	padding:6px;
	overflow:hidden;
	background:#000 url(../images/bg_date.gif) no-repeat 15px 50px;
	text-align:center;
	font-size:12px;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.date .year{
	height:17px;
	border-bottom:1px dashed #808080;
	line-height:17px;
}

.date .month_en{
	height:18px;
	border-bottom:1px dashed #808080;
	font-size:10px;
	line-height:18px;
}

.date .month{
	text-align:left;
	font-size:16px;
	padding:8px 0 0 4px;
	font-weight:bold;
}

.date .day{
	font-size:46px;
	font-weight:bold;
}

.date .week{
	height:26px;
	border-bottom:1px dashed #808080;
	font-size:10px;
	line-height:26px;
}
	
.date .time{
	height:18px;
	line-height:18px;
	vertical-align:bottom;
}

.article{
	float:right;
	width:675px;
	padding-bottom:50px;
	margin-bottom:50px;
	background:url(../../images/bg_dashedline_h.gif) repeat-x bottom;
}

.articleBody{
	width:500px;
}

.articleCat{
	float:right;
	width:86px;
	height:144px;
	padding-right:20px;
}

.articleTitle{
	margin-bottom:50px;
	font-size:157%;
	line-height:1.45;
	font-weight:bold;
}

.articleImg{
	margin:20px 0;
}

.articleImg img{
	max-width:500px;
}

.contentsNav{
	clear:both;
	width:675px;
	margin-left:auto;
	text-align:center;
	letter-spacing:50px;
}

.contentsNav li{
	display:inline;
	cursor:pointer;
}

.contentsNav li:hover{
	filter: alpha(opacity=60);
	opacity: 0.6;
}

	