@charset "utf-8";
/* CSS Document */


/* mainimage
----------------------------------------------------------- */
#flashimage{
	clear:both;
	height:274px;
	margin-bottom:30px;
	}


/* main
---------------------------------------------------------------------------------------*/
#main_top{
	margin:0;
	line-height:150%;
	}


/* left
----------------------------------------------------------- */
#main_left_top{
	float:left;
	width:255px;
	}


/* center
----------------------------------------------------------- */
#main_center_top{
	float:left;
	width:255px;
	border-left:#DBDBDB 1px solid;
	border-right:#DBDBDB 1px solid;
	}


/* right
----------------------------------------------------------- */
#main_right_top{
	float:right;
	width:240px;
	margin-bottom:25px;
	}


/* topics
----------------------------------------------------------- */
#line_top{
	padding-top:25px;
	border-top:1px solid #DBDBDB;
	}


#topics{
	float:left;
	width:511px;
	border-right:#DBDBDB 1px solid;
	}


	.ic_arrow_gray{
		font-size:10px;
		padding-left:8px;
		background:url(../../img/header/ic_arrow_gray.gif) no-repeat 0 center;
		}


	#topics table{
		border:none;
		border-collapse:collapse;
		border-spacing:0;
		margin-right:15px;
		}
		
		#topics table th{
			vertical-align:top;
			text-align:left;
			font-weight:normal;
			padding-right:15px;
			}

		#topics table td{
			vertical-align:top;
			padding-bottom:7px;
			}

		/* topics link color --------------- */
		#topics a:link{
			color:#666664;
			text-decoration:underline;
			}
	
		#topics a:visited{
			color:#666664;
			text-decoration:underline;
			}
	
		#topics a:hover{
			color:#333333;
			text-decoration:none;
		}
	
		#topics a:active{
			color:#333333;
			}


/* right
----------------------------------------------------------- */
#main_right_btm{
	float:right;
	width:240px;
	}
