@charset "utf-8";

/*
Theme Name: Zeitakuya 2013
Theme URI: 
Author: Zeitakuya
Author URI: http://www.zeitakuya.co.jp/
Description: 
Version: 1.0 (2013-05-01)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width,
Text Domain: Zeitakuya
*/

/* Reset -------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	}

/* frame original -------------------------------------------------------------- */
html {
	font-size: 14px;
	line-height: 24px;
	}
body {
	background-color: #ccc;
	background-image: url("background.jpg");
	margin-top: 0;
	margin-left: 0;
	padding-bottom: 30px;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Lucida Grande','ＭＳ Ｐゴシック', sans-serif;
	}
.clear {
	clear: both;
	}
small {
	font-size: 10px;
	}
b {
	font-weight: bold;
	}
sup {
	vertical-align: 3px;
	font-size: 9px;
	}
sub {
	vertical-align: baseline;
	font-size: 9px;
	}
a:link {
	color: #fff;
	text-decoration: none;
	}
a:visited {
	color: #fff;
	text-decoration: none;
	}
a:hover {
	background: transparent;
	text-decoration: none;
	border-bottom: dashed 1px #ffbf80;
	}

/* header -------------------------------------------------------------- */
#header_wrapper {
	position: fixed !important;
	top: 0;
	background-image: url("background.jpg");
	background-color: #ffead5;
	width: 100%;
	height: auto;
	z-index: 9;
	overflow: hidden;
	}
#header {
	width: 80%;
	max-width: 900px;
	min-width: 860px;
	height: auto;
	margin: 0.5em auto 0 auto;
	overflow: hidden;
	}
.header_image {
	float: left;
	overflow: hidden;
	}
.header_logo {
	float: right;
	}
.header_text {
	clear: left;
	margin: 4.2em 0 0 0.5em;
	color: #52321d;
	font-size: 14px;
	text-align: left;
	line-height: 1.1;
	overflow: hidden;
	}
#header_menu {
	clear: both;
	width: 80%;
	max-width: 900px;
	min-width: 860px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0.3em 0;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	overflow: hidden;
	}
.header_menu_content {
	list-style-type: none;
	}
.header_menu_content li {
	float: left;
	background-image: url("header_menu_corner.gif");
	background-repeat: no-repeat;
	background-color: #552b2b;
	color: #f8f4f1;
	margin-right: 0.1em;
	padding: 0.5em 0;
	width: 11.45%;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	}
.header_menu_content li a:hover {
	color: #ff952b;
	text-decoration: none;
	border: none;
	}
li.go_home {
	background-image: none;
	width: 4em;
	}
#content_title {
	width: 75%;
	min-width: 820px;
	height: auto;
	margin: 0.5em auto 0 auto;
	padding: 0.25em 0;
	border-bottom: dotted 1px #555;
	background-image: url("background.jpg");
	color: #555;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	}
.content_title_point {
	margin-right: 0.15em;
	width: 30px;
	height: auto;
	vertical-align: -0.1em;
	}
.content_title_memo {
	width: 75%;
	height: auto;
	margin: 0 auto;
	padding: 0.25em 0;
	color: #555;
	font-size: 14px;
	text-align: right;
	overflow: hidden;
	}

/* main area -------------------------------------------------------------- */
#main {
	margin: 220px auto 40px auto;
	padding-top: 0px;
	width: 80%;
	max-width: 900px;
	min-width: 860px;
	overflow: hidden;
	}

/* footer -------------------------------------------------------------- */
#footer_wrapper {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	background-image: url("background.jpg");
	background-color: #ffead5;
	z-index: 9;
	overflow: hidden;
	}
#footer, #footer a {
	width: 80%;
	max-width: 900px;
	min-width: 860px;
	height: auto;
	color: #552b2b;
	margin: 0 auto;
	padding: 0.3em 0;
	border-top: solid 1px #808080;
	text-decoration: none;
	overflow: hidden;
	}
#footer a:hover {
	color: #e33e00;
	border-bottom: solid 2px #e33e00;
	}
.troll_shadow {
	width: 2.5em;
	height: auto;
	}
#footer_menu {
	float: left;
	margin-top: 0.5em;
	margin-left: 0.5em;
	overflow: hidden;
	}
.footer_menu_content {
	list-style-type: none;
	}
.footer_menu_content li {
	float: left;
	padding: 0 0.75em;
	border-right: solid 1px #808080;
	font-size: 14px;
	line-height: 1.1;
	}
li.go_troll {
	border-right: solid 0px #808080;
	}
#footer_text {
	float: right;
	margin-top: 0.5em;
	margin-right: 0.5em;
	font-size: 14px;
	line-height: 1.25;
	overflow: hidden;
	}
#copyright {
	font-family: Arial, 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
	white-space: nowrap;
	}

