@charset "shift-jis";
@import url("basic.css");
/*
  RingBlog v.3 スタイルシート
*/

/* 全体的な設定 */

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
html {
	overflow-x: hidden;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
  background-color:#000000;
  margin:0px;
}
body,tr,td,th,div {
  font-size:10pt;
  color:#cccccc;
  font-family: Verdana, Arial,"ＭＳ Ｐゴシック", 'Lucida Grande',"Osaka", sans-serif;
	line-height: 160%;
}
img {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}

/* アンカータグの設定 */
a:link             { color:#999999; text-decoration:none; }
a:visited          { color:#999999; text-decoration:none; }
a:hover            { color:red; text-decoration:underline; }
a:active           { color:red; text-decoration:none; }

a.title:link       { color:#000000; text-decoration:none; }
a.title:visited    { color:#000000; text-decoration:none; }
a.title:hover      { color:red; text-decoration:none; }
a.title:active     { color:#FFFFFF; text-decoration:none; }

a.top-nav:link     { color:#003060; text-decoration: none; }
a.top-nav:visited  { color:red; text-decoration: none; }
a.top-nav:hover    { color:yellow; text-decoration: underline; }
a.top-nav:active   { color:red; text-decoration: none; }

a.header_bar_link:link     { color:#003060; text-decoration: underline; }
a.header_bar_link:visited  { color:#003060; text-decoration: underline; }
a.header_bar_link:hover    { color:red; text-decoration: underline; }
a.header_bar_link:active   { color:red; text-decoration: none; }

.small {
  font-size:8pt;
}

h1 {
	padding: 0px;
	margin: 0px;
	width: 240px;
	height: 60px;
	float: left;
	position: relative;top:7px;
	text-indent: -9999px;
}
h1 a {
	width: 240px;
	height: 60px;
	background-image: url('../../img/box_m_logo.gif');
	background-repeat: no-repeat;
	display: block;
}
h2 {
  font-size:10pt;
  margin:0px;
}

/*  メインのテーブル  */
.main_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/*  メッセージボックス  */
.home_message_box {
  width:100%;
  height:372px;
  margin:0px;
  background-image:url(../../img/mhead_bg.gif);
  background-repeat:repeat-x;
}
.message_box {
	width: 100%;
	height: 252px;
	margin: 0px;
	background-image: url(../../img/mhead_bg.gif);
	background-repeat: repeat-x;
}

/*  messagesトップ  */
.message_box_top {
	width: 940px;
	height: 72px;
	margin: 0px;
	padding: 0px;
}
.message_right {
	width: 700px;
	float: right;
	position: relative;
	top: 7px;
	padding: 0;
	height: 60px;
}
.message_txt {
  height:30px;
  position:relative;top:8px;
  text-align:right;
  font-size:12px;
  color:#666666;
}
.message_right_menu {
	height: 40px;
	position: relative;
	top: 14px;
	text-align: right;
	width: 700px;
}
#mastheader_menu2 {
	width: 700px;
	height: 40px;
	position: relative;
	top: 14px;
}
#mastheader_menu2 ul {
	padding: 0px;
	margin: 0px;
	position: 0;
	float: right;
}
#mastheader_menu2 li {
	display: inline;
	list-style-type: none;
}
#mastheader_menu2 li a {
	height: 34px;
	display: block;
	float: left;
	text-indent: -9999em;
	text-decoration: none;
	overflow: hidden;
}
#mastheader_menu2 li#menu01 a {
	background: url('../../img/btns_uper.gif') no-repeat 0px 0px;
	width: 120px;
}
#mastheader_menu2 li#menu02 a {
	background: url('../../img/btns_uper.gif') no-repeat -120px 0px;
	width: 120px;
}
#mastheader_menu2 li#menu03 a {
	background: url('../../img/btns_uper.gif') no-repeat -240px 0px;
	width: 120px;
}
#mastheader_menu2 li#menu04 a {
	background: url('../../img/btns_uper.gif') no-repeat -360px 0px;
	width: 120px;
}
#mastheader_menu2 li#menu01 a:hover {
	background: url('../../img/btns_uper.gif') no-repeat 0px -34px;
}
#mastheader_menu2 li#menu02 a:hover {
	background: url('../../img/btns_uper.gif') no-repeat -120px -34px;
}
#mastheader_menu2 li#menu03 a:hover {
	background: url('../../img/btns_uper.gif') no-repeat -240px -34px;
}
#mastheader_menu2 li#menu04 a:hover {
	background: url('../../img/btns_uper.gif') no-repeat -360px -34px;
}

