@charset "utf-8";
/* CSS Document */

.cup{
background-image:url(../images/cup.jpg);
height:136px;
background-repeat:no-repeat;
}
.dot_02{
background-image:url(../images/dot_02.gif);
height:1px;
background-repeat:repeat-x;
}
.border{
border-bottom:solid 1px #D8D8D8;
border-right:solid 1px #D8D8D8;
border-left:solid 1px #D8D8D8;
}
.left_m_1_time{
color:#FD5C02;
font-weight:bolder;
	font-size:11px;
}
.font_01{
color:#FFFFFF;
font-weight:bold;
}
.font_02{
color:#044B00;
font-weight:bold;
}
.a_news:link {
color:#004101;
	text-decoration: none;
}
.a_news:visited {
color:#004101;
	text-decoration: none;
}
.a_news:hover {
color:#FF6300;
	text-decoration:underline;
}
.a_news:active {
	text-decoration: none;
	color:#FF6300;
}

