/* CSS Document */

/* ヘッダエリア */
#header-top {
width: 760px;
position:relative;
height:268px;
background-color:#FFFFFF;
}

/* トップのみ */
#header-bottom {
width: 711px;
margin-left: 24px;
margin-right: 25px;
}

#header {
width: 710px;
position:relative;
height:141px;
background-color:#FFFFFF;
margin-left: 25px;
margin-right: 25px;
}

#header-left {
float: left;
width: 356px;
}

#header-right {
float: right;
width: 344px;
padding-right: 10px;
background: url(../img/hed_02.gif);
height: 73px;
padding-top: 30px;
font-size: small;
text-align: right;

}

#header-bottom2 {
clear: both;
}