/*  messageアンダー  */
.home_message_box_under {
  width:100%;
  height:300px;
  margin:0px;
  padding: 0px;
  clear:both;
  background-image:url(../../img/top_bg_s.gif);
  background-repeat:repeat-x;
  background-position:50%;
}
.message_box_under {
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../../img/top_bg_s2.gif);
	background-repeat: repeat-x;
	background-position: 50%;
}

/*  メインイメージセレクター  */
#home_mimg{
	background-image: url(../../img/box_message_pic01.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 288px;
	text-indent: -9999px;
}
#mimg{
	background-image: url(../../img/box_message_pic05.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 170px;
	text-indent: -9999px;
}
body.main #mimg{
	background-image: url(../../img/box_message_pic03.jpg);
}
body.item #mimg{
	background-image: url(../../img/box_message_pic05.jpg);
}
body.news #mimg{
	background-image: url(../../img/box_message_pic04.jpg);
}
body.mnblog #mimg{
	background-image: url(../../img/box_message_pic06.jpg);
}
body.blog2 #mimg{
	background-image: url(../../img/box_message_pic07.jpg);
}
body.ask #mimg{
	background-image: url(../../img/box_message_pic02.jpg);
}

/* メインページエリア */
.main_aera {
  width:100%;
  margin: 0px;
  padding: 0px;
}
.page {
	width: 940px;
	margin: 0px;
	padding: 0px;
}

/* サイドメニューのセル */
.side_menu_cell {
	height: auto;
	margin: 0px;
	width: 230px;
	padding: 0px;
	vertical-align: top;
	display: none;
}
/* サイドメニューのセル セレクター */
body.mnblog .side_menu_cell{
	display: block;
}
body.blog2 .side_menu_cell{
	display: block;
}

/* 左サイドメニューのテーブル */
.menu_table {
  width:230px;
  xwidth:230px;
  margin: 0px;
  padding: 0px;
  float: left;
  text-align:center;
}
.smenu_table {
  width:230px;
  margin: 0px;
  padding: 0px;
  text-align:center;
}
#lside_menu {
	margin: 0px;
	width: 230px;
}
#lside_menu ul {
	padding-top: 10px;
	margin: 0px;
}
#lside_menu li {
	display: inline;
	list-style-type: none;
}
#lside_menu li a {
	height: 40px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	overflow: hidden;
}
#lside_menu li#menu01 a {
	background: url('../../img/btns_side.gif') no-repeat 0px 0px;
	width: 230px;
}
#lside_menu li#menu02 a {
	background: url('../../img/btns_side.gif') no-repeat 0px -40px;
	width: 230px;
}
#lside_menu li#menu03 a {
	background: url('../../img/btns_side.gif') no-repeat 0px -80px;
	width: 230px;
}
#lside_menu li#menu04 a {
	background: url('../../img/btns_side.gif') no-repeat 0px -120px;
	width: 230px;
}
#lside_menu li#menu05 a {
	background: url('../../img/btns_side.gif') no-repeat 0px -160px;
	width: 230px;
}
#lside_menu li#menu09 a {
	background: url('../../img/btns_side_tokutei.gif') no-repeat;
	width: 230px;
	height: 23px;
	margin-top: 0px;
}
#lside_menu li#menu10 a {
	background: url('../../img/btn_cart_look.gif') no-repeat;
	width: 230px;
	height: 51px;
	margin-top: 5px;
}
#lside_menu li#menu11 a {
	background: url('../../img/btn_ask.gif') no-repeat;
	width: 230px;
	height: 106px;
	margin: 10px 0px 5px 0px;
}
#lside_menu li#menu01 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px 0px;
}
#lside_menu li#menu02 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px -40px;
}
#lside_menu li#menu03 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px -80px;
}
#lside_menu li#menu04 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px -120px;
}
#lside_menu li#menu05 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px -160px;
}
#lside_menu li#menu09 a:hover {
	background: url('../../img/btns_side_tokutei.gif') no-repeat -230px 0px;
}
#lside_menu li#menu10 a:hover {
	background: url('../../img/btn_cart_look.gif') no-repeat -230px 0px;
}
#lside_menu li#menu11 a:hover {
	background: url('../../img/btn_ask.gif') no-repeat -230px 0px;
}

