/*-----全体構造-----*/
body {
	margin:8px;
	padding:8px;
		
}

a:link {
	color: #7D2701; TEXT-DECORATION: none;
}
a:hover {
	color: #FF9900;TEXT-DECORATION: underline;
}
a:visited {
	color: #7D2701;TEXT-DECORATION: none;
}
a:active {
	color: #66CCFF;TEXT-DECORATION: none;
}

/*-----テキスト-----*/
.menu {
	font-family: "ＭＳ 明朝", "Times New Roman";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 15pt;
}


.main {
	font-family: "ＭＳ 明朝", "Times New Roman";
	font-size: 14px;
	color: #000000;
	line-height: 15pt;
}

.more {
	font-family: "ＭＳ 明朝", "Times New Roman";
	font-size: 12px;
	color: #7D2701;
	line-height: 15pt;
		font-weight: bold;
}



.title {
	font-family: "ＭＳ 明朝", "Times New Roman";
	font-size: 22px;
	color: #000000;
	line-height: 15pt;
	font-weight: bold;
}

.title_02 {
	font-family: "ＭＳ 明朝", "Times New Roman";
	font-size: 18px;
	color: #626262;
	line-height: 15pt;
		font-weight: bold;
}

.copyriht {
	font-family: "ＭＳ 明朝", "Times New Roman";
	font-size: 14px;
	color: #000000;
	line-height: 15pt;
}
