/*　基本構造　*/

body{
	background: url(../images_new/second_bg.jpg) repeat-y center top;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	}
	
div#wrapper{
	background: url(../images_new/bg_main.jpg) no-repeat center top;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
/*　ヘッダ　*/

h2{
	padding-left: 50px;
	}
	

/*　リンク　*/

a:link{
	color: #5c9203;
	text-decoration: none;
	border: none;
	}
	
a:visited{
	color: #95a180;
	text-decoration: none;
	border: none;
	}

a:hover{
	color: #ff7f02;
	text-decoration: none;
	border: none;
}

/*　ボタン　*/

div#arc_btn{
	margin-bottom: 20px;
	}
	
div#canvas_pre{
	display: none;
	}
	

/*　説明　*/


div#sub{
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images_new/bg_foot.jpg) repeat-y center top;
	}
	
.text12px{
	font-size: 12px;
	}
	
/*　ナビゲーション　*/

div#navi{
	margin: 20px auto;
	}