@charset "shift-jis";
/*
  RingBlog v.3 スタイルシート
*/

/* 全体的な設定 */

.clearfix:after {
  content: ".";
	display: block;
	height: 0;
	clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }

/* Mac版IEには適応しない \*/
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
html {
	overflow-x: hidden;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}
/*body, tr, td, th, div, p {
	font-size: 11pt;
	color: #000000;
	font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,sans-serif;
}*/

img {
	padding: 0px;
	margin: 0px;
	border-width: 0px;
}
:focus {
	outline: 0;
}

/* アンカータグの設定 */
a:link             { color:#333333; text-decoration:none; }
a:visited          { color:#333333; 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 {
}
h2 {
  font-size:10pt;
  margin:0px;
}

/*  メインのテーブル  */
.main_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-position: 50% 0px;
	background-image: url('../../img/mhead_bg.gif');
	background-repeat: repeat-x;
}

/*  メッセージボックス  */
.message_box {
	width: 100%;
	height: 124px;
	margin: 0px;
	background-color: #FEF2F1;
}
.home_message_box {
	width: 100%;
	height: 124px;
	margin: 0px;
	background-color: #FEF2F1;
}

/*  messagesトップ  */
.message_box_top {
	width: 940px;
	height: 80px;
	margin: 0px;
	padding: 0px;
}
.message_box_top h1 {
	background-position: 0px 0px;
	margin: 5px 0px 0px 0px;
	background-image: url('../../img/box_m_logo.png');
	background-repeat: no-repeat;
	padding: 0px;
	width: 380px;
	height: 70px;
	float: left;
	text-indent: -9999px;
}
.message_box_top h1 a{
	display: block;
	width: 380px;
	height: 70px;
}
.message_right {
	width: 310px;
	float: right;
	height: 63px;
}
/*  head menu2 for text type  */
#headmenu2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: right;
	height: 39px;
	width: 294px;
	background-image: url('../../img/btns_uper2.png');
	background-repeat: no-repeat;
}
#headmenu2 ul {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 39px;
	width: 294px;
	text-align: left;
}
#headmenu2 ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
#headmenu2 ul li a {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	height: 39px;
	display: block;
}
#headmenu2 ul li#menu01 a {
	margin: 0px 0px 0px 38px;
	padding: 0px;
	background-position: -38px 0px;
	width: 54px;
	height: 39px;
	background-image: url('../../img/btns_uper2.png');
	background-repeat: no-repeat;
}
#headmenu2 ul li#menu01 a:hover {
	background-position: -38px -39px;
}
#headmenu2 ul li#menu02 a {
	background-position: -96px 0px;
	width: 54px;
	height: 39px;
	background-image: url('../../img/btns_uper2.png');
	margin-left: 4px;
}
#headmenu2 ul li#menu02 a:hover {
	background-position: -96px -39px;
}
#headmenu2 ul li#menu03 a {
	background-position: -160px 0px;
	width: 132px;
	height: 39px;
	background-image: url('../../img/btns_uper2.png');
	margin-left: 10px;
}
#headmenu2 ul li#menu03 a:hover {
	background-position: -160px -39px;
}
body#sitemap #headmenu2 ul li#menu03 a {
	background-position: -160px -39px;
}

