/* = HTML
----------------------------------------------- */
body {
    font-size: 16px;
}

*{
    padding: 0;
    margin: 0;
    line-height: 133%;
    font-size: 1em
}
ul li {
    list-style: none;
}
h2 {
    font-size: 25px;
    font-weight: normal;
    padding: 0 0 10px 0
}
/* = Layoutcontainer
----------------------------------------------- */
#wrap {
    width: 1128px;
}
#layout01 {
    width: 1100px;
}
#layout02 {
    width:1100px
}
#content{
    width:817px;
}
#content_bottom{
	float:left;
	width:1130px;
	height:20px;
	margin-left:-16px;
	background: url(../images/system/bg_horizontal_aa.gif) no-repeat top left;
}

#marginal
{
	width:283px;	
}

#footer{
    clear: both;
    padding: 0 0 40px 0px;
    margin: 0 auto;
    width: 1022px;
    position: relative;
    top: 0px;
}