@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: #ffffff;
    background-position: center top;
    background-repeat: repeat-y;
}

/**********************************************/
/* header */
/**********************************************/
header {
    background-image: url("../images/common/headerBgColor.png");
}
.headerGroup {
	margin: 0 auto;
	padding-top:10px;
	width: 960px;
}
table#HeaderTable{
	width:960px;
	margin:10px 0 10px 0;
}
table#HeaderTable .content-width1{
	width:520px;
}
table#HeaderTable .content-width2{
	width:110px;
}
table#HeaderTable .content-width3{
	width:110px;
}
table#HeaderTable .content-width4{
	width:110px;
}
table#HeaderTable .content-width5{
	width:110px;
}
table#HeaderTable .content-body1{
	vertical-align:middle;
	font-size:24px;
}
table#HeaderTable .content-body1 a{
	color: #000000;
	text-decoration: none;
}
table#HeaderTable .content-body1 a:hover{
	text-decoration: underline;
}
table#HeaderTable .content-body2,
table#HeaderTable .content-body3,
table#HeaderTable .content-body4,
table#HeaderTable .content-body5{
	vertical-align: middle;
}
table#HeaderTable .content-body2 input,
table#HeaderTable .content-body3 input,
table#HeaderTable .content-body4 a,
table#HeaderTable .content-body5 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-body2 input,
table#HeaderTable .content-body3 input{
	cursor:pointer;
	opacity: 0;
}

table#HeaderTable .content-body4 a:hover,
table#HeaderTable .content-body5 a:hover{
	background-color:#696969;
}
table#HeaderTable .content-body6{
	vertical-align:middle;
	font-size:18px;
}
/**********************************************/
/* 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 */
/**********************************************/
nav {
	background-color: #F5F5F5;
	height: 40px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#HeaderMenuList{
	height: 40px;
    margin: 0 auto;
    padding: 0;
    vertical-align: bottom;
    width: 960px;
}
#HeaderMenuList ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#HeaderMenuList li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
    width: 136px;
}

#HeaderMenuList ul ul {
    left: 0;
    position: absolute;
    top: 100%;
}
*/
#HeaderMenuList ul ul ul {
    left: 100%;
    top: 0;
}

#HeaderMenuList li{
    display: block;
    height: 40px;
    text-align: center;
/*    width: 136px; */
    width:190px;
	border-left:1px solid #ccc;
	position:relative;
    float:left;
}

#HeaderMenuList li li{
    background-color: #0f5492;
    height: 40px;
    line-height:40px;
    text-align: center;
    clear: both;
    border: 1px solid #FFFFFF;
/*    width:134px; */
    width:188px;
}
#HeaderMenuList li:MenuLast{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#HeaderMenuList li:hover {
    position: relative;
}
#HeaderMenuList li:hover > ul {
    display: block;
}
#HeaderMenuList li a {
    color: #FFFFFF;
    padding: 0;
    text-decoration: none;
}

#HeaderMenuList li li a span {
    display: block;
	color:#ffffff;
	font-weight: bold;
}
#HeaderMenuList li:hover {
    background-color:#11416c;
    color: #FFFFFF;
    z-index: 100;
}
#HeaderMenuList li li:hover{
    background-color:#3b7fbc;
    color: #FFFFFF;
}
#menuTextSelect {
	background-color:#3f8ed4;
	color: #ffffff;
    display: block;
    height: 40px;
    line-height:40px
}
.menuText {
    display: block;
    height: 40px;
    line-height:40px
}
.MenuLast {
	border-right: 1px solid #CCCCCC;
}
/**********************************************/
/* #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:225px;
}
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;
}
/**********************************************/
table#ContentTopTitle3{
	font-size:16px;
	width:188px;
	border: 1px solid #000000;
}
table#ContentTopTitle3 .content-width1{
	width:188px;
}
table#ContentTopTitle3 .content-body1{
    background-color: #000000;
    color:#ffffff;
    padding-left: 5px;
}
table#ContentTopTitle3 .content-body2{
		font-weight:bold;
}
table#ContentTopTitle3 .content-body2 li{
	padding-top:3px;
	padding-bottom:3px;
}
table#ContentTopTitle3 input[type="button"]{
	font-size:16px;
	width:178px;
	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;
}