/* top.css */
@charset "Shift_JIS";

/* 全体構造
--------------------------------------------------------- */
*{margin:0;}
body {width: 780px;margin:0 auto;padding: 0;
background-color:#FFFFFF;
background-image:url(../img/background-b.gif); background-repeat:repeat-x;
}
p {	color: #925964;font-size: 12px;line-height: 1.5;margin-top: 12px;
}
img { border: none;}
#wrapper{background-color:#FFFFFF;margin-top: 0px;
}

/* ヘッダ
--------------------------------------------------------- */
#header { width: 780px; margin-bottom: 4px;}
#header a { display: block; width: 300px; height: 60px;}
#header h1 {background: url(../img/halfday_top-logo.gif) no-repeat;
text-indent: -9999px;margin-left: 480px;margin-bottom: 0px;
}

/* ナビゲーション
--------------------------------------------------------- */
#navi-menu {margin-top: 10px;width: 780px;height: 36px;
background: url(../img/navi-menu_on-off.gif) no-repeat;
}
#navi-menu li {float: left;list-style: none;text-indent: -9999px;
}
#navi-menu a {text-decoration: none;display: block;
height: 36px;background: url(../img/navi-menu_on-off.gif) no-repeat;
}
li#menu-01 a {width: 80px;background-position: -40px 0px;}
li#menu-02 a {width: 100px;background-position: -110px 0px;}
li#menu-03 a {width: 120px;background-position: -210px 0px;}
li#menu-04 a {width: 110px;background-position: -325px 0px;}
li#menu-05 a {width: 110px;background-position: -440px 0px;}
li#menu-06 a {width: 110px;background-position: -560px 0px;}

/* マウスオーバー時の設定
---------------------------------------------------------*/ 
li#menu-01 a:hover { background-position: -40px -36px;}
li#menu-02 a:hover { background-position: -110px -36px;}
li#menu-03 a:hover { background-position: -210px -36px;}
li#menu-04 a:hover { background-position: -325px -36px;}
li#menu-05 a:hover { background-position: -440px -36px;}
li#menu-06 a:hover { background-position: -560px -36px;}

/* フッタ部分
--------------------------------------------------------- */
#footer {
	clear: both;
	margin-top: 15px;
	text-align: center;
	background-color: #FFFFFF;
}
#footer-navi p { margin: 0 0 5px;}
#footer-navi a,#footer-navi a:hover { color: #925964;}
#footer-navi a { text-decoration: none;}
#footer-navi a:hover { text-decoration: underline;}
#footer-copyright {
	height: 20px;
	width: 780px;
	background-color: #ab3b4f;
}
#footer-copyright p {
	color: #FFFFFF;
	padding: 3px 0;
}
