@font-face {
	font-family:fntf;
	src:url(share/DejaVuSans.ttf) format("truetype");
	}
/*
 * The fonts included are copyrighted by the vendor listed below.
 * @vendor:     DejaVu Fonts
 * @vendorurl:  http://dejavu-fonts.org/
 * @licenseurl: http://www.fontsquirrel.com/license/DejaVu-Serif
*/


/*share*/
body {
	font-family:fntf;
	background-image:url(share/bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color:#fff;
	color:#666666;
	font-size:12px;
	line-height:18px;
	margin:48px 24px 36px 24px;
	}
a {
	text-decoration:none;
	color:#666666;
	}
.fc {
	margin:0;
	padding:0;
	clear: both; visibility: hidden; height: 0;
	}
.naviDots {
	color: #CC9933;
	}
#hlogo {
	width: 864px;
	height:74px;
	background-image: url(share/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	}
#contentBox {
	width:864px;
	margin-top:32px;
	}
#left {
	width:80px;
	padding-top:18px;
	text-align:left;
	float:left;
	}
#right {
	width:80px;
	padding-top:18px;
	text-align:left;
	float:right;
	}
#mainContentBox {
	width:664px;
	margin-left:20px;
	text-align:left;
	float:left;
	}
#copyrights {
	width:664px;
	margin-top:88px;
	padding-top:12px;
	font-size:12px;
	text-align:right;
	color:#CCCCCC;
	border-top:1px dotted #cccccc;
	}
/* left_nav */
ul {
	margin:24px 0px 0px 0px;
	padding: 0px;
	}
#lNav {
	margin: 6px 0px 14px 0px;
	padding: 0px;
	list-style: none;
	}
#lNav a {
	width: 70px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-decoration: none;
	padding-left: 10px;
	/*transition:background-color 0.3s;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	border:1px solid #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color:#fff;*/
	}
/*#lNav a:hover {
	color: #fff;
	background-color:#ddd;
	border:1px solid #ddd;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow:1px 1px 2px #eee;
	-moz-box-shadow:1px 1px 2px #eee;
	-webkit-box-shadow:1px 1px 2px #eee;
	text-shadow: gray 1px 1px 1px;
	}*/

/*home*/
#tmbLeft {
	width:239px;
	height:284px;
	background-image:url(home_img/bg.gif);
	background-repeat:no-repeat;
	margin-bottom:64px;
	margin-left:24px;
	float:left;
	}
#tmbRight {
	width:239px;
	height:284px;
	background-image:url(home_img/bg.gif);
	background-repeat:no-repeat;
	margin-bottom:64px;
	margin-right:24px;
	float:right;
	}
#tmbImg {
	margin-top:24px;
	margin-left:24px;
	}
#update {
	font-size:12px;
	margin-top:24px;
	text-align:center;
	}

/*thumbnail*/
#tmbDate {
	width:100%;
	text-align:center;
	margin-top:64px;
	}
#tmbBox {
	width:100%;
	margin-bottom:36px;
	}
#tmb56 {
	margin-left:28px;
	margin-bottom:20px;
	float:left;
	}
#tmb56:hover  {
	transform-origin:50% 50%;
	transform:scale(1.05,1.05);
	box-shadow:3px 3px 4px #ddd;
	-moz-transform-origin:50% 50%;
	-moz-transform:scale(1.05,1.05) rotate(0deg);
	-moz-box-shadow:3px 3px 4px #ddd;
	-webkit-transform-origin:50% 50%;
	-webkit-transform:scale(1.05,1.05) rotate(0deg);
	-webkit-box-shadow:3px 3px 4px #ddd;
	}
.tmbmov{
	transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	}
#pagetop {
	width:100%;
	margin-top:6px;
	margin-bottom:12px;
	text-align:right;
	}
#tabBox {
	width:100%;
	margin-top:21px;
	margin-bottom:25px;
	text-align:right;
	}
#tabBox01 {
	width:64px;
	text-align:right;
	margin-left:4px;
	border-bottom:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	padding:2px 4px 2px 4px;
	float:right;
	}
#tabBox02 {
	width:64px;
	text-align:right;
	margin-left:4px;
	border-top:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	padding:2px 4px 2px 4px;
	background-color:#FBF8EC;
	float:right;
	}

/*image*/
#imgNavi {
	width:664px;
	font-size:12px;
	text-align:right;
	}
#imgNaviBtn {
	margin-left: 4px;
	}
#imgNaviBtn:hover {
	opacity: .6;
	}
#imgBox {
	width:664px;
	margin-bottom:12px;
	text-align:center;
	}
#images {
	margin-top:8px;
	margin-bottom:4px;
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #E5E5E5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:3px 3px 4px #ddd;
	-moz-box-shadow:3px 3px 4px #ddd;
	-webkit-box-shadow:3px 3px 4px #ddd;
	}

/*about*/
#aboutTxt {
	margin-top:36px;
	}