@charset "utf-8";
html {
	background-color: #FFFFFF;
	  min-width: 960px;
}

body {
	/*background-color: #CCCCCC;*/
}
#head_w {
	width: 960px;
	margin-right: auto;
	margin-left: auto;	
}
#logo_del {
	width: 960px;
	height: 150px;
}
#logo {
	min-height: 580px;
    /*max-width: 100%;*/
    /*height: auto;*/
    /*width: auto\9;*/ /* ie8 */
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

#topNav {
  /*background-color: #4e8f8f;*/
  width: 960px;
  height: 40px;
  text-align: center;
  /*padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
*/
}
#topNav li {
  float: left;
  /*margin-right: 30px;*/
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
}
#topNav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 40px;
	color: #000099;
	text-decoration: none;
}
#topNav li:hover {
	background-color: #CCCCCC;
}
#content_w {
	width: 960px;
	/*background-color: #3366FF;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 24px;
	
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
}
strong {
	font-weight: bold;
}
#bullet {
	list-style-type: circle;
}
#o_list {
	list-style-type: decimal;
}
#o_list li {
	margin-bottom: 5px;
}
#footer_w {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin-top: 100px;
	width: 960px;
	/*background-color: #6699FF;*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;	
	
}