@charset "UTF-8";

body {
	text-align: center;
	margin:0;
	padding:0;
	font:13px arial, helvetica, sans-serif;
 *font-size:small;
 *font:x-small;
}
img {
	border:0;
}
/* 見出し用スタイル */
h2 {
	font-size:120%;
	margin-top:0px;
	margin-bottom:0px;
	float:none;
	font-weight:bold;
}
/* リンク用スタイル */
a {
	text-decoration:none;
	color:#323F74;
}
a:link {
	text-decoration:none;
	color:#323F74;
}
a:visited {
	text-decoration:none;
	color:#323F74;
}
a:hover {
	text-decoration:underline;
	color:#323F74;
}
a:active {
	text-decoration:underline;
	color:#323F74;
}
.text10 {
	font-size:77%;
}
.text11 {
	font-size:85%;
}
.text12 {
	font-size:93%;
}
.text13 {
	font-size:100%;
}
.text14 {
	font-size:108%;
}
.text15 {
	font-size:116%;
}
.text16 {
	font-size:123.1%;
}
.text17 {
	font-size:131%;
}
.text18 {
	font-size:138.5%;
}
.text19 {
	font-size:146.5%;
}
.text20 {
	font-size:153.9%;
}
.text21 {
	font-size:161.6%;
}
.text22 {
	font-size:167%;
}
.text23 {
	font-size:174%;
}
.text24 {
	font-size:182%;
}
.text25 {
	font-size:189%;
}
.text26 {
	font-size:197%;
}
.clear {
	clear:both;
}
#wrapper, #category_wrapper {
	margin: 0 auto;
	text-align: left;
}
#wrapper, #header, #contents, #footer, #category_wrapper {
	width: 1004px;
}
#header {
	background-image:url(./img/header_bg.gif);
	border-bottom-width: 25px;
	border-bottom-style: solid;
	border-bottom-color: #183873;
}
#header_left {
	width:418px;
	padding-left:12px;
	margin-top:15px;
	float:left;
}
#header_center {
	float:left;
	padding-top:6px;
	width:310px;
}
.catchcopy {
	padding:0;
	margin: 0;
	color:#39598a;
	font-family: "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}
#header_center_left {
	float:left;
	width:143px;
}
#header_center_right {
	float:left;
	width:161px;
	text-align:right;
}
#header_right {
	float:right;
	margin-top:7px;
	padding-right:9px;
	width:255px;
	font-size:12px;
}
#header_right ul {
	padding:0;
	list-style-type:none;
	margin:0;
}
#header_right li {
	float:right;
	margin-bottom:11px;
	margin-left:9px;
	line-height:17px;
}
#header_right .header_sub_navi1 {
	background:url('./img/rss.jpg') left top no-repeat;
	padding-left:15px;
}
#header_right .header_sub_navi2 {
	background:url('./img/inquiry.jpg') left top no-repeat;
	padding-left:18px;
}
#header_right .header_sub_navi3 {
	background:url('./img/sitemap.jpg') left top no-repeat;
	padding-left:18px;
}
#header:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  line-height:0;
}
/* 検索結果一覧用スタイル */
#content_inner {
	padding-top: 14px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:23px;
	min-height:582px;  /* IE6以外用 */
	_height:582px;   /* IE6用 */
}
.result_title {
	margin:0px 2px 0px 6px;
	padding-bottom:8px;
	border-bottom-width: 3px;
	border-bottom-color:#cecbce;
	border-bottom-style:solid;
}
.result_title h2 {
	color:#4a494a;
}
.result_title a {
	color:#494949;
}
.result_title a:hover {
	text-decoration:none;
}
.result_cnt {
	text-align:right;
	float:right;
	margin-top:6px;
}
/* 全文検索結果一覧用スタイル */
.grep_result_header {
	padding:6px 0px 2px 2px;
	margin:0 0 0 6px;
}
.grep_result_header h2 {
	font-weight:bold;
	font-size:120%;
	vertical-align:bottom;
	margin:4px 0 -4px 0;
}
.grep_result_cnt {
	text-align:right;
	float:right;
	margin-top:1em;
}
.grep_result_data {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 9px;
	padding-left: 6px;
}
.grep_result_data div.title {
	background:url(./img/arrow_d-red.gif) left center no-repeat;
	padding:0px 0px 0px 16px;
	font-weight:bold;
	width:80%;
	float:left;
	margin-left:10px;
	margin-bottom:9px;
}
.grep_result_data div.content_body {
	padding:2px 0 0 20px;
	color:#4a494a;
	margin-left:10px;
}
.grep_result_data div.board_category {
	color:#284f7A;
	text-align:right;
	padding:0 5px 0 0;
}
.grep_result_data div.update_info {
	color:#284f7A;
	text-align:right;
	border-bottom:1px solid #CCCCCC;
	padding:4px 5px 2px 5px;
}
.highlight {
	background-color:#FFCC66;
	padding:2px 2px 0px 2px;
}
/* ブックマーク（ポップアップ）用スタイル */
#bookmark, #bookmark div {
	background:none;
	padding:0;
	width:auto;
}
div#bookmark {
	position:absolute;
	right:10px;
	z-index:101;
}
div#bookmark_inner {
	width:285px;
	background:url(./img/bookmark_middle.gif) 0 0 repeat-y;
	margin-top:-3px;
	text-align:left;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 8px;
}
div#bookmark_inner_div {
	position:relative;
	width:100%;
	height:auto;
	overflow-y:auto;
	overflow-x:hidden;
	margin:0 -1px 0 0;
} /*現在はmax-heightは未指定のためスクロールは無効になる*/
#bookmark_inner .title {
	font-weight:bold;
	color:#284F7A;
	padding-bottom:2px;
}
#bookmark_inner ul {
	margin:0;
	list-style-type:none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#bookmark_inner li {
	margin-left:10px;
	color:#000000;
	cursor:move;
}
#bookmark_inner li a {
	width:100%;
	display:block;
	margin-right:-10px;
}
#bookmark_inner li.saved_condition a,
#bookmark_inner li.second_saved_condition a {
	padding:0 0 2px 16px;
}
#bookmark_inner li.saved_condition a {
	background:url(./img/search.gif) 0px 2px no-repeat;
	width:95%;
}
#bookmark_inner li.second_saved_condition a {
	background:url(./img/arrow_d-red2.gif) 0px 2px no-repeat;
	width:97%;
}
#bookmark_inner li.saved_condition a:hover,
#bookmark_inner li.second_saved_condition a:hover {
	background-color:#FFFBCB;
}
#header_grobal_navi {
	padding-left:19px;
	margin-top:3px;
	float:left;
}
/* グローバルメニュー用スタイル */
#menu_global {
	width:748px;
	float:left;
	margin-top:6px;
	font-size:12px;
}
#menu_global_inner {
	margin-left:19px;
	width:97%;
	min-width:600px;
	position:relative;
}
#menu_global_inner ul {
	padding:0;
	margin:0;
}
#menu_global_inner li {
	float:left;
	list-style-type:none;
}
#menu_global_inner a {
	float:left;
	margin-right:0px;
	margin-left:-10px;
	padding:8px 9px 0 9px;
	text-align:center;
	height:15px;
	position:relative;
	font-weight:bold;
	line-height:1;
	color:#1F4382;
}
#search_left {
	float:left;
	padding-left:37px;
	margin-top:4px;
}
#search_box {
	width:158px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-color: #999999;
	border-bottom-color: #999999;
	color:#848284;
}
#header form {
	margin:0;
	padding:0;
}
#search_right {
	float:left;
	margin-left:4px;
	margin-top:6px;
	margin-right:4px;
}
#contents {
	margin-bottom:31px;
}
#top_flash_wrapper {
	margin-top:6px;
	padding-bottom:5px;
	text-align:center;
	background:url('./img/top_flash_bg.gif') no-repeat;
	height:246px;
}
#top_flash {
	padding-top:11px;
	z-index:1;	
}
#top_freespace {
	margin-left:33px;
	margin-right:33px;
}
#top_freespace_entry {
	padding-top:5px;
	padding-bottom:5px;
	line-height:2em;
}
#top_threebox_wrapper {
	margin-top:5px;
}
#top_threebox_wrapper:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  line-height:0;
}
#top_new_message {
	margin-left:15px;
	/* IEでfloatさせたボックスのmarginが2倍になるバグの対処 */
	_margin-left:8px;
	margin-right:6px;
}
#top_event {
	margin-right:7px;
}
#top_new_message, #top_event, #top_detail {
	width:322px;
	float:left;
	background-image:url(./img/top_box_bg-02.gif);
	background-repeat:repeat-y;
}
#top_new_message a:hover, #top_event a:hover, #top_detail a:hover {
	background-color:#FFFBCB;
}
#top_new_message .main_img, #top_event .main_img, #top_detail .main_img {
	margin-left:6px;
	margin-bottom:9px;
}
#top_new_message_entry, #top_event_entry {
	margin-right:22px;
	line-height:1.2em;
}
#top_new_message_entry ul, #top_event_entry ul, #top_detail_entry ul {
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top_new_message_entry ul, #top_event_entry ul {
	margin-left:8px;
}
#top_detail_entry {
	width:290px;
}
#top_detail_entry ul {
	margin-left:21px;
}
#top_new_message_entry li, #top_event_entry li, #top_detail_entry li {
	list-style:none;
}
#top_new_message_entry li, #top_event_entry li {
	margin-bottom:16px;
	padding-left:11px;
}
#top_detail_entry li {
	padding-left:17px;
	line-height:1.4em;
}
#top_new_message_entry li, #top_event_entry li {
	background:url('./img/arrow.gif') left top no-repeat;
}
#top_detail_entry .detail1 a, #top_detail_entry .detail2 a, #top_detail_entry .detail3 a, #left_detail .detail1 a, #left_detail .detail2 a, #left_detail .detail3 a {
	color:#ff6600;
	font-weight:bold;
}
#top_detail_entry .detail1_text, #top_detail_entry .detail2_text, #top_detail_entry .detail3_text,
#left_detail .detail1_text, #left_detail .detail2_text, #left_detail .detail3_text {
	margin-left:17px;
	margin-bottom:20px;
	background:url('./img/detail_text_arrow.gif') left top no-repeat;
	padding-left:13px;
	color:#4a494a;
}
#top_detail_entry .detail1 {
	background:url('./img/detail_arrow01.gif') left top no-repeat;
}
#top_detail_entry .detail2 {
	background:url('./img/detail_arrow02.gif') left top no-repeat;
}
#top_detail_entry .detail3 {
	background:url('./img/detail_arrow03.gif') left top no-repeat;
}
#top_new_message .list, #top_event .list {
	text-align:right;
	margin-top:-8px;
	margin-right:23px;
	margin-bottom:9px;
}
#top_right {
	float:left;
