@import "format.css";
@import "plugins.css";

body {
	font-family: century, "MS UI Gothic", "$B%R%i%.%N4]%4(B Pro W4", serif;
	background-color: #FF97D7;
	text-align: center;
	padding: 20px auto;
}
a {
	color: #D90081;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #FF80CC;
}
a:visited {
	color: #98005B;
}
#mainbody {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}
.skip {
	display: none;
}
.btnspace {
	text-align: center;
	padding: 10px 0;
}
.pageswitch {
	padding: 0.2em;
	margin: 0 0 1em 0;
	background: #FFCBEA;
	font-size: 80%;
}
.breadcrumbs {
	margin: 1em 0 0 0;
	padding: 0.2em;
	background: #FFCBEA;
	font-size: 80%;
}

/*
============= header
*/
#header {
	position: relative;
	height: 403px;
	background: url(img/bg_header.png) no-repeat center;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	position: absolute;
	top: 0px;
	left: 392px;
	width: 468px;
	height: 255px;
}
#header h1 a em {
	display: none;
}
#header #about p {
	position: absolute;
	top: 256px;
	left: 392px;
	width: 451px;
	color: #666;
	text-align: right;
	font-size: 80%;
}

/*
=================== contents
*/
#contents {
	float: right;
	width: 573px;
	margin: 0 17px 0 0;
}
* html #contents {
	margin: 0 9px 0 0;
}
#contents h2, h3.results {
	margin: 12px 10px;
	text-align: right;
	letter-spacing: -0.1em;
	font-family: Georgia, Curtis, sans-serif;
	font-size: 240%;
	color: #fff;
}
* html #contents h2,
* html #contents h3.results {
	letter-spacing: -0.3em;
}
h3.item {
	margin: 0 10px;
	padding: 0.2em;
	border-bottom: 5px dotted #FF97D7;
	background: #ff0;
	font-size: 160%;
}
* html h3.item {
	border-bottom: 5px dashed #FF97D7;
}
h3.item a {
	color: #005533;
	text-decoration: none;
}
h3.item a:hover,
h3.item a:focus,
h3.item a:active {
	text-decoration: underline;
	color: #005533;
}
.itembody {                 /* as results width: 553px; */
	margin: 0 10px;
	padding: 1em 0.5em;
	background: #ff0;
	font-size: 90%;
	line-height: 1.4em;
}
.itembody img {
	margin: 1em 0;
}
.iteminfo-short, .iteminfo {
	margin: 0 10px 3em 10px;
	padding: 0.5em 0.5em 140px 0.5em;
	text-align: right;
	font-size: 80%;
	background: #ff0 url(img/bg_item.gif) no-repeat bottom center;
}
h2.comment,h2.trackback {
	text-align: left !important;
}
h3.comment {
	background: url(img/ico_comment.gif) no-repeat top left;
	margin: 1em 20px;
	padding-left: 16px;
}
.commentbody {
	margin: 0px 20px;
	font-size: 90%;
}
.commentinfo {
	margin: 0 20px;
	text-align: right;
	font-size: 80%;
}
.commentform {
	margin: auto 20px;
	font-size: 90%;
}
.commentform textarea {
	width: 400px;
}

#trackback {
	margin: 0 20px;
}
#trackback h3 {
	display: none;
}
#trackback .comment {
	font-size: 90%;
	margin: 0;
}
#trackback .info {
	margin: 0;
	text-align: right;
	font-size: 80%;
}
#trackback .tb_msg {
	margin: 1em 10px;
	padding: 0.5em;
	font-size: 80%;
	background: #FFCBEA;
}
/*
================= menu
*/
#menu {
	float: left;
	width: 220px;
	padding: 10px 10px 100px 10px;
	margin: 0px 0px 0px 19px;
	background: #fff url(img/bg_menu.gif) no-repeat bottom center;
	font-size: 80%;
}
* html #menu {
	margin: 0px 0px 0px 9px;
}
#menu h2 {
	padding: 0.5em;
	background: #ffff00;
	text-align: center;
}
#menu form {
	padding: 0.5em;
}
#footer {
	clear: both;
	margin: 0;
	padding: 60px 0 0 0;
	font-size: 80%;
	text-align: center;
}

