arc_btn@charset "utf-8";


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

body {
	background-color: #FFFFFF;
	color: #000000;
	  position: relative;
  min-width: 900px;  /*中央配置するボックスの横幅*/
  min-height: 520px;  /*中央配置するボックス縦幅*/
}  

a:link    {
	text-decoration: none; 
	color: #000;
}
a:visited {
	text-decoration: none; 
	color: #666;
}
a:active  {
	text-decoration: underline; 
	color: #FF3366;
}
a:hover   {
	text-decoration: underline; 
	color: #FF3366;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

* html div#container{
    height:100%;
}
div#container{
    width: 100%;
    margin:0px auto;
    position:relative;
    min-height: 100%;
	
}
body > #container {
        height: auto;
}
div#main{
	padding-bottom:30px;
}

h1{
	display: block;
	background-repeat: no-repeat;
	height: 80px;
	vertical-align: middle;
}



	

.caption{
	color: #333;
	font-size: 10px;
	line-height: 160%;
}


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

#foot{
	position:absolute;
	bottom:0px;
	height:20px;
	width:100%;
	text-align: center;
}



address{
	font-size: 9px;
	line-height: 20px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	vertical-align: middle;
	height: 20px;
	letter-spacing: 0.1em;
	text-align: center;
}

#topinfo{
	width:auto;
	margin-top:10px;
	margin-left:20px;
	background-image: url(../img/info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	padding-left: 44px;
	padding-top: 5px;
	font-size: 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}



#flasharea{
	width:800px;
	height: 520px;
	position:relative;
	margin:70px auto;
}

#graphicarea{
	width:900px;
	height: 510px;
	position:relative;
	margin:10px auto;
	background-image: url(../covers/graphics/v9_45.jpg);
}

.arc_btn{
	width:900px;
	margin:70px auto 0px auto;
	font-size: 9px;
	text-align: right;
}

.fbarea{
	width:900px;
	text-align: center;
	margin:0px auto;
}
