@charset "utf-8";
/* CSS Document */


/*----------------------------------------
1)タイトル
----------------------------------------*/
#wrapper{
	width:700px;
	margin:0 auto;
}

h1 {
	background:url(../../images/company_image/ttlBg.gif) no-repeat top center;
	margin:15px auto 15px;
	width:700px;
	height:41px;
	padding:10px 0 0 0;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#fff;
	
}

/*----------------------------------------
3)コンテンツ
----------------------------------------*/	
section p{
	padding:0 0 10px;
}

article{
	float:right;
	width:700px;
	margin:0 auto;
}


/*----------------------------------------
　テーブル・ボックス
----------------------------------------*/
.box-whiteInner{
	background:#FFF;
	border:solid 1px #eee;
	padding:10px;
	  }
	  
table{
	width:100%;
	  }

table th{
	text-align:left;
	border-bottom:dotted 1px #CCC;
	  }

table td{
	text-align:left;
	border-bottom:dotted 1px #CCC;
	padding:5px;
	  }
		  
.box{
	background:#f5f5f5;
	padding:15px;
	  }

input{
	cursor:pointer;
	  }


