@charset "utf-8";

html {
	width: 1006px;
	background: url('../site/background_repeat.png') top left repeat-y #000000;
}

body {
	background: url('../site/background.png') top left no-repeat;
}

#wrap {
	background: url('../site/background_right.png') bottom right no-repeat;
	min-height: 450px;
}

/* tgs */

h1, h2, h3, h4 {
	font-weight: 700;
}
h1 {
	display: none;
}
h2 {
	font-size: 20px;
	margin-bottom: 5px;
}
h3 {
	margin: 5px 0 5px 0;
}

a {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
.grey_box a {
	color: #006600;
}
.grey_box a:hover {
	color: #00FF00;
}

img {
	padding: 4px;
	border: 1px solid #000;
	background: #6F6F6F;
	margin: 10px;
}
div a img {
	padding: 0px;
	margin: 0px;
}

p {
	text-align: justify;
}
blockquote, .grey_box, form {
	background: #C0FF90;
	padding: 5px;
	margin: 5px;
	border: 1px solid #3F3F3F;
}

/* main layout */

#top {
	display: none;
}
#bottom {
	position: relative;
	display: block;
	clear: both;
	background: url('../site/background_bottom.png') bottom right no-repeat;
	height: 56px;
}

#spacer {
	position: relative;
	height: 50px;
	background: none;
}
#main {
	position: relative;
	display: block;
	left: 100px;
	width: 800px;
	min-height: 360px;
	padding-top: 50px;
	margin-bottom: 50px;
}

#main_content, #advert {
	float: left;
	width: 580px;
	padding: 5px;
	background: #FFF;
	min-height: 600px;
	border: 1px solid #000;
}

#side_content {
	float: right;
	width: 180px;
	padding: 5px;
	background: #FFF;
	min-height: 600px;
	border: 1px solid #000;
}

#advert {
	width: 788px;
	min-height: 20px;
	text-align: center;
	background: none;
	border: 0px;
}

.blocker, .separate {
	clear: both;
	display: block;
	height: 1px;
}
.separate {
	height: 5px;
	border-bottom: 1px solid #000;
}
.center {
	display: block;
	clear: both;
	width: 100%;
	text-align: center;
}
.left {
	float: left;
}
.right, .navigation {
	float: right;
}
.title {
	font-weight: 700;
	padding-left: 50px;
}

/* blog */
#blog_user {
	margin-top: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#searchform {
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}
#searchform label, #searchform input {
	float: left;
	clear: none;
}

/* other */
#current_project {
	margin: 10px 0px;
}
#current_project, .project {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.project {
	border-top: 1px solid #000;
	clear: both;
}

/* text */
p, h1, h2, h3, h4, h5, h6, blockquote, label, input, textarea, li, a {
	font-size: 15px;
	font-family: arial;
}

h2, h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}

/* form */
label {
	float: left;
}
input, textarea {
	float: right;
	clear: right;
}

#others a {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
#others a img {
	float: right;
}

strong {
	font-weight: 700;
}

/* wordpress */

.western {
	margin: 10px 0px 0px 0px;
}
.post {
	clear: both;
	margin: 0 0 20px 0;
}
.postmetadata {
	float: right;
	font-size: 10px;
}
.postmetadata a {
	font-size: 10px;
}

#comment {
	width: 580px;
}
