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


body {
	font-size:90%;
	line-height:22px;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.page_name {
	font-size:18px;
	font-weight:600;
}

#wrapper {
	width:800px;
	text-align:center;
	margin: 0 auto;
	
}


#contents {
	margin-bottom:30px;
}

#campany_table {
	text-align:left;
	margin: 0 auto;

}


table {
    width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
	padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
	background-color:#669933;
    font-weight: bold;
    line-height: 120%;
    text-align: center;

}


td {
	padding: 20px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}




col{
	padding-left:5px;
}




/* footer */


#footer {overflow:hidden;
	clear:both;
	margin-top:50px;
	
	margin:o auto;
	text-align:center;	
	background-color:#669933;
}




address {
	color:#FFF;
}