@charset "utf-8";
/*
Theme Name: MUTOH HIDEKI
Theme URI: http://wordpress.org/
Description: MUTOH HIDEKI Official Website
Version: 1.0
Author: EASY ACTION
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	 http://http://easyaction.jp/

*/



/* ************************ */
/* RESET */
/* ************************ */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #000;
	color: #FFF;
	margin: 0;
	padding: 0;
	}

#page {
	width:900px;
	text-align: left;
	margin:0px auto 0px;
	}

/* BASIC */
body {
	font-size: 12px;
	color: #FFF;
	line-height:1.5em;
	}
	
/* ************************ */
/* HEADER */
/* ************************ */

#top-header{
	width:100%;
	height:22px;
	background:url(common_img/hd_bg.gif) repeat-x top left;
	margin-bottom:20px;
}

#top-header h1{
	color:#999;
	font-size:10px;
	padding:2px 12px 0px 0px;
	float:right;
}

/* ************************ */
/* TOP PAGE */
/* ************************ */

#top_wp {
	width:900px;
	text-align: left;
	margin:0px auto 0px;
	}

#top_left {
	width:434px;
	min-height:520px;
	height: auto !important;
	height: 520px;
	background:url(images/top_bg_img.jpg) no-repeat 15px 0px;
	float:left;
	padding-left:15px;
	text-indent:-9999px;
}

div#top_right {
	width:436px;
	float:left;
}

#top-flash{
	width:436px;
	margin-bottom:14px;
}

/* ************************ */
/* TOP PAGE NEWS AREA */
/* ************************ */
div#news-box{
	width:436px;
	margin-bottom:16px;
}

div#news-box h3{
	text-indent:-9999px;
	width:436px;
	background:url(images/ttl_top_news.gif) no-repeat top left;
	height:21px;
	margin-bottom:7px;
}

div#news-box a{
	color:#B84E28;
}

div#news-box a:hover{
	color:#D18A4A;
	text-decoration:none;
}

.wn-box{
	width:436px;
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin-bottom:6px;
	margin-top:0px;
}

.date{
	width: 90px;
	font-size:12px;
	background: url(common_img/mark_br.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 14px;
	float:left;
	margin:0;
	color:#FFF;
	line-height:1.5em;
}

.newstxt{
	width:328px;
	float:left;
	font-size:12px;
	line-height:1.5em;
}

/* ************************ */
/* TOP PAGE BLOG NEWS AREA */
/* ************************ */
div#blog-news-box{
	width:436px;
	margin-bottom:14px;
}

div#blog-news-box h3{
	text-indent:-9999px;
	width:436px;
	background:url(images/ttl_top_blog.gif) no-repeat top left;
	height:21px;
	margin-bottom:7px;
}

div#blog-news-box a{
	color:#B84E28;
}

div#blog-news-box a:hover{
	color:#D18A4A;
	text-decoration:none;
}

.blog-wn-box{
	width:436px;
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin-bottom:6px;
}

.blog-date{
	width: 90px;
	font-size:12px;
	background: url(common_img/mark_blue.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 14px;
	float:left;
	margin:0;
	color:#FFF;
	line-height:1.5em;
}

.blog-newstxt{
	width:328px;
	float:left;
	font-size:12px;
	line-height:1.5em;
}


.more-navi {
	width: 39px;
	overflow: hidden;
	height: 11px;
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	float:right;
}

.more-navi ul#more-navi-list li {
    float: left;
    /*margin-left: 10px;*/
	list-style : none;
}

.more-navi ul#more-navi-list li a {  
    display: block;  
    text-decoration: none;  
    text-indent: -9999px;  
    /*width: 76px;*/  
    height: 11px;  
}  

.more-navi ul#more-navi-list li.bt-more a {
    background: url(common_img/bt_more.gif) no-repeat 0 0;
	width:39px;
}

.more-navi ul#more-navi-list li.bt-more a:hover {
    background: url(common_img/bt_more.gif) no-repeat 0px -11px;
	cursor: pointer;
}

/* ************************ */
/* TOP PAGE BANNER AREA */
/* ************************ */
.topbanner-box{
	width:436px;
	margin-bottom:10px;
}

.topbanner-box a{
	padding:0px;
	margin:0px;
}

.topbanner-box img{
	padding:0px;
	margin:0px;
}

