/* 基本タグ */
body {
	background-color: #FFFFFF;
}

#base {
	background-image: url("../../share/images/base_bg.gif");
	background-repeat: repeat-y;
}

#bottom {
	background-image: url("../../share/images/bottom_bg.gif");
	background-repeat: no-repeat;
}

#top {
	background-image: url("../../share/images/top_bg.gif");
	background-repeat: no-repeat;
}




/* ヘッダー */
#header {
	background-image: url("../../share/images/header.gif");
	background-repeat: no-repeat;
}

/* トップナビ */
.top_navi .top_navi_b a {
	background: url("../../share/images/top_navi.gif") left top;
	background-color: #0062AF;
}

.top_navi .top_navi_b a:hover {
	background: url("../../share/images/top_navi.gif") right top;
	background-color: #1F2C5C;
}


/* グローバルナビ */
.g_navi .g_navi_b a {
	color: #000000;
	background: url("../../share/images/g_navi.gif") left top;
	background-color: #cccccc;
}

.g_navi .g_navi_b a:hover {
	color: #FFFFFF;
	background: url("../../share/images/g_navi.gif") right top;
	background-color: #cccccc;
}

/* ｢・・・｣には・・件の情報があります */
#main .list_number .bold {
	color: #A92027;
}

/* くらしの出来事 */

#right .lifestage .stage_icon_1 a {
	background: url("../../share/images/icon_stage_1.gif") no-repeat;
	display: block;
	width: 61px;
	height: 57px;
}

#right .lifestage .stage_icon_1 a:hover {
	background: url("../../share/images/icon_stage_1_on.gif") no-repeat;
}

#right .lifestage .stage_icon_2 a {
	background: url("../../share/images/icon_stage_2.gif") no-repeat;
	display: block;
	width: 61px;
	height: 57px;
}

#right .lifestage .stage_icon_2 a:hover {
	background: url("../../share/images/icon_stage_2_on.gif") no-repeat;
}

#right .lifestage .stage_icon_3 a {
	background: url("../../share/images/icon_stage_3.gif") no-repeat;
	display: block;
	width: 61px;
	height: 57px;
}

#right .lifestage .stage_icon_3 a:hover {
	background: url("../../share/images/icon_stage_3_on.gif") no-repeat;
}

#right .lifestage .stage_icon_4 a {
	background: url("../../share/images/icon_stage_4.gif") no-repeat;
	display: block;
	width: 61px;
	height: 57px;
}
#right .lifestage .stage_icon_4 a:hover {
	background: url("../../share/images/icon_stage_4_on.gif") no-repeat;
}

#right .lifestage .stage_icon_5 a {
	background: url("../../share/images/icon_stage_5.gif") no-repeat;
	display: block;
	width: 61px;
	height: 57px;
}
#right .lifestage .stage_icon_5 a:hover {
	background: url("../../share/images/icon_stage_5_on.gif") no-repeat;
}

#right .lifestage .stage_icon_6 a {
	background: url("../../share/images/icon_stage_6.gif") no-repeat;
	display: block;
	width: 61px;
	height: 57px;
}

#right .lifestage .stage_icon_6 a:hover {
	background: url("../../share/images/icon_stage_6_on.gif") no-repeat;
}

#right .lifestage .stage_icon_7 a {
	background: url("../../share/images/icon_stage_7.gif") no-repeat;
	display: block;
	width: 61px;
	height: 57px;
}
#right .lifestage .stage_icon_7 a:hover {
	background: url("../../share/images/icon_stage_7_on.gif") no-repeat;
}

#right .lifestage .stage_icon_8 a {
	background: url("../../share/images/icon_stage_8.gif") no-repeat;
	display: block;
	width: 61px;
	height: 57px;
}
#right .lifestage .stage_icon_8 a:hover {
	background: url("../../share/images/icon_stage_8_on.gif") no-repeat;
}

/* このホームページについて関連 */

#right .help_text_t {
	color: #007CBC;
	border-bottom: 2px solid #007CBC;
}

#right .help_rss_text_r {
	color: #ffffff;
}





/* メイン */
/* ページタイトル */
#main .page_title_bar_1 .page_title_1 {
	color: #2E528E;
}

