/* Reset ------------------------------------------------------------------ */
html,body,div,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
} 

a {
    text-decoration: none;
    outline: none;
}

a img,:link img,:visited img {
    border: none;
}

:link,:visited {
    text-decoration: none;
}

/* Utilities ------------------------------------------------------ */
/* a hack to get the float container background showing properly */
#container-inner:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* Layout --------------------------------------------------------- */
body{
	text-align:center;
	background-color: #BEC4B4;
	line-height:1.25em;
	font-family:Futura, Helvetica, Arial, sans-serif;
	font-size: 0.875em;
	color: #333333;
}

#container {
	margin-top:15px;
}

#container-inner{
	display:block;
	width: 940px;
	min-height: 300px;
	margin: 0 auto;	
	text-align: left;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#header, #content, #sidebar #footer {
 position: relative;
}

#footer {
	margin-top:.75em;
}

#content, #sidebar {
	display: inline;
	float: left;
}

#header-inner, #footer-inner, 
#content-inner, #sidebar-inner {
	position: static;
	padding-right: 20px;
	padding-left: 20px;
}

#header-inner, #footer-inner,
#content-inner, #sidebar-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#header-inner {
	background-color: #303934;
	background-image:url('/file/theme/mystyle/header.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	height: 56px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content{
	width: 640px;
}

#content-inner {
	padding: 5px, 0px, 0px, 0px;
}

#sidebar{
	left:30px;
	width:300px;
}

#sidebar-inner {
	padding: 20px, 0px, 0px, 0px;
}

/* Content ---------------------------------------------------------------- */
a:link, a:visited {
	color: #74A722;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

p, pre {
	margin-bottom: .75em;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: .75em;
	font-weight:bold;
	/* green */
	color: #74A722;
}

.eng {
	/* green */
	color: #74A722;
}

.jpn {
	/* grey */
	color: #BEC4B4;
}

blockquote{
	color: #444;
	margin: 10px, 0px, 10px, 0px;
	padding: 0px, 25px, 0px, 35px;
	background-img:url('/file/theme/mystyle/blockquote.png');
	background-repeat:no-repeat;
}

.content_image {
	margin:10px;
}

/* Header ---------------------------------------------- */

#name_eng {
	font-size: 2.0em;	
	margin-bottom: .25em;
}

#name_jpn {
	font-size: 1.25em;
}

/* header menus */
#header_menu {
	margin: 10px auto;	
	text-align:right;
	word-spacing: 15px;
}

/* Sidebar ---------------------------------------------- */
#search  {
	margin-bottom: 15px;
}	
#recent-comments, #headlines  {
	margin-top: 1.75em;
}
.sidebar-item {
	margin-top: 1.75em;
}


/* Blog --------------- */
.entry {
		margin-bottom: 30px;
}
.entry-pubdate {
	color: #909090;
	font-size: 11px;
}
.entry-footer {
	font-size: 11px;
	clear: both;
	margin-top:15px;
	padding-top:.5em;
}
.entry-share {
	margin-right:10px;
	float: right;
}

.entry-tweet {
	float: right;
	margin-top:2px;
}

/* Support -------------------------------------------- */
#FAQ_item {
	margin-bottom: 1.75em;
	}
	
#FAQ_question{
	font-weight: bold;
	}
	
#FAQ_answer{
	color: #909090;
	}

/* Comments -------------------------------------------- */
.comment {
	margin-bottom: 15px;
}
.comments-header, .comments-open {
	padding: 5px, 10px;
	border-width: 1px, 0;
	border-bottom-style: solid;
	/* dark grey */
	border-color: #BEC4B4;
	margin-top:15px;
	margin-bottom:15px;
}

.comments-header h2,
.comments-open h2 {
	display: inline;
}

.comments-header .separator,
.comment-header .separator
 {
	color: #BEC4B4;
	margin: 5px;
}

.comment-header {
	margin-top: .75em;
	margin-bottom: 5px;
	margin-left: 15px;
	border-width: 1px, 0;
	border-bottom-style: solid;
	/* dark grey */
	border-color: #BEC4B4;
}

.comment-date, .comment-author, .comment-number{
	font-size: 11px;
}

.comment-content {
	margin-left: 50px
}
 
#comment-form-email, #comment-form-text {
	margin-bottom: .75em;
}

#comment-email, #comment-text {
	width: 90%;
	padding: 2px;
	border:1px solid #BEC4B4;
	margin-bottom:10px;
}

/* ContactForm -------------------------------------------- */
#formField{
	margin-bottom: .75em;
}

#formField label{
	position: absolute;
	width: 80px;
	text-align:right;
}

#formField input, #formField textarea, .form-buttons { 
	margin-left: 100px; 
}

#messages-contactForm{
	font-weight:bold;
	/* green */
	color: #74A722;
	margin-bottom: 1.75em;
}

/*- Footer ------------------------------------ */
#footer-stuff {
	font-size:11px;
	}

