/* @override http://jnyi.jp/wp-content/themes/jnyi/style.css */

/*  
Theme Name: jnyi.jp
Theme URI: 
Description: 
Version: 0.1
Author: Tomonaga Tokuyama
Author URI: http://www.tomonagatokuyama.com/
*/

body {
	background-color: white;	
	color: black;
	margin: 0;
	padding: 0;
	list-style: none;
}

body, input, textarea, h1, h2, h3, label, a {
	font: 11px/100% Helvetica, Geneva, Verdana, Arial, sans-serif;
}

body {
	line-height: 170%;
}

/* @group Centering */

html, body, #page {
	position: relative;
	height: 100%;
	margin:0;
}

#page {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
}

#page2 {
	*position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#content {
	margin: 0 auto;
	*position: relative;
	top: -50%;
 	vertical-align: middle;
	text-align: center;
}

/* @end */


/* @group Auto-clearing */

.autoclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.autoclear {
	display: inline-block
}


/* Hides from IE-mac \*/

* html .autoclear {
	height: 1%
}

.autoclear {
	display: block
}

/* End hide from IE-mac */

/* @end */


/* @group Page */

#page {
}

a {
	color: black;
	text-decoration: none;
}

/* @end */


/* @group Header */

#header {
}

#footer,
#footer a {
	color: #C1C1C1;
	font-size: 9px;
	line-height: 150%;
}

#footer strong {
	font-weight: normal;
}

#banner {
	position: absolute;
	width: 100%;
	height: 9px;
	margin-left: auto;
	margin-right: auto;
	bottom: 10px;
	background: url('images/staff.png') no-repeat center;
}

/* @end */


/* @group Main Content */

h1 {
	margin: 15px auto;
	font-size: 100%;
	letter-spacing: 10px;
	width: 400px;
	height: 30px; 
/*	
	text-indent: -1000em;
	background: url(images/title.png) no-repeat;
*/
}

h2 {
	display: none;
}

hr {
	margin-top: 2.5em;
	margin-bottom: 0em;
	height: 1px;
	background-color: #bbb; 
	border-style: none;
}

.info {
	color: #bbb;
	text-align: center;
}

.adminedit {
	text-align: right;
}


/* form */

#the_form_div {
}

#the_form {
	width: 100px;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#the_form_div input, 
#the_form_div textarea,
#the_form_div #submit
{
	font-size: 9px;
}

#the_form div {
	margin:1px 0;
}

#the_form_div .text,
#the_form_div textarea, 
#the_form_div #submit {
	display: block;
	width: 96%;
	background-color: #fff;
	border: 1px solid #8e8e8e;
	color: black;
	margin: 2px auto; 
}

#the_form_div #submit {
	background-color: #8e8e8e;
	color: #fff;
	text-decoration: none;
	padding: 2px 0;
}

#the_form_div textarea {
	overflow: hidden;
	height: 20px;
	padding: 0;
}

#the_form_div .expanded textarea {
	overflow: auto;
}

#loader {
  margin: 2px 0;
}