#main .page_title_bar_2 .page_title_2 {
	color: #315B3A;
}

#main .page_title_bar_3 .page_title_3 {
	color: #1762AC;
}

#main .page_title_bar_4 .page_title_4 {
	color: #715376;
}

#main .page_title_bar_5 .page_title_5 {
	color: #7E132B;
}


/* ページタイトル */
#main .page_title_bar_1 {
	background-image: url("../../share/images/title_bar_1.gif");
	background-repeat: repeat-x;
}

#main .page_title_bar_2 {
	background-image: url("../../share/images/title_bar_2.gif");
	background-repeat: repeat-x;
}

#main .page_title_bar_3 {
	background-image: url("../../share/images/title_bar_3.gif");
	background-repeat: repeat-x;
}

#main .page_title_bar_4 {
	background-image: url("../../share/images/title_bar_4.gif");
	background-repeat: repeat-x;
}

#main .page_title_bar_5 {
	background-image: url("../../share/images/title_bar_5.gif");
	background-repeat: repeat-x;
}

/* ページテキスト */
#main .page_text_3 {
	border-bottom: 1px dotted #CCCCCC;
} 

/* result　ページナビ 1col */
#main .prev_next {
	background-color: #FFFAD7;
}

#main .prev_next_2 {
	background-color: #DDDDDD;
}


/* result　ページナビ 2col */
#main .prev_next_3 {
	background-color: #FFFAD7;
}

/* お問い合わせ */
#main .contact_check {
	color:#FF0000;
	font-weight: bold;
}

/* result　概要 */
#main .content_list .list_info {
	font-weight: bold;
}



/* result　コンテンツリスト */
#main .content_list ul {
	list-style-image: url("../../share/images/arr_5.gif");
}

#main .content_list li {
	border-bottom: 1px dotted #CCCCCC;
}

/* アンケート */
#main .purpose {
	border: 1px solid #000000;
} 

#main .enquete_title {
	border-bottom: 2px solid #000000;
}

#main .enquete_cat_title {
	border-bottom: 1px solid #000000;
}

/* 電子会議室 */
#main .conf_date {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

#main .conference_page_navi {
	background-color: #FFFAD7;
}

#main .agenda_list {
	border-bottom: 1px solid #000000;
} 

#main .conf_link {
	border-bottom: 1px solid #000000;
} 

#main .conf_link_list ul {
	list-style-image: url("../../share/images/arr_2.gif");
}

#main .conf_info {
	border: 1px solid #000000;
}

#main .conf_info ul {
	list-style-image: url("../../share/images/arr_2.gif");
}

#main .comment {
	border-bottom: 1px solid #000000;
}

#main .comment_2 {
	border: 1px solid #000000;
}

#main .article {
	border: 1px solid #000000;
}

#main .article .from {
	border-bottom: 1px dotted #CCCCCC;
}

#main .scene_title {
	border-bottom: 1px solid #000000;
}

#main .submitted_input {
	border: 1px solid #000000;
}

#main .old_list .terms {
	border: 1px solid #B3D5EE;
	background-color: #F5FBFE;
}

#main .old_list .old_meeting {
	border-bottom: 1px solid #000000;
}

/* 行事案内 */
/* イベントカレンダー */
#main .select {
	border: 1px solid #CECECE;
}

#main .event_calendar {
	border-top: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
}

#main .event_calendar .sunday {
	background-color: #E1AFB7;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

#main .event_calendar .weekday {
	background-color: #D9E6C3;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

#main .event_calendar .saturday {
	background-color: #D3DBEE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

#main .event_calendar .sun {
	background-color: #F0D9E0;
	border-right: 1px solid #CECECE;
}

#main .event_calendar .sun_text {
	background-color: #F0D9E0;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

#main .event_calendar .day {
	border-right: 1px solid #CECECE;
}

#main .event_calendar .day_text {
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

#main .event_calendar .sat {
	background-color: #E9EDF6;
	border-right: 1px solid #CECECE;
}

#main .event_calendar .sat_text {
	background-color: #E9EDF6;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}

/* 各課・施設 */
#main .section_list_navi .section_list_title {
	color: #626262;
}

/* 敦賀市役所写真 */
#main .section_topics .section_photo_text {
	border: 1px solid #000000;
}

