/* 共通 */
/* 基本タグ */
.navigation {
	display: none;
}

.dummy {
	clear: both;
}

hr {
	display: none;
}

img {
	border: 0px;
}

a {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

/* 背景 */
body {
	background-color: #003300;
	color: #FFFFFF;
}

/* ヘッダー */
#header {
	background-image: url("../../assembly_share/images/color_header.gif");
	background-repeat: no-repeat;
}

.header_text {
	color: #FFFFFF;
}

/* フッター */
#footer {
	border-top: 2px solid #FFFFFF;
}

address {
	color: #FFFFFF;
}

/* サイド　コンテンツ */
#left .side_menu h2 {
	border: 1px solid #FFFFFF;
}

#left .side_menu .side_contents {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#left .side_menu .side_contents ul {
	list-style-image: url("../../assembly_share/images/arr_1.gif");
}

#left .side_menu .side_contents li {
	border-bottom: 1px dotted #FFFFFF;
}




/* 右カラム */
/* コンテンツ　タイトルバー */
#right .new_info .title_bar {
	background-position: 0px 10px;
	background-image:  url("../../assembly_share/images/content_title_bg_b.gif");
	background-repeat: no-repeat;
}

#right .genre .title_bar {
	background-position: 0px 10px;
	background-image:  url("../../assembly_share/images/content_title_bg_b.gif");
	background-repeat: no-repeat;
}




/* トップページ */
/* 新着情報 */
#right .new_info .news_list ul {
	list-style-image: url("../../assembly_share/images/arr_2.gif");
}

#right .new_info .news_list li {
	border-bottom: 1px dotted #FFFFFF;
}

/* 分類から探す */
#right .genre .cat .cat_title {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#right .genre .cat_list ul {
	list-style-image: url("../../assembly_share/images/arr_2.gif");
}

#right .genre .cat_list li {
	border-bottom: 1px dotted #FFFFFF;
}




/* お知らせ　index */
#right .day {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}




/* お知らせ　result */
#main .list_number .number {
	color: #FFFFFF;
}

/* ページナビ */
#main .prev_next {
	border: 1px solid #FFFFFF;
}




/* お知らせ　detail */
#right .detail_title {
	border: 1px solid #FFFFFF;
}

#right .info_text {
	border: 1px solid #FFFFFF;
}

#right .chart table {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#right .chart table .chart_index {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#right .chart table .chart_content {
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#right .detail_cat_title {
	border-bottom: 3px solid #FFFFFF;
	color: #FFFFFF;
}

#right .chart_2 table .chart_index_2 {
	border-bottom: 1px dotted #FFFFFF;
}

#right .chart_2 table .chart_content_2 {
	border-bottom: 1px dotted #FFFFFF;
}

#right .chart_3 table .chart_content_3 {
	border-bottom: 1px dotted #FFFFFF;
}















































