@charset "utf-8";
body {
	width: 960px;
	background-color: #606060;
	/* [disabled]position: static; */
	margin: 0px auto;
	padding: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#mainNav {
	background-image: url(../image/navBar.jpg);
	height: 40px;
}

#mainNav ul {
	list-style: none;
}
#mainNav ul li {
	display: block;
	float: left;
	height: 36px;
	margin: 2px 20px;
	font-size: 28px;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#WH {
	margin-left: 10px;
	color: #FFFFFF;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-indent: 10px;
	font-weight: bold;
	text-shadow: 2px 2px #000000;
	font-size: 2.5em;
}
#EP {
	text-align: right;
	color: #FFFFFF;
	font-style: italic;
	margin-right: 20px;
	text-shadow: 3px 2px #000000;
	font-weight: bold;
	letter-spacing: 19px;
	text-decoration: underline;
	/* [disabled]word-spacing: normal; */
}
header , section, aside, footer{
	background-color: #808080;
	/* [disabled]position: relative; */
	padding: 0px;
	width: 100%;
}
#mainSec {
	width: 100%;
	float: left;
	/* [disabled]margin: 12px; */
	height: 1050px;
}
#mainAsi {
	width: 40%;
	float: left;
	height: 1150px;
}
#mainSec article {
	margin: 20px 30px;
	text-indent: 39px;
	line-height: 2em;
}
#mainSec article h2 {
	font-weight: bold;
	font-size: 2em;
	text-shadow: 1px 1px #DDDDDD;
}
#mainSec article h3 {
	font-weight: bold;
	font-size: 1.6em;
}
#mainAsi img {
	margin-top: 40px;

}
#mainAsi h3 {
	font-size: 1.5em;
}
#mainAsi ul li {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
body footer {
	height: 70px;
	font-variant: small-caps;
	width: 100%;
	clear: left;
	border-top-style: solid;
	border-top-width: 1px;
	vertical-align: middle;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}
#mainNav ul li a {
	text-decoration: none;
	color: #FFFFFF;
}
#mainNav ul li a:hover {
	color: rgb(251, 174, 44);
}
#mainAsi ul li a {
	text-decoration: none;
	color: #1A005B;

}
#mainAsi ul li a:hover {
	color: #FFFFFF;
}
#mainSec article p {
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 40px;
}

.cateStyle {
	width: 180px;
	display: block;
	float: left;
	background-color: #606060;
	border-radius: 5px;
	height: 300px;
}
.cateStyle img {
	width: 180px;
	border-radius: 5px;
}
.cateStyle h4 {
	text-indent: 10px;
	font-weight: 700;
	font-size: 1.4em;
	font-style: italic;
	text-shadow: 1px 1px #DDDDDD;
}