html {
	overflow-y: scroll;
}

body,
form {
	margin: 0;
	padding: 0;
}

body {
	min-width: 950px;
	background: #ccc;
}

body,
td {
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
}

a {
	color: #690;
	outline: none;
	text-decoration: underline;
}

a:hover,
a.active {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}

.stretch {
	width: 950px;
	margin: 0 auto;
}

.img {
	margin: 5px auto;
	display: block;
}

#body {
	padding: 10px 10px 0 10px;
	background: #fff;
}

a#anchor {
	margin-left: 5px;
	font-size: 30px;
	color: #690;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 1em;
}

#main {
	padding: 2em 0;
}


#footer {
	color: #888;
	font-size: 10px;
	margin: 0 auto;
	height: 150px;
	line-height: 30px;
	padding: 0 10px;
}

#footer a {
	color: #000;
}

#copyright,
#studio {
	height: 30px;
	width: 200px;
}

#copyright {
	float: left;
}

#studio {
	float: right;
	text-align: right;
}

/* Menu */

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	border-right-style: solid;
	border-right-width: 3px;
	display: block;
	float: left;
	padding: 9px 5px 0 0;
	margin-left: 20px;
}

a#item_1 {
	border-color: #ff0;
}

a#item_1_active,
a#item_1:hover {
	border-color: #ff9;
}

#body1 {
	background-color: #ff9;
}

a#item_2 {
	border-color: #f90;
}

a#item_2_active,
a#item_2:hover {
	border-color: #fc6;
}

#body2 {
	background-color: #fc6;
}

a#item_3 {
	border-color: #f00;
}

a#item_3_active,
a#item_3:hover {
	border-color: #fcc;
}

#body3 {
	background-color: #fcc;
}

a#item_4 {
	border-color: #6f0;
}

a#item_4_active,
a#item_4:hover {
	border-color: #9f9;
}

#body4 {
	background-color: #9f9;
}

a#item_5 {
	border-color: #6c0;
}

a#item_5_active,
a#item_5:hover {
	border-color: #cf6;
}

#body5 {
	background-color: #cf6;
}

a#item_6 {
	border-color: #690;
}

a#item_6_active,
a#item_6:hover {
	border-color: #6c0;
}

#body6 {
	background-color: #6c0;
}

a#item_7 {
	border-color: #39f;
}

a#item_7_active,
a#item_7:hover {
	border-color: #6cc;
}

#body7 {
	background-color: #6cc;
}

a#item_8 {
	border-color: #90f;
}

a#item_8_active,
a#item_8:hover {
	border-color: #c9f;
}

#body8 {
	background-color: #c9f;
}

a#item_9 {
	border-color: #339;
}

a#item_9_active,
a#item_9:hover {
	border-color: #66c;
}

#body9 {
	background-color: #66c;
}

a#item_10 {
	border-color: #960;
}

a#item_10_active,
a#item_10:hover {
	border-color: #c93;
}

#body10 {
	background-color: #c93;
}


.news_data {
	background-color: #ff9;
	float: right;
	padding: 0.1em;
	color: #666
}

/* Table Grid */

.grid{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 auto 0 auto;
}

.grid th,
.grid td {
	border: 1px solid #ccc;
	vertical-align: middle;
}

.grid th {
	padding: 0.4em;
}

.grid td {
	padding: 0.2em;
}

/* PHPCode */

code {
	display: block;
	border: 1px #ccc dashed;
	background: #eee;
	font-family: "Courier New", Courier, monospace;
	padding: 1em;
}

code span.blue {
	color: #00b;
}

code span.green {
	color: #070;
}
