@charset "utf-8";

/* ━━━━　レイアウト　━━━━ */

body{
	font-family:MS UI Gothic,;
	font-size:12px;
	color:#333333;
	line-height:130%;
	text-align:center;
	background:url(../../images/common/groval_bg.jpg) repeat-x left top;
	
}

a:hover{text-decoration:none;}

/* ━━━━　ヘッダ　━━━━ */

#header{
	display:none;
}

#ct_hdr{
	display:none;
}

#ct_left{
	display:none;
}

#ct_ftr{
	display:none;
}

#ct_container{
	clear:both;
	width:644px;
	text-align:left;
	margin:0px auto;
}




/* ━━━━　フッター　━━━━ */

#footer {
	clear:both;
	width:644px;
	min-height:45px;
	_height:45px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

#footer p{
	display:none;
}

#footer img{
	float:right;
	margin-top:15px;
	padding:0px;
}

