body {
	margin:0;
	padding:0;
}

/* ナビ共通 */
.tcom_navi ul {
	width: 100%;
	height: 20px;
	list-style-type:none;
	margin: 0;
	padding: 0;
	background-color:#092253;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #051433;
}
.tcom_navi li {
	margin: 0;
	padding: 0;
	background-image: url(../../img/rw/common/snav_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 20px;
	width: auto;
}
.tcom_navi a {
	float: left;
	display: block;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
.tcom_navi a:hover {
	background-image: url(../../img/rw/common/bg_snav_on.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
	color: #333333;
}
.tcom_navi a:hover.col03{
	background:url(logo03.jpg) no-repeat center;
	background-color:#003E6F;
}
.tcom_navi a:hover.col03 img { visibility:hidden;} 

/* .COMナビ */
.tcom_navi .tcom_menu{
	float: left;
	white-space:nowrap;
}
/* .COMナビ  HOMEボタン */
.tcom_navi .tcom_logo {
	float: left;
	text-indent: -9999px;
	padding: 0px;
	width: 52px;
}
.tcom_navi .tcom_logo a {
	padding: 0px;
	background-image: url(../../img/rw/common/logo-com.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 52px;
}
.tcom_navi .tcom_logo a:hover {
	background-image: url(../../img/rw/common/logo-com_hover.png);
}

/* TOLナビ */
.tcom_navi .tol_menu{
	float: right;
	white-space:nowrap;
}
/* .TOLナビ HOMEボタン */
.tcom_navi .tolNavhome {
	text-indent: -9999px;
	padding: 0px;
	width: 52px;
}
.tcom_navi .tolNavhome a {
	padding: 0px;
	background-image: url(../../img/rw/common/sbtn_tol.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	width: 52px;
}
.tcom_navi .tolNavhome a:hover {
	background-image: url(../../img/rw/common/sbtn_tol_hover.png);
}