a.menu2:link       {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu2:visited    {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu2:hover      {
	color: #FF0000;
	text-decoration: underline;
}
a.menu2:active     { color:red; text-decoration:none; }

/*  head menu1  */
#headmenu1 {
	width: 940px;
	height: 40px;
}
#headmenu1 ul {
	padding: 0px;
	margin: 0px;
	height: 40px;
	width: 940px;
	overflow: hidden;
}
#headmenu1 li {
	background-repeat: no-repeat;
	list-style-type: none;
	height: 40px;
	text-indent: -9999px;
	float: left;
}
#headmenu1 li a {
	height: 40px;
	display: block;
	margin-right: 2px;
}
#headmenu1 li a:hover {
	height: 40px;
}
#headmenu1 li#menu01 a {
	background: url('../../img/btns_uper.png') 0px 0px;
	width: 135px;
}
#headmenu1 li#menu01 a:hover {
	background-position: 0px -40px;
}
#headmenu1 li#menu02 a {
	background: url('../../img/btns_uper.png') -137px 0px;
	width: 132px;
}
#headmenu1 li#menu02 a:hover {
	background-position: -137px -40px;
}
body#basic_info #headmenu1 li#menu02 a {
	background-position: -137px -40px;
}
#headmenu1 li#menu03 a {
	background: url('../../img/btns_uper.png') -271px 0px;
	width: 132px;
}
#headmenu1 li#menu03 a:hover {
	background-position: -271px -40px;
}
body#works_info #headmenu1 li#menu03 a {
	background-position: -271px -40px;
}
#headmenu1 li#menu04 a {
	background: url('../../img/btns_uper.png') -405px 0px;
	width: 132px;
}
#headmenu1 li#menu04 a:hover {
	background-position: -405px -40px;
}
body#ichiran #headmenu1 li#menu04 a {
	background-position: -405px -40px;
}
#headmenu1 li#menu05 a {
	background: url('../../img/btns_uper.png') -539px 0px;
	width: 132px;
}
#headmenu1 li#menu05 a:hover {
	background-position: -539px -40px;
}
body#sanka_kd #headmenu1 li#menu05 a {
	background-position: -539px -40px;
}
#headmenu1 li#menu06 a {
	background: url('../../img/btns_uper.png') -673px 0px;
	width: 132px;
}
#headmenu1 li#menu06 a:hover {
	background-position: -673px -40px;
}
body#shien_kd #headmenu1 li#menu06 a {
	background-position: -673px -40px;
}
#headmenu1 li#menu07 a {
	background: url('../../img/btns_uper.png') -807px 0px;
	width: 133px;
	margin-right: 0px;
}
#headmenu1 li#menu07 a:hover {
	background-position: -807px -40px;
}
body#bunka_kd #headmenu1 li#menu07 a {
	background-position: -807px -40px;
}


/*  messageアンダー  */
.message_box_under {
	width: 100%;
	height: 120px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	clear: both;
	display: none;
}
.home_message_box_under {
	width: 100%;
	height: 367px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*  メインイメージセレクター  */
#home_mimg{
	width: 940px;
	height: 360px;
	margin-top: 7px;
}
#mimg{
	background-repeat: no-repeat;
	width: 940px;
	height: 120px;
	text-indent: -9999px;
	display: none;
}

/* メインページエリア */
.main_aera {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 50px 0px;
}
.page {
	width: 940px;
	margin: 6px 0px 0px 0px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	display: inline-table;
}
body.home .page {
	width: 940px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
}

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


/* 左サイドメニューのテーブル */
.menu_table {
	width: 230px;
	padding: 0px;
	float: left;
	text-align: center;
	margin-top: 10px;
}
body.home .menu_table {
	width: 230px;
	padding: 0px;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.smenu_table {
  width:230px;
  margin: 0px;
  padding: 0px;
  text-align:center;
}
#lside_menu {
	margin: 0px;
	width: 230px;
}
#lside_menu ul {
	padding: 0px;
	margin: 0px;
}
#lside_menu li {
	display: inline;
	list-style-type: none;
}
#lside_menu li a {
	height: 55px;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 13px;
}
#lside_menu li#menu01 a {
	background: url('../../img/btns_side.gif') no-repeat 0px 0px;
	width: 230px;
}
#lside_menu li#menu01 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px 0px;
}
body.news #lside_menu li#menu01 a {
	background: url('../../img/btns_side.gif') no-repeat -230px 0px;
}



#lside_menu li#menu02 a {
	background: url('../../img/btns_side.gif') no-repeat 0px -55px;
	width: 230px;
}
#lside_menu li#menu02 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px -55px;
}
body.ask #lside_menu li#menu02 a {
	background: url('../../img/btns_side.gif') no-repeat -230px -55px;
}

