/* 共通フォント */
body {
	font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif; 
}

.line1 {
	font-size: 78%;
	line-height: 120%;
}

.line2 {
	font-size: 87.5%;
	line-height: 140%;
}

.line3 {
	font-size: 100%;
	line-height: 140%;
}

.line4 {
	font-size: 112.5%;
	line-height: 160%;
}

.line5 {
	font-size: 131.25%;
	line-height: 160%;
}

.line_s {
	font-size: 68.5%;
	line-height: 120%;
}


/* ヘッダー */
.header_text {
	color: #6C6C6C;
}

.gnavi {
	color: #FFFFFF;
	font-weight: bold;
}

.gnavi a {
	color: #FFFFFF;
	text-decoration: none;
}

.gnavi a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* フッター */
#footer address {
	font-size: 78%;
	font-style: normal;
}


/* 左カラム */
#left .side_menu h2 {
	color: #FFFFFF;
}


/* トップページ */
/* 右カラム */
/* コンテンツ　タイトルバー */
.title_bar .content_title {
	color: #FFFFFF;
}

/* 分類から探す */
#right .genre .cat .cat_title {
	color: #F28600;
}


/* お知らせ　index */
/* 日付タイトルバー */
#right .day {
	color: #187042;
}


/* お知らせ　result */
/* ○○には○○件の情報があります */
#main .list_number {
	font-weight: bold;
}

#main .list_number .number {
	color: #A92027;
}

#main .content_list .list_title {
	font-weight: bold;
}


/* お知らせ　detail */
#right .detail_cat_title {
	color: #B77118;
}


/* 詳細検索 */
#right .search_cat .cat_title {
	font-weight: bold;
}
