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

html{
background-color:transparent;
background-image:none;
text-decoration:none;
list-style:none;
}

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

body{
background:#f6ff87;
background-image:url("syutu_2.png");
}

#wrapper{
width:500px;
margin:0 auto;
margin-top:120px;
padding:100px;
padding-bottom:60px;
padding-top:200px;
background:#190d05;
}


.box_1{
width:500px;
}

.clearfix{
clear:both;
}

.box_title{
width:500px;
height:28px;
height:90px;
}

.title{
margin-left:26px;
font-size:24px;
height:28px;
float:left;
font-weight:bold;
}

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

#border{
width:170px;
height:3px;
border-bottom:3px solid lightgray;
float:right;
margin-top:18px;
}

.p_18{
padding:0px 18px;
padding-bottom:4px;
padding-top:10px;
width:464px;
height:18px;
font-size:18px;
border-bottom:3px dotted lightgray;
color:lightgray;
}

.p_18_2{
padding:0px 18px;
padding-left:34px;
padding-bottom:4px;
padding-top:10px;
width:448px;
height:18px;
font-size:18px;
border-bottom:3px dotted lightgray;
color:lightgray;
}

.p_18_3{
padding:0px 18px;
padding-left:58px;
padding-bottom:4px;
padding-top:10px;
width:429px;
height:18px;
font-size:18px;
border-bottom:3px dotted lightgray;
color:lightgray;
}

.p_18_4{
padding:0px 18px;
padding-left:74px;
padding-bottom:4px;
padding-top:10px;
width:413px;
height:18px;
font-size:18px;
border-bottom:3px dotted lightgray;
color:lightgray;
}

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

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

ul{
padding:0px 18px;
list-style:none;
}

#left{
font-size:14px;
color:lightgray;
text-decoration:none;
float:left;
}

#right{
font-size:14px;
color:lightgray;
float:right;
text-decoration:none;
}


#p{
width:500px;
height:14px;
font-size:14px;
text-align:center;
color:lightgray;
border:none;
background:none;
}

div.title a:link{
color:lightgray;
text-decoration:none;
}

div.title a:visited{
color:lightgray;
text-decoration:none;
}

div.title a:hover{
background:#fff;
color:#190d05;padding:10px;
}

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


