
@import "none.css";
 
/*------------------------------------
				clearfix
 ------------------------------------*/
 
.clearfix:after {  
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} 

.allclear {
	clear: both;
	font-size: 1px;
	line-height: 0%;
	height: 0px;
	text-indent: -9999px;
}



#photo{width:840px; height:180px; margin-bottom:34px;}





/*------------------------------------
 				layout 
 ------------------------------------*/

body{
	background:url(../images/bgImg.jpg) repeat-x #e9e9ee;
}

#allPage{
	width:840px;
	margin:0 auto;
	font-size:15px;

}

#Page{
	width:840px;
}

h1{
	color:#0c83b4;
	font-size:36px;
	font-weight:bold;
	padding:26px 0;
}

#img_top{
	margin-bottom:26px;
}

#head{
	margin:30px 0 15px;
}

li{
	margin:5px 0;
}
/*------------------ contents -----------------------*/

#contents{
	width:840px;
	background:#ffffff;
}

#contents h1{
	color:#0c83b4;
	font-size:25px;
	font-weight:bold;
	padding:0;
	margin-bottom:10px;
}

/*------------------ right -----------------------*/

#right{
	float:right;
	width:200px;
	margin-top:10px;
	margin-right:10px;
	display:inline;
}

#rightBody{
	width:200px;
}

.rightMenu{
	width:200px;
	padding-bottom:10px;
}

.rightMenu ul{
	width:200px;
}

.rightMenu li{
	margin-bottom:14px;
}

.rightMenu li{
	background:url(../images/play.jpg) no-repeat;
	padding-bottom:6px;
	padding-left:26px;
	font-size:13px;
}

.rightMenu p{
	width:200px;
	color:#0c83b4;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}


/*------------------ mainBox -----------------------*/

#left{
	float:left;
	width:600px;
	margin:10px 0 10px 10px;
	font-size:13px;
}

#left h2{
	color:#0c83b4;
	font-size:17px;
	padding-left:10px;
	margin-bottom:5px;
	border-left: solid 10px #0c83b4;
	border-bottom: solid 1px #0c83b4;
}

#left #leftBody div{
	margin:10px;
}

#left #leftMenu ul{
	width:600px;
	margin:10px 0 10px 10px;
	color:#000000;
}

#left #leftMenu{
	margin:10px 0 18px 10px;
}

#left #leftMenu li{
	float:left;
	margin-right:15px;
	display:inline;
}
/*------------------ footer -----------------------*/

#foot{
	margin-top:16px;
	color:#0c83b4;
	text-align:center;
}

#foot a{
	color:#0c83b4;
	font-weight:bold;
}

#foot a:hover{
	color:#084d69;
}
 
/*------------------ link -----------------------*/

a{
	color:#0C83B4;
}

a:hover{
	color:#084d69;
}

