html, body {
	font-size: 12px;
	font-family: Arial, sans-serif;

	margin: 0px;
	padding: 0px;

	height: 100%;

	background-color: #f7f7f7;
}

.mpage_main {
	position: relative;

	margin-left: auto;
	margin-right: auto;

	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;

	background-color: #fff;

	width: 990px;

	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.mpage_top {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.mpage_top h1 {
	margin-left: 50px;
	margin-bottom: 10px;
}

.mpage_top p {
	margin-left: 50px;
}

.mpage_menu {
	position: absolute;

	height: 30px;

	background-image: url( "../img/pmage_menu_bg.png" );

	width: 100%;

	bottom: 0px;
}

.mpage_menu .menu_item {
	display: block;

	font-size: 100%;
	font-weight: bold;

	float: left;

	padding-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
}
.mpage_menu .menu_item a {
	text-decoration: none;
	color: #fff;
}
.mpage_menu .menu_item a:hover {
	color: #fff;
}

.mpage_bottom {
	position: absolute;

	bottom: 0px;

	border-top: 1px solid #ccc;

	background-color: #000;
	color: #fff;
	font-weight: bold;

	width: 990px;

	padding-top: 5px;
	padding-bottom: 5px;

	text-align: center;
}

.special_menu {
	width: 150px;
}
.special_menu_hover {
	color: #FF6200;
}
.special_menu .menu_item_head,
.special_menu .menu_item {
	padding: 2px;
	margin-top: 2px;
}
.special_menu .menu_item_head a,
.special_menu .menu_item a{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.special_menu .menu_item_head {
	font-weight: bold;
}
.special_menu .menu_item a {
	margin-left: 20px;
}

.mpage_middle {
	padding-top: 10px;
	padding-bottom: 140px;
}

.debug {
	position: absolute;
	bottom: 25px;
	width: 980px;
	padding: 5px;
	height: 100px;
	overflow: scroll;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.theme_container {
	margin-left: 3px;
}
.theme_item {
	position: relative;
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	width: 275px;
	height: 225px;
	border: 1px solid #ccc;
}
.theme_item .theme_title {
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}
.theme_item a img {
	border: 1px solid #ccc;
}
.theme_item a.button {
	position: absolute;
	bottom: 5px;
}
.page_detail {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.page_title {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #0072C6;
	padding: 5px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; 
}
.page_content {
	padding: 5px;
}
.page_content img {
	border: 1px solid #000;
	padding: 2px;
	margin: 3px;
}

.news_container {
	margin-left: 20px;
}
.news_container h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
.news_item {
	width: 415px;
	height: 160px;
	float: left;
	display: block;
	margin-right: 10px;
	padding: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news_title {
	color: #000;
	background-color: #0072C6;
	padding: 5px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
}
.news_title a {
	color: #000080;
	text-decoration: none;
}
.news_image {
	margin-right: 3px;
	float: left;
}
.news_image img {
	border: 1px solid #000;
}
.news_body {
	padding: 5px;
	margin-top: 3px;
}
.news_text {
	font-family: verdana;
	font-size: 12px;
	display: block;
	overflow: hidden;
	height: 100px;
	text-align: justify;
}
.news_text a {
	color: #000;
	text-decoration: none;
}
.news_info {
	font-family: verdana;
	font-size: 10px;
	margin-top: 3px;
	clear: left;
	background-color: #EAF3C0;
	padding: 5px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	color: #FF6600;
	text-align: right;
}
