@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */
@import "/common/themes/cms/js/jquery.fancybox-1.3.4.css";/* layout style */

.blogEntry {
	border-bottom: #aaa 1px solid;
	margin-bottom: 5em;
}
.blogEntry{
	zoom:1;/*for IE 5.5-7*/
}
.blogEntry:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}

.exSP {
	background:url(images/exSP.gif) no-repeat 0 0;
	display: block;
}
.mainArea {
	float: left;
	width: 383px;
	padding-right: 3px;
}
.mainImg img {
	width: 383px;
	margin-bottom: 50px;
}
.mainArea p {
	width: 365px;
}
h3.entryTi {
	font-size: 161%;
	margin-bottom: 20px;
}
.subArea {
	margin-top: 140px;
	float: left;
	width: 187px;
}
.befotreImg {
	background:url(images/allow.jpg) no-repeat 0 0;
	padding-top: 52px;
}
.befotreImg img {
	width: 187px;
	margin-bottom: 26px;
}
.gallryTi {
	background-position: 0 0;
	width: 104px;
	height: 32px;
	margin-bottom: 10px;
}
ul.thumb li {
	float: left;
	margin: 0 10px 10px 0;
}
ul.thumb li img {
	width: 70px;
	border: #fff 1px solid;
}
ul.thumb li a:hover img {
	border: #aaa 1px solid;
}
.backBtn {
	float: right;
	padding-top: 3em;
}
.backBtn a {
	background:url(images/exSP.gif) no-repeat 0 -46px;
	width: 22px;
	height: 22px;
	display: block;
}
.backBtn a:hover {
	background-position: 0 -68px;
}