@charset "UTF-8";

/* Init tags
================================================*/
*{
	margin: 0px;
	padding: 0px;
}
img{
	border: none;
}
body{
	background-color: #ffffff;
	text-align: center;
}

/* Font
================================================*/
body,table,td{
	color: #464646;
	font-size: 12px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-family: "ＭＳ Ｐゴシック", Verdana,Arial,Osaka;
}
input,textarea{
	font-size: 12px;
}
br{
	letter-spacing: 0em;
}
img{
	vertical-align: bottom;
}
/* Link
================================================*/
a:link {
	color: #0095c6;
	text-decoration: underline;
}
a:active {
	color: #0095c6;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #0095c6;
	text-decoration: none;
}

/* Class
================================================*/
.input_box{
	background-color: #e5e5e5;
}
.select_box{
	background-color: #e5e5e5;
}
.c_red{
	color: #a60000;
}
.c_orange{
	color: #ff9900;
}
.icon{
	vertical-align: middle;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*?*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* pager */
.pager{
	margin-bottom: 20px;
}
.pager ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px 15px 5px 0px;
}

.pager li{
	display: inline;
	padding: 8px;
	margin: 0px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #e2e2e2;
	background-color: #f1f1f1;
	margin-right: 5px;
}

/* error_message */
.error_message{
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}
.error_message p{
	color: #a60000;
	font-weight: bold;
}
/* form_message */
.form_message{
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 10px;
	margin-bottom: 10px;
}
.form_message p{
}
/* tb_form */
.tb_form{
	width: 100%;
	border-top: 1px solid #3b3b3b;
	border-left: 1px solid #3b3b3b;
	background-color: #e5e5e5;
	margin: 0px 0px 20px 0px;
}
.tb_form td{
	padding: 10px;
	border-right: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	text-align: left;
}
.tb_form th{
	padding: 10px;
	background-color: #1d1d1d;
	color: #ffffff;
	border-right: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	text-align: left;
}
.tb_form .about{
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.2em;
}
.tb_form .input_s{
	width: 200px;
}
.tb_form .input_l{
	width: 300px;
}
.tb_form .textarea_s{
	width: 300px;
	height: 100px;
}
.tb_form .textarea_l{
	width: 300px;
	height: 300px;
}
.tb_form .td_tag{
	background-color: #0d0d0d;
}
.tb_form .td_name{
	width: 125px;
}
.tb_form .td_submit{
	text-align: center;
	padding: 30px;
}
.tb_form ul{
	list-style-type: none;
}
.tb_form li{
	float: left;
	width: 125px;
}
/* tb_list */
.tb_list{
	width: 100%;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	background-color: #f1f1f1;
	margin: 0px 0px 20px 0px;
}
.tb_list td{
	padding: 10px;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
}
.tb_list th{
	padding: 10px;
	background-color: #1d1d1d;
	color: #ffffff;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	text-align: left;
}
.tb_list .tr_highlight{
	background-color: #ffffff;
}
.tb_list .td_detail h3{
	font-size: 14px;
}
.tb_list .td_detail p{
	font-size: 10px;
	line-height: 12px;
}
.tb_list .td_date{
	width: 100px;
}
.tb_list .td_btn{
	width: 50px;
	text-align: center;
}
.tb_list .td_small{
	width: 100px;
}
.tb_list .td_xsmall{
	width: 50px;
}
/* tb_free */
.tb_free{
	border-top: 1px solid #3b3b3b;
	border-left: 1px solid #3b3b3b;
	background-color: #e5e5e5;
	margin: 0px 0px 20px 0px;
}
.tb_free td{
	padding: 10px;
	border-right: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	text-align: left;
}
.tb_free th{
	padding: 10px;
	background-color: #1d1d1d;
	color: #ffffff;
	border-right: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	text-align: left;
}
/* header_link
================================================*/
#header_link{
	background-color: #101010;
}
#header_link ul{
	padding: 5px;
	text-align: right;
	font-size: 10px;
	line-height: 1.2em;
}
#header_link li{
	display: inline;
	margin-right: 10px;
	color: #a60000;
}

