@charset "utf-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page / #common
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
img, abbr, acronym, fieldset {
	border			:0;
	}
ul, ol, li, h1 {
	margin			:0;
	padding			:0;
	font-weight		:normal;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page {
	width			:860px;
	padding			:0 7px;
	margin			:auto;
	text-align		:left;
	background-image	:url(../img/page_bg.gif);
	background-repeat	:repeat-y;
	}
*+html #page {
	width			:874px;
	}
* html #page {
	width			:874px;
	}
*+html>/**/body #page {
	width			:860px;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page / #header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	position		:relative;
	height			:100px;
	background-image	:url(../img/header_bg.gif);
	background-repeat	:no-repeat;
	}
#header h1 {
	position		:absolute;
	left			:11px;
	top			:28px;
	}
#header p {
	position		:absolute;
	right			:13px;
	top			:35px;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page / #menu
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#menu {
	zoom			:100%;
	padding-bottom		:13px;
	border-top		:1px solid #ccc3ba;
	}
*+html>/**/body #menu {
	padding-bottom		:0;
	}
#menu:after {
	content			:".";
	height			:0px;
	display			:block;
	clear			:both;
	visibility		:hidden;
	}
#menu ul li {
	float			:left;
	padding-right		:1px;
	list-style-type		:none;
	}
#menu ul li a {
	display			:block;
	width			:122px;
	height			:32px;
	}
#menu ul li.no {
	padding-right		:0;
	}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#page / #footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	clear			:both;
	padding-top		:8px;
	line-height		:1.3em;
	border-top		:1px solid #ccc3ba;
	text-align		:center;
	font-size		:0.8em;
	}
#footer p {
	margin			:0 0;
	}
#footer a {
	color			:#333;
	text-decoration		:none;
	}
#footer a:visited {
	color			:#333;
	text-decoration		:none;
	}
#footer a:hover {
	color			:#369;
	text-decoration		:underline;
	}
#footer #copy {
	margin-top		:5px;
	color			:#369;
	font-size		:0.8em;
	line-height		:1.2em;
	}
