/*背景の表示javascript*/
img.bgmaximage{
  position:fixed !important;
  display:none;
}

#maincontent {
  width: 100%;
  height: 100%;
}

/*テキスト制御*/
h2{
	font-size: 18px;
	font-style: normal;
	color: #060;
	background-color: #000;
	text-indent: 20px;
	word-spacing: normal;
	white-space: normal;
	width:450px;
	
}
h3{
	font-size: 16px;
	font-style: normal;
	color: #060;
	background-image: url(../img/bg_rb.png);
	background-repeat: repeat;
	/*background-color: #000;*/
	text-indent: 20px;
	word-spacing: normal;
	white-space: normal;
	width:400px;
	margin-top:15px;
	border-bottom: solid 1px #fff;

	}

/*メインエリア*/
#writearea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	position:absolute;
	top:15px;
	left:15px;
	height: 680px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	
}

/*正方形ロゴ*/
#logo {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 300px;
	float;left;
	clear:both;
}

/*黒背景メニュー*/
#menulist {
	background-attachment: fixed;
	background-image: url(../img/bg_rb.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 200px;
	float:left;
	clear:both;
}

#menulist ul{
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	line-height: 40px;
	width:180px;
	float: left;
	font-size: 14px;
	margin: 15px 0px 0px 15px;
}

#menulist ul li{
	color: #FFF;
	background-color: #000;
	border-bottom-color: #FFF;
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	text-indent: 10px;
}

/*白背景メニュー*/
#basiclist {
	background-attachment: fixed;
	background-image: url(../img/bg_2.png);
	background-repeat: repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 100px;
	width: 200px;
	float:left;
	clear:both;
}

#basiclist ul{
	list-style-type: none;
	list-style-position;
	line-height: 18px; inside;
	padding: 0px;	
	width:150px;
	float: left;
	font-size: 12px;
	margin: 4px 0px 4px 0px;

}

#basiclist ul li{
	color: #000;
	background-color: #FFF;
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
	text-indent: 10px;
	margin: 4px 0px 0px 0px;
}

/*動画エリア*/
#right-bottom {
	background-attachment: fixed;
	background-image: url(../img/bg_rb.png);
	background-repeat: repeat;
	width: 695px;
	height: 520px;
	position:absolute;
	top:120px;
	left:305px;
	
}
img.icon{
	padding:0px 3px 0px 3px;
	}
	

#right-bottom p {
	font-size: 14px;
	color: #FFF;
	text-indent: 20px;

}

#right-bottom p.map{
	line-height:30px;
	font-size:16px;
	vertical-align:top;
}

#right-bottom p.map img{
	vertical-align:top;
	margin-left:5px;
}

/*フッターエリア*/
#footer {
	float:left;
	top:650px;
	left:15px;
	position:relative;	
	width:1000px;
	height:50px;
	margin:0px;
	padding:0px;
	
}

/*コピーライト*/	
#copy{
	float:left;
	width:710px;
	height:47px;
	margin:0px;
	padding:5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF0;
	text-align: right;
	}
	
/*長方形ロゴ*/
#logo_b{
	float:right;
	width:270px;
	height:47px;
	margin:0px;
	padding:0px;

	}



