@charset "UTF-8";

/* header
------------------------------------------------------------ */
header {
	text-align: right;
	width: 940px;
	height: 110px;
	margin: 0px auto;
}
header  h1,
header nav ul li {
	float: left;
	display: inline;
}
header nav ul {
	clear: both;
}
header p {
	font-size: 11px;
	padding: 10px 15px 0px 0px;
}

/* article
------------------------------------------------------------ */
article {
	width: 940px;
	margin: 0px auto;
	padding: 30px 0px 60px;
	overflow: hidden;
}

/* main
------------------------------------------------------------ */
#main {
	text-align: left;
	width: 680px;
	float: right;
	display: inline;
}
#main .box {
	padding: 0px 0px 50px;
	clear: both;
	overflow: hidden;
}
#main .box h3 {
	background: url(../img/common/h3.jpg) no-repeat;
	color: #FFF;
	line-height: 30px;
	text-indent: 15px;
	width: 680px;
	height: 30px;
	margin-bottom: 30px;
}
#main .box h4 {
	background: url(../img/common/h4.jpg) no-repeat;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
	text-indent: 25px;
	width: 660px;
	height: 30px;
	margin: 0px auto 15px;
}
#main .box p {
	padding: 0px 20px 25px;
}

/* side
------------------------------------------------------------ */
#side {
	width: 240px;
	float: left;
	display: inline;
}
#side .contact {
	background: url(../img/common/contact_bg.jpg) no-repeat;
	width: 240px;
	height: 160px;
	margin-bottom: 30px;
}
#side .contact img {
	padding-top: 109px;
}
#side ul#menu {
	text-align: left;
	margin-bottom: 60px;
}
#side ul#menu li {
	padding: 12px 20px;
	border-bottom: 1px dotted #CCCCCC;
}
#side div.tsr {
	font-size: 11px;
	color: #666;
	line-height: 130%;
	text-align: left;
	width: 218px;
	margin: 30px auto 0px;
	padding: 10px;
	border: 1px solid #CCC;
}
#side div.tsr img {
	padding: 0px 0px 10px;
}

/* footer
------------------------------------------------------------ */
footer div {
	background: #F7F7F7;
	font-size: 11px;
	width: 100%;
	height: 40px;
	clear: both;
}
footer div p {
	line-height: 40px;
	text-align: left;
	width: 940px;
	margin: 0px auto;
}
footer p.tsr {
	font-size: 11px;
	color: #666;
	text-align: left;
	width: 940px;
	margin: 0px auto;
	padding: 10px;
}
footer p.tsr img {
	padding-right: 10px;
	float: left;
	display: inline;
	clear: both;
}
footer address {
	font-family: "Lucida Console", Monaco, monospace;
	color: #999999;
	text-align: right;
	width: 940px;
	margin: 0px auto;
	padding: 0px 0px 15px;
}