@charset "utf-8";

* { margin: 0; padding: 0; }
body { font-family: "Trebuchet MS", Georgia, Arial, sans-serif, "宋体"; font-size: 14px; }
img { border: none; }

/*
a:link, a:visited { color: #4096ee; text-decoration: none; }
a:hover, a:active { color: #ff7400; text-decoration: none; }
*/

#menu { text-align: right; font-size: 12px; height: 20px; margin: 0 auto; }
#logo { width: 280px; height: 150px; margin: 20px auto; }

#content { width: 940px; margin: 40px auto; line-height: 1.5em;  }
#content h2 { font-weight: bold; font-size: 16px; color: #5b5b95; margin: 20px 0; }

#content .left { width: 460px; padding-right: 30px; float: left; }
#content .right { width: 400px; padding-left: 30px; float: right; border-left-width: 1px; border-left-style: dashed; border-left-color: #333; }

#content .noindent { text-indent: 0em!important; }

#content .left p { text-indent: 2em; }
#content .right p { line-height: 17px; vertical-align: baseline; margin-bottom: 15px; }

ul { list-style-position: outside; }
li { margin: 5px 0 0 35px; }
.color1 { background-color: #f3651d; }
.color2 { background-color: #1d72d7; }
.color3 { background-color: #669d1d; }
ul.icon1 { list-style-image: url(../image/icon_link1.png); }
ul.icon2 { list-style-image: url(../image/icon_link2.png); }
ul.icon3 { list-style-image: url(../image/icon_link3.png); }

#foot { clear: both; width: 940px; margin: 30px auto; font-size: 12px; text-align: center; }

/* end footer */

