@CHARSET "windows-31j";@charset "utf-8";
h1 {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    text-indent: -9999px;
    width: 275px;
}
h1 a {
	display: block;
    height: 60px;
}

h3 {
	font-size: 18px;
	color: #5DB531;
}

#bgcolor { /*background-color: #dcdcdc;*/
	/* background-color: #ffffff; */
    background-image: url("../images/back-img.png");
    background-position: center top;
    background-repeat: repeat-y;
}

/**********************************************/
/* header */
/**********************************************/
header {
    background-image: url("../images/common/headerBgColor.png");
}
.headerGroup {
	margin: 0 auto;
	padding-top:10px;
	padding-bottom:10px;
	width: 960px;
}
table#HeaderTable{
	width:960px;
	margin-bottom:10px;
}
table#HeaderTable td{
	padding-top:20px;
}
table#HeaderTable .content-width1{
	width:600px;
}
table#HeaderTable .content-width2{
	width:260px;
}
table#HeaderTable .content-width3{
	width:100px;
}
table#HeaderTable .content-body1{
	vertical-align:middle;
	text-align:center;
}
table#HeaderTable .content-body1 a{
	color: #000000;
	font-size:24px;
	text-decoration: underline;
}
table#HeaderTable .content-body2{
	vertical-align:middle;
	font-size:12px;
}
table#HeaderTable .content-body3{
	vertical-align: bottom;
}
table#HeaderTable .content-body3 a{
	background-color:#000000;
	color:#ffffff;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	width:100px;
	text-align:center;
	text-decoration: none;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
