/* CSS Document */


body {
	margin:0;
	padding:0;
	color: #333;
	background: #fff;
}



/*-------------------------------
top
-------------------------------*/
#top {
	height: auto;
	font-size: 12px;
	color:#666666;
	margin: 0 0 8px 0;	
}
#top a:link {
	color:#666666;
	text-decoration: none;
}
#top a:visited {
	color:#666666;
	text-decoration: none;
}
#top a:active {
	color:#666666;
	text-decoration: none;
}
#top a:hover {
	color:#666666;
	text-decoration: underline;
}
p.topline {
	border-top: solid 1px #ccc;
	margin: 15px 5px 15px 5px;
	text-align:center;
}
/*-------------------------------
main
-------------------------------*/
td.rightside {
	border: solid 1px #CCC;
	padding: 0px; 
}
td.syousai {
	border-bottom: solid 1px #ccc;
}
td.title {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
table.checklist {
	font-size: 11px;
	color:#666666;
	text-align:left;
	margin: 5px 0 5px 0;
}
td.mainarea {
	font-size: 11px;
	color:#666666;
	text-align:left;

}
td.mainarea2 {
	font-size: 11px;
	color:#666666;
	text-align:left;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;

}
table.main {
	font-size: 11px;
	color:#666666;
	text-align:left;

}
table.main a:link {
	color:#666666;
	text-decoration: underline;
}
table.main a:visited {
	color:#666666;
	text-decoration: underline;
}
table.main  a:active {
	color:#666666;
	text-decoration: underline;
}
table.main a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/*-------------------------------
list
-------------------------------*/
div#list {
	height:730px;
	background: #FFF;
}

div#listsub {
	height:730px;
	background: #EEE;
}

table.listbox {
	border: solid 1px #DDD;
	background: #FFF;
	margin: 3px 0 0 3px;
	font-size: 11px;
	color:#666666;
}
table.listbox a:link {
	color:#666666;
	text-decoration: none;
}
table.listbox a:visited {
	color:#666666;
	text-decoration: none;
}
table.listbox a:active {
	color:#666666;
	text-decoration: none;
}
table.listbox a:hover {
	color:#666666;
	text-decoration: underline;
}



table.pagebox {
	text-align: center;
	font-size: 12px;
	margin: 15px 0 0 0;
}

table.pagebox a:link {
	color:#666666;
	text-decoration: underline;
}
table.pagebox a:visited {
	color:#666666;
	text-decoration: underline;
}
table.pagebox  a:active {
	color:#666666;
	text-decoration: underline;
}
table.pagebox a:hover {
	color: #0066CC;
	text-decoration: underline;
}


/*-------------------------------
footer
-------------------------------*/
#footer {
	text-align: center;
	margin: 10px 0 0 0;
	clear:both;
}

#footer address { 
	text-align: center;
	border-top: solid 1px #CCCCCC;
	padding: 5px;
	font-size: 11px;
	color: #666;
	font-style: normal;
}

/*-------------------------------
other
-------------------------------*/
.clear {
	clear:both;
}
/*----------
ETC
------------*/

h1,h2,h3,h4,p,dl,dt,dd,li,ul,ol,p,div,form {
	margin: 0;
	padding: 0;
}

a img{
border:none;
}

p{
line-height:1.3em;
}

h2 h3 h4{
letter-spacing:1px;
}

.clear{
clear:both;
}

.ifheight {
height: 950px;
}


