/*--------------------------- ¡Ú BG ¡Ú ------------------------------------------------------------------*/
.bg {
	width:100%;
	height:100%;
	min-height:1000px;
	background:url(/images/bg.jpg) top center repeat-x;
}
.top_bg{
	width:100%;
	height:12px;
	background:url(/images/footer_top.jpg) top center repeat-x;
}
.visual_bg {
	text-align:center;
	background:url(/images/bg_visual.jpg) top center no-repeat;
}
.visual_bg1 {
	text-align:center;
	height:700px;
	background:url(/images/bg_visual_index.jpg) top center no-repeat;
}
/*--------------------------- ¡Ú TOP ¡Ú ------------------------------------------------------------------*/
.top_logo {
	text-align:center;
	margin-top:25px;
}
.top_menu{
	position:relative;
	width:990px;
	margin:0 auto;
	padding-right:30px;
	text-align:center;
}
.top_login{
	width:930px;
	margin:0 auto;
	text-align:right;
	position:relative;	
	padding-top:10px;
	margin-bottom:-35px;
}
.top_logout{
	width:930px;
	margin:0 auto;
	text-align:right;
	position:relative;	
	padding-top:10px;
	margin-bottom:-35px;
}