﻿*{
	font-family:メイリオ
}
body{
	text-align:center;
	background-image:url('');
	margin-top:0px;
	color:#333333;
	background-color:#008000
}
h1{
	font-size:100%;
	margin:0px
}
#bigbox{
    text-align : center;
    width : 900px;
    margin-left:auto;
    margin-right:auto;
}
#headerbox{
    height : 240px;
    border:1px #808080 solid;
    background-image:url('image/logo.gif');
    background-repeat: no-repeat;
    background-color:#ffffff
}
a.banner-img {
    display: block;
    height:240px;
}
.banner-alt {
    display: none;
}
#headerbox2{
    height:18px;
    background-color:#346234;
    text-align:right;
    font-size:80%;
    font-weight:900;
    padding-right:10px
}
#mainbox{
	width:900px;
	background-image:url('image/corner.gif');
    background-repeat:no-repeat;
}
#leftbox{
    float:left;
    width:200px;
    background-color:#346234;
    height:1600px;
}
#rightbox{
    float:left;
    background:#FFFFCC;
    width:699px;
    border-right:1px #808080 solid;
    height:1600px
}
#bottombox{
    background:#996633;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    color:#FFFFFF;
    width:900px
}
.time{
	font-weight:bold;
	font-size:120%;
	text-align:right;
	margin-right:10px
}
