@charset "UTF-8";

/* -----------------------分譲概要---------------------------  */

	#bunjyou_text{
		width: 700;
		margin: 20px auto;
		text-align: center;
	}

	table{
		width: 800px;
		border: 1px;
		border-style: solid;
		margin: auto;
		text-align: left;
	}
	
	tr{
		border: 1px;
		border-style: solid;
	}
	
	td{
		border: 1px;
		border-style: solid;
		padding-left: 15px;
	}
	
	th{
		text-align: center;
		background-image: url("../img/bunjyogiyo_img/bunjyou_table.jpg");
		color: #fff;
		letter-spacing: 0.5em;
	}
	
	.bunjyou_link a:link {
		color:#0099ff;
		text-decoration:underline;
	}
	
	.bunjyou_link a:visited {
		color:#0099ff;
		text-decoration:underline;
	}
	
	.bunjyou_link a:hover {
		color:#ff0000;
		text-decoration:underline;
	}
	
	.bunjyou_link a:active {
		color:#ff0000;
		text-decoration:underline;
	}
	