*{
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, h6, p{
    margin:0;
    padding:0;
}


img {
	border:0;
}

body {
	background-image: url("img/sky01.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0%   100%;
	background-color: #81bbd3;
    text-align: center;
}

#box00 {
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    width: 660px;
    height: 350px;
    background-color: white;
    position:relative;
    z-index:2;
}

#box01 {
    padding:50px;
    text-align:left;
}

#main {
    width: 460px;
    height: 250px;
    float: left;
    text-align: left;
}

#sub {
    width: 100px;
    height: 250px;
    float: left;
    text-align:right;
    position:relative;
}

img {
    float: none;
    margin-bottom:10px;
}

.sub-title {
	font-size: 90%;
    color:#999999;
}

table {
    margin-top:60px;
}

th {
    font-size:
    line-height:1.5;
    color: #ff9999;
    font-weight:bold;
}

.new {
    text-align:left;
}

td {
    font-size: 90%;
    color:#999999;
    line-height:1.5;
    vertical-align:text-top;
}

td a{
    color:#999999;
}

td a:hover {
    color:#D95DA8;
}

td.date{
    padding-right:1em;
}

ul{
    list-style:none;
    position:absolute;
    bottom:0;
    right:0;
}

li{
    font-size: 90%;
    color:#0080c0;
    line-height:2.2;
    white-space:nowrap;
    letter-spacing:0.5em;
    font-family:‚l‚r ƒSƒVƒbƒN;
}

li.soratohana{
    letter-spacing:0.1em;
}

ul a{
    color:#0080c0;
    text-decoration:none;
}

ul a:hover {
    color:#D95DA8;
    text-decoration:underline;
}

#copyright{
    font-size: 75%;
    color:#003366;
    position:absolute;
    bottom:5px;
    right:5px;
    z-index:1;
    text-align:right;
}

