/*
body {
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}
*/

#tagline {
	color:#666666;
}

#bread_stamp {
	color:#666666;
}

table {
	font-size: 12px;
}
.txt10 {
	font-size: 10px;
}
.txt10l {
	font-size: 10px;
	line-height: 15px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 14px;
}
.txt12sitemap {
	font-size: 12px;
}
.txt12l {
	font-size: 14px;
	line-height: 22px;
}
.txt13 {
	font-size: 13px;
}
.txt13l {
	font-size: 13px;
	line-height: 22px;
}
.txt14 {
	font-size: 14px;
}
.txt14l {
	font-size: 14px;
	line-height: 21px;
}
/*リンクカラー
	a:link		{ color: #0033CC; text-decoration: underline; }
	a:visited	{ color: #663399; text-decoration: underline; }
	a:active	{ color: #0033CC;  }
	a:hover		{ color: #FF9900;  }
*/

.white {
	color: #FFFFFF;
}
.orange {
	color: #FF6600;
}
.green {
	color: #006600;
}



/*追加*/
p{
margin:0;
padding:0;
}
/*MARGINTOP*/
.margintop10 {
	margin-top: 10px;
}
.margintop20 {
	margin-top: 20px;
}

/*BGCOLOR*/
.bgFEFBEC{
background:#FEFBEC;
}

/*FONT*/
.txt12bred {
	font-size: 14px;
	color:#D52F2C;
	font-weight:bold;
}
.txt12l2 {
	font-size: 14px;
	line-height: 18px;
}
