/* CSS Document */

/*--------------------------------------------------

	< 構成要素（全ページ共通）>

	ボディー

	│
	└─　コンテナー（div）
	　　　　│
	　　　　├─　コンテンツ（div）
  　      　│　　　　│
	　　	│　　　　├─　ヘッダー（div）
	　　	│　　　　│
	　　　　│　　　　└─　　メイン（div）　　　　　　　　
　　　　　　│　　　　　
　　　　　　└─フッター（div）

--------------------------------------------------*/

body{
	font-size: 12px;
	margin: 0;
	border: 0;
	padding: 0;
	background: #000;
}

body *{
	margin: 0;
	border: 0;
	padding: 0;
	list-style-type: none;
}

#container {
	margin: auto;
	width: 1216px;
	height: 790px;
	background: url(../img/top/bg.jpg) no-repeat;
}

#contents {
	width: 790px;
	position: relative;
	margin: auto;
}

#header_title{
	background: url(../img/top/header_title.png) no-repeat;
	width: 250px;
	height: 118px;
	text-indent: -9999px;
	float: left;

}

#about_us{
	width: 350px;
	color: #FFFFFF;
	line-height: 1.4em;
	float: right;
	position: relative;
	top: 40px;
	left: 40px;
}

#about_us_title{
	width:100px;
	float:left;
	text-align:right;
}

#about_us_text{
	width:250px;
	float:left;
}

/*-------------------------

           menu

-------------------------*/

#nav{
	clear: both;
	width: 700px;
	margin: auto;
	text-align: center;
	position: relative;
	top: 300px
}

#nav li{
	margin-bottom: 20px;
	border-left: 1px solid #FFFFFF;
	padding: 0 18px 0px 18px;
	float: left;
	display: inline;
}

#nav li a{
	position: relative;
	top: 5px;
	font-size: 11px;
	color: #FF00FF;
	text-decoration: none;
}

#nav li a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#menu1{
	border-left: none !important;
	width: 106px;
}

#menu2{
	width: 120px;
	height:20px;
}

#menu3{
	width: 81px;
}

#menu4{
	width: 67px;
}

#menu5{
	width: 138px;
}

#menu6{
	margin-left: 70px;
	border-left: none !important;
	width: 130px;
}

#menu7{
	width: 107px;
}

#menu8{
	width: 83px;
}

#menu9{
	width: 102px;
}

/*-------------------------

           main
		   
-------------------------*/

#main{
	width:790px;
	position:absolute;
	top:570px;
	clear: both;
}

#news{
	width:500px;
	padding: 0 0 0 10px;
	font-size: 12px;
	position: absolute;
    color: #fff;
	float: left;
}

#news dt{
	margin-top: 0px; 
	float: left;
}

#news dd{
	padding-left: 100px;
	margin-top: 5px; 
}

#banner{
	text-align:right;
	width:290px;
	float:right;
}

#banner li{
	margin-top:5px;
}

#qa{
	height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	top: 130px;
	left: 590px;
	height: 10px;
}

#thanks{
	height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	top: 148px;
	left: 590px;
	height: 10px;
}

#mail{
	height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	top: 165px;
	left: 590px;
	height: 10px;
}

#qa:hover,
#thanks:hover,
#mail:hover{
	text-decoration: underline;
}

#qa *,
#thanks *,
#mail *{
	vertical-align: middle;
	margin-right: 5px;
}



/*-------------------------

	footer
		   
-------------------------*/

#footer{
	width: 1190px;
	text-align: right;
	position:absolute;
	top: 795px;
}

address{
	font-size: 11px;
	color: #FFFFFF;
}

















