/* CSS 初期化 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}

.clearboth{
	clear: both;
}

/* CSS Document */

body{
	text-align: center;
	background-color: #FFFFFF;
}

#container{
	width: 732px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
	min-height: 1em;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 956px;

	}
#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
}
/**/

#header{
	width: 956px;
	float: left;
	margin-bottom: 3px;
	height: 61px;
	display: none;
}

#header h1{
	margin-top: 25px;
	float: left;
}

#header ul{
	float: right;
	display: block;
	text-align: right;
	margin-top: 50px;
}
#header li{
	display: inline;
	height: 11px;
}
#navigation{
	margin: 0px;
	clear: both;
	background-image: url(../img/common/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 956px;
	height: 39px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 29px;
	display: none;
}
#navigation2{
	margin: 0px;
	clear: both;
	background-image: url(../img/cogene/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 956px;
	height: 39px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 29px;
		display: none;

}
#navigation ul{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 130px;
	text-align: left;
	margin: 0px;
}

#navigation li{
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main{
	width: 956px;
	float: left;
	text-align: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 730px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #279f57;
	border-right-color: #279f57;
	border-bottom-color: #279f57;
	border-left-color: #279f57;

}

#sidemenu{
	float: left;
	width: 183px;
	min-height:auto;
	text-align: center;
	display: none;

}
#sidemenu .custum-rogo{
	background-color: #e8f2ea;
	padding-top: 40px;
	padding-bottom: 40px;
}

#sidemenu .banners{
	background-image: url(url(../img/common/sidebar_bg.gif));
}

#sidemenu .banners img{
	margin-top: 10px;
	margin-bottom: 10px;

}
#sidemenu .sideRogo{
	background-color: #e8f2ea;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#sidemenu ul{
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #279f57;
	border-top-width: 1px;
	text-align: left;
}
#sidemenu li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #279f57;
	display: block;
	background-image: url(../img/common/li_leaves.gif);
	background-position: 5px 3px;
	background-repeat: no-repeat;
	text-indent: 22px;
}

#sidemenu li a{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration:none;
	color: #279f57;
	font-weight: bold;
}


#sidemenu .current{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #73c3b2;
	background-image: url(../img/common/li_leaves_current.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
}

#sidemenu li a:hover{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration:none;
	color: #279f57;
	background-image: url(../img/common/sidebar_bg2.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sidemenu li.subcon{
	text-indent: 36px;
	background-image: url(../img/common/li_leaves.gif);
	background-position: 20px 3px;
	background-repeat: no-repeat;
}

#sidemenu li.subcon a{
}

#sidemenu li.subcon a:hover{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration:none;
	color: #279f57;
	background-image: url(../img/common/sidebar_sub_bg2.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sidemenu li.subcon-current {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #73c3b2;
	background-image: url(../img/common/li_leaves_current.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
	text-indent: 36px;
}
#mainpart{
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #279f57;
	width: 749px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;
	min-height:100%;
}

#footer{
	width: 752px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #4BAB27;
	height: 39px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 29px;
	display: block;
}

a:link {
	color: #279F57;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #279F57;
}
a:hover {
	text-decoration: underline;
	color: #279F57;
}
a:active {
	text-decoration: none;
	color: #279F57;
}
.sp-t5b5{
	margin-top: 5px;
	margin-bottom: 5px;
}
.sp-t10b10{
	margin-top: 5px;
	margin-bottom: 5px;
}
.sp-t15b15{
	margin-top: 5px;
	margin-bottom: 5px;
}
.sp-t20b20{
	margin-top: 5px;
	margin-bottom: 5px;
}
.sp-t5{
	margin-top: 5px;
}
.sp-t10{
	margin-top: 10px;
}
.sp-t15{
	margin-top: 15px;
}
.sp-t20{
	margin-top: 20px;
}
.sp-b5{
	margin-bottom: 5px;
}
.sp-b10{
	margin-bottom: 10px;
}
.sp-b15{
	margin-bottom: 15px;
}
.sp-b20{
	margin-bottom: 20px;
}
.sp-b30{
	margin-bottom: 30px;
}
.red{
	color: #FF0000;
}

.pt10{
	font-size: 10px;
}

/*======================================

clearfix

=======================================*/
/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*======================================

角丸

=======================================*/

.curve-01{
 background:#E0E9FA; /* ここの色を変えたら色んな角丸ができる */
 margin:5px 0;
}
.curve-01 div.curve-head{
 font-size:1px;
 height:5px;
 background:url(../images/cv/01-curve-left-head.gif) top left no-repeat;
}
.curve-01 div.curve-head div{
 font-size:1px;
 height:5px;
 background:url(../images/cv/01-curve-right-head.gif) top right no-repeat;
}
.curve-01 div.curve-bottom{
 font-size:1px;
 height:5px;
 background:url(../images/cv/01-curve-left-bottom.gif) bottom left no-repeat;
}
.curve-01 div.curve-bottom div{
 font-size:1px;
 height:5px;
 background:url(../images/cv/01-curve-right-bottom.gif) bottom right no-repeat;
}




.curve-07-head{
 font-size:1px;
 height:7px;
 background:url(../images/cv/10-curve-right-head.gif) top right no-repeat;
 margin-top:5px;
}
.curve-07-head div{
 font-size:1px;
 height:7px;
 background:url(../images/cv/10-curve-left-head.gif) top left no-repeat;
}
.curve-07-body{
 background:url(../images/cv/10-curve-left-middle.gif) top left repeat-y;
}
.curve-07-body div{
 background:url(../images/cv/10-curve-right-middle.gif) top right repeat-y;
}
.curve-07-bottom{
 font-size:1px;
 height:7px;
 background:url(../images/cv/10-curve-right-bottom.gif) bottom right no-repeat;
 margin-bottom:5px;
}
.curve-07-bottom div{
 font-size:1px;
 height:7px;
 background:url(../images/cv/10-curve-left-bottom.gif) bottom left no-repeat;
}


.pluguins{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.pluguins img{
	float: left;
}
.pluguins .com{
	float: left;
	margin-left: 20px;
}
.mainSwfbox{
	display: none;
	height: 218px;
	padding-bottom: 20px;
}

.sideSwf{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;

}


*>.nextpg{
	page-break-after: always;
}
