html {
	height:100%;
	overflow: auto;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	margin: 0px;
	height:100%;
}
* html div#container {
	height:100%;
}
div#container {
	width: 100%;
	margin:0px auto;
	position:relative;
	min-height: 100%;
}
body > #container {
	height: auto;
}
div#main {
	padding-bottom:20px;
}
#footer {
	position:absolute;
	bottom:0px;
	height:25px;
	width:290px;
	z-index: 99;
	right: 10px;
}
a:link {
	color: #3C6BB8;
}
a:visited {
	color: #3C6BB8;
}
a:hover {
	color: #4E90F7;
}
.menu {
	height: 44px;
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.menuContent {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.menuBtn {
	width: auto;
	float: left;
}

/* forToppageSwf */
#flashContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.nomalContent {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 60px;
	position: relative;
}
.nomalContent .text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 600px;
	padding-top: 20px;
	float: left;
}

.nomalContent .text p{
	margin-top: 5px;
	margin-bottom: 5px;
}
.clearDiv {
	clear: both;
}
.outWindow {
	background-image: url(ic_otherWindow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	display: block;
	clear: left;
	float: left;
}
.newLink {
	background-image: url(ic_new.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 23px;
	display: block;
	clear: left;
	float: left;
}

.pdfLink {
	background-image: url(/common/pdf_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	height: 16px;
	display: block;
	float: left;
}
.pankuzu {
	font-size: 12px;
	margin-bottom: 15px;
	color: #666;
}
.navBox {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
.navBack {
	background-image: url(labo_nav_back.gif);
	height: 31px;
	width: 113px;
	display: block;
	float: left;
	text-decoration: none;
}
.navBack:hover {
	background-image: url(labo_nav_back_over.gif);
}
.navNext:hover {
	background-image: url(labo_nav_next_over.gif);
}
.navActive {
	background-image: url(labo_nav_mid.gif);
	background-repeat: repeat-x;
	background-position: center center;
	float: left;
	height: 31px;
	font-size: 12px;
	color: #333;
	line-height: 31px;
	text-align: center;
	width: 276px;
}
.navNext {
	background-image: url(labo_nav_next.gif);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 111px;
	background-position: left center;
	float: left;
	text-decoration: none;
}
.navNextNo {
	background-image: url(labo_nav_next_no.gif);
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	width: 111px;
	background-position: left center;
	float: left;
	text-decoration: none;
}
.picRight {
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: right;
}
.picLeft {
	display: block;
	float: left;
	margin-Right: 10px;
	margin-bottom: 10px;
	clear: right;
}
.textRed {
	color: #F33;
}
.textBlue {
	color: #39F;
}

