body {
    	font-size: 14px;
    	line-height: 130%;
	background: url(back_g_sya.gif);
}

#base-box {
    	width: 720px;
    	margin:auto;
}

#top-box {
    	width: 720px;
    	height: 80px;
    	text-align: center;
    	vertical-align: middle;
}

#menu-box {
    width: 720px;
    height:40px;
    background-color:#ffffe1;
}

<!--#side-box {
    width: 180px;
    float:left;
    height:400px;
    background-image:url('back_g_dot.gif');
}
-->

#contents-box {
	background: #FFFFFF;
	width: 720px;
	clear: left;
}


#bottom-box {
    width:720px;
    clear:left;
    height:0px;
@@background: #FFFFFF;
    <!--background-image:url('back_g_cross.gif');-->
}


#foot-box {
	width: 720px;
	height: 20px;
	color: #FFFFFF;
	background: #3A96A0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 1em;
	clear: both;
}


a:link{
    color:#000080;
    text-decoration:underline;
}
a:visited{
    color:#000080;
}

a:hover {
    color: #F50019;
    font-weight: normal;
	background: #ffeff4;
}

