@charset "Shift_JIS";

body{
	text-align:center;
	margin:0 auto;
	background-color:#FFFFFF;
}

#outline{
	width:810px;
	text-align:center;
	margin:0 auto;
}


.title {
	width:810px;
	height:100px;
	background:url("img/top.png");
	text-align:center;
        
}

.menu-bar{
	width:160px;
	height:35px;
	margin:0;
	text-align:center;
	
}

.top-picture {
              width:800px;
              height:830px;
              margin:0 auto;
              text-align:center;
              background:url("img/toppic-01.png");
}

.space {
        width:800px;
        margin:0 auto;
        text-align:center;
        background:#99CC66;
}


.column {
	text-align:left;
	margin-right:5px;
	float:left;

}

.footer {
	width:810px;
	height:50px;
        text-align:center;
        background:url("img/footer.png");
}

.clear{clear:both;}

/* ----- テキスト関係 ----- */
.up2{    
        
        font-size:10pt;
        font-weight:bold;
        color:#353535;
        text-align:left;
        background-color: #FFFFFF;
        margin:0 0 50 0;
}

.up{    
        
        font-size:12pt;
        color:#353535;
        text-align:center;
        background-color: #FFFFFF;
        margin:0 0 50 0;
}
.update{   line-height:40px;
           font-size:13pt;
           color:#353535;
           text-decoration:blink;
           font-weight:bold;
           width:810px;
           height:40px;
           margin:0;
           text-align:left;
           background:url("img/bar.png");
}


.copy{  line-height:43px;
        font-size:10pt;
        text-align:center;
        color:#353535;
               
}




.menu-bar A {
	color : #FFCC99;
	text-decoration:none;
        font-weight:bold;
}

A:hover { 
	color : indigo;
	text-decoration:none;
}


