/* CSS Document */


#contents {
	margin: 0 20px;
	text-align:left;
}

#contents h1{
	margin: 0 0 10px 0;
}


#sub {
	float:right;
	width:185px;
	margin: 0 0 20px 0;
	display:inline;
}


#main {
	float:left;
	width:535px;
	display:inline;
}


	#pdlist {
		margin: 0 0 40px 0;
	}

	#pdlist h2{
		margin: 0 0 7px 0;
		font-size:120%;
		font-weight:bold;
		border-bottom:#7EC3E5 3px solid;
	}

	#pdlist p{
		margin: 0 0 20px 0;
	}

	#pdlist h3{
		font-size:120%;
		font-weight:bold;
		margin: 10px 0;
	}

	#pdlist .box{
		background-color:#F5F5F5;
		border:1px #AAAAAA solid;
		padding:7px;
		margin: 5px 20px 30px 20px;
	}

	#pdlist .notice{
		background-color:#FFFCD1;
		border:1px #DCBC76 solid;
		padding:7px;
		margin: 5px 20px 30px 20px;
	}


	#pdlist table{
		width:535px;
		border-top: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
		margin: 0 0 20px 0;
	}
	
	#pdlist th{
		padding:4px 5px;
		text-align:left;
		font-weight:normal;
		border-right: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
		background-color: #E3F2FC;
	}
	
	#pdlist td{
		padding:5px;
		border-right: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
	}

	#pdlist .title{
		font-weight:bold;
		float:left;
	}
	
	#pdlist .pd_link{
		float:right;
		text-align:right;
		width:90px;
	}
	
	
	#pdlist .nolink{
		color:#AAAAAA;
	}

	#pdlist td a{
		font-weight:bold;
	}

	#pdlist .pdf_link {
		background:url(../images/pdficon_small.gif) no-repeat left top;
		padding: 2px 0 0 20px;
	}

	#pdlist .manual {
		background: #F5F5F5;
		padding: 2px 5px;
	}


	#oldlist {
		border-top:#CCCCCC 1px solid;
		padding-top:20px;
		margin: 0 0 20px 0;
	}

	#oldlist p{
		margin: 0 0 10px 0;
	}

	#oldlist table{
		width:535px;
		border-top: 1px solid #AAAAAA;
		border-left: 1px solid #AAAAAA;
		margin: 0 0 20px 0;
	}
	
	#oldlist th{
		padding:5px;
		text-align:left;
		font-weight:normal;
		border-right: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
		background-color: #F5F5F5;
	}
	
	#oldlist td{
		padding:5px 0;
		width:90px;
		text-align:center;
		border-right: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
	}


	#oldlist .nolink{
		color:#AAAAAA;
	}





#contact{
	background:url(../images/contact_bg.gif) no-repeat left bottom;
	margin:0 0 15px 0;
}

	#contact h2{
		margin:0 0 5px 0;
	}

	#contact p{
		margin:0 10px 15px 10px;
	}

	#contact_btn {
		text-align:center;
		padding:0 0 4px 0;
	}

	#contact_btn img{
		margin:5px;
	}


#regist{
	background:url(../images/regist_bg.gif) no-repeat left bottom;
	margin:0 0 15px 0;
}

	#regist h2{
		margin:0 0 5px 0;
	}

	#regist p{
		margin:0 10px 15px 10px;
	}

	#regist_btn {
		text-align:center;
		padding:0 0 4px 0;
	}

	#regist_btn img{
		margin:5px;
	}
