@charset "UTF-8";

/* corp.css */
/*
Last update : 2008/12/10 @GL-MA
-------------------------------------

Index:
-------------------------------------
001/ Box Frame			(@_01)
002/ Contents	 		(@_02)
003/ Area Office 		(@_03)
-------------------------------------
/* ======================================================================================
001/ Box Frame (@_01)
====================================================================================== */
/* ======================================================================================
002/ Contents (@_02)
====================================================================================== */
.corpBanners {
	background: #eee url(./images/bg_banner.gif) no-repeat bottom;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 6px 0 5px 0;
	}
.textBox {
	background: #FCF8EA url(images/bg_txt.gif);
	margin: 10px 6px;
	border: 2px solid #dbd4b0;
	}
.corp-contact {
	text-align: center;
	margin: 10px 0;
	}
.corp-contactMail {
	float: left;
	width: 235px;
	height: 110px;
	padding: 10px;
	border: 4px solid #eeeeee;
	}
.corp-contactTel {
	float: right;
	width: 235px;
	height: 110px;
	padding: 10px;
	border: 4px solid #eeeeee;
	}


div#corp h4 {
	font-size: 15px;
	font-weight: bold;
	color: #f60;
	margin: 3px 0;
	padding: 3px 5px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
/* end corp */