#lside_menu li#menu03 {
	display: none;
}

#lside_menu li#menu03 a {
	background: url('../../img/btns_side.gif') no-repeat 0px -110px;
	width: 230px;
}
#lside_menu li#menu03 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px -110px;
}
body#link #lside_menu li#menu03 a {
	background: url('../../img/btns_side.gif') no-repeat -230px -110px;
}

#lside_menu li#menu10 a {
	background: url('../../img/btns_side.gif') no-repeat 0px -165px;
	width: 230px;
	height: 176px;
}
#lside_menu li#menu10 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px -165px;
}
body#access #lside_menu li#menu10 a {
	background: url('../../img/btns_side.gif') no-repeat -230px -165px;
}
#lside_menu li#menu11 {
	background: url('../../img/btns_side.gif') no-repeat 0px -355px;
	width: 230px;
	display: none;
}

#lside_menu li#menu11 a {
	background: url('../../img/btns_side.gif') no-repeat 0px -355px;
	width: 230px;
}
#lside_menu li#menu11 a:hover {
	background: url('../../img/btns_side.gif') no-repeat -230px -355px;
}
body#shien_kd #lside_menu li#menu11 a {
	background: url('../../img/btns_side.gif') no-repeat -230px -355px;
}
#lside_menu li#menu20 {
	display: none;
}
#lside_menu li#menu20 a {
	border-style: solid;
	border-width: 1px 1px 6px 1px;
	border-color: #FCC7C6;
	padding: 8px 0px 10px 0px;
	background: 0px 0px;
	text-indent: 0px;
	height: auto;
	background-color: #FEF2F1;
	font-size: 14px;
	text-align: center;
	border-radius: 6px;
	color: #333333;
	text-shadow: 0px 1px 1px #999;
}
#lside_menu li#menu20 a:hover {
	background-color: #E8F4DD;
}
body#hyousyou #lside_menu li#menu20 a {
	background-color: #E8F4DD;
}
#lside_menu li#menu21 a {
	border-style: solid;
	border-width: 1px 1px 6px 1px;
	border-color: #FCC7C6;
	padding: 11px 0px 11px 0px;
	background: 0px 0px;
	text-indent: 0px;
	height: auto;
	background-color: #FEF2F1;
	font-size: 15px;
	text-align: center;
	border-radius: 6px;
	color: #333333;
	font-weight: 500;
	letter-spacing: 0.08em;
}
#lside_menu li#menu21 a:hover {
	background-color: #E8F4DD;
}
#lside_menu li.hartfull_bana {
	padding: 0px;
	margin: 0px;
	width: 154px;
	height: auto;
}
#lside_menu li.hartfull_bana a {
	border: 2px solid #29B04E;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: 0px 0px;
	text-indent: 0px;
	height: auto;
	text-align: center;
	border-radius: 8px;
	width: 154px;
}
#lside_menu li.hartfull_bana a img {
	width: 100%;
	height: auto;
}



#lside_menu2 {
	margin: 0px auto 0px auto;
	width: 210px;
	display: none;
}

#lside_menu2 ul {
	padding: 0px;
	margin: 0px;
}
#lside_menu2 li {
	list-style-type: none;
}
#lside_menu2 li a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 3px;
	background-image: url('../../img/btns_side2.gif');
	background-repeat: no-repeat;
	width: 210px;
}
body.album #lside_menu2 {
	display: block;
	margin-bottom: 10px;
}
#lside_menu2 li#menu01 a {
	background-position: 0px 0px;
}
#lside_menu2 li#menu02 a {
	background-position: 0px -40px;
}
#lside_menu2 li#menu03 a {
	background-position: 0px -80px;
}
#lside_menu2 li#menu04 a {
	background-position: 0px -120px;
}
#lside_menu2 li#menu01 a:hover {
	background-position: -210px 0px;
}
#lside_menu2 li#menu02 a:hover {
	background-position: -210px -40px;
}
#lside_menu2 li#menu03 a:hover {
	background-position: -210px -80px;
}
#lside_menu2 li#menu04 a:hover {
	background-position: -210px -120px;
}
body#kensyu_album #lside_menu2 li#menu01 a {
	background-position: -210px 0px;
}
body#shien_album #lside_menu2 li#menu02 a {
	background-position: -210px -40px;
}
body#sports_album #lside_menu2 li#menu03 a {
	background-position: -210px -80px;
}
body#bunka_album #lside_menu2 li#menu04 a {
	background-position: -210px -120px;
}

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

