/* Common */
* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", verdana, arial, helvetica, sans-serif;
}

body {
	background: #CCC;
	color: #333;
}

h1, h2, h3, h4,
h1 *, h2 *, h3 *, h4 * {
    font-family: "Georgia", "Times New Roman", "HiraMinPro-W6", "MS PMincho", Times, serif;
}

p {
	line-height: 150%;
}

a:link {
	background: inherit;
	color: #0015FF;
}

a:visited {
	background: inherit;
	color: #594D5F;
}

a:hover {
	background: inherit;
	color: #C00;
}

a img {
	border: none;
}

pre {
	margin-top: 10px;
	font-family: monospace;
	color: #FFF;
	background-color: #000;
	padding: 5px 10px;
	overflow: auto;
}

code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	line-height: 1.4em;
}

#page {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
}

/* Header */
#header {
	width: 100%;
	height: 120px;
	background-image: url('/images/header_bg.gif');
	background-repeat: repeat-x;
}

#header a {
	background: inherit;
	color: #FFF;
}

#header a img {
	display: block;
	float: left;	
}

#header ul {
	height: 120px;
	margin-left: 45px;
	float: left;
}

#header ul li {
	display: block;
	float: left;
	margin-right: 30px;
	line-height: 120px;
	vertical-align: middle;
	font-size: 16px;
	background: inherit;
	color: #FFF;
}


/* Home */
body.home #page {
	background-image: url('/images/page_bg.gif');
	background-position: 450px 520px;
	background-repeat: repeat-y;
	color: inherit;
}

/* Home Main */
body.home #main {
	width: 100%;
	height: 400px;
	clear: both;
	background: #C00;
	color: #FFF;
}

body.home #screenshot {
	width: 450px;
	height: 400px;
	float: left;
}

div.home #about {
	width: 500px;
	height: 400px;
}

body.home #main p {
	padding-right: 30px;
	font-size: 12px;
}

body.home #main a {
	background: inherit;
	color: #F90;
}

body.home #post-it {
	margin-top: 20px;
	width: 500px;
	height: 260px;
	float: right;
	background: #FAEB7E;
	color: #9F4700;
	background-image: url('/images/post_it.png');
	background-repeat: no-repeat;
}

body.home #post-it h3 {
	background: inherit;
	color: #333;
	width: 470px;
	padding: 10px 0;
	text-indent: 10px;
	font-size: 16px;
	border-bottom: 1px #D1DADF solid;
}

body.home #post-it ul li {
	display: block;
	width: 470px;
	padding: 10px 0;
	text-indent: 20px;
	font-size: 14px;
	border-bottom: 1px #D1DADF solid;
}

/* Home Sub */
body.home #sub {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 30px;
}

body.home #sub h3 {
	margin-top: 30px;
	font-size: 16px;
}

body.home #sub h4 {
	margin-top: 30px;
	font-size: 12px;
}

body.home #sub ul {
	margin: 10px 20px;
}

body.home #sub ul li {
	margin-top: 3px;
	font-size: 0.9em;
}

body.home #news {
	width: 410px;
	padding-left: 20px;
	float: left;
}

body.home #news h3 a {
	text-decoration: none;
	background: inherit;
	color: #C00;
}

body.home #news h3 a:hover {
	text-decoration: underline;
}

body.home #news p {
	font-size: 0.9em;
	margin-top: 5px;
}

body.home #sub .update {
	display: block;
	font-size: 0.75em;
	margin-top: 3px;
	background: inherit;
	color: #9F4700;
}

body.home #update {
	width: 210px;
	padding: 0 20px;
	float: left;
	margin-left: 20px;
}

body.home #links {
	width: 210px;
	float: right;
	margin-right: 20px;
}

body.home #links p {
	margin-top: 10px;
	font-size: 0.8em;
}

/* Common */
#content {
	padding: 30px;
}

#breadcrumbs {
	font-size: 0.9em;
}

#content h1 {
	margin-top: 20px;
	font-size: 1.8em;
}

#content h2 {
	margin-top: 30px;
	font-size: 1.4em;
	background: inherit;
	color: #9F4700;
}

#content h3 {
	margin-top: 20px;
	font-size: 1.2em;
}

#content h4 {
	margin-top: 20px;
	font-size: 1em;
}

#content p {
	margin-top: 10px;
	font-size: 0.9em;
}

#content ul {
	margin: 10px 0 0 20px;
}

#content ul li {
	margin-top: 5px;
	font-size: 0.9em;
}

#content ul ul {
	margin-top: 0;
}

/* Docs, News */
body.docs #page,
body.news #page {
	background-image: url('/images/page_bg.gif');
	background-position: 700px 0;
	background-repeat: repeat-y;
	color: inherit;
}

body.docs #content,
body.news #content {
	width: 640px;
	float: left;
}

body.docs #sidebar,
body.news #sidebar {
	width: 210px;
	float: right;
	margin: 0 20px 30px 0;
}

body.docs #sidebar h3,
body.news #sidebar h3 {
	margin-top: 30px;
}

body.docs #sidebar ul,
body.news #sidebar ul {
	margin: 20px 0 0 20px;
}

body.docs #sidebar ul ul,
body.news #sidebar ul ul {
	margin: 5px 0 0 10px;
}

body.docs #sidebar ul li,
body.news #sidebar ul li {
	margin-top: 3px;
	font-size: 12px;
}

/* Footer */
#footer {
	width: 100%;
	clear: both;
	padding: 10px 0 30px 0;
	background: #272727;
	color: #CCC;
	font-size: 0.75em;
}

#footer p {
	margin: 10px 20px;
}

#footer p.valid {
	text-align: right;
}

#footer a {
	background: inherit;
	color: #FFF;
}
