﻿@charset "utf-8";
/* CSS Document */

.top_contents{
	width:100%;
	height:12px;
	color:#fdfcf8;
	font-size:12px;
	padding: 2px 0 2px 50px;
	background-color: #47210d;
	}
/*ニュース破線*/

.solid {
	border-bottom:1px dotted #333333;
	width:90%;
}

/*フォント*/

.h1 {
	color:#6A3A0D;
	font-size:18px;
	font-weight:bold;
}

.pick1 {
	color:#2AAC3A;
	font-size:16px;
	font-weight:bold;
}

.campain {
	color:#47210D;
	font-size:20px;
	font-weight:bold;
}

.mass {
	color:#231815;
	font-size:16px;
	font-weight:bold;
}

.reju {
	color:#47210D;
	font-size:16px;
	font-weight:bold;
}

.about {
	color:#171C61;
	font-size:16px;
	font-weight:bold;
}

.menu-s {
	font-size:12px;
}


.menu_ {
	color:#231815;
}

.media {
	font-size:14px;
	font-weight:bold;
}

/*リンク*/
a.footmenu:link { color: #47210D; text-decoration: none; } 
a.footmenu:visited { color: #47210D; text-decoration: none;} 
a.footmenu:hover { color: #47210D; text-decoration: underline; } 
a.footmenu:active { color: #47210D; text-decoration: none;} 

a.h1:link { color: #6A3A0D; text-decoration: none; } 
a.h1:visited { color: #6A3A0D; text-decoration: none;} 
a.h1:hover { color: #6A3A0D; text-decoration: underline; } 
a.h1:active { color: #6A3A0D; text-decoration: none;} 



/*各ページタイトルアンダーライン*/
#t_line {
	background-image:url(img/f_line.gif);
	background-repeat:repeat-x;
	width:590px;
	}
