@charset "utf-8";
/* CSS Document */
/* --------------------
	All
-------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
	line-height: 150%;
	font-size: small;
	color: #333;
	font-family: Arial,Helvetica,"MS UI Gothic";
	margin: 0px auto;
	padding: 0px;
	/*background-image: url(../images/bg_dot.jpg);*/
}
.font_f {font-family: "MS UI Gothic";}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
	line-height: 150%;
}
p {
	line-height: 150%;
}
a {  text-decoration: none; }
a:link { color: #cc6600; } 
a:visited { color: #cc6600; } 
a:hover { color: #993366; text-decoration: underline; } 
a:active { color: #669900; text-decoration: underline; } 

img{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
/* --------------------
	clearfix
-------------------- */
.clearfix:after {
  content: ".";		/* 新しい要素を作る */
  display: block;	/* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear{
	clear: both;
}
/* --------------------
	wrapper
-------------------- */
#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	background-color:#FFFFFF;
/*
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;	
*/
}
#wrapper_bg {
	width: 820px;
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	/*background-color:#FFe7ce;*/
}
/* --------------------
	header
-------------------- */
#header {
	width: 800px;
	height: 120px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header p,
#header h1,
#header h2{
	width: 795px;
	text-align: right;
	font-size: small;
}
#header p{
	margin: 1px 0px 5px 0px;
}
#header h1{
	color: #663300;
	margin: 30px 0px 5px 0px;
}
#header h2{
	color: #663300;
	margin: 0px 0px 5px 0px;
}
#header img{
	width: 227px;
	height: 17px;
	margin: 5px 5px 0px 0px;
	float: right;
}
/* --------------------
	catch_area
-------------------- */
#catch_area {
	width: 800px;
	margin: 5px 0px 0px 0px;
}
/* --------------------
	menubar
-------------------- */
#menubar {
	width: 800px;
	margin: 10px 0px 0px 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;	
}
#menubar ul{
	width: 720px;
	margin: 0px 0px 0px 40px;
}
#menubar li{
	width: 90px;
	float: left;
	list-style-type: none;
}
/* --------------------
	contents
-------------------- */
#contents {
	width: 800px;
	margin: 5px 0px 0px 0px;
}
/* --------------------
	sidebar
-------------------- */
#sidebar {
	width: 220px;
	float: left;
}
/* --------------------
	side_navi
-------------------- */
#sidebar ul{
	width: 220px;
	margin: 0px;
	padding: 0px;
}
#sidebar li{
	margin: 0px;
	padding: 0px;
	height: 25px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
#sidebar li.mainmenu{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaddc5;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaddc5;	
}
#sidebar li.menulast{
	margin: 0px;
	border-bottom-style: none;
}
#sidebar li.menunone{
	margin: 0px;
	border-bottom-style: none;
	font-size: xx-small;
	height: 15px;
}

#sidebar img{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
/* --------------------
	main_contents
-------------------- */
#main_contents {
	width: 570px;
	float: right;
}
/* --------------------
	footer_menu
-------------------- */
#footer_menu {
	width: 800px;
	margin: 20px 0px 10px 0px;
	text-align: center;
}
/* --------------------
	footer_copylight
-------------------- */
#footer_copylight {
	width: 800px;
	height: 65px;
	text-align: center;
	background-image: url(../images/footer_bg.jpg);
	color: #996633;
	font-size: x-small;
}