/* header_area
================================================*/
#header_area{
	background: url(http://img3.audioleaf.com/images/membo/bg_header.gif) top left repeat-x;
	height: 136px;
	text-align: left;
}
#header_area h1{
	margin-left: 25px;
	float: left;
}
#headerBanner{
	margin-top: 11px;
	padding-right: 10px;
	float: right;
}
/* global_menu
================================================*/
#global_menu{
	clear: both;
	margin-left: 150px;
	height: 54px;
}
#global_menu ul{
	float: left;
	height: 54px;
	list-style-type: none;
}
#global_menu li{
	float: left;
	width: 134px;
	height: 54px;
	text-indent: -9999px;
}
#global_menu li a{
	display: block;
	width: 134px;
	height: 54px;
}
/* non-focus */
a#menu_articles{background: url(http://img3.audioleaf.com/images/membo/menu_articles.gif);}
a#menu_search{background: url(http://img3.audioleaf.com/images/membo/menu_search.gif);}
a#menu_entry{background: url(http://img3.audioleaf.com/images/membo/menu_entry.gif);}
/* focus */
#articles_page #global_menu ul li a#menu_articles{background-position:0px -54px;}
#search_page #global_menu ul li a#menu_search{background-position:0px -54px;}
/* hover */
#global_menu ul li a:hover {background-position:0px -54px;}
/* menu_archive */
#menu_archive{
	float: left;
	width: 250px;
	height: 54px;
	background: url(http://img3.audioleaf.com/images/membo/menu_archives.gif) top left no-repeat;
}
#menu_archive form{
	margin-left: 100px;
}
#menu_archive select{
	float: left;
	width: 100px;
	margin: 13px 5px 0px 0px;
}
#menu_archive .submit_box{
	float: left;
	width: 25px;
	margin-top: 13px;
}

/* Layout
================================================*/
#contents_area{
	clear: both;
	width: 100%;
	text-align:left;
	margin: 0px auto;
}

#wrapper{
	width: 100%;
	float: left;
	margin-right: -260px;
}

/* adv_area */
#adv_area{
	width: 260px;
	float: left;
	border-top: 1px solid #ffffff;
	background-color: #e5e5e5;
	padding-top: 5px;
}
#adv_area h2{
	padding: 10px 10px;
	border: 1px solid #ffffff;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	background-color: #1d1d1d;
	color: #ffffff;
}
#adv_area .inner_box{
	margin: 0px 5px 5px 5px;
	background-color: #ffffff;
}
#adv_area .inner_box dl{
}
#adv_area .inner_box dt{
	padding: 5px 10px;
}
#adv_area .inner_box dd{
	text-align: right;
	padding: 0px 10px 5px 10px;
	font-size: 11px;
	line-height: 12px;
	border-bottom: 1px solid #e2e2e2;
	color: #888888;
}
#adv_area p.adv_footer_box{
	clear: both;
	font-size: 11px;
	text-align: right;
	color: #ff9900;
	margin: 0px 10px 0px 0px;
}
#adv_area .banner_box{
	margin: 0px 5px 5px 5px;
	background-color: #ffffff;
}
#adv_area .banner_box dl{
	padding: 5px 10px;
}
#adv_area .banner_box dt{
}
#adv_area .banner_box dd{
	font-size: 11px;
	line-height: 12px;
	color: #888888;
}
/* adv_pickups
================================================*/
#adv_pickups ul{
	list-style-type: none;
	padding: 10px 10px 0px 10px;
}
#adv_pickups li{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#adv_pickups p{
	font-size: 10px;
	line-height: 14px;
	color: #888888;
}
#adv_pickups ul li img{
	border: 1px solid #e5e5e5;
	float: left;
	margin-right: 5px;
}

