@charset "utf-8";


/*==================================================
	Update : 10.02.02 (tue)
	Detail : ブラウザの差異をなくす初期設定
==================================================*/

*{
	padding:0;
	margin:0;
}

html{
	height:auto;
}

body{
	width:auto;
	height:auto;
	text-align:center;
	color:#333;
	font-size:12px;
	letter-spacing:1px;
	line-height:1.5;
	background:#b6e9f5;
}

br{
	letter-spacing:0px !important; /* IE6 対策 */
}

img{
	border:none;
	vertical-align:bottom;
}

.wrap{
	width:832px;
	height:auto;
	margin:0 auto;
	text-align:left;
	background:url(../img/tbl_middle.jpg) repeat-y;
}

.base{
	width:800px;
	height:auto;
	margin:0 auto;
}

.tbl_bottom{
	width:832px;
	height:20px;
	background:url(../img/tbl_bottom.jpg) no-repeat;
}

.copyright{
	width:832px;
	height:auto;
	text-align:center;
	margin:0 auto;
	padding:20px 0px 100px 0px;
}

.copyright p{
	color:#333;
	font-size:12px;
}