/***** 初期設定 *****/
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	line-height: 150%;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#1b1f26;
	color:#FFF;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/***** メイン背景 *****/
#main{background:url(img/bg.gif) center repeat-y;}
#main .topimg{background:url(img/main.jpg) top center no-repeat;}
#main .contentBox{width:854px; margin:0 auto;}
#main .contentBox .camtxt{width:810px; margin:0 20px; padding-top:370px;}
#main .contentBox .camtxt .btn a{display:block; width:240px; height:40px; background-image:url(img/btn_info.png); margin-left:120px;}
#main .contentBox .camtxt .btn a:hover{background-position:bottom;}
/***** イメージ2 *****/

table.txt{margin:100px auto 0; width:600px;}

.text {
	width:680px;
	margin:0 auto 0 auto;
	}
.copyright {
	width:750px;
	margin:20px auto 0;
	padding-bottom:5px;
	text-align:center
	}
.botton {
	background:url(../img/botton.jpg) center;
	background-repeat:no-repeat;
	height:32px;
}