@charset "UTF-8";
/*
Theme Name: OraVerseJapan Theme
Theme URI: http://OraVerseJapan.com/
Description: OraVerseJapan
Version: 1.0
Author: OraVerseJapan
Author URI: http://OraVerseJapan.com
*/

/* Common */
/* ====================================================================== */

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%; 
}

body {
	text-align: center;
	font-family: 'verdana', 'trebuchet ms', sans-serif;
	color: #444;
	font-size: 1em;
	line-height: 1.6em;
	height:100%; 
	background: top url(images/header.gif) repeat-x #fbf9f5;
}

#layout {
	position: relative;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 953px;
}

a {
	color: #003366;
	text-decoration: underline;
}
	
a:hover {
	color: #FFF;
	background: #003366;
}

a img {
	border: none;
}

#header {
	height: 100px;
}

#header h1 {
	margin: 15px 0 0 0;
	width: 280px;
	height: 60px;
	text-indent: -3000px;
	background: url(images/logo.gif) no-repeat;
}

#header h1 a {
	display: block;
	width: 280px;
	height: 60px;
	background: url(images/logo.gif) no-repeat;
}

/* Menu */
/* ====================================================================== */

#menu {
	position: absolute;
	top: 85px;
	left: 0;
	width: 210px;
	z-index: 100;
	background: url(images/menu_bg.gif) repeat-y;
}

* html #menu {
	top: 100px;
}

*:first-child+html #menu {
	top: 100px;
}

#menu p#description {
	position: absolute;
	top: 27px;
	left: 240px;
	text-indent: -3000px;
	width: 660px;
	height: 70px;
	background: url(images/description.gif) no-repeat;
}

#menu ul {
	list-style: none;
	padding: 0 0 20px 20px;
	background: bottom url(images/menu_bottom.gif) no-repeat;
}

/* Content */
/* ====================================================================== */

#main {
	margin: 100px 0 0 0;
	float: right;
	width: 746px;
	background: url(images/content_bg.gif) repeat-y;
}

#main h2 {
	padding: 15px 10px 10px 20px;
	font-size: 18px;
	color: #003366;
	height: 28px;
	background: top url(images/content_top.gif) no-repeat;
}

.content {
	padding: 10px 20px 25px 30px;
	background: bottom url(images/content_bottom.gif) no-repeat;
}

.content h3 {
	padding: 0 0 5px 0;
}

.content p {
	padding: 5px 10px;
}

.content ul {
	margin: 5px 10px 15px 10px;
	padding: 10px;
	font-size: 92%;
	border: 1px solid #CED1D2;
	background: #ECF6FA;
}

.content li {
	margin: 0 0 0 20px;
}

.required {
	color: #990000;
}

/* footer */
/* ====================================================================== */

#footer {
	clear: both;
	padding: 15px 0;
	width: 953px;
	height: 50px;
	text-align: center;
	font-size: 10px;
}
