/*--------------------------------------
	ヘッダ
---------------------------------------*/

#header {
    height: 100px;
    margin-bottom: 15px;
    position: relative;
}

#header h1 {
    left: 130px;
    position: absolute;
    top: 14px;
}

#header #mf_mark {
    left: 10px;
    position: absolute;
    top: 30px;
}

#header #head_ad {
    position: absolute;
    right: 10px;
    top: 10px;
}

/*--------------------------------------
	ナビゲーション
---------------------------------------*/

#nav {
	margin-bottom: 6px;
	padding: 1px;
}

#twit {
	position: absolute;
	top:2px;
	left: 720px;
        width: 30px;
        height: 30px;
}

#face {
	position: absolute;
	top:2px;
	left: 760px;
        width: 30px;
        height: 30px;
}

#twit img:hover, #face img:hover {
        opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#nav li {
	float: left;
	height: 32px;
	margin-right: 1px;
    border-right: solid 1px #AAAAAA;
}