/*配置(全体)*/
body {
 margin:0;
 height:100%;
 background:url('topillust.jpg') right bottom no-repeat;
 font-size:85%;
}
div#all {
 width:90%;
 height:100%;
 min-height:100%;
 padding:10px 10px 10px 50px;
}

/*リンク*/
a:link {
 color:#000000;
 text-decoration:none;
 border-bottom:1px dotted #454545;
 padding-bottom:1px;
 }
a:visited {
 color:#663300;
 text-decoration:none;
 border-bottom:1px dotted #663300;
 padding-bottom:1px;  
}
a:hover {
 background-color:#0099cc;
 color:#ffffff;
 text-decoration:none; 
}
a.nb {
border-bottom:none;
text-decoration:none;
padding:0;
}

/*広告*/
div#koukoku {
 padding-bottom:15px;
}

/*配置(ヘッダ)*/
div#header {
 padding-bottom:20px;
 font-size:95%;
}

/*配置(メイン)*/
ul{
 margin:0 0 1em 0;
 padding:0;
}
li {
 list-style-type:none;
 line-height:1.5;
 padding:0.5em 0 0 0.5em;
}
p.list {
 margin:5px 5px 5px 25px;
}
p.list2 {
 font-size:90%;
 margin:5px 5px 5px 15px;
}

div#contents_area {
 width:80%;
 position:absolute;
 bottom:0px;
 }
br.clear {
 clear:both;
}

/*文字*/
.hai {
 color:#999999;
 line-height:1.2;
 }
.aka {
 color:#cc3366;
 font-size:95%;
 font-weight:bold;
 margin:0;
 padding:0.5em 0 0 0.5em; 
}
.mini {
 font-size:90%;
 font-weight:normal;
 line-height:1.2;
}