@charset "utf-8";
/* CSS Document */


.btnGoo {
	width: 100px; text-align:center; font-size: 12px; vertical-align:middle;
}

.txtGoo {
	width: 150px; text-align:left; font-size: 12px; border: #9ab4da solid 1px; vertical-align:middle;
}

.tdGoo {
	height: 65px !important;
	height: 77px;
	padding-top: 12px !important;
	padding-top: 16px;
}

.gNavi {
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: url(../images/common/gMenuBg.jpg) repeat-x;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	cursor: pointer;
}
.gNaviOpp {
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: url(../images/common/gMenuBgOpp.jpg) repeat-x;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	color: #555555;
	cursor: pointer;
}
.gNaviBlank {
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	background: url(../images/common/gMenuBg.jpg) repeat-x;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	color: #555555;
}


.link1 {
	background: url(../images/common/arrow-1.jpg) 0px 2px no-repeat;
	padding: 0px 0px 0px 12px;
}


table {
	table-layout: fixed;
	/* border-collapse: collapse; */
	font-size: 100%; /* bodyに設定した75%の100% */
	text-align: left;
}
td {
	line-height: 110%;
}

table.all{
	border-top: none;
	border-bottom: #999999 solid 2px;
	border-left: #999999 solid 2px;
	border-right: #999999 solid 2px;
}

table.gNaviBg {
	background: #e1e1e1;
	border-spacing: 2px;
	border-spacing: expression(this.cellSpacing=2);
}

table.plain td {
	line-height: 130%;
}

.title1 {	
	vertical-align: middle;
	background: #eceeea url(../images/common/title1.jpg) 2px 2px no-repeat;
	padding: 6px 0px 0px 15px !important;
	padding: 7px 0px 0px 15px;
	height: 18px !important;
	height: 26px;
	font-weight: bold;
	color: #555555;
	border: #c5cfc5 solid 1px;
}

.title2 {	
	vertical-align: middle;
	background: #eceeea url(../images/common/title2.jpg) 2px 2px no-repeat;
	padding: 6px 0px 0px 15px !important;
	padding: 7px 0px 0px 15px;
	height: 18px !important;
	height: 26px;
	font-weight: bold;
	color: #555555;
	border: #c5cfc5 solid 1px;
}



.menu1 {
	padding: 5px 0px 5px 0px;
	line-height: 120%;
}
.menu1 ul {
	margin: 0; padding:0; list-style: none;
}
.menu1 li {
	margin: 0px 0px 0px 25px;
	padding: 3px 0px 2px 0px !important;
	padding: 0px 0px 2px 0px;
	list-style: url(../images/common/arrow-2.jpg);
}

.menu2 {
	padding: 5px 0px 5px 0px;
}
.menu2 ul {
	margin: 0; padding:0; list-style: none;
}
.menu2 li {
	margin: 0px 0px 0px 35px;
	padding: 3px 0px 2px 0px !important;
	padding: 1px 0px 2px 0px;
	list-style: url(../images/common/arrow-2.jpg);
}


/* menu3 menu4 are for local navigation */
.menu3 {
	padding: 10px 0px 5px 0px;
	font-size: 95%;
}
.menu3 ul {
	margin: 0; padding:0; list-style: none;
}
.menu3 li.third{
	margin: 0px 0px 0px 20px;
	padding: 2px 0px 2px 0px;
	list-style: url(../images/common/arrow-2.jpg);
}
li.menu4 {
	margin-bottom: 5px;
	list-style: none;
	padding: 0px 0px 2px 5px;
	background: #dfeaf0;
	font-size: 95%;
	display:block;
}
.menu4 ul {
	list-style: none;
	overflow:hidden;
}
.menu4 ul li {
	padding: 3px 0px 3px 20px;
	list-style: none;
	background: #dfeaf0;
	display:block;
}
