﻿b@charset "utf-8";
/*css document*/
html{
background-color:transparent;
background-image:none;
}
p,ul,ol,li,a{
padding:0;
margin:0;
list-style:none;
text-decoration:none;
}
#box_title{
margin-top:120px;
width:380px;
height:480px;
font-weight:bold;
margin-right:20px;
float:left;
}
#title_1{
margin-left:6px;
font-size:24px;
height:24px;
color:#1e300d;
float:left;
}
#title_2{
margin-left:36px;
font-size:24px;
height:24px;
color:#1e300d;
font-weight:bold;
float:left;
}
#title_sub{
margin-left:18px;
margin-top:6px;
font-size:18px;
height:18px;
color:#1e300d;
float:left;
font-weight:bold;
font-family:meiryo;
}

#border{
margin-top:16px;
//width:900px;
height:4px;
background:#1e300d;
float:right;
}

