@charset "utf-8";

/* Home CSS Document */

@import url("default.css");
@import url("global.css");
@import url("navigation.css");
@import url("shared_class.css");
@import url("search.css");
@import url("ext2.css");

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

Used Color

link   = #26499D
active = #E8383D

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

#homeMain {
	background: transparent url(../img/_home/bg_visual.png) no-repeat center top;
	behavior: expression(IEPNGFIX.fix(this));
	/*height: 300px;*/
	width: 790px;
	padding-top: 12px;
	clear: both;
	
}

*html body #homeMain{
	background: transparent url(../img/_share/bg_page_ie.gif) no-repeat center 5px;
	padding-top: 15px;
}



#homeVisual {
	padding: 1px;
	display: block;
	width: 760px;
	margin: auto auto 10px;
	/*_margin: 10px 10px 10px 20px;*/
	text-align: center;
	border: 1px solid #CCD2DE;
	height: 280px;	/*position: relative;*/
}

#homeVisual iframe {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#homeClear{
	width: 790px;
	margin-right: auto;
	margin-left: auto;	/*position: relative;*/
}

#homeLeft{
	float:left;
	width:200px;
	font-size: 75%;
	background: transparent url(none);
	margin-left: 10px;
	_margin-left: 5px;
}

#homeLeftBnr{
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}

#homeLeftBnr img{
	margin-bottom: 2px;
}

#homeContent{
	/*background: url(../img/_home/bg_home_topics.png) no-repeat left top;*/
	float:right;
	width:540px;
	margin-right: 8px;
	_margin-right: 0px;
}


/** News Topics **/

#newsWrap{
	/*margin-top: 10px;*/
	margin-left: 0px;
}



#newsWrap h4{
	background: url(../img/_home/topic_h4.jpg) repeat-x left top;
	height: 26px;
	padding-left: 0.8em;
	margin: 1px;
	display: block;
}

#newsWrap ul.topic{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#newsWrap ul.topic li a{
	background: url(../img/icon_arrow01.gif) no-repeat 5px center;
	padding-left: 25px;
	display: block;
	line-height: 190%;
}

#newsWrap ul.topic li a:hover{
	background: #F0F0F0 url(../img/icon_arrow02.gif) no-repeat 5px center;
	padding-left: 25px;
	display: block;
	color: #09F;
}

#topic01{
	/*background: url(../spa/img/_fitt/fitt_visual02.jpg) no-repeat right 100px;*/
}

/* Topic
---------------------------- */

#homeEndBnr{
	width:530px;
	float: left;
	margin-left: 10px;
	_margin-left: 5px;
	background: url(../img/dot_x.gif) repeat-x center top;
	padding-top: 10px;
}
