@charset "UTF-8";
/* CSS Document */

/*===============================================
リンク、色
===============================================*/
a {
	color: #1e89dc;
	text-decoration: underline;
}
a:hover {
	color: #1e89dc;
	text-decoration: none;
}
.fRed {
	color: #e21412 !important;
}
.fWhite {
	color: #fff !important;
}
.fYellow {
	color: #ce7137 !important;
}

.fYellow {
	color: #ce7137 !important;
}
.fGreen {
	color: #1a8e5e !important;
}

.fBlue {
	color: #3454B9 !important;
}
.bgGray{
	background-color: #f7f7f7 !important;
}

.bgGray2{
	background-color: #f7f7f7;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

.underBar{
	border-bottom: 1px solid #d9d9d9;
}

.hover:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}

/*===============================================
アイコン（テキスト）
===============================================*/

/*===============================================
inner、box
===============================================*/


/*===============================================
見出し
===============================================*/

/*===============================================
table01
===============================================*/

/*===============================================
button,list
===============================================*/
