/* =============================================================================
   メニューバー関連
   ========================================================================== */

#main_menu {
	width: 996px;
	height: 72px;
	margin: 0 auto;
}

.menu_left {
	float: left;
	margin: 39px 24px 0 0;
}

.menu_right {
	position: relative;
	float: left;
	margin: 39px 0 0 12px;
}

.new {
	position: absolute;
	top: 42px;
	left: 45px;
}




/* =============================================================================
   フッター
   ========================================================================== */

#footer{
	width: 996px;
	height: 70px;
	margin: 40px auto 0;
}

#copyright_lilith {
	float: left;
}

#page_top {
	float: right;
}

.clear {
	clear: both;
}




/* =============================================================================
   リンク系
   ========================================================================== */
a{
	color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

a:link {
	color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

a:visited {
	color: #ffffff;
    text-decoration: none;
}

a:hover {
	color: #ffff00;
    font-style: normal;
    text-decoration: none;
}

a img {
	border: none;
    outline: none;
}

a {
	border: none;
    outline: none;
}
