@charset "utf-8";
@import "../import/sponsor_short.css";

body {
	min-width : 42em;
}

div#main-view {
	background : url(../../img/style1/logo-rmt.gif) no-repeat 150px -100px white;
	position : relative;
	_width : 100%;
}

h1 {
	_width : 100%;
}

/*----------------------------------------------------
 category or server select
---------------------------------------------------- */

div.category-select-menu {
	width : 13em;
	margin-bottom : 1.2em;
	float : left;
}

.category-select-menu h2 {
	color : #FF4500;
	margin-top : 0;
	margin-bottom : 0.5em;
	margin-left : 0.2em;
}

.category-select-menu ul {
	margin : 0 0 1em 0;
	padding : 0;
}

.category-select-menu li {
	margin : 0;
	padding : 0;
	display : inline;
}

.category-select-menu a {
	color : #333333;
	text-decoration : none;
	display : block;
	padding : 5px 0 5px 25px;
	_position : relative;
	margin : 0;
	border-bottom : 1px solid #e0e0e0;
}

.category-select-menu a:visited {
	color : #333333;
	background-image : url(../../img/others/box1.gif);
	background-position : 0.2em;
	background-repeat : no-repeat;
	border-bottom : 1px solid #e0e0e0;
}

.category-select-menu a:hover {
	color : green;
	background-image : url(../../img/others/arrow1.gif);
	background-repeat : no-repeat;
	background-color : #F7F7F7;
	border-bottom : 1px solid #e0e0e0;
}

div.sponsor-area {
	clear : both;
	padding-bottom : 1.5em;
	padding-top : 1em;
}


.cons-desc h2 {
	margin : 0 0 0.5em 0;
	color : green;
	font-weight : normal;
}

.cons-desc .section {
	margin-bottom : 2em;
}
div.cons-desc {
	padding : 0;
	margin-left : 15em;
}