/*	margin-top:7px;*/
}
#top_trial {
	margin-bottom:5px;
	margin-top:-3px;
}
#top_trial a{
 display:block;
 background:url(./img/trial.gif) no-repeat;
 height:69px;
 line-height:69px;
 text-decoration:none;
}
#top_trial a:hover{
 background:url(./img/trial_on.gif) no-repeat;
}
#sub_navi ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 285px;
}
#sub_navi li {
	float:left;
	list-style-type:none;
	margin-right:12px;
	margin-bottom:11px;
	line-height:17px;
}
#sub_navi .sub_navi1, #category_sub_navi .sub_navi1 {
	background:url('./img/sub_navi_01.jpg') left top no-repeat;
	padding-left:19px;
}
#sub_navi .sub_navi2, #category_sub_navi .sub_navi2 {
	background:url('./img/sub_navi_02.jpg') left top no-repeat;
	padding-left:15px;
}
#sub_navi .sub_navi3, #category_sub_navi .sub_navi3 {
	background:url('./img/sub_navi_03.jpg') left top no-repeat;
	padding-left:18px;
}
#sub_navi .sub_navi4, #category_sub_navi .sub_navi4 {
	background:url('./img/sub_navi_04.jpg') left top no-repeat;
	padding-left:18px;
}
#sub_navi .sub_navi5, #category_sub_navi .sub_navi5 {
	background:url('./img/sub_navi_05.jpg') left top no-repeat;
	padding-left:19px;
}
#footer {
	clear:both;
	height:17px;
	line-height:17px;
	background-color:#39599c;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
