@charset "utf-8";
/*----↓トップページ----*/
/*----↓メインコンテンツ----*/
div#content div#maincontent div#text {
	padding: 15px 10px;
	width: 532px;
	height: 250px;
	background: url("../../img/maincontent.gif") no-repeat;
}

div#content div#maincontent div#text_top {
	border: 1px solid #00cc00;
	clear: both;
	width: 530px;
	height: 25px;
	background: url("../../img/mark2.gif") no-repeat;
}

div#content div#maincontent div#text_top h2{
	margin-top: 7px;
	font-weight: bold;
	font-size: 12px;
	text-indent: 40px;
}

div#content div#maincontent h3{
	padding-top: 5px;
	line-height: 130%;
	font-weight: bold;
	font-size: 12px;
	color: #009966;
}

div#content div#maincontent div#text_middle {
	padding: 5px 10px;
	border: 1px solid #00cc00;
	clear: both;
	width: 510px;
	line-height: 140%;
	font-size: 12px;
}

div#content div#maincontent div#text_middle p{
	padding-top: 0.5em;
	line-height: 120%;
	font-size: 11px;
}


.heavy {
	font-weight: bold;
	color: #009966;
}

div#content div#maincontent div#text_bottom {
	padding-right: 5px;
	border-bottom: 1px solid #00cc00;
	border-right: 1px solid #00cc00;
	border-left: 1px solid #00cc00;
	width: 525px;
	height: 20px;
	font-size: 10px;
	text-align: right;
}

div#content div#maincontent div#text_bottom img{
	padding-top: 3px;
}
/*----↑メインコンテンツ----*/
/*----↓プルダウンメニュー----*/
.menu{
	margin: 0px 0px 5px 0px;
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	height: 45px;
	font-size: 10px;
	text-align: center;
}

#menu1{
	position: absolute;
	top: 0;
	left: 0;
}

#menu2{
	position: absolute;
	top: 0;
	left: 127px;
}

#menu3{
	position: absolute;
	top: 0;
	left: 254px;
}

#menu4{
	position: absolute;
	top: 0;
	left: 381px;
}

#menu5{
	position: absolute;
	top: 0;
	left: 508px;
}

#menu6{
	position: absolute;
	top: 0;
	left: 635px;
}

.menu a{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 2px solid #cccccc;
	display: block;
}

.menuhead {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 2px solid #cccccc;
	width: 125px;
	height: 43px;
	text-indent: -9999px;
}

#menuhead1 {
	background: url("../../img/g_navi/gn_01_off.gif") no-repeat;
}

#menuhead2 {
	background: url("../../img/g_navi/gn_02_off.gif") no-repeat;
}

#menuhead3 {
	background: url("../../img/g_navi/gn_03_off.gif") no-repeat;
}

#menuhead4 {
	background: url("../../img/g_navi/gn_04_off.gif") no-repeat;
}

#menuhead5 {
	background: url("../../img/g_navi/gn_05_off.gif") no-repeat;
}

#menuhead6 {
	border-right: none;
	background: url("../../img/g_navi/gn_06_off.gif") no-repeat;
}

#menuhead1:hover {
	background: url("../../img/g_navi/gn_01_on.gif") no-repeat;
}

#menuhead2:hover {
	background: url("../../img/g_navi/gn_02_on.gif") no-repeat;
}

#menuhead3:hover {
	background: url("../../img/g_navi/gn_03_on.gif") no-repeat;
}

#menuhead4:hover {
	background: url("../../img/g_navi/gn_04_on.gif") no-repeat;
}

#menuhead5:hover {
	background: url("../../img/g_navi/gn_05_on.gif") no-repeat;
}

#menuhead6:hover {
	border-right: none;
	background: url("../../img/g_navi/gn_06_on.gif") no-repeat;
}

.submenu{
	position: absolute;
	visibility: hidden;
}

.submenu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -1px;
	list-style: none;
}

.submenu ul li a{
	padding-top: 3px;
	border: 1px solid #cccccc;
	display: block;
	width: 125px;
	height: 16px;
	background-color: #f6f6f6;
	color: #000000;
}

.submenu ul li a:hover{
	background-color: #e4e4e4;
	color: #ff6400;
}

.submenu ul li.submenu2 a{
	width: 125px;
	height: 26px;
}

.submenu ul li.submenu2 a:hover{
	
}

div#submenu6 ul li a{
	border-right: none;
}
/*----↑プルダウンメニュー----*/
/*----↑トップページ----*/

