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

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

p,ul,ol,li{
padding:0;
margin:0;
list-style:none;
}

body{
background:linear-gradient(to bottom left,lightblue,#fff);
//background-attachment:fixed;
//background-size:cover;
//background-repeat:no-repeat;
}

#wrapper{
width:640px;
margin:0 auto;
border:3px #fff solid;
margin-top:120px;
background:linear-gradient(to bottom left,#fff,lightblue);
padding:100px 50px;
}

#clearfix{
clear:both;
}

#box_title{
padding-top:200px;
width:640px;
height:90px;
}

#title{
margin-left:50px;
font-size:24px;
height:24px;
color:navy;
float:left;
}

div#box_title div#title a{text-decoration:none;}

#title_2{
font-size:24px;
height:24px;
color:navy;
float:left;
}


#title_sub{
margin-top:8px;
margin-left:16px;
font-size:16px;
height:16px;
color:navy;
float:left;
}

#title_border{
margin-top:20px;
width:250px;
height:4px;
background:navy;
float:right;
}


.box_1{
width:640px;
}

.box_2{
width:640px;
height:0px;
}

.p_18{
padding:0px 50px;
padding-bottom:3px;
padding-top:10px;
width:540px;
height:18px;
font-size:18px;
border-bottom:3px dotted navy;
color:navy;
}


.p_18_2{
padding:0px 50px;
padding-bottom:3px;
padding-top:10px;
padding-left:68px;
width:522px;
height:18px;
font-size:18px;
border-bottom:3px dotted navy;
color:navy;
}

.p_18_3{
padding:0px 50px;
padding-bottom:3px;
padding-top:10px;
padding-left:86px;
width:504px;
height:18px;
font-size:18px;
border-bottom:3px dotted navy;
color:navy;
}

.p_18_4{
padding:0px 50px;
padding-bottom:3px;
padding-top:10px;
padding-left:104px;
width:486px;
height:18px;
font-size:18px;
border-bottom:3px dotted navy;
color:navy;
}

.p_18_right{
padding:0px 50px;
padding-bottom:3px;
padding-top:10px;
width:540px;
height:18px;
font-size:18px;
border-bottom:3px dotted navy;
color:navy;
text-align:right;
}

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

ul{
width:640px;
}

ul li a{
padding:0px 0px;
padding-left:68px;
font-size:14px;
color:navy;
text-decoration:none;
float:left;
list style:none;
}

#right{
padding-right:68px;
padding-left;0px;
float:right;
}

#p{
width:640px;
height:12px;
text-align:center;
font-size:12px;
color:navy;
}

p#p:hover{
background:none;
border-bottom:none;}

a:link{
color:navy;
} 

a:visited{
color:navy;
}

a:hover{
color:navy;
}

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