@charset "utf-8";
/* CSS Document */


html {
	height: 100%;
}
*{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, ul, li, p, address {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
img {
	vertical-align: bottom;
	border-style: none;
}

a {
	text-decoration: underline;
}

a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
body {
	font-size: 76%;
	color: #333333;
	background: #CCCCCC url(../img/body_bg.jpg) repeat-x left top;
}
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{
	display:inline-table;
	}
#wrapper {
	width: 765px;
	background: url(../img/page_bg.jpg) repeat-y left top;
	height: 100%;
	margin: 0px auto;
}
#header {
	background: url(../img/header_bg.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 167px;
	width: 765px;
	position: relative;
}
#header div.site_title {
	position: absolute;
	left: 50px;
	top: 60px;
}
#header h1 {
	font-size: 18px;
	font-weight: bold;
}
#header h1 a {
	text-decoration: none;
}
#header div.site_title p {
	font-size: 14px;
	margin-top: 6px;
	font-weight: bold;
}
#h2_area {
	height: 34px;
	width: 723px;
	margin: 25px auto 20px;
	background: url(../img/h2title_bg.jpg) no-repeat left center;
}
#h2_area h2 {
	padding-left: 1em;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.9;
}
#main{
	width: 723px;
	margin-right: 21px;
	margin-left: 21px;
	display: inline-table;
	}
#main:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content:".";
}

#left_navi {
	display: inline;
	width: 207px;
	float: left;
}
#left_navi .gnavi_area {
	background: #e7e7e7;
	width: 205px;
	display: block;
	margin-bottom: 15px;
}
#left_navi .gnavi {
	width: 184px;
	margin: 0px;
	padding: 11px;
}
#left_navi .gnavi ul {
	width: 184px;
}
#left_navi .gnavi ul li {
	width: 184px;
	height: 31px;
	list-style: none;
	display: block;
}
#left_navi .gnavi ul li a {
	line-height: 2.3;
	background: url(../img/subnavi_button.jpg) no-repeat left top;
	display: block;
	height: 31px;
	width: 184px;
	overflow: hidden;
	text-decoration: none;
}

#left_navi .gnavi ul li a:hover {
	line-height: 2.3;
	background: url(../img/subnavi_button_on.jpg) no-repeat left top;
	display: block;
	height: 31px;
	width: 184px;
	overflow: hidden;
}
#left_navi  .gnavi  .navi_menu   {
	font-size: 14px;
	font-weight: bold;
	padding-left: 1.2em;
}

#left_navi .gnavi .subnavi_t_btn {
	display: block;
	height: 36px;
	width: 184px;
	background: url(../img/menu_base.jpg) no-repeat left center;
	overflow: hidden;
}
#left_navi .gnavi .navi_menu_t {
	color: #000000;
	font: bold 15px/2 "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-left: 1em;
}




#contents_area {
	float: right;
	width: 493px;
}
#contents_area h3 {
	background: url(../img/h3title_bg.jpg) no-repeat left top;
	display: block;
	height: 38px;
	font-size: 17px;
	font-weight: bold;
	line-height: 2.2;
	width: 478px;
	padding-left: 15px;
	margin-bottom: 12px;
}
#contents_area h4 {
	background: url(../img/h4title_bg.jpg) no-repeat left top;
	display: block;
	height: 38px;
	width: 473px;
	padding-left: 20px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.3;
	margin-bottom: 15px;
}
#contents_area .sample_img {
	display: block;
	float: right;
	height: 120px;
	width: 160px;
	padding-bottom: 15px;
	padding-right: 15px;
}
#contents_area .section {
	margin-bottom: 15px;
}
#contents_area .section2 {
	margin-bottom: 15px;
	margin-top: 30px;
}

#contents_area .section p {
    font-size: 14px;
    line-height: 1.6em;
    margin:5px 0 5px 0;
    padding:0;
    letter-spacing: 1pt;
}

#contents_area .section p.nav {
    font-size:12px;
    margin-top:3px;
    line-height:100%;
    text-align:right;
    color: #669900;
}

#contents_area .section p.color1 {
    color: #006666;
}

#contents_area .section p.color2 {
    color: #669900;
}

#contents_area .section2 p {
	line-height: 1.5;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
}
#footer hr.footer_line {
	width: 672px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 2px;
	border-top: 1px solid #e7e7e7;
}

#footer address {
	margin: 15px auto;
}
#left_navi .gnavi ul li.current a {
	line-height: 2.3;
	background: url(../img/subnavi_button_on.jpg) no-repeat left top;
	display: block;
	height: 31px;
	width: 184px;
	overflow: hidden;
}

dl{
	padding:5px 7px 0 7px;
	line-height:125%;
}
dt{
	background:url(../img/list.gif) no-repeat left center;
	padding-left:20px;
	font-size:12px;
}
dd{
	padding-top:5px;
	padding-bottom:17px;
	font-size:12px;
	color: #669900;
}

.r1 {
	color: #993366;
}

.b1 {
	color: #339966;
}
