/*____________________________________________________________________________________TopImage */

#main_image{
	width:950px;
	height:320px;
	margin:0 auto 10px; 
}

#main_image h1{
	border: none;
}

/*____________________________________________________________________________________TopContents */

div#mainContents{
	width:950px;
	margin:0 auto;
}

#mainContents #main{
	width:730px;
	padding:0 0 0 10px;
	float:left;
}

#mainContents #sub_navi{
	float:right;
	width:180px;
	margin-left: 20px;
}

#mainContents h2{
	border-left:5px solid #2150A7;
	border-bottom:1px solid #2150A7;
	padding:1px 8px;
	margin-bottom:10px;
}

table.contact{
	border-collapse:collapse;
/*	background-color:#EEE;*/
	font-size:1.2em;
	margin-bottom:10px;
	width:100%;
}

table.contact th,
table.contact td{
	padding:5px;
	border:1px solid #666;
	border-bottom:1px dotted #666;
	border-collapse:collapse;
}
	
table.contact td{
	border:none;
	border-bottom:1px dotted #666;
}
	


/*____________________________________________________________________________________clearfix */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix { zoom: 1;}



