@charset "utf-8";

/* Common */

body {
	margin: 0px;
	background: transparent url("image/wall.png") repeat;
	font: 12px /150% "Tahoma","MS UI Gothic",sans-serif;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
}

a {
	color: #33C;
	text-decoration: none;
}

a:link {

}

a:visited {
	color: #009;
}

a:hover {
	border-bottom: 1px dashed;
}

a:avtive {

}

br {
	letter-spacing: 0px;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

div.main-frame {
	width: 600px;
	border: 1px #333 solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	text-align: left;
}

form input {
	border: 1px #CCF solid;
}

form textarea {
	border: 1px #CCF solid;
}

/* h1 - h4 */

h1.title {
	display: none;
}

h2.sub-title {
	display: none;
}

h3.content-sub-title {
	font-size: 100%;
	margin: 12px 0px 0px 12px;
}

h3.side-menu-title {
	font-size: 80%;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0px;
	margin: 0px;
	background-color: #F9F9F9;
}

h4 {
	font-size: 100%;
	margin: 12px 0px 0px 12px;
}

/* header */

div.header {
	margin: 0px;
	padding: 0px;
	background: transparent url("image/title.png");
	height: 120px;
	border-bottom: 1px #333 solid;
}

p.subscription {
	display: none;
}

/* main menu */

div.main-menu {
	margin: -120px 0px 0px 0px;
	padding: 0px;
	height: 120px;
}

div.main-menu ul {
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 6px 12px 0px 0px;
}

div.main-menu a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 2px;
}

div.main-menu a:link {

}

div.main-menu a:visited {
	color: #FFF;
}

div.main-menu a:hover {
	border-bottom: 1px #FFF dashed;
}

div.main-menu a:active {

}

/* footer */

div.footer {
	clear: both;
	text-align: center;
	border-top: 1px #333 solid;
}

div.footer img {
	vertical-align: middle;
}

div.footer .copyright {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.footer address {
	font-style: normal;
}

/* side menu */

div.side-menu {
	margin-left: 480px;
	padding-bottom: 12px;
}

div.side-menu ul ul {
	font-size: 90%;
	border-left: 0px;
	line-height: 120%;
}

div.side-menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	list-style-type: none;
	font-size: 80%;
	/*border-left: 1px #CCF dotted;*/
}

/* content */

div.content {
	float: left;
	width: 480px;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	background-color: #FFF;
	letter-spacing: 2px;
}

div.content p {
	margin-left: 24px;
	margin-right: 24px;
}

div.content div.posted {
	font-size: 80%;
	margin-left: 12px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}

div.content div.post {
	border-bottom: 1px #CCF dotted;
}


div.content div.post blockquote {
	border: 1px #CCF dashed;
	margin: 0px 24px;
	padding: 0px;
	background-color: #EEF;
}

div.content div.post blockquote p {
	margin: 12px;
	padding: 0px;
}

/* WordPress Comment */

input {
	font: 12px /150% "Tahoma","MS UI Gothic",sans-serif;
}

textarea {
	font: 12px /150% "Tahoma","MS UI Gothic",sans-serif;
}

ol#commentlist {
	border: 1px #CCF dotted;
	border-bottom-style: none;
	margin-right: 24px;
	margin-left: 24px;
	padding: 0px;
}

ol#commentlist li {
	list-style-type: none;
	border-bottom: 1px #CCF dotted;
	margin: 0px;
}