body {
/*	background: url(../images/button/bg.gif);*/
	margin:  0px;
	padding: 0px;
}
img {
	border: 0;
}

.menu {
	width: 136px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
}
.menu li{
	height: 30px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 22px;
	display: block;
}
.menu li a{
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
}

#menu_ex_title {
	color:#ffffff;
	font-size:12px;
	font-weight: bold;
	margin: 0px 0px 4px 3px;
}

/*-----------------------------
	メニューボタン
-------------------------------*/
.menu1 {
	width: 136px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

.menu1 ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
}
.menu1_round  {
	height: 30px;
	display: inline-block;
	text-align: center;
	vertical-align:bottom;
	padding:8px 0px 0px 0px;
	font-weight: normal;
	width:136px;
	white-space: nowrap;
	color: #f0f0f0;
	background: transparent url(../images/button/btn_act_1.gif) no-repeat;
	cursor: pointer;
}
.menu1_round:hover  {
	color: #f0f0f0;
/*	color: #404040;*/
/*	color: #000080;*/
	background: transparent url(../images/button/btn_sel_1.gif?1) no-repeat;
}

.menu1_round2  {
	height: 30px;
	display: inline-block;
	text-align: center;
	vertical-align:bottom;
	padding:4px 0px 0px 0px;
	font-weight: normal;
	width:136px;
	white-space: nowrap;
	color: #f0f0f0;
	background: transparent url(../images/button/btn_act_1b.gif) no-repeat;
	cursor: pointer;
}
.menu1_round2:hover  {
	color: #f0f0f0;
/*	color: #404040;*/
/*	color: #000080;*/
	background: transparent url(../images/button/btn_sel_1b.gif?1) no-repeat;
}

.menu1_f11 { font-size: 11px; line-height: 11px; }
.menu1_f12 { font-size: 12px; line-height: 12px; }
.menu1_f13 { font-size: 13px; line-height: 13px; }
.menu1_f14 { font-size: 14px; line-height: 14px; }

/*-----------------------------
	リンクボタン
-------------------------------*/
.menu2 {
	width: 120px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.menu2 ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0px;
}
.menu2 li{
	height: 32px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	display: block;
}
.menu2 li a{
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
}
a.btn_round1 span {
	height: 32px;
	display: inline-block;
	text-align: center;
	vertical-align:middle;
	padding:9px 0px 0px 0px;
	font-size: 13px;
/*	font-weight: bold;*/
	line-height: 13px;
	width:120px;
	white-space: nowrap;
	color: #202020;
	background: transparent url(../images/button/btn_act.gif) no-repeat;
	cursor: pointer;
}
a.btn_round1:hover span {
	color: #ffffff;
	background: transparent url(../images/button/btn_sel.gif) no-repeat;
}

a.btn_round2 span {
	height: 32px;
	display: inline-block;
	text-align: center;
	vertical-align:middle;
	padding:2px 0px 0px 0px;
	font-size: 13px;
/*	font-weight: bold;*/
	line-height: 13px;
	width:120px;
	white-space: nowrap;
	color: #202020;
	background: transparent url(../images/button/btn_act.gif) no-repeat;
	cursor: pointer;
}
a.btn_round2:hover span {
	color: #ffffff;
	background: transparent url(../images/button/btn_sel.gif) no-repeat;
}
