body { 
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	}

#header {
	width: 100%;
	padding: 0; 
	margin: 0 auto;
	height: 100px;
	}

#headerimg {
	margin: 0 auto;
	height: 100px; 
	width: 750px;
	border-bottom: 1px dotted #666;
	}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

#main {
	position: absolute;
	top: 0; 
	left: 0;
	width: 430px;
	padding: 10px 10px 10px 10px;
	}

#menu {
	position: absolute;
	top: 0; 
	right: 0;
	width: 150px;
	padding: 10px 10px 10px 10px;
	border-right: 1px dotted #666;
	font-size: 12px;
	}

#adsense {
	margin:0 170px 0 450px;
	padding: 10px 5px 10px 5px;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
	}

#noads {
	margin:0 170px 0 450px;
	padding: 10px 5px 10px 5px;
	}
ul.menu {
	list-style-type: square; 
	/*margin-left: 0; */
	}
ul.menu a {
	text-decoration: none;
	color: red;
	}

ul.menu a:hover {
	text-decoration: underline;
	}

li { margin-left: -1.5em; }

h3 { font-size: 14px; }

img { border: none; }
small { color: #999; }
small a { color: #999; text-decoration: none; }

.ver {
	width: 400px;
	border: 0;
	font-size: 10px;
	}

.st1 { background-color: #CCC; }
.st2 { background-color: #F2F2F2; }
 
.news { font-size: 12px; }
.news a { color: red; text-decoration: none;}
.news a:hover { text-decoration: underline; }