#footer p {
	margin-right:13px;
}
/* カテゴリーアーカイブ */
#contents_wrapper {
	margin-left:213px;
	min-width:757px;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#category_wrapper {
	background-image:url(./img/main_bg.gif);
	background-repeat:repeat-y;
}
/* ローカルエリア用スタイル */
#left {
	position:relative;
	width:213px;
	float:left;
	z-index:51;
	margin-left:-212px;
	left:-1px;
	margin-right:-3px;
	padding-bottom:10px;
}
#left_display {
	padding-top:13px;
	min-width:170px;
	float:left;
	display:block;
}
#left_toggle-area {
	float:left;
	width:26px;
	margin:6px 0 0 -26px;
	position:relative;
	left:13px;
	z-index:60;
}
.navsub {
	font-weight:bold;
	color:#9F7F39;
	width:201px;
	text-align:right;
	padding:0px;
	border-bottom:1px dashed #787878;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
}
.navsub a {
	color:#9F7F39 !important;
}
#local_cur {
	background:url(./img/bnm_icon.gif) 5px no-repeat;
	padding-left:24px;
	padding-right:20px;
	margin-bottom:6px;
	color:#4a494a;
}
#left_bottom {
	margin-top:-9px;
}
#left_trial {
	margin-left:6px;
	margin-bottom:5px;
}
#left_trial a{
 display:block;
 background:url(./img/trial_left.gif) no-repeat;
 height:69px;
 line-height:69px;
 text-decoration:none;
}
#left_trial a:hover{
 background:url(./img/trial_left_on.gif) no-repeat;
}
#left_detail {
	margin-left:6px;
	background-image:url(./img/left_trial_bg.gif);
	background-repeat:repeat-y;
}
#left_detail .main_img {
	margin-bottom:14px;
}
#left_detail ul {
	width:169px;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 16px;
}
#left_detail li {
	padding-left:17px;
	line-height:1.4em;
	list-style-type:none;
	margin-right:5px;
}
#left_detail .detail1 {
	background:url('./img/detail_arrow01.gif') left top no-repeat;
}
#left_detail .detail2 {
	background:url('./img/detail_arrow02.gif') left top no-repeat;
}
#left_detail .detail3 {
	background:url('./img/detail_arrow03.gif') left top no-repeat;
}
.local_list {
	border-bottom:0;
	width:201px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.local_list ul {
	margin:1px 0 0 0;
	padding:0;
	display:block;
	list-style-type:none;
	width:100%;
}
/*
.local_list li {
	margin:0 0 0 0;
	padding:2px 0 2px 20px;
	list-style-type:none;
	line-height:1.2;
}
*/
.top_level_cat_ul_wapper {
	margin:0;
	padding:0;
	list-style:none;
}
.arrow_d-red {
	list-style-type:none;
	line-height:1.2;
	background:url(./img/arrow_d-red.gif) 5px 6px no-repeat;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 20px;
}
.cur_pointer_arrow {
	padding:0;
	list-style-type:none;
	line-height:1.2;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
#left_display .local_menu {
	font-weight:bold;
}
#left_display li a:hover {
	background-color:#FEEBBA;
}
.local_contents_group {
	padding:2px 0px 2px 26px;
	width:80%;
}
.local_inner_contents_list {
	padding:0 0 0 10px;
	margin-left:-24px;
	background:url(./img/arrow_d-red.gif) 0px 4px no-repeat;
	text-indent:0;
}
.local_no_contents {
	padding-top:2px;
	padding-left:4px;
/*	padding:8px 2px 2px 26px;*/
}
.local_msg_contents {
	padding:8px 2px 2px 13px;
}
/* メイン画面用スタイル */
#main {
	float:left;/*
	width:100%;
	position:relative;
	margin-top:1px;*/
	background-color:#ffffff;
	color:#4a494a;
}
#main_inner {
	padding:14px 20px 20px 20px;
