@charset  "UTF-8";

@import "base.css";

/* ------------------------------- */
/* contents */
/* ------------------------------- */

body{
background:url(../shead/back2.gif);
background-position:0 0;
background-repeat:repeat-x;
background-attachment:fixed;
}

div#contents{
padding:10px 0 0 0;
}

div#left{
float:left;
width:550px;
padding:0 0 0 80px;
}

div#left p{
margin:0 0 25px 0;
color:#666666;
line-height:180%;
}

div#left p.date{
margin:0 0 20px 0;
}

div#left h2{
font-size:14px;
margin:0 0 20px 0;
}

div#right{
float:left;
width:170px;
}

div#right h1{
text-align:right;
}

p#greeting{
margin:15px 0;
padding:12px 15px;
background:#dec3b5;
font-size:10px;
}

div#right table{
width:100%;
table-layout:fixed;
border-collapse:collapse;
}

div#right th{
width:14%;
border-top:dashed 1px #d49f84;
text-align:center;
}

div#right td{
border:solid 1px #ffffff;
background:#eee0d9;
text-align:center;
}

div#right dl{
margin:25px 0 0 0;
}

div#right dt{
padding:0 0 5px 3px;
border-bottom:dashed 1px #d49f84;
}

div#right dd{
padding:2px 0 2px 5px;
border-bottom:dashed 1px #d49f84;
}

#base #contents #copy{
padding:60px 0 30px 0;


