/**************************
 * poricy.css
 **************************/
 
body, html{
	background-color: #0D0D0D;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #EEEEEE;
	background-color: #000000;
	background-image:   url("../img/bg.jpg");
	background-repeat: repeat-x;
}
	#main{
		width: 801px;
		height: 100%;
		margin: 0 auto 0 auto;
	}
	h1{
		width: 801px;
		height: 79px;
		border-top: 11px solid #B1830B;
		background-image: url(../img/head.jpg);
		background-repeat: no-repeat;
		background-position: right;
	}
		h1 img{
			margin: 17px 0 0 20px;
		}
	#contents{
		width: 801px;
		height: 391px;
		margin: 15px auto 0 auto;
		clear: both;
		background-image:  url("../img/poricy/main_bg.jpg");
		background-repeat: no-repeat;
	}
		#textbox{
			width: 400px;
			height: 380px;
			margin: 5px 5px 0 394px;
			overflow: auto;
			color: #CCCCCC;
			line-height: 140%;
			scrollbar-face-color: #7F7F7F;
			scrollbar-3dlight-color: #7F7F7F;
			scrollbar-highlight-color: #7F7F7F;
			scrollbar-shadow-color: #7F7F7F;
			scrollbar-darkshadow-color: #666666;
			scrollbar-arrow-color: #AAAAAA;
			scrollbar-track-color: #000000;
		}
		#textbox p, #textbox ul{
			margin: 0 5px 0 5px;
			width: 360px;
		}
				.pp_tit{
					width: 364px;
					border-bottom: 1px solid #AAAAAA;
					padding: 15px 0 0 0;
					font-weight: bold;
					font-size: 14px;
				}
				#kojin_lst li{
					margin: 12px 0 0 0;
				}
				#link_lst li{
					margin: 0 0 0 0;
				}
				#hituyou_tit, #renrakusaki_tit, #tyosakuken_tit, #menseki_tit{
					padding: 10px 0 0 0;
				}
				##707070 li{
					margin: 5px 0 0 0;
				}
		#textbox a{
			color: #CB9D43;
			text-decoration: none;
		}
		#textbox a:hover{
			color: #CB9D43;
			text-decoration: underline;
		}
				

	#nav{
		overflow: hidden;
	}
		#nav li{
			float: left;
		}

	#copyright{
		margin: 6px 0 0 0;
		text-align: right;
	}

	#bannar{
		text-align: right;
		margin: 7px 0 0 0;
	}	
