/*******************************************/
/* Home.css                                */
/* Use with COLIN                          */
/*******************************************/

@import url("tags.css");
@import url("global_layout.css");
@import url("navi.css");

/*************** Home Divs  *****************/

html {
	/*height:100%;*/
	overflow-y: scroll;
}

#headVisual{
	height: 250px;
	background-image: url(../img/top_visual6.jpg);
	background-repeat: no-repeat;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-position: 0px 0px;
	border: 1px solid #474A4D;
}


#homeContent{
	width: 748px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px auto;
}

#topColumn{
	vertical-align: top;
	margin-right: 5px;
	margin-left: 0px;
	width: 478px;
	/*background-image: url(../img/bg_topics300.jpg);*/
	background-repeat: no-repeat;
	background-position: center 100%;
	background-color: #000000;
	padding: 1px;
	border: 1px solid #313133;
	height: 600px;
	float: left;
}
#mainColumn{
	vertical-align: top;
	float: left;
	width: 460px;
	margin-right: 20px;
	margin-left: 30px;
}
/*
#mainColumn ul {
	padding: 0;
	margin: 0px 0px 0px 1em;
	text-align: left;
	list-style-type: none;
}

#mainColumn li{
	margin-left: 2em;
	list-style-type: none;
	font-weight: bold;
	color: #666666;
	list-style-image: url(../img/bullets.gif);
}
#singleColumn{
	vertical-align: top;
	margin-right: 50px;
	margin-left: 40px;
}
#singleColumn ul {
	padding: 0;
	margin: 0px 0px 0px 1em;
	text-align: left;
	list-style-type: none;
}

#singleColumn li{
	margin-left: 2em;
	list-style-type: none;
	font-weight: bold;
	color: #666666;
	list-style-image: url(../img/bullets.gif);
}
*/

#topics {
}

#topics h2{
	margin: 0px 0px 10px;
	padding: 0px;
}


#topics p{
	padding-left: 20px;
	line-height: 2em;
	background: url(../img/icon_notice.gif) no-repeat left 5px;
	display: block;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 5px;
	font-size: 75%;
	letter-spacing: 0.1em;

}

#topics a,#topics a:link{
	text-decoration: none;
	margin-bottom: 5px;
	margin-top: 1px;
	padding-right: 0.5em;
}
#topics a:visited{
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

#topics a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#topics p.up{
	background: url(../img/icon_up.gif) no-repeat left 2px;
	display: block;
}
#topics p.notice{
	background: url(../img/icon_notice.gif) no-repeat left 5px;
	display: block;
}

#rightPlate{
	float:right;
	width:230px;
	padding:0px;
	text-align:center;
	clear: none;
	position: relative;
}

#rightPlate td {
	/*padding-bottom: 5px;*/
	text-align: center;
}
#rightPlate td img{
	margin-bottom: 5px;
}


#homeTopic iframe{
	width: 470px;
	height: 560px;
	margin-top: 10px;
}

a.filter{

}
a:hover.filter {
	zoom: 1;
	filter:alpha(opacity=60); /*for IE*/
	-moz-opacity:0.6;  /* for Firefox*/
	-khtml-opacity: 0.6;
	opacity: 0.6; /*for OPERA Safari*/
}
