/******* フォント *******/
body{
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Arial,Helvetica,'ＭＳ Ｐゴシック', Osaka,serif;
}

a:link{
	color: #003399;
/*	text-decoration:none;*/
	text-decoration: underline;
}
a:visited{
	color: #003399;
/*	text-decoration:none;*/
	text-decoration: underline;
}
a:hover{
	color: #0066CC;
/*	text-decoration:none;*/
	text-decoration: underline;
}
a:active{
	color: #003399;
/*	text-decoration:none;*/
	text-decoration: underline;
}

address{
	font-size: 10px;
	color: #666666;
	line-height: 1.3em;
	font-style: normal;
}

.txt12{
	font-size: 12px;
	color: #000000;
	line-height: 1.3em;
}

.txt12-red{
	font-size: 12px;
	color: #e64d66;
	line-height: 1.3em;
}

.txt12-blue{
	font-size: 12px;
	color: #4164AF;
	line-height: 1.3em;
}

.txt12-shop{
	font-size: 12px;
	color: #000000;
	line-height: 1.2em;
}