/*	min-height:300px;*/
}
#main_inner:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  line-height:0;
}
#pan {
	margin-bottom:30px;
}
#pan a {
	text-decoration:underline;
}
#pan_now {
	font-weight:bold;
	color:#313c73;
}
#category_entry_wrapper {
	width:713px;
}
#main h1 {
	width:698px;
	background-color:#efefef;
	padding-left:13px;
	padding-top:6px;
	padding-bottom:4px;
	border: 1px solid #cecbce;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#category_body {
	margin-top:9px;
	margin-bottom:6px;
	line-height:1.2em;
}
#category_index_wrapper_left {
	float:left;
	width:550px;
	padding-top:20px;
	line-height:1.2em;
}
.category_index_left {
	float:left;
	padding-left:35px;
	width:60px;
}
.category_index_right {
	float:left;
	width:426px;
}
.category_index_title {
	color:#0055c6;
	font-weight:bold;
	margin-bottom:16px;
}
.category_index_outline {
	margin-bottom:10px;
}
.category_index_more a, .category_index_more a:visited {
	color:#0055c6;
}
#category_index_wrapper_right {
	float:left;
	border: 1px solid #e2e0e2;
}
#category_index_wrapper_right_inner {
	width:140px;
	margin-right: 10px;
	margin-left: 11px;
	padding-top: 6px;
	padding-bottom: 13px;
}
#category_index_wrapper_right_inner p {
	margin-top:12px;
	margin-bottom:12px;
	line-height:1.2em;
}
#category_sub_navi ul {
	padding:0px;
	margin-top: 0px;
	margin-left: 285px;
	margin-bottom: 0px;
	margin-right:0px;
}
#category_sub_navi li {
	float:left;
	list-style-type:none;
	margin-right:12px;
	margin-bottom:11px;
	line-height:17px;
}
/* 新着メッセージ */
#new_message_tbl {
	border: 1px solid #cacaca;
	border-collapse: collapse;
	width: 100%;
	margin-left:1px;
}
#new_message_tbl th {
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background: #deefff;
	text-align: center;
	padding-top:9px;
	padding-bottom:8px;
}
#new_message_tbl td {
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding-top:9px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
}
.totop {
	text-align:right;
	padding:10px 3px 0 0;
	clear:both;
}
.totop a {
	background:url(./img/totop.gif) right 0 no-repeat;
	font-weight:bold;
	padding:0.2em 20px 0.7em 0.2em;
}
#entry_body_wrapper {
	margin-top:24px;
	min-height:484px;  /* IE6以外用 */
	_height:484px;   /* IE6用 */
}
tr.second {
/*	background-color:#E9E9E9;	*/	/* 一覧偶数行 */
}

