@charset "utf-8";

/*////////////////////////////////////////////////////////////

	[entry.css]
	
  1. image-replacement
	2. content
	3. main
	4. sidebar
	
////////////////////////////////////////////////////////////*/

/*------------------------------------------------------------

	1. image-replacement

------------------------------------------------------------*/
div#main h4 {
	overflow: hidden;
	text-indent: -9999px;
}

/*------------------------------------------------------------

	1. content

------------------------------------------------------------*/
div#content {
	background: #FFF url(../img/bottom-entry.gif) no-repeat center bottom;
}

/*------------------------------------------------------------

	2. main

------------------------------------------------------------*/
div#main h2#index01 {
	margin: 0 0 48px;
	background: #FFF url(../img/index1.jpg) no-repeat left top;
}

div#main h3#index01-1 {
	clear: both;
	background: #FFF url(../img/index1_1.gif) no-repeat left top;
}

div#main a {
	color: #E7BF23;
}

div#main a:hover {
	color: #FC9;
}
div#main div.attention {
	margin-bottom: 24px;
}

div#main div.attention p span {
	color: #F00;
}

div#main th {
	background-color: #FBFAD4;
	border-color: #F1F080;
}

div#main td {
	background-color: #FFF;
	border-color: #F1F080;
}

div#main div#signpost {
	float: left;
	width: 337px;
	height: 99px;
	margin: 0 0 24px 30px;
	padding: 5px 0;
	background: #FFF url(../img/signpost.gif) no-repeat left top;
}
* html div#main div#signpost {
	display: inline;
	height: 104px;
	margin-bottom: 0; 
}
*:first-child+html div#main div#signpost {
	margin-bottom: 0; 
}

div#main div#signpost p {
	width: 265px;
	margin: 0 10px;
}

div#main div#banner {
	float: right;
	width: 264px;
	height: 114px;
	margin: 0 23px 24px 0;
}
* html div#main div#banner {
	display: inline;
	margin-bottom: 0; 
}
*:first-child+html div#main div#banner {
	margin-bottom: 0; 
}

/*  entry_banner_e  */
div#main div#banner h4 {
	text-indent: 0;
}
/*div#main div#banner a {
	display: block;
	width: 264px;
	height: 114px;
	background-image: url(../img/entry-banner.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#main div#banner a:hover {
	background-position: -264px 0;
}*/

div#main div#flow {
	position: relative;
	width: 600px;
	height: 547px;
	margin: 48px 30px 0;
	background: #FFF url(../img/flow-bg.gif) no-repeat left top;
}

div#main div#flow h4 {
	margin-bottom: 33px;
}

div#main div#flow div.section p {
	width: 125px;
	margin: 0 10px 0 150px;
	font-size: 10px;
}
									
div#main div#section1,
div#main div#section2,
div#main div#section3,
div#main div#section4 {
	width: 285px;
	height: 260px;
}

div#main div#section1 {
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF url(../img/flow-1.gif) repeat left top;
}

div#main div#section2 {
	position: absolute;
	left: 315px;
	top: 0;
	background: #FFF url(../img/flow-2.gif) repeat left top;
}

div#main div#section3 {
	position: absolute;
	left: 0;
	top: 287px;
	background: #FFF url(../img/flow-3.gif) repeat left top;
}

div#main div#section4 {
	position: absolute;
	left: 315px;
	top: 287px;
	background: #FFF url(../img/flow-4.gif) repeat left top;
}

/*------------------------------------------------------------

	4. sidebar

------------------------------------------------------------*/
div#content div#sidebar ul ul li a:hover {
	color: #E7BF23;
}

div#content div#sidebar ul ul li em {
	background-color: #FBFAD4;
}
