@charset "UTF-8";
body {
	background-image: url(../../images/common/body_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header {
	width:860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/common/wrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 7px;
}
#header #tag {
	text-align: right;
	padding-right: 20px;
	padding-top:5px;
	font-size:11px;
}
#header #title {
	padding-right: 0px;
	padding-left: 0px;
	height: 35px;
	padding-top:0px;
	padding-bottom: 15px;
}
#header   #title   h1 {
	float: left;
	width: 529px;
	margin-left:10px;
}
#header #title ul {
	float: left;
}
#header #title li {
	float: left;
}
#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../../images/common/wrapper_bg.gif);
	background-repeat: repeat-y;
}
#main {
	background-image: url(../../images/common/main_r_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 850px;
}
.mainMenu {
	width: 848px;
}
.mainMenu li {
	float:left;
}
#main .L {
	float: left;
	width: 590px;
	padding: 15px;
}
#main .L li {
	font-size: 12px;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	line-height:150%;
	list-style:disc;
	padding-bottom:10px;
	border-bottom:1px dotted #green;
}
#main .R {
	float: left;
	width: 197px;
	padding: 15px;
}
#footer {
	clear: both;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006600;
}
#footer #copy {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer #copy h2 {
	font-size: 100%;
	color: #333333;
	line-height: 180%;
	font-weight: bold;
}
#footer   #copy   p {
	font-size: 85%;
	color: #666666;
}
#footer .R {
	display: block;
	float: right;
}