tr.roll {
	background-color:#FEEBBA;
}

/**小嶋追加分*********************************/
/*注意文*/
.caution {
	font-weight: bold;
	color: #FF0000;
}
.caution_02 {
	color: #FF3300;
	padding-left: 2em;
}

/* フォームテーブル */
.form_tbl {

	border: 1px solid #cacaca;

	border-collapse: collapse;

	width: 100%;

	margin-left:1px;

	margin-top:24px;

}

.form_tbl th {

	border-right: 1px solid #cacaca;

	border-bottom: 1px solid #cacaca;

	background: #deefff;

	text-align: center;

	padding:4px 5px;
}

.form_tbl td {

	border-right: 1px solid #cacaca;

	border-bottom: 1px solid #cacaca;

	padding:4px 5px;
}

/*入力フォーム幅*/
.form_100 {
	width: 90%;
}

.form_status {
	font-size: 1.2em;
	font-weight: bold;
	color: #183873;
}
.form_read {
	font-weight: bold;
	color: #183873;
}

.form_genzaiti {
	font-weight: bold;
	color: #183873;
}
#form_kankuzu {
	text-align: right;
	padding-bottom: 1em;
}

/**小嶋追加分ここまで*************************/

/* TinyMCE用設定 */
.h1 {
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CECBCE;
	border-bottom-color: #CECBCE;
	padding-left: 10px;
	color: #000000;
	font-size:140%;
	margin:0px 0px 3px 0px;
	line-height: 1.7em;
	font-weight:bold;
}

.h2 {
	line-height: 25px;
	font-weight: bold;
	color: #424542;
	padding-left: 10px;
	background-color: #E7EFF7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECBCE;
	font-size:110%;
	margin-top:0px;
	margin-bottom:0px;
}
.h3 {
	color: #424542;
	background-image: url(./img/midashi-04.gif);
	padding-left: 10px;
	line-height: 33px;
	font-size: 110%;
	font-weight:bold;
}

.h4 {

	line-height: 29px;
	font-weight: normal;
	color: #313C73;
	background-image: url(./img/midashi-05.gif);
	background-repeat: no-repeat;
	padding-left: 10px;	
}
.h5 {
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
	padding-left: 10px;
	font-size: 1.3em;
	background-image: url(./img/midashi-10.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #739AD6;
	width: 600px;
	padding-right: 103px;
}
.h6 {
	font-weight: normal;
	padding-left: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #426DB5;
	font-size:80%;
}


.marker_01 {
	font-weight: bold;
	background-image: url(./img/midashi-07.gif);
	line-height: 21px;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 21px;
	color: #313C73;
}

.marker_02 {
	font-weight: normal;
	background-image: url(./img/midashi-08.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 17px;
	color: #313C73;
}

.marker_03 {
	font-weight: normal;
	background-image: url(./img/midashi-09.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 18px;
	color: #424542;
}
