@charset "UTF-8";
/* CSS Document */

/* Common
=======================================*/
.clearn{
	clear:both;
}

.hidden{
	display:none;
}

.spacer{
	*display:none;
}

/* Layout
=======================================*/

#container{
	background:url(../images/bg_01.jpg) repeat-x top;
	line-height:150%;
	font-size:92%;
	overflow:hidden;
	color:#333;
}

#main{
	background:url(../images/bg_02.jpg) no-repeat top center;
	overflow:hidden;
}

/* Link
=======================================*/

a:link{	
color:#333;
text-decoration:underline;
}

a:visited{
color:#333;
text-decoration:underline;
}

a:hover{
	color:#1781b4;
	text-decoration:underline;
}

/* Header
=======================================*/

#header{
	width:900px;
	padding:0 3px;
	text-align:right;
	height:33px;
	margin:auto;
}

#header p{
	margin:0;
}


/* Navigation
=======================================*/

#nav{
	width:906px;
	margin:auto;
}

#nav h1{
	float:left;
}

#nav ul{
	overflow:hidden;
}

#nav li{
	float:left;
}

/* TopContents
=======================================*/

#topContent{
	width:880px;
	padding:10px 13px;
	margin:auto;
	background:url(../images/bgmain_01.jpg) no-repeat top center;
	overflow:hidden;
}

#topContent .shortTitle{
	width:525px;
	margin:40px 0 0 20px;
	background:url(../../common/images/title_bg.gif) repeat-x bottom;
}

/*Detail*/

#detail{
	width:525px;
	overflow:hidden;
	float:left;
	padding-left:20px;
	margin-top: 37px;
}

#detail .lightbox{
	float:left;
	padding:10px 30px 0 0;
}

#detail p{
	margin:0 0 10px 0;
}

#detail ul{
	width:525px;
	overflow:hidden;
	margin-top:10px;
}

#detail ul li{
	float:left;
	margin-bottom:8px;
}

#detail ul li.margin{
	float:left;
	margin:0 16px;
}

/*toForm*/
#toForm{
	width:290px;
	overflow:hidden;
	float:right;
	margin-top:-5px;
	margin-bottom:10px;
}
#toForm ul{
	overflow:hidden;
}
#toForm li{
	float:left;
}
/*Gallery*/

#gallery{
	width:272px;
	background:#F0F0F0;
	overflow:hidden;
	float:right;
	padding: 18px 0 15px 18px;
}

#gallery ul li{
	float:left;
	margin:10px 6px 0 0;
}

/* bottomContents
=======================================*/

#bottomContent{
	background:url(../images/bgfoot_01.jpg) repeat-x bottom center;
	overflow:hidden;
}

#bottomContent .longTitle{
	padding:30px 0 0 0;
	margin:0 0 23px 0;
	background:url(../../common/images/title_bg.gif) repeat-x bottom;
}

/*App*/

#App{
	width:840px;
	padding:10px 33px 0 33px;
	overflow:hidden;
	margin:auto;
	background:#fff url(../images/bgmain_02.gif) no-repeat bottom center;
}

#App dl.fltLeft{
	float:left;
}

#App dl.fltRight{
	float:right;
}

#App dl,
#App dt,
#App dd{
	width:410px;
}
#App dt{
	font-size:136%;
	font-weight:bold;
	color:#219190;
}

#App dd{
	min-height:135px;
	height:auto !important;
	height:135px;
	margin-bottom:15px;
	*margin-bottom:20px;
}

#App dd p{
	margin:7px 0 ;
}

#App .detailBtn{
	clear:both;
	width:272px;
	margin:0 auto 45px auto;
}

/* Footer
=======================================*/

#footer{
	width:840px;
	height:95px;
	padding:0 33px;
	overflow:hidden;
	margin:auto;
	background: url(../images/bgfoot_03.gif) no-repeat top center;
}

#footer p.pagetop{
	margin:0;
	text-align:right;
}
#footer p#link{
	margin:10px 0;
	float:left;
	width:650px;
	color:#ccc;
}

#footer p#link a{
	color:#ccc;
	text-decoration:none;
}


#footer p#copyright{
	margin:10px 0;
	float:right;
	width:190px;
	padding-top:0;
	color: #ccc;
}




/* Hack
=======================================

===IE6
*html SELECTOR{
	}

	
===IE7
*:first-child+html SELECTOR{
	}
	
=======================================*/



	

