@charset "utf-8";

/********** 共通CSS **********/

#head-bg {
	width: 100%;
	height: 225px;
	background-image: url(../images/head-bg.gif);
}

/*
----------------------------------------------------------
header
----------------------------------------------------------
*/

#header {
	width: 950px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#flasharea {
	width: 950px;
	height: 230px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#gsearch {
	width: 200px;
	height: 30px;
	position: absolute;
	left: 580px;
	top: 65px;
	overflow: hidden; /*clear用*/
}

#gsearch .gswin {
	width: 135px;
	height: 15px;
	font-size: 13px;
	text-indent: 0.2em;
	line-height: 15px;
	color: #999;
	overflow: hidden;
	float: left;
}

.bt_gs {
	width: 40px;
	margin-left: 3px;
	float: left;
}

#btset1 {
	width: 160px;
	height: 16px;
	position: absolute;
	left: 764px;
	top: 65px;
}

#btset1 li {
	width: 78px;
	float: left;
	margin-left: 2px;
}

.nav-m {
	position: absolute;
	width: 900px;
	height: 65px;
	left: 25px;
	top: 120px;
	overflow: hidden; /*clear用*/
}

.nav-m li {
	display: block;
	width: 180px;
	height: 65px;
	float: left;
}

#btset2 {
	width: 250px;
	height: 11px;
	position: absolute;
	top: 95px;
	left: 675px;
	overflow: hidden; /*clear用*/
}

#btset2 li {
	margin-left: 15px;
	float: left;
}

#btset2 li img {
	vertical-align: top;
}

#btset3 {
	width: 400px;
	height: 18px;
	position: absolute;
	bottom: 0px;
	left: 530px;
	overflow: hidden; /*clear用*/
}

#btset3 li {
	height: 18px;
	margin-left: 10px;
	float: left;
}


/*
----------------------------------------------------------
container
----------------------------------------------------------
*/

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/container-bg.gif);
	position: relative;
}

/*
----------------------------------------------------------
lcol
----------------------------------------------------------
*/

#lcol {
	width: 180px;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

#bt_gohome {
	margin-top: 10px;
	margin-bottom: 10px;
}

#ob_info dt {
	margin-top: 30px;
}

#ob_info dd {
	text-align: center;
	margin-bottom: 10px;
}


/*
----------------------------------------------------------
mcol
----------------------------------------------------------
*/

#mcol {
	width: 520px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

.secbtm {
	width: 520px;
	height: 50px;
	text-align: right;
	clear: both;
}

.secbtm img {
	margin-right: 20px;
	margin-top: 20px;
}


/*
----------------------------------------------------------
rcol
----------------------------------------------------------
*/

#rcol {
	width: 130px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#bnr {
	padding-top: 5px;
}

#bnr li {
	margin-top: 10px;
}


/*
----------------------------------------------------------
footer
----------------------------------------------------------
*/

#foot-bg {
	height: 50px;
	background-image: url(../images/foot-bg.gif);
}

#foot-top {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 50px;
}

#foot-bg2 {
	height: 150px;
	background: #000;
}

#footer {
	width: 950px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#foot-logo {
	position: absolute;
	left: 20px;
	top: 30px;
}

#add {
	width: 200px;
	font-size: 10px;
	color: #FFF;
	position: absolute;
	top: 33px;
	left: 170px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}

#btset4 {
	width: 260px;
	height: 11px;
	position: absolute;
	top: 10px;
	left: 680px;
	overflow: hidden; /*clear用*/
}

#btset4 li {
	float: left;
	margin-left: 10px;
}

#btset4 li img {
	vertical-align: top;
}

#links {
	width: 520px;
	height: 40px;
	font-size: 10px;
	letter-spacing: 1px;
	position: absolute;
	left: 420px;
	top: 40px;
	color: #999;
	line-height: 1.5em;
	overflow: hidden;/*clear用*/
}

#links li {
	float: right;
	display: block;
}

#links a {
		color: #999;
		text-decoration: none;
}

#links a:hover {
		color: #FFF;
}

#copy {
	position: absolute;
	right: 10px;
	top: 90px;
}
