@charset "UTF-8";
* {
	margin: 0;
}
html {
	height: 100%;
}
body {
margin:0;
padding:0;
background-color:#f5f5eb;
height: 100%;
}
div,h1,h2,h3,h4,p
{
margin:0;
padding:0;
}
h1,h2,h3,h4,ul,li,p,address {
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
a:link,a:visited {
color:#0068b7;
text-decoration:none;
}
a:hover,a:active {
color:#e60012;
text-decoration:underline;
}
img {
border:0;
vertical-align:bottom;
}
#wrapper {
	text-align: center;
	margin: 0 auto -82px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.header_top {
	background-color: #e2e2c7;
	height: 20px;
	text-align: center;
}
#header_catch {
	font-size: 12px;
	height: 20px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#header {
text-align:left;
}
#header {
	width:840px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	/*height: 100%;*/
}
#contents {
	width:840px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	/*height: 100%;*/
}
*html #header,#contents {
height:1%;
}
#wrapper #wide_area {
	background-color: #336600;
	height: 200px;
}
#frame_area   {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/header_pattern1.png);
	background-repeat: repeat-x;
	height: 40px;
}

#current_user {
	position: absolute;
	top: 16px;
	left: 220px;
	font-size:12px;
	color:#595959;
}

#sub_navi ul {
	font-size: 12px;
	position: absolute;
	top: 16px;
	z-index: 1;
	right: 10px;
}
#sub_navi ul li {
	float:left;
	list-style-type:none;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
#main_navi ul {
	position: absolute;
	top: 36px;
	z-index: 2;
	width: 626px;
	right: 5px;
	margin:0;
	padding:0;
}
#main_navi ul li {
	float: left;
	list-style-type: none;
	margin:0;
	padding:0;
}
#header h1 {
	position: relative;
	height: 70px;
	width: 180px;
	left: 20px;
}
#bottom_navi {
	text-align:center;
}
#bottom_navi ul {
	font-size: 10px;
	color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bottom_navi ul li {
	display:inline;
	list-style-type: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
}
.footer_bottom p {
	height: 40px;
	font-size: 10px;
	color: #333333;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b28850;
	padding-top: 6px;
}

.push {
	height: 82px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer_navi {
	height: 82px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* float clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*#MainColumn {
	width: 840px;
	float: left;
}

#ContentsBody {
	width: 840px;
}

#Content {
	padding: 10px;
}

div.CenterCcolumn {
	margin: 5;
	min-height: 1px;
	padding: 5px;
}
div.CenterCcolumn h3.blockTitle {
	width: 540px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #336598;
}
div.CenterCcolumn div.blockContent {
	padding: 3px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	font-size: 12px;
}*/

/*div.CenterLeftcolumn,
div.CenterRightcolumn {
	width: 48%;
	padding: 5px;
	min-height: 1px;
	border: 1px solid #CC9999;
	margin: 5px;
}
div.CenterLeftcolumn {
	float: left;
	border: 1px solid #CC9999;
}

div.CenterRightcolumn {
	float: right;
}*/
/*div.CenterLeftcolumn div.blockContent {
	padding: 3px;
	margin-left: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
}*/

/*div.CenterCcolumn h3.blockTitle,
div.CenterLeftcolumn h3.blockTitle,
div.CenterRightcolumn h3.blockTitle {
	display: block;
	height: 20px;
	padding: 20px 0 10px 10px;
	color: #336598;
	font-size: 16px;
	font-weight: bold;
}

div.CenterLeftcolumn h3.blockTitle,
div.CenterRightcolumn h3.blockTitle {
	width: 260px;
	background-position: right center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336598;
}

div.CenterRightcolumn div.blockContent {
	padding: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
}*/

/* Blocks Settings */
/*#RightColumn {
	float:right;
	width: 200px;
	margin: 10px;
}

#RightColumn div.blockTitle {
	height: 24px;
	width: 200px;
	text-align: left;
	background-color: #e2e2c7;
	text-indent: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}
#RightColumn div.blockTitle .titleText {
	color: #333333;
	font-size: 14px;
}*/
.rboxTop {/* Blocks Image Top */
	margin: 3px 0 0 0;
}
.rboxBottom {/* Blocks Image Bottom */
	margin: 0 0 6px 0;
}
/*.blockContentInner {
	display: block;
	width: 175px;
	color: #333333;
	font-size: 12px;
	text-align: left;
}
.blockContentInner h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.blockContentInner p {
	margin: 0 9px 0 8px;
}
.blockContentInner form p {
	margin: 0;
}
.blockContentInner ul, .blockContentInner dl {
	margin: 0 9px 0 8px;
	padding: 0;
}
.blockContentInner li, .blockContentInner dt, .blockContentInner dd {
	margin: 0 10px;
	color: #e6e6e6;
}
#RightColumn .blockContentOuter .blockContentInner ul li {
	list-style-type: none;
}
*/
