@charset "UTF-8";

/* ===================================
	File Name   : top.css
	Discription : Top Page Layout CSS
	Editors     : Bface suzuki
	Last Editor : Bface suzuki
	Last Update : 2009/09/30
====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition /* CSSの再定義（ロールオーバーや背景画像など）
	2. Section [TopCraySeries] Setting /* 以下、各セクションのCSS
	3. Section [VoiceAgency] Setting /*
	4. Section [TopInformation] Setting /*
	*. Clear Release /* このページで使っているFloatの解除（共通要素の解除はCommon.cssへ）
	
	**. Css Hack /*各ハック
	
====================================== */





/*===== ■1. Individual Redefinition =====*/
#Entirety {
	background: url(../img/bg_contents.jpg) repeat-y;
}


.Section {
	clear: both;/* Dreamweber display */
}

/*===== ■2. Section [ErrorCont] Setting =====*/
#ErrorCont {
	text-align: center;
	padding: 60px 0px 80px;
}

#ErrorCont strong {
	display: block;
	text-align: center;
	margin-bottom: 0px;
	line-height: 160%;
}

#ErrorCont strong em {	
	font-weight: bold;
	color: #CC0000;
}

#ErrorCont p {
	font-size: 93%;
	margin: 20px auto;
	text-align: center;
	line-height: 160%;
}

#ErrorCont p em {
	color: #CC0000;
	font-size: 93%;
}

#ErrorCont ul {
	width: 236px;
	margin: 30px auto;
}

#ErrorCont ul li a {
	display: block;
	width: 236px;
	height: 34px;
	background: url(../img/btn_error-home.jpg) no-repeat;
}

#ErrorCont ul li a:hover { background-position: 0px -34px;}


/*===== ■*.Clear Release  =====*/
#TopCraySeries ul#SeriesNavi:after,
#VoiceAgency dl#TopAgency dd:after,
#TopCraySeries dl#Certificate dd ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#TopCraySeries ul#SeriesNavi,
#VoiceAgency dl#TopAgency dd,
#TopCraySeries dl#Certificate dd ul {
	display: inline-block;
}

/* Hides from IE-mac ￥*/
*html #TopCraySeries ul#SeriesNavi,
*html #VoiceAgency dl#TopAgency dd,
*html #TopCraySeries dl#Certificate dd ul {
	height: 1%;
}

#TopCraySeries ul#SeriesNavi,
#VoiceAgency dl#TopAgency dd,
#TopCraySeries dl#Certificate dd ul {
	display: block;
}
/* End hides from IE-mac ￥*/