/* ************************ */
/* FOOTER */
/* ************************ */

div#footer{
	width:900px;
	/*text-align: left;*/
	margin:0px auto 0px;
	border-top:#333 1px solid;
	padding-top:3px;
}

.footer-navi {
	overflow: hidden;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 0px;
	float:left;
	width:50%;
}

.footer-navi ul#footer-navi-list li {
    float: left;
    /*margin-left: 10px;*/
	list-style : none;
	font-size:10px;
	margin-right:4px;
}

.footer-navi ul#footer-navi-list li a {  
    text-decoration: none;
	color:#FFF;
	font-size:10px;
}  

.footer-navi ul#footer-navi-list li a:hover {
    color:#999;
}

.cpright{
	float:right;
	width:40%;
	text-align:right;
	color:#FFF;
	font-size:10px;
	padding-top:4px;
}

/* ************************ */
/* BLOG */
/* ************************ */

div#blog{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/blog_bg.jpg) no-repeat top left;
}

/* ************************ */
/* BLOG SIDEBAR */
/* ************************ */

div#blog-sidebar{
	width:262px;
	float:left;
	padding-right:54px;
}

div#blog-sidebar-inner{
	width:238px;
	padding-left:24px;
}

div#blog-sidebar-inner a{
	font-size:12px;
	color:#D66729;
	background: url(common_img/mark_br.gif) no-repeat 0px 4px;
	padding:0px 0px 0px 14px;
	margin-bottom:4px;
}

div#blog-sidebar-inner a:hover{
	color:#D18A4A;
}

div#blog-sidebar-inner ul{
	margin-bottom:20px;
}

div#blog-sidebar-inner li{
	margin-bottom:4px;
	padding-left:10px;
}


/* ************************ */
/* BLOG CONTENTS */
/* ************************ */

div#blog-contents{
	width:560px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:39px;
}

div#blog-contents p{
	color:#FFF;
	line-height:180%;
	font-size:1.1em;
	padding-bottom:8px;
}

div#blog-contents a{
	color:#D66729;
}

div#blog-contents a:hover{
	color:#ff9966;
}

.w18b{
	color:#FFF;
	font-size:1.25em;
	font-weight:bold;
	line-height:130%;
	padding-bottom:2px;
}

.blog-w18b{
	color:#FFF;
	background:#1C1C1C;
	font-size:1.25em;
	font-weight:bold;
	line-height:130%;
	padding:3px 3px 3px 5px;
}

.blog_date{
	color:#FFF;
	font-size:10px;
	padding:2px 0px 3px 0px;
	margin-bottom:10px;
	text-align:right;
}

.entry-box{
	margin-bottom:30px;
}

.entry-box h2,h3,h4{
	margin-bottom:3px;
}

#_mcePaste{
	margin-bottom:6px;
}
/* ************************ */
/* NEWS */
/* ************************ */

div#news{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/news_bg.jpg) no-repeat top left;
}

div#news-contents{
	width:560px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:39px;
}

div#news-contents p{
	color:#FFF;
	line-height:170%;
	font-size:1em;
	padding-bottom:8px;
}

div#news-contents a{
	color:#D66729;
}

div#news-contents a:hover{
	color:#ff9966;
}

/* ************************ */
/* RACE */
/* ************************ */

div#race{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/race_bg.jpg) no-repeat top left;
}

div#race-contents{
	width:560px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:39px;
}

div#race-contents a{
	color:#FF9900;
}

span.rank{
	font-size:15px;
	padding-left:12px;
	color:#CC0000;
}

.w18r{
	color:#FF9900;
	font-size:17px;
	font-weight:bold;
	line-height:130%;
	padding-bottom:2px;
}

.race_date{
	color:#FFF;
	font-size:10px;
	padding:0px 0px 3px 0px;
}

/* ### RACE NAVI ############# */

#nw-navi {
	width: 560px;
	overflow: hidden;
	/*height: 11px;*/
	/*margin:0px 0px 18px 0px;*/
	padding:0px 0px 0px 0px;
	border-bottom:#E71E0F 3px solid;
	margin-bottom:10px;
	/*float:left;*/
}

#nw-navi ul#nw-navi-list li {
    float: left;
	list-style : none;
}

#nw-navi ul#nw-navi-list li a {  
    display: block;  
    text-decoration: none;  
    text-indent: -9999px;  
    /*width: 76px;*/  
    height: 32px;
	text-align:left;
}  