/* main_area */
#main_area{
	width: 100%;
	float: right;
	margin-left: -150px;
	background: url(http://img3.audioleaf.com/images/membo/bg_main.gif) top left repeat-x;
	padding-top: 20px;
}
#main_area .container{
	width: 100%;
}
#main_area .inner_box{
	margin: 0px 280px 10px 170px;
}
#main_area h2{
	margin-bottom: 10px;
}
#main_area h2.h2_txt{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	border-left: 3px solid #ff9900;
	border-bottom: 1px solid #cccccc;
	background-color: #e5e5e5;
	padding: 10px;
}
/* navi_area */
#navi_area{
	width: 150px;
	float: right;
	border-top: 1px solid #ffffff;
	background: url(http://img3.audioleaf.com/images/membo/bg_navi.gif) top left repeat;
	padding-top: 10px;
	color: #ffffff;
}
#navi_area .inner_box{
	margin: 0px 10px 10px 10px;
}
#navi_area ul{
	list-style-image: url(http://img3.audioleaf.com/images/membo/icon_arrow_b12.gif);
	list-style-position:inside;
}
#navi_area li{
	font-size: 12px;
	line-height: 14px;
	background: url(http://img3.audioleaf.com/images/membo/bg_border.gif) bottom left repeat-x;
	margin-top: 10px;
	padding-bottom: 10px;
}
#navi_area a:link {
	color: #ffffff;
	text-decoration: none;
}
#navi_area a:active {
	color: #ffffff;
	text-decoration: none;
}
#navi_area a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navi_area a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/* list_info
================================================*/
dl.list_info{
	border: 1px solid #e2e2e2;
	background-color: #f2f2f2;
	margin-bottom: 20px;
	padding: 5px 10px;
}
.list_info dt{
	float: left;
	width: 75px;
	clear: both;
	font-weight: bold;
}
.list_info dd{
	margin-left: 75px;
}
/* navi_profile
================================================*/
#navi_profile{
	font-size: 12px;
	line-height: 14px;
	background: url(http://img3.audioleaf.com/images/membo/bg_border.gif) bottom left repeat-x;
	margin-top: 10px;
	padding-bottom: 10px;
}
#navi_profile p{
	margin-bottom: 10px;
}
#navi_profile img{
	border: 1px solid #0d0d0d;
}
#navi_profile .more{
	text-align: right;
	font-size: 10px;
	line-height: 14px;
}
/* owner_profile
================================================*/
.owner_profile .pic{
	margin-bottom: 10px;
}
.owner_profile .pic img{
	border: 1px solid #0d0d0d;
}
.owner_profile dt{
	font-style: italic;
	color: #ff9900;
}
.owner_profile dd{
	margin-bottom: 5px;
}
/* article
================================================*/
.article{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.article h3{
	background: url(http://img3.audioleaf.com/images/membo/icon_arrow_b16.gif) top left no-repeat;
	padding-left: 16px;
	font-size: 16px;
	line-height: 16px;
}
.article .date{
	font-size: 11px;
	line-height: 12px;
	margin-top: 5px;
	color: #888888;
}

/* footer_area
================================================*/
#footer_area{
	clear: both;
}
#footer_area p{
	padding: 50px;
}

/* ad Setting
================================================*/
.ad_main_text{
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.ad_main_text ul{
	margin: 1px;
	list-style-type: none;
	border: 1px solid #e5e5e5;
}
.ad_main_text li{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 13px;
	background-color: #e5e5e5;
}
/* for Overture
================================================*/
.adOverture{
	font-size: 12px;
	line-height: 13px;
}
.adOverture td{
	vertical-align: top;
}
.adOverture a{
	text-decoration: none;
}
.adOverture dl dt{
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
}
.adOverture .adBody{
	font-size: 10px;
	line-height: 11px;
}
.adOverture .adBody a{
	color: #888888;
}
.adOverture .adFooter{
	font-size: 10px;
	line-height: 11px;
}
.adOverture .adFooter a{
	color: #ff9900;
}
.adOverture .adLogo{
	text-align: right;
}
/* ad_main_common */
.ad_main_common{
	margin-bottom: 10px;
}