/* 新しく情報を公開しました */
#main .section_topics .topics {
	border: 1px solid #000000;
}

#main .section_topics .topics .topics_info {
	border-bottom: 1px dotted #CCCCCC;
}

#main .section_topics .topics .topics_list ul {
	list-style-image: url("../images/arr_2.gif");
}

/* 一覧タイトル */
#main .section_list_navi .section_list_title {
	background-color: #FFFAD7;
}

#main .section_list_navi .section_navi {
	border: 1px solid #000000;
	background-color: #EAF6FC;
}

#main .section_list_navi .sec_title {
	border-bottom: 1px solid #000000;
}

#main .section_list_navi .sec_list ul {
	list-style-image: url("../images/arr_2.gif");
}

/* 施設連絡先 */
#main .section_list_print {
	background-color: #D7E6BF;
}

#main .section_main {
	border-bottom: 1px solid #000000;
}

#main .section_list {
	border-bottom: 1px dotted #CCCCCC;
}

#main .section_list_title_2 {
	background-color: #FFFAD7;
}

/* 総合案内・市民の皆様へ・事業者向け・観光情報 */
#main .directory {
	background-color: #FFFAD7;
}

#main .contents_2 ul {
	list-style-image: url("../images/arr_2.gif");
	border-bottom: 1px dotted #CCCCCC;
}

/* リンク集 */
#main .contents_3 ul {
	list-style-image: url("../images/arr_2.gif");
}

/* サイトマップ */
#main .site_page {
	border-bottom: 1px dotted #CCCCCC;
}

#main .site_cat_list {
	border-bottom: 1px dotted #CCCCCC;
}

/* お問い合わせ */
#main .contact_cat {
	border-bottom: 1px dotted #D5D5D5;
}

/* ランキング表示 */
#main .ranking_navi a {
	color: #C31A22;
}

#main .ranking_navi a:hover {
	color: #C31A22;
}


/* 掲示板 */
#main .login_form .id_pass span {
	color: #FF0000;
} 

.com_need {
	color: #FF0000;
}

/* これまでの記事 */
#main .past_navi a {
	color: #C31A22;
}

#main .past_navi a:hover {
	color: #C31A22;
}





/* 左カラム */
/* サイドボタン */
#left .side_pb a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#left .side_pb a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* サイドリスト一覧表示 */
#left .side_main .list_navi a {
	color: #C31A22;
}

#left .side_main .list_navi a:hover {
	color: #C31A22;
}

/* 敦賀市の紹介・市長の部屋・ライブカメラ */
#left .side_pb_m {
	background-image: url("../../share/images/side_b_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#left .side_pb_t {
	background-image: url("../../share/images/side_b_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#left .side_pb_b {
	background-image: url("../../share/images/side_b_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

/* サイドメニューバック */
#left .side_main {
	background-image: url("../../share/images/side_bg_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#left .side_bg_top {
	background-image: url("../../share/images/side_bg_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#left .side_bg_bottom {
	background-image: url("../../share/images/side_bg_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

/* サイドメニューバック（オレンジ） */
#left .side_main02 {
	background-image: url("../../share/images/side_bg_main02.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#left .side_bg_top02 {
	background-image: url("../../share/images/side_bg_top02.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#left .side_bg_bottom02 {
	background-image: url("../../share/images/side_bg_bottom02.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

/* サイドリスト */
#left .side_main02 .side_list ul {
	list-style-image: url("../images/arr_9.gif");
}

#left .side_main .side_list .section {
	border-bottom: 1px dotted #CCCCCC;
}

/* サイドリスト */
#left .side_main .side_list ul {
	list-style-image: url("../images/arr_3.gif");
}

#left .side_main .side_list .section {
	border-bottom: 1px dotted #CCCCCC;
}

/* サイドリスト（教育委員会用） */
#left .side_main .side_list ul.education {
	list-style-image: url("../images/arr_9.gif");
}

/* ヘルプページのリスト */
#right .help_list ul {
	list-style-image: url("../images/arr_3.gif");
}

/* カレンダー */
#left .side_main .carender .sunday {
	background-color: #E1AFB7;
	border: 1px solid #CECECE;
}

#left .side_main .carender .weekday {
	background-color: #D9E6C3;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}

#left .side_main .carender .saturday {
	background-color: #D3DBEE;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}

#left .side_main .carender .sun {
	background-color: #F0D9E0;
	border-bottom: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}

#left .side_main .carender .day {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}

#left .side_main .carender .sat {
	background-color: #E9EDF6;
	border-bottom: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
}











