/* CSS Document */

body{
	background-color:#ffffff;
	color:#000000;
	margin:0px;
	padding:0px;
	color:#333333;
}
img {
	border-style:none;
	margin:0px;
}

a:link {
	color: #0033ff;
	text-decoration: underline;
}
a:visited {
	color: #3366ff;
	text-decoration: underline;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}

#base{
	width:900px;
	margin:0px auto;
	border-width:0px 2px;
	border-color:#000000;
	border-style:solid;
}

.bar{
	background-color:#000000;
	width:900px;
	color: #FFFFFF;
	font-size: 10px;
}
.footer_bar{
	background-color:#000000;
	padding:3px 0px 3px;
	width:900px;
	color: #FFFFFF;
	font-size: 10px;
}
.cell02{
	padding:4px 8px;
	font-size:12px;
}
	

.t_title{
	text-align:right;
	margin-right:5px;
}
#topics_table{
	margin:5px 10px;
}
#topics_table td{
	border-bottom:1px dashed #cccccc;
	padding:5px 0px 5px 0px;
	text-align:left;
	vertical-align:top;
	font-size:12px;
}

#top_linktable{
	border-left:1px solid #666666;
}
#top_linktable td{
	margin:3px 10px;
	padding-right:12px;
}

#footer{
	margin:4px 0px;
	padding:6px;
	border-top:2px solid #000000;
	text-align:center;
	font-size:12px;
	line-height:18px;
}
#footer a:link{
	color:#222255;
}
#footer a:visited{
	color:#222255;
}
#footer a:hover{
	color:#ff0000;
}


#submenu_footer{
	margin:0px 0px;
	padding:6px;
	border-top:2px solid #000000;
	text-align:center;
	font-size:12px;
	line-height:18px;
}
#submenu_footer a:link{
	color:#222255;
}
#submenu_footer a:visited{
	color:#222255;
}
#submenu_footer a:hover{
	color:#ff0000;
}

#c_table{
	margin-top:80px;
	margin-left:80px;
	width:750px;
}
#c_table td{
	border-bottom:1px dotted #cccccc;
	text-align:left;
	vertical-align:top;
	padding:8px 4px;
}
#c_table th{
	border-bottom:1px dotted #cccccc;
	border-right:1px dotted #cccccc;
	text-align:left;
	vertical-align:top;
	padding:8px 4px;
	font-weight:normal;
}
#c_table #first td{
	border-top:1px dotted #cccccc;
}
#c_table #first th{
	border-top:1px dotted #cccccc;
}

.to_top{
	margin:16px 40px 10px;
	text-align:right;
}
.headmark{
	margin-right:8px;
}
.red{
	color:#990000;
}

/*top*/

table.go{
	width:360px;
}

td.labo{
	width:125px;
	height:95px;
	background:url(img/top_bg_labo.jpg) left top no-repeat;
	padding:32px 3px 0 42px;
	font-size:10px;
}
td.check{
	width:132px;
	height:95px;
	background:url(img/top_bg_check.jpg) left top no-repeat;
	padding:32px 2px 0 42px;
	font-size:10px;
}

/*whatsnew*/

.whatsnew{
	/*margin-top:10px;*/
	margin-top:5px;
	margin-left:19px;
	padding-top:8px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
.whatsnew .inner{
	height:380px;
	overflow:auto;
	padding:1px 0;
}
.whatsnew .inner .title, .whatsnew .inner .content{
	margin:1em 10px;
	font-size:12px;
}
.whatsnew .inner .title{
	/*font-weight:bold;*/
	background:url(img/icon_entry.gif) left center no-repeat;
	padding-left:20px;
	margin-bottom:3px;
}
.whatsnew .inner .content{
	margin-top:0;
	padding-left:20px;
	border-bottom:1px dashed #cccccc;
}

/*uO*/
.blog {
	width:750px;
	padding-left:20px;
}

.blog h1{
	padding:10px 0px 10px 0px;
	font-size:18px;
}

.blog h2{
	padding:10px 0px 10px 0px;
	font-size:16px;
}

.blog p{
	width:750px;
	border-bottom:dotted 1px #333333;
}




