@charset "utf-8";
/* CSS Document */
.PageTitle {
	font-family:Verdana;
	font-size: 80px;
	color: #F5F5F5;
	position: relative;
	}
.PageTitleSign {
	background: url(../images/title_portfoios.gif) no-repeat;
	width: 184px;
	height: 46px;
	position: absolute;
	z-index: 1;
	top: 25px;
	left: -10px;
	}

/*List*/
.SiteBox {
	padding: 20px 40px 0 40px;
	}
.SiteBox ul {
	display: block;
	}
.SiteBox ul li {
	width: 350px;
	height: 130px;
	list-style: none;
	float: left;
	}
	/*Portfolios*/
	.ImgBox {
		background: url(../images/portfolio_bg.gif) no-repeat center center;
		width: 130px;
		height: 100px;
		float: left;
		position: relative;
		}
	.ImgBox img {
		margin: 5px;
		display: block;
		border: 0;
		}
	.IconNew, .IconHot {
		width: 35px;
		height: 35px;
		position: absolute;
		z-index: auto;
		top: 0px;
		left: 0px;
		}
	.IconNew {
		background: url(../images/icon_new.gif) no-repeat left top;
		}
	.IconHot {
		background: url(../images/icon_hot.gif) no-repeat left top;
		}
	.InfoBox {
		padding: 0 10px;
		width: 200px;
		float: left;
		}
	.InfoBox h4 {
		margin: 5px 0;
		font-size: 13px;
		}
	.InfoBox span {
		padding: 0 10px 0 0;
		color: #CC0000;
		font-family: Tahoma;
		font-size: 10px;
		}
	.InfoBox p {
		padding: 5px;
		background: url(../images/line_dash.gif) repeat-x left top;
		font-family: Tahoma;
		font-size: 12px;
		color: #666666;
		line-height: 1.3em;
		}
	
	/*PageSort*/
	.PageSort {
		display: block;
		position: absolute;
		right: 20px;
		z-index: auto;
		}
	.PageSort li {
		padding: 0 2px 3px 0;
		float: left;
		list-style: none;
		display: block;
		}
	.PageNum {
		border: 1px solid #E7E7E7;
		padding: 1px 4px;
		font-family: Tahoma;
		font-size: 10px;
		line-height: 1em;
		font-weight: bold;
		color:#999999;
		text-decoration: none;
		}
	.PageNum:hover {
		color: #333333;
		border: 1px solid #666666;
		}
	.PageCurrent {
		border: 1px solid #333333;
		padding: 1px 4px;
		background: #666666;
		font-family: Tahoma;
		font-size: 10px;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		}
		
/*Tooltip*/
#screenshot{
	position: absolute;
	border: 1px solid #333333;
	height: 200px;
	width: auto;
	overflow: hidden;
	display: none;
	}
/*Menu Slide*/
.on .MenuTitle {
	background: url(../images/p_btn_over.jpg) no-repeat 0 0;
	color: #FFFFFF;
	}
.off .MenuTitle {
	background: url(../images/p_btn.jpg) no-repeat 0 0;
	color: #ABABAB;
	}
.MenuTitle a {
	color: #ABABAB;
	}
.MenuLink {
	padding: 5px 0 5px 20px;
	background: url(../images/p_btn_dot.gif) left center no-repeat;
	display: block;
	line-height: 1.2em;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	color: #AAAAAA;
	}
.MenuLink:hover {
	color: #FFFFFF;
	}
.MenuLinkCurrent {
	padding: 5px 0 5px 20px;
	background: url(../images/p_btn_dot.gif) left center no-repeat;
	display: block;
	line-height: 1.2em;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: underline;
	}
.MenuContent {
	background: #3F3F3F;
	}

.ContentText p {
	line-height: 2em;
	font-size: 12px;
	color:#666666;
	}
.ContentBottom {
	padding: 10px 0 30px 0;
	border-top: 1px solid #cccccc;
	position: relative;
	}
.RelatedArtical {
	padding: 0 200px 0 30px;
	}
.RelatedArtical a {
	padding: 0 0 0 20px;
	background: url(../images/pf_btn_dot.gif) no-repeat left center;
	font-family: Tahoma;
	color: #0292DD;
	font-size: 12px;
	display: block;
	line-height: 2em;
	}

.ContentDetail,
.ContentDetail p,
.ContentDetail a,
.ContentDetail ul,
.ContentDetail ol,
.ContentDetail li {
        color: rgb(102, 102, 102);
        font-size: 14px;
        line-height: 2em;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
}
