/* フォーマットフレーム */

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.jpg);
	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#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#header a {
/*	border: 1px solid #FF0000;*/
}
div#header div#tenpoLink {
	width: 230px;
	height: 25px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 10px;
	float: right;
	clear: both;
}
div#header div#tenpoLink a {
	display: block;
	margin-left: 2px;
	float: right;
}
div#header div#tenpoLink a#namba {
	width: 65px;
	height: 22px;
}
div#header div#tenpoLink a#nihon {
	width: 77px;
	height: 22px;
}
div#header div#tenpoLink a#tani9 {
	width: 65px;
	height: 22px;
}
div#header div#tenpoLink a#umeda {
	width: 68px;
	height: 22px;
}
div#header a#mailTo {
	display: block;
	width: 150px;
	height: 20px;
	margin-top: 38px;
	margin-right: 10px;
	padding: 0px;
	float: right;
	clear: right;
}

div#header2 div#tenpoLink {
	width: 220px;
	height: 25px;
	margin: 0px;
	padding-top: 18px;
	padding-right: 10px;
	float: right;
	clear: both;
}
div#header2 div#tenpoLink a {
	display: block;
	width: 85px;
	height: 22px;
	float: right;
}
div#header2 a#mailTo {
	display: block;
	width: 150px;
	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;

}

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.topBanner2 {
	width: 740px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	clear: both;
}

/* HTMLコンテンツ枠 2011.04.07 */
table.htmlContents {
	width: 740px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	border: 0px solid #CCCCCC;
	border-collapse: collapse;
}
table.htmlContents td {
	text-align: left;
	line-height: 120%;
}
table.htmlContents td font {
	line-height: 120%;
}


