@charset "utf-8";


/*==================================================
	◆ ブラウザの差異を無くす初期設定
==================================================*/

*{
	padding:0;
	margin:0;
}

html{
	height:auto;
}

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

br{
	letter-spacing:0px !important;
}

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

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

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









/* メニュー */
.menu_area{
	width:820px;
	height:auto;
	margin:0 auto;
	padding-bottom:30px;
	position:relative;
}

.menu_area a{
	color:#c61717;
	text-decoration:underline;
}

.menu_area a:hover{
	color:#333;
}

.menu_area span{
	width:auto;
	height:auto;
	position:absolute;
	top:0px;
	right:0px;
}
	 

/* コピーライト */
.copyright{
	width:870px;
	height:auto;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:120px;
}

.copyright p{
	color:#fff;
	font-size:13px;
	letter-spacing:2px;
	text-align:right;
}