.mainbox_cell_contents {
	width: 670px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	float: right;
}

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

/*  記事のテーブル  */
.article_table {
	width: 670px;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	border-collapse: collapse;
}
.article_body {
	width: 670px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.5em;
}
.article_body a {
	color: #0033CC;
	text-decoration: underline;
}
.article_body a:hover {
	color: #FF0000;
	text-decoration: none;
}

/*  インデックスタイトル */
.page_bar_table {
	padding: 0px;
	margin: 0px;
	width: 670px;
	height: 40px;
	background-image: url(../../img/pageber_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
}
/*  カテゴリータイトルセレクター */
body.news .page_bar_table {
	height: 60px;
	background-image: url(../../img/title_p_news.gif);
	text-indent: -9999em;
}
body.album .page_bar_table {
	height: 60px;
	background-image: url(../../img/title_p_album.gif);
	text-indent: -9999em;
}
body#kensyu_album .page_bar_table {
	height: 60px;
	background-image: url('../../img/title_p_kensyu_album.gif');
	text-indent: -9999em;
}
body#sports_album .page_bar_table {
	height: 60px;
	background-image: url('../../img/title_p_sports_album.gif');
	text-indent: -9999em;
}
body#shien_album .page_bar_table {
	height: 60px;
	background-image: url('../../img/title_p_shien_album.gif');
	text-indent: -9999em;
}
body#bunka_album .page_bar_table {
	height: 60px;
	background-image: url('../../img/title_p_bunka_album.gif');
	text-indent: -9999em;
}

.page_bar_title {
	width: 500px;
	float: left;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
	text-align: left;
	letter-spacing: 0.2em;
	padding-left: 20px;
	margin-top: 10px;
}
.page_bar_right {
	width: 120px;
	float: right;
	margin: 20px 0px 0px 0px;
	font-size: 8pt;
	color: #003060;
	text-align: right;
}
.page_bar_right img{
	border-width: 0px;
	float: right;
	margin: 0px;
	text-align: right;
}

