body{
    background: #efefef;
    margin:0 auto;
}

div{
    border:0 solid black;
}

a{
    text-decoration: none;
    color:#ffffff;
}

.blank{
    clear:both;
}
.full{
    min-width: 850px;
}
.center{
    width:830px;
    margin-left: auto;
    margin-right: auto;
}

.title{
    font-size: 1.9em;
}

#title{
    height:150px;
    background:#aaaaaa;
    font-family: simhei,sans-serif;
    color:#ffffff;
}

#title #logo{
    float:left;
    margin-top:10px;
    margin-right:30px;
    width:70px;
}

#title #titles{
    float:left;
    margin-top:5px;
    height:100px;
    width:700px;
}

#title #titles #title1{
    float:left;
    font-size: 90px;
    color: #ff0000;
    font-family: UD Digi Kyokasho NK-B;
}

#title #titles #title2{
    float:right;
    font-size: 20px;
    color: #0000ff;
    font-family: UD Digi Kyokasho NK-B;
}

#content{
    height: 500px;
    background: url(../img/logo0.png);
    background-size: 480px;
}


#exhibit{
    height:300px;
}

#exhibit #rollText {
    float: left;
    margin-top: 50px;
    margin-left: 20px;
    width: 240px;
    height: 120px;
    font-size: 16px;
    line-height: 30px;
}
#exhibit #rollText marquee {
    width: 350px;
    height: 190px;
}

#exhibit #rollImage{
    float:right;
    margin-top: 40px;
    margin-right: 20px;
    width:400px;
    height:240px;
}

#interest{

}

#interest #notice{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #555555;
    font-size: 12px;
    color: #efefef;
    font-family: simhei,sans-serif;
}

#interest #notice #interest-name{
    margin-left:60px
}
#interest #notice #interest-text{
	float:right;
    margin-right:100px
}

#interest .interestItem{
    color: black;
    float: left;
    border:1px solid #999999;
    margin-left: 7px;
    width:270px;
    height:80px;
}

#interest .interestItem .interestImage{
    float:left;
    width:100px;
    height:80px;
}

#interest .interestItem .interestText{
	margin-left:5px;
    margin-top: 20px;
    float: left;
    font-size: 15px;
    width:165px;
}

#interest .interestItem#first{
    margin-left: 0;
}

#bottom{
    height:60px;
    background-image: -moz-linear-gradient(top, #efefef, #bfbfbf); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(1, #bfbfbf)); /* Saf4+, Chrome */
					-webkit-background-origin: padding; 
                    -webkit-background-clip: content;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#bfbfbf', GradientType='0'); /* IE*/
}

#bottom #blink img{
    height:39px;
    margin-top: 10px;
    float:left;
}

#bottom #bottom-name{
    margin-top: 10px;
    margin-left: 20px;
    font-size: 24px;
    font-family: simhei,sans-serif;
    line-height: 50px;
    float:left;
}

#bottom #bottom-addr{
    margin-top: 12px;
    margin-right: 10px;
    font-size: 12px;
    font-family: simhei,sans-serif;
    float:right;
}