
@charset "utf-8";

/* -----------------------------------------*/
#project{
	width:836px;
	/*background-color:#999;
	border:2px #FFF outset;

	*/
	padding:20px 0px 20px 0px;
	margin:5px 0px 5px 0px;
	text-align:center;
}

/* --detail---------------------------------------*/
#detail{
	width:700px;
	text-align:left;
	margin:50px auto;
}

		#detail span{
			color:#096;
		}
       /* --detail table#company-------------------------------------*/

		#detail table#company {
			width:700px;
		}
		#detail table#company th{
			vertical-align:top;
			padding:10px 0px 10px 7px;
			border-top:1px solid #86A29C;
			width:100px;
		}
		#detail table#company td{
			padding:10px 0px;
			border-top:1px solid #86A29C;
			
		}

       /* --detail table#syouhin-------------------------------------*/

		#detail table#syouhin {
			margin-left:30px;
			width:600px;
			border:1px #86A29C solid;
		}
		#detail table#syouhin th{
			vertical-align:top;
			border-left:5px #063 solid;
			border-bottom:1px #666 solid;
			padding:5px 0px 5px 3px;
			color:#063;
			font-weight:normal;
			width:60px;
		}
		#detail table#syouhin td{
			border-left:1px #666 dotted;
			border-bottom:1px #666  dotted;
			padding:5px 0px 5px 5px;
			
		}
       /* --detail dl------------------------------------*/

		#detail dl {
			margin:10px 0px 0px 0px;
		}
		#detail dl dt {
			float:left;
			width:200px;
			margin-left:30px;
		}
