﻿@charset "utf-8";
/******
* Theme Name : Healthy Paper
* Theme URI  : http://berry.aprk.net/o/w/healthypaper.php
* Version    : 1.0
* Author     : Raspberry Jam
* Author URI : http://berry.aprk.net/
* Date       : 2007/09/15
* This theme is published under "Creative Commons Attribution 3.0 Unported (Japan)" license.
  http://creativecommons.org/licenses/by/3.0/deed.ja
******/

/****** default setting ******/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,br,hr,code,blockquote,pre,a,input,textarea,address,abbr,em,strong,ins,del {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
hr {
	margin: -200px 0 0 0;
	visibility: hidden;
}
/****** body ******/
body {
	font-size: 12px;
	font-family: "Osaka", sans-serif;
	color: #2b2b2b;
	background-color: #feead0;
}
div.base {
	margin: 230px 0 0 0;
}
/****** header ******/
h1 {
	background-color: #7fc97f;
	padding: 80px 0;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.3em;
	font-size: 1.2em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/****** navigation ******/
div#navigation {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -320px;
	width: 650px;
}
div#navigation h2 {
	color: #ffffff;
	background-color: #fcb498;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 10px 0 0;
	padding: 65px 5px 0 5px;
	width: 140px;
	height: 85px;
	float: left;
}
div#navigation ul {
	float: left;
	width: 480px;
	margin: 0;
	padding: 0;
}
div#navigation ul li {
	margin: 0 10px 0 0;
	width: 150px;
	height: 150px;
	float: left;
	display: block;
	list-style: none;
}
div#navigation ul li a {
	color: #ffffff;
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 65px 5px 0 5px;
	width: 140px;
	height: 85px;
	display: block;
}
div#navigation ul li a:link,
div#navigation ul li a:visited {
	background-color: #fcb498;
}
div#navigation ul li a:active,
div#navigation ul li a:hover,
div#navigation ul li a:focus {
	background-color: #b3df76;
}
/****** section ******/
div.section {
	margin: 0 0 0 180px;
	clear: left;
}
div.section div.section {
	margin: -150px 0 130px 180px;
	clear: left;
}
div.section h2 {
	color: #ffffff;
	background-color: #fbc0df;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.51;
	text-align: center;
	padding: 50px 5px 0 5px;
	width: 140px;
	height: 100px;
	clear: left;
	position: relative;
	left: -170px;
	bottom: -150px;
}
div.section h3 {
	color: #ffffff;
	background-color: #bfe47f;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.51;
	text-align: center;
	padding: 50px 5px 0 5px;
	width: 140px;
	height: 100px;
	clear: left;
	position: relative;
	left: -170px;
	bottom: -150px;
}
div.section h4 {
	border-bottom: 3px solid #fee679;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 5px 0;
}
div.section h5 {
	border-bottom: 3px solid #bfe380;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 5px 10px;
}
div.section h6 {
	border-bottom: 3px solid #e4c6a5;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 5px 20px;
}
p {
	line-height: 1.51;
	margin: 0 30px 15px 20px;
}
abbr {
	background-color: #ffff8e;
	margin: 0 2px;
	border: none;
	cursor: help;
}
abbr:after {
	content: "?";
	border-bottom: 1px solid #c5c4c3;
	margin: 0 0 0 2px;
	background-color: #ffffff;
}
a:link,a:visited {
	color: #ffffff;
	margin: 0 2px;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fbb4b9;
}
a:active,a:hover,a:focus {
	color: #ffffff;
	margin: 0 2px;
	padding: 0 2px;
	font-weight: bold;
	text-decoration: none;
	background-color: #73c692;
}
code {
	border-bottom: 2px solid #ffd19b;
	background-color: #ffe2c1;
}
/****** list ******/
ul {
	margin: 5px 0 5px 30px;
}
ol {
	margin: 5px 30px 5px 30px;
}
dl {
	margin: 5px 30px 5px 30px;
}
dt {
	margin: 5px 0 0 0;
}
dd {
	margin: 0 0 5px 20px;
}
dd:before {
	content: "-";
	margin: 0 10px 0 0;
}
em {
	background-color: #b3df76;
	color: #ffffff;
	font-weight: bold;
	margin: 0 2px;
}
strong {
	background-color: #fcb496;
	color: #ffffff;
	font-weight: bold;
	margin: 0 2px;
}
del {
	text-decoration: line-through;
}
ins {
	border-bottom: 1px dashed #494949;
}
/****** finally ******/
div.finally {
	margin: 20px auto;
	width: 80%;
	border: 3px solid #c5c4c3;
	padding: 10px;
}
div.finally h2 {
	border-left: 18px solid #b3df76;
	font-size: 1.1em;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}
