/* CONTENTSの設定 */

body {
	background: url(bg_body.jpg) repeat-x top left;
	background-color: #515F40;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	margin: 0px auto 0px auto;
	width: 660px;
	text-align: left;
}

a:link { 
	color: #FF9000;
	text-decoration: none;
}
a:active { 
	color: #BE283C;
	text-decoration: none;
}
a:visited { 
	color: #FF9000;
	text-decoration: none;
}
a:hover { 
	color: #BE283C;
	text-decoration: none;
}

.f14r{font-size:14px;line-height:140%;color: #333333;}

.f14h{font-size:14px;line-height:125%;color: #FFFFFF;}

.f14t{font-size:14px;line-height:150%;color: #E8DDD7;}

.f12t{font-size:12px;line-height:150%;color: #E8DDD7;}
