/* CSS Document */

/*■初期設定*/

body{
	background:#fff; 
	color:#000;/*通常のテキストカラー*/
	margin:0 auto 0 auto;
text-align:center;

}

a{
color:#333;font-size:12px;
text-decoration:underline;
}
a:hover{
color:#999;
cursor: crosshair;
}

img{border:0;}

h1,h2 {
     margin:0;
}

.L {
   text-align:left;
}


/*■フォントサイズ調整*/
body {
    font-size: 14px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
}


#center {
width:710px;height:510px;
background:white;
margin:100px auto;padding:10px;
text-align:center;

}


#bnBox {

height:320px;padding-top:120px;
border:1px solid black;
}

#copyR {

height:20px;width:710px;
font-size:14px;
margin:0 0 0 auto;text-align:right;
color:#555;
}