/* 右カラム */
/* 重要なお知らせ */
#right .important {
	border: 1px solid #E30012;
}

#right .important .important_title {
	background-image: url("../../share/images/important_title_bg.gif");
	background-repeat: repeat-x;
	background-position: 0% 50%;
}

/* くらしの出来事 */
#right .lifestage_title_m {
	background-image: url("../../share/images/lifestage_title_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#right .lifestage_title_t {
	background-image: url("../../share/images/lifestage_title_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#right .lifestage_title_b {
	background-image: url("../../share/images/lifestage_title_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

/* TonBoメール */
#right .tonbomail_title_m {
	background-image: url("../../share/images/tonbo_title_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#right .tonbomail_title_t {
	background-image: url("../../share/images/tonbo_title_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#right .tonbomail_title_b {
	background-image: url("../../share/images/tonbo_title_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#right .tonbomail .tonbomail_list {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
}

#right .tonbomail .tonbomail_list ul {
	list-style-type: none;
}

/* 注目情報・新着情報・市民の皆様へ */
#right_l .news_title_m {
	background-image: url("../../share/images/sub_title_2_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#right_l .news_title_t {
	background-image: url("../../share/images/sub_title_2_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#right_l .news_title_b {
	background-image: url("../../share/images/sub_title_2_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#right_l .news_list {
	border-bottom: 1px solid #000000;
}

#right_l .news_list ul {
	list-style-image: url("../../share/images/arr_2.gif");
}

/* 市民の皆様へ */
#right_l .frame_m {
	background-image: url("../../share/images/cat_b_main.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

#right_l .frame_t {
	background-image: url("../../share/images/cat_b_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#right_l .frame_b {
	background-image: url("../../share/images/cat_b_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

/* まちかどスケッチ */
#right_r .machikado_title_bar {
	border: 1px solid #F5B325;
	background-color: #FFF152;
}

#right_r .machikado_photo_caption {
	border-bottom: 1px solid #F5B325;
	border-left: 1px solid #F5B325;
	border-right: 1px solid #F5B325;
}

#right_r .right_r_menu .menu {
	border-bottom: 1px solid #878787;
	border-right: 1px solid #878787;
	background-color: #E4E4FF;
}

/* まちかどスケッチ　カテゴリータイトル */
.detail_cat_title {
	border-bottom: 2px solid #009DE6;
}


/* detail　カテゴリータイトル */
#right .detail_cat_title {
	color: #009DE6;
	font-weight: bold;
}

/* detail　カテゴリータイトル（教育委員会） */
#right .detail_catEdu_title {
	color: #009DE6;
	font-weight: bold;
	border-bottom: 2px #009DE6 solid;
}

/* detail　カテゴリータイトル（表の上） */
#right .detail_cat_title_table {
	color: #009DE6;
	font-weight: bold;
}

/* detail　カテゴリータイトル（アンケート） */
#right .detail_vote_title {
	color: #DE73CB;
	font-weight: bold;
}

/* まちかどスケッチ　カテゴリータイトル */
.detail_cat_title {
	color: #009DE6;
	font-weight: bold;
}



/* detail　テキスト */
#right .vote_text span{
	color: #A92027;
	font-weight: bold;
} 

/* サブタイトル */
#right .sub_title_1_m {
	background-image: url("../../share/images/sub_title_1_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#right .sub_title_1_t {
	background-image: url("../../share/images/sub_title_1_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#right .sub_title_1_b {
	background-image: url("../../share/images/sub_title_1_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

/* index　日付・リスト */
#right .date_list .date {
	color: #626262;
	background-color: #FFFAD7;
}

#right .date_list .list ul {
	list-style-image: url("../../share/images/arr_5.gif");
}

#right .date_list .list li {
	border-bottom: 1px dotted #CCCCCC;
}

