@charset "Windows-31J";


/* メニュー以外に影響を及ぼすため除去 */
/*
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
*/

table.menu {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}

table.menu tr td {
	padding: 0px;
}

table.menu .row1 {
	height: 16px;
}

table.menu .row2 {
	height: 5px;
}

table.menu .row4 {
	height: 8px;
}

table.menu .logo {
	width: 140px;
	padding-top: 5px;
	padding-left: 5px;
	vertical-align: top;
}

img.lnkImg {
	border-style: none;
	height: 49px;
}

.common_header {
	font: bold 12px "ＭＳ Ｐゴシック", "Arial";
	width: 100%;
}

.menu .login  {
	padding-top: 2px;
	padding-right: 8px;
	font-weight: normal;
	text-align: right;
	color: dimgray;
}

.menu .logout {
	width: 100px;
	color: white;
	padding-top: 7px;
	vertical-align: top;
}

.logout a:link, .logout a:visited {
	color: white;
	text-decoration: none;
}

.logout a:hover {
	text-decoration: underline;
}

.bg_lightglay {
	background: #f8f8f8;
}

.bg_red {
	background: #bb3e32;
	color: white;
}

