@charset "utf-8";
/* for Common contents */
#lead{
/*	position: fixed;
	top:0;
	z-index: 20;*/
}

#header{
/*	background:url("../images/header_bg3.png") repeat-x;	
	border-bottom:none; */
}

#side{
	margin-top: 10px;
}

#cont{
	float:right;
	width:720px;
	font-size:14px;
	line-height:1.5em;
	position:relative;
	top:28px;
	right:32px;
	background:#fff;
	-moz-box-shadow:0px 0px 7px #333;
	-webkit-box-shadow:0px 0px 7px #333;
	box-shadow:0px 0px 7px #333;
	behavior: url("./js/pie.htc");	
	margin-bottom:60px;
}
#p_title{
	color:#666;
    font-size: 48px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #fff;
	margin:18px 0 19px 20px;
}

.p_stitle{
	margin-left:20px;
	font-size:14px;
	font-weight: bold;
	color:#000;
	text-shadow:1px 1px 0 #fff;
}

.link{
	font-size:12px;
	font-weight: bold;
	position:relative;
	top:-38px;
	right:20px;
	text-align:right;
}

.link a:link,.link a:visited{
	font-weight: bold;
	color:#237abf;
}

.link a:hover{
	font-weight: bold;
	color:#ff4500;
}


/* end of stylesheet */