@charset "UTF-8";
/* CSS Document */

html, body {
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color: #FF0;
	background-color: #000;
	background-image: url(../img/bg.png);
	height: 100%;
}


body {
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #FF0;
	font-size: 14px;
	font-weight: normal;
	width: 980px;
	padding: 0px;
	margin: 0px;
}

hr {
	color: #FF0;
	padding: 0px;
	margin: 0px;
}

#logo_area {
	height: 95px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/companyname.png);
	background-repeat: no-repeat;
	background-position: right -5px;
}

#logo {
	width: 260px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow: hidden;
}


#navi {
	width: 980px;
	float: left;
	overflow: hidden;
}

#navi ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul li {
	float: left;
	padding-right: 0px;
}

#menu_left {
	margin-right: 5px;
	padding: 0px;
}


#menu_right {
	margin: 0px;
	padding: 0px;
}

.wrapper {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}


.wrapper_all {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


.title {
	border-bottom: solid thin #FF0;
	overflow: hidden;
}


.text_left {
	width: 450px;
	border-bottom: dashed thin #FF0;
	margin-bottom: 5px;
	color: #FFF;
}

#top_contents {
	height: auto;
	width: 980px;
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	float: left;
}

#footer {
	height: auto;
	width: 980px;
	clear: both;
}


#footer_all {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 250px;
	background-image: url(../img/earth.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#footer_right {
	float: right;
	width: 270px;
	margin-bottom: 20px;
	padding: 0px;
	clear: both;
}

#footer_right ul li {
	font-size: 14px;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#copy  {
	width: 980px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}

.toTop {
	display: inline-block;
	cursor:pointer;
	width: 75px;
	margin-left: 905px;
	position: relative;
}

a:link { color:#FF0; text-decoration:none }
a:visited { color:#FF0; text-decoration:none }
a:hover { color:#FF0; text-decoration:none }
a:active { color:#FF0; text-decoration:none }