body {
	background-color: #212121;
	text-align: center;
	font-size: medium;
	background-image: url(../img/common/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 55px;
	padding-top: 5px;
}
#header h1 {
	float: left;
}

/*======================================================
global_navi
----------------------------------------------------- */
#global_navi {
	position: relative;
	width: 390px;
	display: inline-block;
	float: right;
}
#global_navi:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
#global_navi ul li {
	position: relative;
	float: left;
}
#global_navi li ul.drop {
	position: absolute;
	float: none;
	left: 0;
	top: 55px;
	width: 230px;
	z-index: 100;
	display: none;
}
#global_navi li ul.drop li {
	position: static;
	float: none;
}
#global_navi li ul.drop li a {
	display:block;
	_zoom:1; /* IE 6 */
	background-color: #000;
}
#content {
	clear: both;
	margin-top:20px;
	text-align: center;
}
#content h2 {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 702px;
	background-color: #FF0;
	text-align: center;
	height: 72px;
	padding-top: 19px;
	margin-bottom: 25px;
}
/*======================================================
.top
----------------------------------------------------- */
.top #content h2 {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 702px;
	background-color: #666;
	text-align: center;
	height: 72px;
	padding-top: 19px;
}


/*======================================================
consulting
----------------------------------------------------- */
#consulting #content {
	margin-top:50px;
}
/*======================================================
table
----------------------------------------------------- */
#content table {
	width: 700px;
	margin: 40px auto 30px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	font-size: 15px;
}
#content table tr th {
	padding: 10px;
	width: 120px;
	border-bottom: 1px solid #FFF;
	background-color: #191919;
}
#content table tr td {
	padding: 15px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: left;
	background-color: #333;
}
/*======================================================
btn_pagetop
----------------------------------------------------- */
#btn_pagetop {
	margin: 0px 0px 0px 1000px;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	position: fixed;
	bottom: 20px;
	
	opacity: 0.8;
	background: #000;
	
	display: none;
}
#btn_pagetop a {
	padding: 20px;
	display: block;
	
	color: #FFF;
	
	text-decoration: none;
}