/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #F4F4F4;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	font-weight: bold;
	color: #212121;
}

h1 {
	letter-spacing: 1px;
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

ul {
	padding: 0px 0px 0px 15px;
}

a {
	color: #000000;
}

a:active {
	text-decoration: underline;
}

img {
	border: none;
}

img.logo {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.left {
	float: left;
	margin: 10px 10px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

img.link {
	vertical-align: middle;
	margin: 5px 10px 5px 3px;
}

#header {
	width: 800px;
	margin: 0 auto;
	height: 105px;
}

#logo {
	margin-top: 10px;
}

#logo h1 {
	padding-top: 6px;
	padding-left: 5px;
	text-align: left;
	font-family: MS PGothic;
	font-size: 2.0em;
	color: #000000;
	letter-spacing: 0.1em;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 5px;
	font-family: Arial;
	font-size: 1.0em;
	letter-spacing: 0.5px;
}

#logo p {
	margin-left: 550px;
	margin-top: -105px;
	font-family: Arial;
	font-size: 13px;
	color: #4F4F4F;
	line-height: 18px;
}

#logo .stat {
	margin-left: 525px;
	margin-top: 40px;
	font-family: Arial;
	font-size: 13px;
	color: #4F4F4F;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	background: url(index/menubg1.png) repeat center top;
	margin: 0 auto;
	width: 800px;
	height: 50px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	width: 100px;
	display: block;
	float: left;
	padding: 26px 5px 5px 5px;
	text-align: center;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	background: url(index/menubg1.png) repeat center top;
}

#menu a:hover {
	color: #FFFFFF;
	background: url(index/menubg2.png) repeat center top;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
	background: #FFFFFF;
}

#paper {
	width: 800px;
	margin: 0 auto;
	padding: 0px 10px 0px 0px;
	line-height: 25px;
	font-size: 13px;
}

#paper a {
	font-weight: bold;
	text-decoration: none;
}

#paper a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#note {
	float: left;
	width: 500px;
	padding: 0px;
	line-height: 25px;
	font-size: 13px;
}

#note a {
	font-weight: bold;
	text-decoration: none;
}

#note a:hover {
	text-decoration: underline;
}

#box {
	float: right;
	width: 275px;
	padding: 0px 0px 0px 0px;
	line-height: 25px;
	font-size: 13px;
	border: #FFAFAF 1px dashed;
}

.post {
	margin: 10px 10px 0px 10px;
}

.post a {
	font-weight: bold;
	text-decoration: none;
}

.post a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.post p {
	padding-left: 5px;
	line-height: 25px;
}

.post .title {
	font-weight: bold;
	margin: 0;
	color: #900;
}

.post .heading {
	height: 30px;
	padding: 2px 0px 0px 10px;
	background: url(index/title.png) no-repeat;
}

.post .table th {
	padding-left: 5px;
	line-height: normal;
}

.post .table td {
	border: #A3A3A3 1px solid;
	padding-left: 5px;
	line-height: 25px;
}

.post .table li {
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
}

.post .meta {
	float: right;
	padding-top: 5px;
	font-size: 13px;
	color: #505050;
}

/* Footer */

#footer {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background: url(index/footer.png) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 18px 20px 10px 20px;
}

#left {
	float: left;
}

#right {
	float: right;
}