/*  記事のヘッダー(記事題名)  */
.article_header {
	border-style: solid;
	border-width: 1px 1px 1px 7px;
	border-color: #CCCCCC #CCCCCC #CCCCCC #5AC7FF;
	height: auto;
	margin: 4px 0px 20px 0px;
	padding: 0px;
	width: auto;
	background-color: #D4E9FF;
	border-radius: 6px;
}
/*  個別記事タイトルセレクター */
body#campany_info .article_header {
	background-position: 0px 0px;
	border-width: 0px;
	display: none;
}
body#works_info .article_header {
	height: 60px;
	background-image: url('../../img/title_p_works_info.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#basic_info .article_header {
	height: 60px;
	background-image: url('../../img/title_p_basic_info.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#ichiran .article_header {
	height: 60px;
	background-image: url('../../img/title_p_ichiran.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#access .article_header {
	height: 60px;
	background-image: url('../../img/title_p_access.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}

body#sanka_kd .article_header {
	height: 60px;
	background-image: url('../../img/title_p_sanka_kd.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#bunka_kd .article_header {
	height: 60px;
	background-image: url('../../img/title_p_bunka_kd.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#shien_kd .article_header {
	height: 60px;
	background-image: url('../../img/title_p_shien_kd.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#kouhoushi .article_header {
	height: 60px;
	background-image: url('../../img/title_p_kouhoushi.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#hyousyou .article_header {
	height: 60px;
	background-image: url('../../img/title_p_hyousyou.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#sanjyo_info .article_header {
	height: 60px;
	background-image: url('../../img/title_p_sanjyo_info.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#sanjyo_list .article_header {
	height: 60px;
	background-image: url('../../img/title_p_sanjyo_list.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#zipangu .article_header {
	height: 60px;
	background-image: url('../../img/title_p_zipangu.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#link .article_header {
	height: 60px;
	background-image: url('../../img/title_p_link.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#privacy_p .article_header {
	height: 60px;
	background-image: url(../../img/title_p_privacy_policy.gif);
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#sitemap .article_header {
	height: 60px;
	background-image: url('../../img/title_p_sitemap.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}
body#disclosure .article_header {
	height: 60px;
	background-image: url('../../img/title_p_koukai.gif');
	text-indent: -9999em;
	background-position: 0px 0px;
	border-width: 0px;
}

.article_subject {
	margin: 0px;
	width: 96%;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333333;
	padding: 8px 0px 7px 17px;
	overflow: hidden;
}
.article_subject h2 {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: 0em;
	font-weight: 700;
}
/*  記事中のサブヘッダー(任意)  */

/*  アンダーページバー セレクタ  */
.under_page_bar_table {
	padding: 0px;
	margin: 0px;
	width: 670px;
	height: 40px;
	display: none;
}
body.news .under_page_bar_table {
	display: block;
}
body.blog .under_page_bar_table {
	display: block;
}

/*  現在のカテゴリー表示のテーブル  */
.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;
}

.menu_body {
  margin:0;
  padding: 0;
}
.menu_header {
  width:226px;
  height:26px;
  font-size:8pt;
  font-weight:bold;
  text-align:center;
  letter-spacing:0.2em;
  padding:4px 0px 0px 0px;
  background-image:url(../../img/title_cate_bg.gif);
  background-repeat:no-repeat;
}

.menu_arrow_table {
	width: 100%;
	text-align: center;
	letter-spacing: 0.2em;
	table-layout: fixed;
	border-collapse: collapse;
}

.menu_arrow_left {
  width:15%;
  font-size:8pt;
  font-weight:bold;
  text-align:left;
  letter-spacing:0em;
  padding:0px 0px 0px 10px;
  color:#003060;
}

.menu_arrow_center {
	width: 70%;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
}

.menu_arrow_right {
  width:15%;
  font-size:8pt;
  font-weight:bold;
  text-align:right;
  letter-spacing:0em;
  padding:0px 10px 0px 0px;
  color:#003060;
}

/* パンくず エリア */
.pankuzu_area {
	padding: 0px;
	width: 670px;
	text-align: left;
	height: 27px;
	background-image: url('../../img/pkuzu_bg.gif');
	background-repeat: no-repeat;
	margin: 10px 0px 2px 0px;
	float: right;
}
/* history back btn */
.index_back {
	padding: 0px;
	margin: 0px;
	width: 60px;
	height: 11px;
	float: left;
}
.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;
}
.pkuzu_list {
	height: 27px;
}
.pkuzu_list li {
	padding: 7px 20px 0px 20px;
	float: left;
	overflow: hidden;
	height: 27px;
	font-size: 12px;
}
.pkuzu_list li a {
	font-size: 12px;
}
.pkuzu_list li#no {
	padding: 7px 8px 0px 15px;
}
.pkuzu_list li#yes {
	background-position: left 0px;
	padding: 7px 10px 0px 25px;
	background-image: url('../../img/pkuzu_bg2.gif');
	background-repeat: no-repeat;
}
/* pankuzu listセレクタ */
.pkuzu_main {
	float: left;
	font-size: 9pt;
	width: 590px;
	display: none;
	overflow: hidden;
	height: 27px;
}
.pkuzu_etc {
	float: left;
	font-size: 9pt;
	display: none;
	overflow: hidden;
	height: 27px;
}
.pkuzu_goods {
	float: left;
	font-size: 9pt;
	width: 590px;
	display: none;
	overflow: hidden;
}
.pkuzu_sub {
	float: left;
	font-size: 9pt;
	width: 590px;
	display: none;
	overflow: hidden;
}

body.main .pkuzu_main {
	display: block;
}
body.ask .pkuzu_main {
	display: block;
}
body.news .pkuzu_etc {
	display: block;
}
body.album .pkuzu_sub {
	display: block;
}
body.album#sanka_album .pkuzu_sub {
	display: block;
}
body#shien_album .pkuzu_sub {
	display: block;
}
body#bunka_album .pkuzu_sub {
	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 0px 7px 0px;
	background-position: bottom;
	width: 100%;
	background-image: url('../../img/dot_line.gif');
	background-repeat: repeat-x;
	height: auto;
}

/*  記事一覧　日付表示セレクタ  */
.index_date {
  float:left;
	display: none;
}
.index_list {
	text-align: right;
	width: 670px;
	height: 26px;
	margin-bottom: 8px;
}

.index_list_foot {
	text-align: right;
	margin: 0px 0px 10px 0px ;
	padding-right: 30px;
}
.index_max_disp {
	margin: 3px;
	border-width: 0px;
	color: gray;
	font-size: 8pt;
}
body.blog .index_date {
	display: block;
}
body.news .index_date {
	display: block;
	width: 80px;
}

/* サブカテゴリーメニューのセル */
.sub_cate_menu {
	width: 670px;
	display: none;
	height: 40px;
}
.sub_cate_menu ul {
	width: 670px;
	height: 40px;
}
.sub_cate_menu li {
	border: 1px solid #999999;
	float: left;
	list-style-type: none;
	margin-right: 3px;
}
.sub_cate_menu li a {
	background-image: url('../../img/listm_news.gif');
	background-repeat: no-repeat;
	background-position: 1px center;
	padding: 4px 10px 4px 10px;
	font-size: 12px;
	width: 108px;
	display: block;
	text-decoration: none;
	color: #333333;
	height: 30px;
}
.sub_cate_menu li a:hover {
	color: #FFFFFF;
	background-color: #3AB609;
	text-decoration: none;
}
.sub_cate_menu li a:visited {
	text-decoration: none;
}

/* サブカテゴリーメニューのセレクター */

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

.index_image2 {
	width: 20px;
	float: left;
	padding-top: 1px;
}
.index_title {
	padding-left: 0px;
	float: right;
	margin-left: 0px;
	width: 520px;
}

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

/*  最大 n 件  */

/*  コメント・トラックバックの下線  */
.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 {
	padding: 0px;
	clear: both;
	margin: 10px 0px 0px 0px;
	width: 670px;
	height: auto;
}
.article_footer_left {
	padding: 0px;
	height: 11px;
	width: 670px;
}
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: left;
	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: 0px ;
	padding-right: 10px;
	display: none;
}

/*  記事フッター日付表示セレクタ  */
body.news .article_footer_right {
	display: block;
}
body.blog .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 0px 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: #FCFCFC;
  margin:0px 0px 10px 0px;
  padding: 0px;
  text-align:left;
	font-size: 8pt;
}
.ipass_img {
	padding-right: 6px;
}
.ipass_img div {
	margin: 0px 2px 10px 1px;
	padding: 0px 9px 3px 9px;
	text-align: left;
	font-size: 90%;
	background-color: #FCFCFC;
}

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

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

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

/*  フッターボックス  */
.footer_p_top {
	margin: 0px auto 0px auto;
	width: 940px;
	height: 24px;
	padding: 0px;
	clear: both;
}

.footer_p_top p {
	width: 154px;
	height: 24px;
	padding: 0px;
	float: right;
}
.footer_p_top p a {
	background-position: 0px 0px;
	width: 154px;
	height: 24px;
	padding: 0px;
	background-image: url('../../img/btn_pagetop.gif');
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
.footer_p_top p a:hover {
	background-position: 0px -24px;
	background-image: url('../../img/btn_pagetop.gif');
	background-repeat: no-repeat;
}
.footer_box {
	width: 100%;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	background-color: #EFEFF0;
}
/*  footer1  */
.footer1 {
	width: 940px;
	height: 37px;
}
.footer1 ul {
	padding-top: 12px;
	overflow: hidden;
	width: auto;
}
.footer1 li {
	float: left;
	list-style-type: none;
	color: #000000;
	font-size: 14px;
}
.footer1 li a {
	margin: 0px 5px 0px 5px;
	color: #000000;
	font-size: 14px;
}
.footer1 li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.footer1 li a:visited {
	color: #000000;
}
/*  footer2  */
.footer2 {
	width: 940px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.footer2_left {
	padding: 0px;
	margin: 30px 0px 0px 0px;
	width: 262px;
	float: left;
}
.footer2_left h1 {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 15px;
	line-height: 1.2em;
	font-weight: 500;
}
.footer2_left p {
	padding: 0px 0px 0px 7px;
	margin: 7px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	border-left-style: solid;
	border-left-width: 4px;
	border-left-color: #C0C0C0;
	font-weight: 400;
}
.footer2_link {
	padding: 0px;
	margin: 25px 0px 0px 0px;
	width: 168px;
	float: left;
	text-align: left;
	line-height: 1.2em;
}
.footer2_link li {
	margin: 0px;
	background-position: left center;
	text-align: left;
	padding-right: 10px;
	background-image: url('../../img/listm_news.gif');
	background-repeat: no-repeat;
	padding-left: 10px;
	list-style-type: none;
}
.footer2_link li a {
	font-size: 14px;
	font-weight: 400;
	display: block;
	padding: 4px 0px 4px 5px;
	margin: 0px;
}
.footer2_link li a:hover {
	color: #FF0000;
	background-color: #FFFFFF;
	text-decoration: none;
}
.footer2_right {
	padding: 0px;
	margin: 0px;
	width: 120px;
	float: right;
	text-align: right;
	height: 20px;
}
.footer2_right #rss_btn {
	padding: 0px;
	border-width: 0px;
	margin: 0px 1px 0px 0px;
	width: 52px;
	float: right;
	height: 15px;
}
.footer2_right #ring_btn {
	border-width: 0px;
	width: 88px;
	float: right;
	height: 31px;
	margin-left: 2px;
	margin-right: 1px;
}
.footer2 p#notice {
	width: 940px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	clear: both;
	font-size: 11px;
	font-weight: 300;
}
.footer_copy {
	width: 940px;
	height: auto;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	clear: both;
	font-size: 11px;
	font-weight: 300;
	text-align: center;
}

.asub_header {
	height: 34px;
	background-image: url(../../img/title_item_bg.gif);
	background-repeat: no-repeat;
	margin: 20px 0px 20px 0px;
	width: 670px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 30px;
}


.page_top {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: 10px;
	bottom: 60px;
	display: none;
	z-index: 10;
	width: 52px;
	height: 52px;
	border-radius: 50% 50%;
}
.page_top a {
	margin: 0px;
	background-position: center 10px;
	display: block;
	background-color: #6699FF;
	padding: 0px;
	border-radius: 50% 50%;
	background-image: url('../../js/ptop_yajirushi.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}



#mastheader_menu2 ul {
	padding: 0px;
	margin: 36px 0px 0px 0px;
	float: right;
	height: 34px;
	width: 480px;
	overflow: hidden;
}
/*  RSS表示系 */
#rss_line_blog {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	background-image: url(../../img/dot_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	color: #333333;
	text-align: left;
}
#rss_line_blog li {
	margin: 0px;
	padding: 7px 0px 7px 0px;
	background-image: url(../../img/dot_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 10px;
	color: #333333;
	text-align: left;
	line-height: 160%;
}
#rss_line_blog div {
	background-image: url('../../img/listm_news.gif');
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 10px;
}
#rss_line_blog a {
}
/*  ckeditor table制御  */
.cke {
	line-height: 150%;
	border-width: 0px;
	margin-left: 0px;
}
.cke td {
	vertical-align: top;
}
