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

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#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: 220px;

	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: 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;

}

