﻿*
{
    margin:0px;
    padding:0px;
}
img
{
	border:0px;
}
body
{
    font-size: 13px;
    font-family: 'MS PGothic';
    background-color: #655048;
    background: url(/img/back.gif);
    color: #800000;
}

a
{
    color: #655048;
    text-decoration: none;
}

a:hover
{
    color:#655048;    
    text-decoration:underline;
}

.clear
{
	clear: both;
}


/****************************************************************************************/

#head1
{
    width:900px;
    height:95px;
    background:url("/img/head_back.gif");
    margin:0px auto;
    border-left:2px solid #ffffff;
    border-right:2px solid #ffffff;
}
#history_img
{
    position:relative;
    top:-65px;
    left:270px;    
}

/*****************************************************/
#middle_body
{
    width:900px;
    height:100%;
    margin:5px auto;
    border-left:2px solid #ffffff;
    border-right:2px solid #ffffff;
    background:url("/img/body_back.gif") repeat-y;
    background-color:#ffffff;
}

#nav
{
    width:185px;
    height:100%;
    float:left;
}

#default_a
{
    display:block;
    width:180px;
    height:45px;
    background:url("/img/menu01.gif");
}
#default_a:hover
{
    background:url("/img/menu01_hover.gif");
    text-decoration:none;
}
#introduce_a
{
    display:block;
    width:180px;
    height:45px;
    background:url("/img/menu02.gif");
}
#introduce_a:hover
{
    background:url("/img/menu02_hover.gif");
    text-decoration:none;
}
#course_a
{
    display:block;
    width:180px;
    height:45px;
    background:url("/img/menu03.gif");
}
#course_a:hover
{
    background:url("/img/menu03_hover.gif");
    text-decoration:none;
}
#tuition_a
{
    display:block;
    width:180px;
    height:45px;
    background:url("/img/menu04.gif");
}
#tuition_a:hover
{
    background:url("/img/menu04_hover.gif");
    text-decoration:none;
}
#qanda_a
{
    display:block;
    width:180px;
    height:45px;
    background:url("/img/menu05.gif");
}
#qanda_a:hover
{
    background:url("/img/menu05_hover.gif");
    text-decoration:none;
}
#access_a
{
    display:block;
    width:180px;
    height:45px;
    background:url("/img/menu08.gif");
}
#access_a:hover
{
    background:url("/img/menu08_hover.gif");
    text-decoration:none;
}
#form_a
{
    display:block;
    width:180px;
    height:45px;
    background:url("/img/menu09.gif");
}
#form_a:hover
{
    background:url("/img/menu09_hover.gif");
    text-decoration:none;
}
#td01,#td03
{
    width:185px;
    height:100px;
}
#cheap_a
{
    display:block;
    width:183px;
    height:83px;
    background:url("/img/cheap.gif");
}
#cheap_a:hover
{
    background:url("/img/cheap_hover.gif");
}
#tel_a
{
    display:block;
    width:183px;
    height:83px;
    background:url("/img/tel.gif");
}
#tel_a:hover
{
    background:url("/img/tel_hover.gif");
}
/*****************************************************/
#body_right
{
    width:710px;
    float:left;
}
#foot
{
    background-position: #FF3300;
    width: 900px;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin: 0px auto;
    background: #FF3300;
    text-align: center;
    color: #FFFFCC;
}