#right .date_list .cat {
	border-bottom: 1px dotted #CCCCCC;
}

/* detail　タイトル */
#right .detail_title {
	background-color: #DCEDFA;
	border-left: 10px solid #006AB1;
	color: #006AA5;
}

/* まちかどスケッチ　タイトル */
.photo_title {
	background-color: #DCEDFA;
	border-left: 10px solid #006AB1;
}

/* detail　パブリックコメント */
#right .public_comment {
	background-color: #E8F5FC;
	border: 1px solid #CCCCCC;
} 


/* detail　各課・施設 */
#right .sec_contact {
	border: 1px solid #000000;
}

/* detail　カテゴリータイトル */
#right .detail_cat_title {
	border-bottom: 2px solid #009DE6;
}

/* detail　カテゴリータイトル（表の上） */
#right .detail_cat_title_table {
	border-bottom: 2px solid #009DE6;
}

/* detail　カテゴリータイトル（アンケート） */
#right .detail_vote_title {
	border-bottom: 2px solid #DE73CB;
}

/* detail　カテゴリー詳細 */
#right .content_title_1 {
	border-bottom: 1px dotted #CCCCCC;
}

#right .content_1 {
	border-bottom: 1px dotted #CCCCCC;
}

#right .cat_content_2 {
	border-bottom: 1px dotted #CCCCCC;
}

/* アンケート表 */
#right .enquete_chart {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#right .enquete_chart th {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


#right .enquete_chart td {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

/* アンケートリスト */
#right .enquete_list ul {
	list-style-image: url("../../share/images/arr_2.gif");
}

/* 総合案内・市民の皆様へ・事業者向け・観光情報 */
#right .news_title_m_2 {
	background-image: url("../../share/images/sub_title_1_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#right .news_title_t_2 {
	background-image: url("../../share/images/sub_title_1_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#right .news_title_b_2 {
	background-image: url("../../share/images/sub_title_1_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#right .gov_list ul {
	list-style-image: url("../images/arr_2.gif");
}

#right .gov_list .list_navi {
	border-top: 1px dotted #CCCCCC;
}

#right .related_cat {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

#right .related_cat .cat_title_1 {
	background-color: #CADD94;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#right .related_cat .cat_title_2 {
	background-color: #D6F4F5;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#right .related_cat .cat_title_3 {
	background-color: #F4E9FB;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#right .related_cat .cat_title_4 {
	background-color: #F3DCB7;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#right .related_cat .cat_list {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


/*トピックス ------------------*/

#right .news_title_m_3 {
	background-image: url("../../share/images/topics_title_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#right .news_title_t_3 {
	background-image: url("../../share/images/topics_title_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#right .news_title_b_3 {
	background-image: url("../../share/images/topics_title_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#right .topics_list ul {
	list-style-image: url("../images/arr_9.gif");
	border-bottom: 1px dotted #CCCCCC;
}


/* 詳細検索 */
#right .search_text {
	border-bottom: 1px dotted #CCCCCC;
}

#right .search_cat {
	border-bottom: 1px dotted #CCCCCC;
}

/* このホームページについて */
#right .hp_cat_list {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#right .hp_cat_list .hp_cat {
	border-bottom: 1px solid #000000;
}




/* 090818市民の皆様へ */
#right .newsTitle_m {
	background-image: url("../../share/images/sub_title_3_main.gif");
	background-repeat: repeat-y;
	background-position: 0% 50%;
}

#right .newsTitle_t {
	background-image: url("../../share/images/sub_title_3_top.gif");
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#right .newsTitle_b {
	background-image: url("../../share/images/sub_title_3_bottom.gif");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

dl.newCatList dt {
	color: #0074b0;
}

dl.newCatList dt a {
	color: #0074b0;
}

dl.newCatList dt a:hover {
	color: #0074b0;
}

dl.newCatList dd {
	border-bottom: 1px dotted #CCC;
}




/* フッター */
#footer .f_navi {
	border-bottom: 2px solid #878787;
}

/* 各国翻訳語について */
#main .change_title {
	color: #CC0033;
	border-bottom: 3px #CC0033 solid;
}


#main .change_text {
	border-bottom: 1px dotted #CCCCCC;
} 