/* ### QUALIFY ### */
#nw-navi ul#nw-navi-list li.menu01 a {
    background: url(images/bt_qa.gif) no-repeat 0 0;
	width:100px;
}

#nw-navi ul#nw-navi-list li.menu01 a:hover {
    background: url(images/bt_qa.gif) no-repeat 0px -32px;
	cursor: pointer;
}

#nw-navi ul#nw-navi-list li.menu01.current a{
	background: url(images/bt_qa.gif) no-repeat 0px -32px;
	cursor: pointer;
}

/* ### FINAL ### */
#nw-navi ul#nw-navi-list li.menu02 a {
    background: url(images/bt_final.gif) no-repeat 0 0;
	width:100px;
}

#nw-navi ul#nw-navi-list li.menu02 a:hover {
    background: url(images/bt_final.gif) no-repeat 0px -32px;
	cursor: pointer;
}

#nw-navi ul#nw-navi-list li.menu02.current a{
	background: url(images/bt_final.gif) no-repeat 0px -32px;
	cursor: pointer;
}

/* ************************ */
/* RACE SIDEBAR */
/* ************************ */

div#race-sidebar{
	width:262px;
	float:left;
	padding-right:54px;
}

div#race-sidebar-inner{
	width:247px;
	padding-left:15px;
}


/* ************************ */
/* PROFILE */
/* ************************ */

div#prof{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/prof_bg.jpg) no-repeat top left;
}


div#prof-contents{
	width:560px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:39px;
	padding-bottom:20px;
}

div#prof-contents h3{
	text-indent:-9999px;
	width:560px;
	height:28px;
	background:url(images/ttl_career.png) no-repeat top left;
	border-bottom:#666 1px solid;
	padding-bottom:6px;
	margin-bottom:16px;
}

.profcontent-tb{}

.profcontent-tb td{
	font-size:1em;
	text-align:left;
	padding-bottom:16px;
	vertical-align:top;
}


/* ************************ */
/* PROFILE SIDEBAR */
/* ************************ */

div#prof-sidebar{
	width:262px;
	float:left;
	padding-right:54px;
}

div#prof-sidebar-inner{
	width:247px;
	padding-left:15px;
}

.proftb{}

.proftb td{
	font-size:1.2em;
	text-align:left;
	padding-bottom:16px;
}

.racettl{
	 background: url(images/race_2009_ttl.gif) no-repeat;
	 text-indent:-9999px;
	 padding-bottom:10px;
}

#race-navi-2009 {
	width: 247px;
	overflow: hidden;
	/*height: 11px;*/
	/*margin:0px 0px 18px 0px;*/
	padding:0px 0px 0px 0px;
	margin-bottom:20px;
	/*float:left;*/
}

#race-navi-2009 ul#race-navi-2009list li {
    /*float: left;*/
	list-style : none;
}

#race-navi-2009 ul#race-navi-2009list li a {  
    display: block;  
    text-decoration: none;  
    text-indent: -9999px;  
    /*width: 76px;*/  
    height: 52px;
	text-align:left;
}  

