/* レイアウトの設定*/
body{
    padding:0px;
	background-color:#000000;
	text-align:center;
	margin: 0;
}

#left{
	float:left;
	width: 400px;	
}


#flashcontentNo2{
	float:right;
	height: 230px;
	width: 240px;	
}

.staff {
	height: 200px;
	float: right;

}



		
/*スタッフのネームボタンの設定*/
#nav strong {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0px;
}
#nav a {
	color: #CCFFFF;
	text-align:center;	
	text-decoration: none;
	background: #262424 url(images/icon01.gif) no-repeat left center;
	display: block;
	padding: 5px 0px 5px 0px;
}
#nav a:hover {
	background: #333333 url(images/icon02.gif) no-repeat left center;
}
.staff ul {
	list-style-type: none;
}

.navimain a {
	color: #33CCFF;
	text-decoration: none;
	float: left;
	text-align: right;
	padding-right: 10px;
	white-space: normal;
	padding-left: 30px;
	font-size: 10px;
	font-weight: bold;
	background: url(images/arrow.gif) no-repeat left center;
}

.body{
	width:750px;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color: #333333;
	margin:0px auto;
}

#main{
	clear:none;
	text-align:left;
	padding: 40px 20px 30px;
	height: 550px;
}	

#foot{
	position:relative;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

.content1,.content2{
	padding: 10px;
	margin-bottom: 20px;
	background: url(images/bg.png);
}

.navimain {
	display: block;
	height: 12px;
	padding: 10px 0px 10px 200px;
	border-top: 1px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px solid #666666;
}
.bookmark {
	text-align: right;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
