﻿@charset "utf-8";
/*css document*/

html{
background-color:transparent;
background-image:none;
}

p,ul,ol,il{
padding:0;
margin:0;
}

body{
background:#f29846;
}



#wrapper{
width:500px;
margin:0 auto;
margin-top:120px;
margin-bottom:50px;
background:#d06900;
padding:100px;
padding-top:200px;
border:3px #fff solid;
}

.box_1{
width:500px;
}
.
.clearfix{
clear:both;
}

#box_title{
width:500px;
height:90px;
float:left;
}

#title{
margin-left:26px;
font-size:28px;
height:28px;
float:left;
color:#112d60;
font-weight:bold;
}

#title_sub{
margin-left:26px;
font-size:28px;
height:28px;
float:left;
color:#112d60;
font-weight:bold;
}

#sub{
margin-top:10px;
margin-left:20px;
font-size:18px;
color:#112d60;
float:left;
}

#border{
margin-top:25px;
width:50px;
height:3px;
backgraound:#112d60;
}

.box_1{
width:500px;
}

.box_2{
width:500px;
}

.p_16{
padding:0px 26px;
padding-bottom:2px;
padding-top:9px;
width:448px;
height:16px;
font-size:16px;
border-bottom:3px dotted #112d60;
color:#112d60;
}

.p_16_right{
padding:0px 26px;
padding-bottom:2px;
padding-top:9px;
width:448px;
height:16px;
font-size:16px;
border-bottom:3px dotted #112d60;
color:#112d60;
text-align:right;
}


.p_16_2{
padding:0px 26px;
padding-left:42px;
padding-bottom:2px;
padding-top:9px;
width:432px;
height:16px;
font-size:16px;
border-bottom:3px dotted #112d60;
color:#112d60;
}

.p_16_3{
padding:0px 26px;
padding-left:58px;
padding-bottom:2px;
padding-top:9px;
width:416px;
height:16px;
font-size:16px;
border-bottom:3px dotted #112d60;
color:#112d60;
}

.box_30{
width:500px;
height:30px;
}


ul{
width:500px;
}

ul li a{
font-size:14px;
color:#112d60;
float:left;
}

#right{
float:right;
}

#p{
width:500px;
height:14px;
font-size:14px;
text-align:center;
color:#112d60;
}

a:link{
color:#112d60;
} 

a:visited{
color:#112d60;
}

a:hover{
color:#112d60;
}

p:hover{
background:#fff;
color:#f29846;
border-bottom:3px dotted #fff;
}

p#p:hover{
color:#112d60;
border-bottom:none;
background:#d06900;
}

a{
text-decoration:none;
}
