@charset "utf-8";

/* Red #ED1A2E */
/* Darker Grey #939598 */
/* Background Grey #E5E5E5 */
/* Light Grey background home page #EFECEA */
/* V.Light Grey #F7F7F7 */
/* blue link #48A4FF */
/* Superpro Blue rgb(2, 96, 186) #0260BA */
/* Superpro Yellow rgb(255,200,0) #FFc800 */

body
{
	background-image: url('../images/transp1.gif');
}

a
{
    color:#0260BA;
}

.head2L
{
    color:#0260BA;
}

footer
{
	background-image:url(../images/backdrops/footer1_SP.png);
}

.li_menu:hover a {
	background: #0260BA;
}

.normal_red
{
	color: #0260BA;
}

.medtextbox
{
    background-color: #FFFFFF;
}

@media only screen and (min-width: 641px)
{
    body
    {
        background-image: url('../images/superpro/header-graphic3.jpg');
    }
}