/* ### QUALIFY ### */
#race-navi-2009 ul#race-navi-2009list li.race01 a {
    background: url(images/race_bt01_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race01 a:hover {
    background: url(images/race_bt01_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race01.current a{
	background: url(images/race_bt01_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

/* ### FINAL ### */
#race-navi-2009 ul#race-navi-2009list li.race02 a {
    background: url(images/race_bt02_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race02 a:hover {
    background: url(images/race_bt02_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race02.current a{
	background: url(images/race_bt02_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race03 a {
    background: url(images/race_bt03_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race03 a:hover {
    background: url(images/race_bt03_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race03.current a{
	background: url(images/race_bt03_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race04 a {
    background: url(images/race_bt04_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race04 a:hover {
    background: url(images/race_bt04_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race04.current a{
	background: url(images/race_bt04_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race05 a {
    background: url(images/race_bt05_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race05 a:hover {
    background: url(images/race_bt05_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race05.current a{
	background: url(images/race_bt05_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race06 a {
    background: url(images/race_bt06_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race06 a:hover {
    background: url(images/race_bt06_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race06.current a{
	background: url(images/race_bt06_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race07 a {
    background: url(images/race_bt07_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race07 a:hover {
    background: url(images/race_bt07_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race07.current a{
	background: url(images/race_bt07_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race08 a {
    background: url(images/race_bt08_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race08 a:hover {
    background: url(images/race_bt08_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race08.current a{
	background: url(images/race_bt08_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race09 a {
    background: url(images/race_bt09_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race09 a:hover {
    background: url(images/race_bt09_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race09.current a{
	background: url(images/race_bt09_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race10 a {
    background: url(images/race_bt10_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race10 a:hover {
    background: url(images/race_bt10_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race10.current a{
	background: url(images/race_bt10_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race11 a {
    background: url(images/race_bt11_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race11 a:hover {
    background: url(images/race_bt11_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race11.current a{
	background: url(images/race_bt11_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race12 a {
    background: url(images/race_bt12_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race12 a:hover {
    background: url(images/race_bt12_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race12.current a{
	background: url(images/race_bt12_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race13 a {
    background: url(images/race_bt13_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race13 a:hover {
    background: url(images/race_bt13_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race13.current a{
	background: url(images/race_bt13_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race14 a {
    background: url(images/race_bt14_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race14 a:hover {
    background: url(images/race_bt14_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race14.current a{
	background: url(images/race_bt14_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race15 a {
    background: url(images/race_bt15_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race15 a:hover {
    background: url(images/race_bt15_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race15.current a{
	background: url(images/race_bt15_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race16 a {
    background: url(images/race_bt16_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race16 a:hover {
    background: url(images/race_bt16_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race16.current a{
	background: url(images/race_bt16_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race17 a {
    background: url(images/race_bt17_2009.gif) no-repeat 0 0;
	width:247px;
}

#race-navi-2009 ul#race-navi-2009list li.race17 a:hover {
    background: url(images/race_bt17_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

#race-navi-2009 ul#race-navi-2009list li.race17.current a{
	background: url(images/race_bt17_2009.gif) no-repeat -247px 0px;
	cursor: pointer;
}

/* ************************ */
/* LINKS */
/* ************************ */

div#links{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/links_bg.jpg) no-repeat top left;
}

div#links-contents{
	width:560px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:90px;
	padding-bottom:20px;
}

.linkmark{
	font-size:14px;
	background: url(common_img/link_mark.png) no-repeat 0px 5px;
	padding:0px 0px 16px 14px;
	color:#FFF;
	line-height:1.5em;
}

.linkmark a{
	color:#FF9900;
}

.linkmark a:hover{
	color:#B53D01;
	text-decoration:none;
}

/* ************************ */
/* LINKS SIDEBAR */
/* ************************ */

div#links-sidebar{
	width:262px;
	float:left;
	padding-right:54px;
}

/* ************************ */
/* MEMBER */
/* ************************ */

div#member{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/member_bg.jpg) no-repeat top left;
}

div#member-contents{
	width:560px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:39px;
	padding-bottom:20px;
	color:#FFF;
}

div#member-contents h3{
	color:#FFF;
}


div#member-contents h3.mbc{
	text-indent:-9999px;
	background:url(images/boshu.gif) no-repeat top left;
	width:215px;
	height:28px;
	margin-bottom:16px;
}

div#member-contents h4.tokuten{
	text-indent:-9999px;
	background:url(images/tokuten.gif) no-repeat top left;
	width:102px;
	height:22px;
	margin-bottom:16px;
}

div#member-contents p.pta{
	font-size:1.4em;
	padding-bottom:12px;
	font-weight:bold;
}

/* ### MEMBER BTN ############# */

#mem-navi {
	width: 560px;
	overflow: hidden;
	/*height: 11px;*/
	/*margin:0px 0px 18px 0px;*/
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	/*float:left;*/
}

#mem-navi ul#mem-navi-list li {
    float: left;
	list-style : none;
}

#mem-navi ul#mem-navi-list li a {  
    display: block;  
    text-decoration: none;  
    text-indent: -9999px;  
    /*width: 76px;*/  
    height: 44px;
	text-align:left;
	padding-right:16px;
}  

/* ### QUALIFY ### */
#mem-navi ul#mem-navi-list li.menu01 a {
    background: url(images/bt_member.jpg) no-repeat 0 0;
	width:256px;
}

#mem-navi ul#mem-navi-list li.menu01 a:hover {
    background: url(images/bt_member.jpg) no-repeat 0px -44px;
	cursor: pointer;
}

/* ### FINAL ### */
#mem-navi ul#mem-navi-list li.menu02 a {
    background: url(images/bt_member_login.jpg) no-repeat 0 0;
	width:256px;
}

#mem-navi ul#mem-navi-list li.menu02 a:hover {
    background: url(images/bt_member_login.jpg) no-repeat 0px -44px;
	cursor: pointer;
}


.passtxt{
	line-height:150%;
	padding-bottom:16px;
	font-size:1.2em;
}

.passform{
	line-height:200%;
	padding-bottom:16px;
}

/* ************************ */
/* MEMBER SIDEBAR */
/* ************************ */

div#member-sidebar{
	width:262px;
	float:left;
	padding-right:54px;
}

.memwn-box{
	width:240px;
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin-bottom:6px;
	margin-top:0px;
	margin-left:22px;
	border-bottom:#999 dotted 1px;
}

.memdate{
	font-size:12px;
	width:240px;
	text-align:left;
	margin:0;
	color:#FFF;
	line-height:1.5em;
}

.memtxt{
	width:240px;
	background: url(common_img/link_mark.png) no-repeat 0px 4px;
	padding:0px 0px 5px 14px;
	text-align:left;
	font-size:12px;
	line-height:1.5em;
}

/* ************************ */
/* GALLERY */
/* ************************ */

div#gallery{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/gallery_bg.jpg) no-repeat top left;
}

div#gallery-contents{
	width:580px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:39px;
	padding-bottom:20px;
}

div#gallery-contents h4{
	/*color:#FF6600;*/
	color:#FFF;
	font-size:1.2em;
}

.gallery-box{
	width:262px;
	padding-right:28px;
	padding-bottom:18px;
	float:left;
}

.ngg-gallery-thumbnail-box{
	display:none;
}

.ngg-galleryoverview{
	padding:0;
	margin-top:0;
}

.piclenselink{
	text-indent: -9999px;
	width:262px;
	height:18px;
	display:block;
	overflow: hidden;
}

.piclenselink a {
		background:url(images/bt_gallery.gif) no-repeat;
		width:262px;
		height:18px;
		display:block;
/*	text-decoration:none;*/
}

.piclenselink a:hover {
		background: url(images/bt_gallery.gif) no-repeat 0px -18px;
		cursor: pointer;
		width:262px;
}


/* ************************ */
/* GALLERY SIDEBAR */
/* ************************ */

div#gallery-sidebar{
	width:262px;
	float:left;
	padding-right:54px;
}

/* ************************ */
/* CONTACT */
/* ************************ */

div#contact{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/contact_bg.jpg) no-repeat top left;
}

div#contact-contents{
	width:560px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:39px;
	padding-bottom:20px;
}

div#contact-contents p{
	padding-bottom:16px;
}

/* ************************ */
/* CONTACT SIDEBAR */
/* ************************ */

div#contact-sidebar{
	width:262px;
	float:left;
	padding-right:54px;
}

/* ************************ */
/* COMMON */
/* ************************ */

div#common{
	width:900px;
	min-height:500px;
	height: auto !important;
	height: 500px;
	background:url(images/cm_bg.jpg) no-repeat top left;
}

div#common-contents{
	width:560px;
	/*margin-top:39px;*/
	overflow:hidden;
	padding-top:39px;
	padding-bottom:20px;
}


/* ************************ */
/* COMMON SIDEBAR */
/* ************************ */

div#common-sidebar{
	width:262px;
	float:left;
	padding-right:54px;
}

/* ************************ */
/* OTHER PART */
/* ************************ */

div#before{
	float:left;
	margin-bottom:16px;
}

div#next{
	float:right;
	margin-bottom:16px;
}

p.caution{
	font-size:1em;
	color:#FF0000;
	line-height:140%;
}

.selectln{
	float:right;
}

#transl_sign{
	display:none;
}

#translation_bar{
	padding:4px 0px 0px 0px;
	margin:0px;
	float:right;
	width:146px;
}

#translation_bar img{
	padding-right:3px;
}

#content {
	font-size: 1.2em;
	width:900px;
	}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.widgettitle{
	display:none;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 2em;
	color:#FFF;
	padding-bottom:12px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width:262px;
	padding-right:55px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #FF9900;
	text-decoration: none;
	}

a:hover {
	color: #993300;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}


#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


