@charset "utf-8";
/* CSS Document */

 .full_header_container {
	 background:url(../img/company.png) no-repeat;
	 background-position:center;
	 }

.body_container {
	width:715px;
	}


.contents_title {
	background:url(../img/title_img.png) no-repeat;
	width:720px;
	height:80px;
	padding-top:28px;
	padding-left:20px;
	font-size:24px;
	color:#FFF;
	}

/*
----------------------------------------
 table 
----------------------------------------
*/

.table {
 table-layout:fixed;
 width:90%;
 border-collapse: collapse;
 }

.table th{
 width: 20%;
 padding: 10px;
 line-height:1.3em;
 background-color: #f3f3f3;
 border: 1px solid #ccc;
 font-weight:100;
 vertical-align:middle;
 }

.table td{
 padding: 10px;
 line-height:1.3em;
 background-color: #fff;
 border: 1px solid #ccc;
 vertical-align:middle;
 }

.table td.submit {
 text-align:center;
 }
 	
		
.comment {
	width:200px;
	height:170px;
	}
