/* CSS Document */
body
{
background:#f7e3a6;
font-family:Georgia, "Times New Roman", Times, serif;
}
#main-div
{
width:978px;
margin:auto;
}
#inner-div
{
width:978px;
float:left;
}
#banner
{
background:url(../image/banner01.jpg) no-repeat;
width:978px;
height:323px;
float:left;
}
#navigation
{
background:url(../image/navi.jpg) no-repeat;
width:968px;
height:51px;
float:left;
}
#navigation ul
{
list-style:none;
padding:10px 10px 0 25px;
margin:0;
}
#navigation ul li
{
float:left;
padding:0 20px 0 20px;
}
#navigation ul li a
{
font-size:14px;
text-decoration:none;
color:#000000;
font-weight:bold;
}
#navigation ul li a:hover
{
color:#00FF00;
}
#center-div
{
width:968px;
float:left;
padding:0px 0 0px 0;
}
#left-div
{
width:710px;
float:left;
}
.box-top
{
background:url(../image/box-top.jpg) no-repeat;
width:703px;
height:26px;
float:left;
}
.box-bottom
{
background:url(../image/box-bottom.jpg) no-repeat;
width:703px;
height:26px;
float:left;
}
.box-mid
{
background:url(../image/box-mid.jpg) repeat-y;
width:683px;
float:left;
padding:0 10px 0 10px;
margin:0;
}
.box-mid p
{
font-size:14px;
text-align:justify;
color:#000000;
text-decoration:none;
padding:10px 0 0 0;
}
#right-div
{
width:258px;
float:left;
}
#img
{
background:url(../image/img01.jpg) no-repeat;
width:244px;
height:212px;
float:left;
}
.left-navigation
{
width:250px;
float:left;
padding:0px 0 0 0;
}
.left-top-box
{
background:url(../image/top-box.jpg) no-repeat;
width:249px;
height:18px;
float:left;
}
.left-bottom-box
{
background:url(../image/bottom-box.jpg) no-repeat;
width:249px;
height:18px;
float:left;
}
.left-mid-box
{
background:url(../image/mid-box.jpg) repeat-y;
width:249px;
float:left;
margin:0;
}
.left-mid-box ul
{
list-style:none;
padding:0 0 0 10px;
float:left;
margin:0;
}
.left-mid-box ul li
{
padding:10px 0 0 30px;
background:url(../image/arrow.jpg) 0px 12px no-repeat;
float:left;
margin:0;
}
.left-mid-box ul li a
{
font-size:18px;
width:180px;
float:left;
color:#FFFFFF;
text-decoration:none;
border-bottom:3px dotted #FFFFFF;
}
/*---------------------------------------footer--------------------------------------*/
#footer
{
background:url(../image/footer.jpg) repeat-x;
height:64px;
float:left;
width:968px;
}
#footer ul
{
list-style:none;
padding:20px 30px 0 30px;
margin:0;
}
#footer ul li
{
padding:0 20px 0 20px;
float:left;
}
#footer ul li a
{
font-size:14px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
#footer ul li a:hover
{
color:#00FF00;
}
#footer-matter
{
font-size:14px;
color:#000000;
text-align:center;
text-decoration:none;
padding:0 0 10px 0;
}


