
/* --- メニューエリア --- */
div.header ul.headnl {
width: 895px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0px 15px;
background-color: #ffffff; /* メニューの背景色 */
list-style-type: none;
text-align: left;
}

/* --- メニュー項目 --- */
div.header ul.headnl li.headli1 {
width: 545px; /* 項目の幅 */
float: left;
}

div.header ul.headnl li.headli2 {
width: 350px; /* 項目の幅 */
float: left;
padding-top: 5px;
padding-bottom: 0px;
text-align:right;
}

/* --- リンク --- */
div.header ul.headnl li a {
display: block;
position: relative; /* IE6用 */
padding-bottom: 8px; /* リンクエリアのパディング（上下、左右） */
border-left: none; /* リンクエリアの左境界線 */
text-decoration: none; /* テキストの下線（なし） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