table#HeaderTable .content-body3 a:hover{
	background-color:#696969;
}
/**********************************************/
/* HeaderTitle */
/**********************************************/
table#HeaderTitle{
	color: #000000;
	border: 1px solid #CCCCCC;
}
table#HeaderTitle{
	width:960px;
	margin: 0 auto 16px auto;;
}
table#HeaderTitle .content-width1{
	width:960px;
}
table#HeaderTitle .content-body1{
	background-color:#ffffff;
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc));
	background: -o-linear-gradient(top, #ffffff, #dcdcdc);
	background: linear-gradient(top, #ffffff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dcdcdc');
	font-size:22px;
	padding: 3px 0 3px 15px;
}
table#HeaderTitle .content-body2{
	background-color: #000000;
	height:5px;
}
/**********************************************/
nav #HeaderMenuList{
	background: url("../images/navi_back_line.jpg") no-repeat scroll right center transparent;
	height: 40px;
    margin: 0 auto;
    padding: 0;
    vertical-align: bottom;
    width: 960px;
	position: relative;
}
nav #HeaderMenu{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
	width:100%;
	position: absolute;
	z-index:10;
}
/**********************************************/
/* nav */
/**********************************************/
nav {
	background: url("../images/navi_back.jpg") repeat-x scroll left top transparent;
	height: 40px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin-bottom: 16px;
}
nav #HeaderMenuList{
	background: url("../images/navi_back_line.jpg") no-repeat scroll right center transparent;
	height: 40px;
    margin: 0 auto;
    padding: 0;
    vertical-align: bottom;
    width: 960px;
	position: relative;
}
nav #HeaderMenu{
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
	width:100%;
	position: absolute;
	z-index:10;
}
#HeaderMenu li{
	background: url("../images/navi_back_line2.jpg") no-repeat scroll transparent;
}
#HeaderMenu li ul {
	height:40px;
	overflow: hidden;
	background-color: #eee;
	color:#000000;
	width: 137px;
	text-align: center;
	float: left;
}
#HeaderMenu li ul li.head {
    height: 40px;
    line-height: 40px;
}
#HeaderMenu li ul li{
	height:38px;
	line-height:38px;
}
#HeaderMenu li ul li.first {
	border-top: 1px solid #696969;
	border-right: 1px solid #696969;
	border-left: 1px solid #696969;
	border-bottom: 1px solid #696969;
}
#HeaderMenu li ul li.normal {
	border-right: 1px solid #696969;
	border-left: 1px solid #696969;
	border-bottom: 1px solid #696969;
}
#HeaderMenu li ul li:hover {
    background-color: #f69700;
	background: -moz-linear-gradient(top, #ffb134, #f69700);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb134), to(#f69700));
	background: -o-linear-gradient(top, #ffb134, #f69700);
	background: linear-gradient(top, #ffb134, #f69700);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffb134', endColorstr='#f69700');
}
#HeaderMenu li ul li.hover {
    background-color: #f69700;
	background: -moz-linear-gradient(top, #ffb134, #f69700);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb134), to(#f69700));
	background: -o-linear-gradient(top, #ffb134, #f69700);
	background: linear-gradient(top, #ffb134, #f69700);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffb134', endColorstr='#f69700');
}
#HeaderMenu li ul li a {
	display: inline-block;
	width: 137px;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
/**********************************************/
/* #contents */
/**********************************************/
#Content{
	margin: 0 0 30px 0;
}
#Content .ContentList{
	margin: 0 auto;
	width: 960px;
}
table#ContentHeaderTitle{
	color: #339900;
	border: 1px solid #CCCCCC;
	width:960px;
}
table#ContentHeaderTitle .content-body1{
	background-color:#ffffff;
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc));
	background: -o-linear-gradient(top, #ffffff, #dcdcdc);
	background: linear-gradient(top, #ffffff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#dcdcdc');
	font-size:22px;
	padding: 3px 0 3px 15px;
}
table#ContentHeaderTitle .content-body2{
	background-color: #339900;
	height:5px;
}
/**********************************************/
table#ContentTopTitle,
table#ContentTopTitle2{
	font-size:16px;
	width:225px;
	border: 1px solid #000000;
}
table#ContentTopTitle{
	margin-top:10px;
}
table#ContentTopTitle2{
	margin-top:26px;
}
table#ContentTopTitle .content-width1,
table#ContentTopTitle2 .content-width1{
	width:10px;
}
table#ContentTopTitle .content-width2,
table#ContentTopTitle2 .content-width2{
	width:215px;
}
table#ContentTopTitle .content-body1,
table#ContentTopTitle2 .content-body1{
    background-color: #000000;
    color:#ffffff;
    padding-left: 5px;
}
table#ContentTopTitle .content-body2,
table#ContentTopTitle2 .content-body2{
		font-weight:bold;
}
table#ContentTopTitle .content-body2 li,
table#ContentTopTitle2 .content-body2 li{
	padding-top:3px;
	padding-bottom:3px;
}
table#ContentTopTitle input[type="button"],
table#ContentTopTitle2 input[type="button"]{
	font-size:16px;
	width:215px;
	height:50px;
}
/**********************************************/
/**********************************************/
/* section */
/**********************************************/
section {
	margin: 0;
}

section:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
/**********************************************/
/* footer */
/**********************************************/
footer {
	color:#ffffff;
	position: relative;
	clear: both;
	background: #000000;
	padding: 5px;
	border: solid 1px #ccc;
}
/**********************************************/
/**********************************************/
p {
	font-size: 14px;
}

img.f_left {
	float: left;
	margin: 0 5px 5px 0;
}

img.f_right {
	float: right;
	margin: 0 0 5px 5px;
}
/**********************************************/
/* ページボトム */
/**********************************************/
#pagebottom {
    bottom: 70px;
    position: fixed !important;
    right: 0;
    cursor:pointer;
}
/**********************************************/
/* ページトップ */
/**********************************************/
#pagetop {
    bottom: 170px;
    position: fixed !important;
    right: 0;
    cursor:pointer;
}


/**********************************************/
/* コピーライト */
/**********************************************/
#copyright {
	text-align: center;
}

#mainmenu {
    background-color: #339900;
	background: -moz-linear-gradient(top, #98cc4f, #339900);
	background: -webkit-gradient(linear, left top, left bottom, from(#98cc4f), to(#339900));
	background: -o-linear-gradient(top, #98cc4f, #339900);
	background: linear-gradient(top, #98cc4f, #339900);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#98cc4f', endColorstr='#339900');
    /* background-image: url("../images/h3_bg.gif"); */
    /* background-repeat: no-repeat; */
    width: 160px;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
	padding: 10px 0 10px 0;
}