/* フォーマットフレーム */
div#outline {
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
}
div#header_top {
	width: 760px;
	height: 162px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FF0000;
/*	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;*/
}
div#header {
	width: 760px;
	height: 162px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FF0000;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
div#header2 {
	width: 760px;
	height: 162px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FF0000;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

div#menu {
	width: 760px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #FF0000;
	background-image: url(../img/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#main {
	width: 760px;
	height: auto;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #FF0000;
}
div#footer {
	width: 760px;
	height: 30px;
	margin-top: 30px;
	padding: 0px;
	border: 0px solid #33CCFF;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
div.topBanner {
	width: 740px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	clear: both;
}


/* ヘッダー内容 */
div#logo {
	text-indent: -9999px;
	border: 0px solid #FF0000;
}
div#logo a {
	margin: 0px;
	padding: 0px;
	border: 0px solid #FF0000;
	text-decoration: none;
	display: block;
}
div#info {
	text-indent: -9999px;
	border: 0px solid #FF0000;
}
div#info a {
	margin: 0px;
	padding: 0px;
	border: 0px solid #FF0000;
	text-decoration: none;
	display: block;
}
h1#title {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
}
h2#subTitle {
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
}
div#tenpoLink {
	width: 210px;
	height: 25px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 10px;
	float: right;
	clear: both;
}
div#tenpoLink a {
	display: block;
	width: 85px;
	height: 22px;
	float: right;
}
div#header2 a#mailTo {
	display: block;
	width: 155px;
	height: 20px;
	margin-top: 38px;
	margin-right: 10px;
	padding: 0px;
	float: right;
	clear: right;
}


/* データ系 */
div.cellCount {
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	text-align: center;
	clear: both;
}

div.noData {
	width: auto;
	height: 240px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	clear: both;
}

/* プラグイン表示 */
div.plugin {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

/* テキストを隠したいとき */
div.txtEsc {
	text-indent: -9999px;
}


/* ログインフォーム */
form#logInFormMB {
	text-align: center;
}
form#logInFormMB table {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	border: 1px solid #666666;
	background-color: #DDDDDD;
}
form#logInFormMB table th {
	text-align: center;
	border: 1px outset #666666;
	background-color: #666666;
	color: #FFFFFF;
}
form#logInFormMB table td {
	text-align: center;
}

