@charset "EUC-JP";
body {
    text-align: center;
    background-color: #ECE9D8;
    margin: 0px;
    padding: 0px;
}
h1, h2, h3 {
	margin:0px;
	font-size:100%;
     color: #666699;
}
#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 740px;
    text-align: left;
    background: url(img/bg.png) repeat-y;
}
#header{
    width: 650px;
    height: 63px;
    margin-left: 5px;
}
#nav li{
    float: left;
    width: 108px;
    height: 22px;
    boarder: 1px solid #000;
    margin-top: -15px;
    margin-right: 2px;
    margin-left: 0px;
    font-size: 13px;
    text-align: center;
    background-color: #F0F0F0;
}
#nav a { 
    display: black;
    width: 108px;
    height: 22px;
    color: #000;
    text-decoration: none;
}
#nav a:hover {
    color: #FFF;
    background-color: #3399CC;
}
#content {
    clear: left;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: 60px;
	margin-bottom:30px;
}
#TopMain {
    clear: both;
	margin-top: 100px;
	margin-bottom:30px;
}
#img {
    position: absolute;
    top: 290px;
    left:520px;
}

#leadImage{
float:right;
}
#box {
    clear: both;
	margin-left: 220px;
width: 300px;
height: 100px;
padding: 10px;
 font-size: 13px;
border:1px solid #000000;
overflow: scroll;

}
#footer {
    clear:both;
    text-align: center;
    font-size: 13px;
    height: 50px;
    background: url(img/footer0.png);
}
#wrapper2 {
	margin-left: auto;
	margin-right: auto;
	width:718px;
	height: 100%;
	background-color: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}