@charset "utf-8";

/*======================================

	1-1.Option

=======================================*/
#leftmenu,
#content,
#rightmenu {
	float:left;
}



/*======================================

	2-1.base

=======================================*/
ul {
	list-style: none;
	list-style-position: outside;
}

ul.row_menu li {
	float:left;
}

.image {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-repeat: no-repeat;
	display: block;
}

hr {
    display:none;
}



/*======================================

	3-1.debug

=======================================*/
pre {
	text-align: left;
}