
/*三列箱*/
#guz_m {
	
	width:650px;
	text-align:center;
	margin-right:0px;
	margin: 0 auto;
	clear:both;
}
.gboxA {
	width:200px;
	border: 2px solid #000000;
	background:#fff;
	text-align:center;
	margin-right:18px;
	float:left;
}

.gboxB {
	border: 2px solid #000000;
	background:#fff;
	text-align:center;
	width:200px;
	margin-right:18px;
	float:left;
	
}

.gboxC {
	border: 2px solid #000000;
	background:#fff;
	text-align:center;
	width:200px;
	float:right;
}
.gboxD {/*真ん中に無いとき代用*/
	text-align:left;
	width:200px;
	float:left;
}
.gboxE {/*右側に無いとき代用*/
	text-align:left;
	width:200px;
	float:right;
}

.guz_clear {
	clear:both;
	
}
.guz_se {
	width:190px;
	_width:200px;
	height:100px;
	background:#fff;
	text-align:left;
	padding:5px;
	line-height:140%;
	border-top: 1px dashed #000000;
	/*border: 1px dashed #000000;*/
}

.guz_stitle {
	background:#000;
	padding:5px;
	color:#fff;
	width:640px;
	_width:650px;
}

/*-----------------------------
	Global Navigation
-------------------------------*/

ul#globalNavi {
	margin: 0 auto;
	padding: 0;
	width: 600px; /* 必ずwidthの設定をしてください */
	_width: 604px; /* 必ずwidthの設定をしてください */
	border: 2px solid #000000;
	
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 120px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
	
}

ul#globalNavi li a {
	padding: 0.6em 10px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	font-weight:bold;
	line-height:140%;
	color: #00F;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	height: 58px;
	_height: 70px;
	border: 2px solid #000000;
	
}

ul#globalNavi li a:hover {
	color: #F00;
	text-decoration: underline;
	background-color: #ffff3e;
}