/*  右サイド全体のセル  */
.mainbox_cell {
	width: 710px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/* サブカテゴリーメニューのセル */
.sub_cate_menu {
	padding: 0px 0px 0px 10px;
	height: 0px;
	width: 665px;
	position: relative;
	left: 10px;
	display: none;
}
.sub_cate_menu ul {
}
.sub_cate_menu li {
	background-position: left;
	float: right;
	padding-right: 8px;
	background-image: url('../../img/list_red.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
}
/* サブカテゴリーメニューのセレクター */
body.item .sub_cate_menu {
	height: auto;
	display: block;
}

/*  記事のテーブル  */
.article_area {
  border-width:0px;
  margin:0px;
  text-align:center;
  vertical-align:top;
  table-layout:fixed;
}

/*  記事のテーブル  */
.article_table {
	width: 680px;
	xwidth: 700px;680;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 15px;
	line-height: 1.2em;
}
.article_body {
	width: 670px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/*  インデックスタイトル */
.page_bar_table {
  width:675px;
  height:40px;
  margin:0px;
  position:relative;left:10px;
  background-image:url(../../img/pageber_bg.gif);
  background-repeat:no-repeat;
	overflow: hidden;
}
/*  カテゴリータイトルセレクター */
body.news .page_bar_table {
  height:60px;
  position:relative;left:15px;
  position:relative;top:2px;
	background-image: url(../../img/title_p_news.gif);
	text-indent: -9999em;
}
body.mnblog .page_bar_table {
  height:60px;
  position:relative;left:15px;
  position:relative;top:2px;
	background-image: url(../../img/title_p_mnblog.gif);
	text-indent: -9999em;
}
body.blog2 .page_bar_table {
  height:60px;
  position:relative;left:15px;
  position:relative;top:2px;
	background-image: url(../../img/title_p_blog2.gif);
	text-indent: -9999em;
}

.page_bar_title {
  width:540px;
  float:left;
  position:relative;left:15px;
  margin:6px 0px 0px 0px;
  font-size:13pt;
  font-weight:bold;
  color:#666666;
  text-align:left;
  letter-spacing:0.2em;
}
.page_bar_right {
  width:120px;
  float:right;
  margin:10px 0px 0px 0px;
  font-size:8pt;
  color:#003060;
  text-align:right;
}

/*  記事のヘッダー(記事題名)  */
.article_header {
  height:32px;
  background-image:url(../../img/title_item_bg.gif);
  background-repeat:no-repeat;
  margin:0px 0px 20px 0px;
  padding:0px;
}
body.main .article_header {
  height:0px;
  margin:0px 0px 0px 0px;
  display: none;
}
.article_subject {
	width: 620px;
	text-align: left;
	padding: 0px 0px 0px 56px;
	overflow: hidden;
}
.article_subject h2 {
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #AAAAAA;
	overflow: hidden;
	font-size: 12pt;
	margin-top: 5px;
}

/* 画像カスタム配置用 */
.photo_area {
	width: 670px;
}
.photo_area ul {
	padding: 0px 0px 0px 0px;
	clear: both;
}
.photo_area li {
	float: left;
	list-style-type: none;
}
.photo_txt {
	padding: 0px 0px 0px 0px;
	width: 670px;
	clear: both;
}

/*  フッターボックス  */
.footer_box {
	width: 100%;
	height: 96px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(../../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: 50% 50%;
}
/*  footer1  */
.footer1 {
	width: 940px;
	height: 37px;
	text-align: left;
	padding-top: 0px;
}
.footer1 ul {
	padding: 8px 0px 0px 0px;
	margin: 0px;
	width: 100%;
}
.footer1 li {
	float: left;
	text-align: left;
	list-style-type: none;
}
/*  footer2  */
.footer2 {
	width: 940px;
	height: 52px;
	margin: 0px;
	padding: 0px;
	background-image: url(../../img/copy_bg.gif);
	background-repeat: no-repeat;
}
.footer2_left {
	padding: 0px;
	margin: 0px;
	width: 640px;
	float: left;
	height: 52px;
}
.footer2_left ul {
	margin: 0px;
	width: 100%;
	padding-top: 15px;
}
.footer2_left li {
	background-position: left;
	float: left;
	text-align: left;
	padding-right: 8px;
	background-image: url('../../img/list_red.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	list-style-type: none;
}
.footer2_right {
	margin: 0px;
	width: 300px;
	float: right;
	text-align: right;
	height: 52px;
	padding-top: 4px;
}

/*  TOPの左テーブル  */
.top_left {
	width: 480px;
	float: left;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	line-height: 1.4em;
}
.top_left_title1 {
	padding: 0px;
	width: 480px;
	margin: 0px 0px 15px 0px;
	background-image: url('../../img/title_top_youkoso.gif');
	background-repeat: no-repeat;
	height: 34px;
	text-indent: -9999px;
}
.top_left_title2 {
	padding: 0px;
	width: 480px;
	margin: 0px;
	background-image: url('../../img/title_top_news.gif');
	background-repeat: no-repeat;
	height: 34px;
}
.top_left_title2_listbtn {
	width: 87px;
	height: 19px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 8px;
	left: 391px;
}
.top_left_title2_listbtn a{
	background-image: url('../../img/btn_news.gif');
	background-repeat: no-repeat;
	width: 87px;
	height: 19px;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.top_left_title2_listbtn a:hover{
	background-position: 0px -19px;
	display: block;
}

.top_left_info {
	padding: 0px 0px 5px 0px;
	width: 470px;
	margin: 0px 5px 15px 5px;
	line-height: 180%;
}
.top_left_info img {
	border: 0px;
	padding: 0px 0px 5px 0px;
	margin: 15px 0px 5px 10px;
	float: right;
}
#rss_line {
	margin: 0px 0px 0px 5px;
	padding: 8px 0px 9px 0px;
	background-image: url(../../img/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
}
#rss_line a {
	padding-left: 3px;
	color: #CCCCCC;
	font-size: 12px;
}

/*  TOPの右テーブル */
.top_right {
	margin: 6px 0px 0px 0px;
	width: 172px;
	float: right;
	position: relative;
	padding: 0;
	left: 2px;
}
.top_right img {
	margin: 12px 0px 0px 0px;
	width: 172px;
	padding: 0;
}

/*  現在のカテゴリー表示のテーブル  */
.category_box {
  border-width:0px;
  border-color:#CCCCCC;
  border-style:solid;
  text-align:left;
  margin-bottom:12px;
  width:726px;
}

/* サイドメニューのテーブルの中のテーブル */
.menu_table_inside {
  width:170px;
  margin:3px;
  table-layout:fixed;
}

.menu_table_inside2 {
  width:190px;
  margin:3px;
  table-layout:fixed;
}

/* history back btn */
.index_back {
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 18px;
	width: 680px;
	height: 11px;
	text-align: left;
	clear: both;
}
.index_back a{
	background-image: url('../../img/btn_back.gif');
	background-repeat: no-repeat;
	width: 60px;
	height: 11px;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}
.index_back a:hover{
	width: 60px;
	height: 11px;
	background-position: 0px -11px;
	display: block;
}

.index_table {
	width: 640px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.index_box {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	background-position: bottom;
	width: 100%;
	clear: both;
	background-image: url('../../img/dot_line.gif');
	background-repeat: repeat-x;
	height: 27px;
}

/*  記事一覧　日付表示セレクタ  */
.index_date {
  float:left;
	display: none;
}
body.mnblog .index_date {
	display: block;
}
body.blog2 .index_date {
	display: block;
}
body.news .index_date {
	display: block;
}

.index_image {
  width:20px;
  text-align:center;
  vertical-align:top;
  float:left;
}

.index_image2 {
	width: 30px;
	float: left;
}

.index_title {
  padding-left:10px;
  float:left;
}

/*  記事一覧　コメント  */
.index_comment {
  float:right;
  font-size:8pt;
}

.index_list {
  text-align:right;
  margin:0px 0px 0px 0px ;
  padding-right:8px;
}

.index_list_foot {
	text-align: right;
	margin: 0px 0px 10px 0px ;
	padding-right: 30px;
}

/*  最大 n 件  */
.index_max_disp {
  margin:3;
  border-width:0;
  color:gray;
  font-size:8pt;
}

/*  コメント・トラックバックの下線  */
.article_underline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEEEEE;
	font-size: 10pt;
	font-weight: bold;
	clear: both;
}

/* コメントの文  */
.comment_box {
	background-position: bottom;
	padding: 0px 0px 2px 0px;
	background-image: url('../../img/dot_line.gif');
	background-repeat: repeat-x;
}
.comment_line {
	padding: 10px;
}

/*  エントリの区切り線  */
.article_line {
  border-bottom-style:dashed;
  border-bottom-width:1px;
  border-bottom-color:#EEEEEE;
  width:100%;
  font-size:5pt;
}

/* トラックバック記事 */

/*  記事のフッター  */
.article_footer {
	clear: both;
	margin: 50px 0px 0px 0px;
	width: 100%;
}
.article_footer_left {
	padding-top: 5px;
	width: 100%;
	padding-left: 2px;
	margin-bottom: 60px;
}
body.home .article_footer_left {
	margin-bottom: 20px;
}
a.page_top     {
	background-image: url('../../img/btn_return_top.gif');
	background-repeat: no-repeat;
	width: 60px;
	height: 11px;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	float: right;
	clear: both;
}
a.page_top:visited  {
	background-position: 0px 0px;
}
a.page_top:hover    {
	background-position: 0px -11px;
}

/*  記事フッター日付表示セレクタ  */
.article_footer_right {
	text-align: right;
	font-size: 10px;
	color: #666666;
	margin: 10px 0px 0px 0px ;
	padding-right: 10px;
	display: none;
}
body.mnblog .article_footer_right {
	display: block;
}
body.blog2 .article_footer_right {
	display: block;
}
body.news .article_footer_right {
	display: block;
}

/*  リストテーブル  */
.list_table {
  border-width:1px;
  border-style: solid;
  border-color:#CCCCCC;
  width:500px;
  border-collapse: collapse;
  table-layout: fixed;
}

.list_title {
  font-weight:bold;
  text-align:center;
  padding:3px;
  color:#003060;
}

.list_td_l {
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC;
  text-align:left;
  padding:2px;
}

.list_td_r {
  border-width:1px;
  border-style:solid;
  border-color:#CCCCCC;
  text-align:right;
  padding:2px;
}

.list_line {
  text-align:left;
  padding:3px 0px 4px 0px;
  margin:0px 0px 0px 9px;
  list-style-image:url(../../img/blank.gif);
  list-style-position:inside;
  background-image:url(../../img/cate_list_bg.gif);
  background-repeat:no-repeat;
}

.list_line_side {
  text-align:left;
  font-size:8pt;
  padding:0px 0px 0px 0px;
  margin:0px 0px px 0px;
}

/* 画像 */
.image_index {
  width:23px;
  height:23px;
  border-width:21px;
  border-color:#CCCCCC;
}

.image_user {
  width:13px;
  height:13px;
  border-width:1px;
  border-color:#CCCCCC;
  margin-right:3px;
}

.image_table {
  width:214px;
  float:right;
  border-width:0px;
  margin:0px 5px 0px 5px;
  padding: 0px;
}

.image_box {
  background-color:#333333;
  margin:0px 0px 10px 0px;
  padding: 0px;
  text-align:left;
  color:#666666;
}

.line-b {
  padding-bottom:2px;
}

ul.list1 {
  margin: 0px;
  padding: 0px 0px 10px 15px;
}

ul.list2 {
  margin: 0px;
  padding: 0px 0px 0px 25px;
}

.font01 {
font-size:8pt;
color:#FF0000;
}
.font02 {
font-size:8pt;
color:#0000A0;
}
.font03 {
font-size:8pt;
color:#00A000;
}
.font04 {
font-weight:bold;
font-size:10pt;
color:#AAAAAA;
}
.font05 {
font-weight:bold;
font-size:10pt;
color:#0060E0;
}
.font06 {
font-weight:bold;
font-size:10pt;
color:#509000;
}
.font07 {
font-weight:bold;
font-size:10pt;
color:#FF0000;
}
.font08 {
font-weight:bold;
font-size:10pt;
color:#A00000;
}
.font09 {
font-weight:bold;
font-size:13pt;
color:#FF0080;
}
.font10 {
font-weight:bold;
font-size:13pt;
color:#FF0060;
}
.font11 {
font-weight:bold;
font-size:13pt;
color:#0060A0;
}
.font12 {
font-weight:bold;
font-size:13pt;
color:#E06000;
}

/*  メンバーログイン画面の中身  */
.ipass_img {
	padding-right: 6px;
}

#wd_enter {
	height: 100%;
	width: 15px;
	float: left;
}
#wd_enter a {
	height: 100%;
	width: 24px;
	display: block;
	background-image: url('../../img/wd_open_btn.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#wd_enter a:hover{
	height: 100%;
	width: 24px;
	display: block;
	background-color: #333333;
}
.page_table {
	background-color: #0A0A0A;
}
.page_table td {
	background-image: url(../../img/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.under_page_bar_table {
	width: 675px;
	height: 40px;
	margin: 0px;
	position: relative;
	left: 10px;
}
