﻿@charset "utf-8";
/*css document*/
html{
/*background-color:transparet;*/
background-image:none;
}
div,a,li,ul,p{
list-style:none;
margin:0px;
padding:0px;
text-decoration:none;
}
body{
background-image:url("sihen_150_p.jpg");
background-size:cover;
background-attachment:fixed;
background-repeat:no-repeat;                   
background-position: center center;
}
#wrapper{
width:450px;
margin:0 auto;
margin-top:210px;
}
#box_title{
width:450px;
height:150px;
}
#title_1{
margin-left:18px;
height:24px;
font-size:24px;
color:#fff;
}
#title_2{
margin-left:48px;
height:24px;
font-size:24px;
color:#fff;
font-family:"meiryo";
}
#title_border{
margin-top:20px;
width:170px;
height:4px;
background:#fff;
float:right;
}
.box_1{
width:450px;
}
.p_16{
width:414px;
padding-top:11px;
padding-left:18px;
padding-right:18px;
padding-bottom:3px;
border-bottom:3px dotted white;
font-size:18px;
color:white;
}

.box_2{
width:450px;
}
ul{
width:450px;
}
ul li a{
border-left:3px solid #fff;
border-right:3px solid #fff;
padding:0px 14px;
color:white;
font-size:14px;
float:left;
font-family:"meiryo";
}
.box_30{
width:450px;
height:30px;
}
#right{
float:right;
}
#p{
width:450px;
height:14px;
font-size:14px;
color:white;
font-family:"meiryo";
text-align:center;
}

a:link{
color:white;
} 
a:visited{
color:white;
}
a:hover{
color:white;
}
p:hover{
background-color:white;
color:darkblue;
}
p#p{
background:none;
}