

div.financial{
font-size:small;
}

div.box1{
width:100px;
height:100px;
background-color:#ffcc66;
float:left;
color:#996600;
font-family:"Times New Roman",serif;
font-size:6em;
}

div.box2{
width:100px;
height:100px;
background-color:#cccc00;
float:right;
color:#ffffff;
font-family:"Times New Roman",serif;
font-size:6em;
}

div.box3{
width:100px;
height:100px;
background-color:#cccc99;
float:left;
}

div.box4{
width:100px;
height:100px;
background-color:#ffcccc;
float:right;
}

div.yohaku1{
width:200px;
height:300px;
background-color:#ffffcc;
float:right;
}

div.book{
float:right;
padding-right:150px;
}

div.comics{
float:left;
font-size:0.8em;
}

p.book{
color:green;
}

div.new{
float:left;
width:200px;
height:300px;
padding:5px;
background-color:#ffffcc;
font-size:0.8em;
}

p.comics{
color:green;
}

p.update{
color:red;
}

h1{
color:orange;
font-family:"Times New Roman",serif;
font-size:3em;
}

h2{
color:#cc66ff;
}

h3{
color:#ff6600;
}

h4{
color:#0066cc;
}

a:link{color:#ff0000;}
a:visited{color:#999933;}
a:hover{color:pink;}
a:active{color:#cc6633;}
