@charset hutf-8h; 

/* =import 
----------------------------------------------*/
@import url(reset.css);
@import url(layout.css);



/* hn
------------------------------------------- */
h1{
position:absolute;
top:0;
left:0;
}
h2{
}

/* common
------------------------------------------- */
.caution{ color:#990000; }

/* link
------------------------------------------- */
a:link{ color:#0099CC; text-decoration:underline; }
a:hover{ color:#0099CC; text-decoration:none; }
a:visited{ color:#0099CC; text-decoration:underline; }

/* header
------------------------------------------- */
#header{
margin-bottom:10px;
}
#header h1{
position:absolute;
top:18px;
left:0;
}
#header ul{
position:absolute;
top:18px;
left:161px;
}
#header ul li{
float:left;
}
#header .home{
position:absolute;
top:0;
right:0;
}

/* right
------------------------------------------- */
#right ul{
margin-bottom:10px;
border:#94d162 solid 2px;
}
#right ul.banner{
border:none;
}
#right ul.banner li{
margin-bottom:10px;
border:#94d162 solid 2px;
}




/* copy
------------------------------------------- */
.copy{
color:#3d760f;
margin-bottom:15px;
}

