@charset "UTF-8";

/* キャッチコピー */
strong#headcopy{color:#666; font-weight:normal; font-size:12px;}

/* small header */
#Header {
	position:relative;
	width:100%;
	height:26px;
	text-align:right;
	margin-bottom:10px;
}
#Header .logo {
	position:absolute;
	left:10px;
	top:5px;
}

#Header .close {
	position:relative;
	right:30px;
	top:4px;
}
#Header .Otoi {
	position:relative;
	right:30px;
	top:4px;
}

#Header .close a,
#Header .Otoi a {
	background: url(/cmn/icon_close_popup.gif) no-repeat scroll left center;
	color:#0b6cce;
	font-size:10px;
	padding-left:16px;
}

#Header .close a:hover,
#Header .Otoi a:hover {color:#f90;}


/* mid-header */
div#mid-header{position:relative; width:100%; height:35px; margin-bottom:15px; background-color:#06c;}
/* ロゴ */
div#mid-header a#rogo{position:absolute; top:2px; left:5px;}
div#mid-header a#rogo img{border:none;}

/* 閉じるボタン */
div#mid-header a#headClose{position:absolute; bottom:2px; right:15px; color:#fff; text-decoration:none;}


