/*
* CSS Reset Base Settings
* Author:Michinobu Nishimoto from Asuka-Design
* Ver:1.2
*/
@charset "utf-8";

/*--------------------------------------------------------
table
--------------------------------------------------------*/	

.tab_contents{
	width:660px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:40px;
	
	}

table{
	border: 1px solid #cccccc;
	width:660px;
	}

table th{
	width:150px;
	text-align:left;
	padding:10px 10px;
	background-color:#f7f7f7;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
	font-size:14px;
	}	

table td{
	text-align:left;
	padding:10px 10px;
	border-bottom:1px solid #cccccc;
	}	

/*--------------------------------------------------------
company
--------------------------------------------------------*/	

.aisatu{
	font-size: 14px;
	margin: 5px 0 40px;
	line-height: 170%;
}


/*--------------------------------------------------------
ogg_logo
--------------------------------------------------------*/	

.ogg_logo{
	display: block;
	margin: 0 auto;
}

.logo_txt{
	color: #0060b0;
	font-weight: bold;
	font-size: 18px;
	margin: 50px auto;
}



























