@charset "utf-8";
/** ----------------------------------------------------------------------------

	@ Style Name    : /css/top/layout.css

	----------------------------------------------------------------------------
	@ Style Information
		01. Frame
		02. Layout
		@@. Clearfix
---------------------------------------------------------------------------- **/
/** ----------------------------------------------------------------------------
 *	01. Frame
---------------------------------------------------------------------------- **/
#info {
	background:url(/imgs/top/bg_info.gif);
	width:722px;
	height:25px;
	margin:50px 0 20px 0;
	text-align:right;
}
/** ----------------------------------------------------------------------------
 *	02.Layout
---------------------------------------------------------------------------- **/

#right p {
	padding:30px 0 0 0;
}

dl.newsList {
	font-size:90%;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 15px 0;
}
dl.newsList dt {
    color: #414141;
	clear: left;
    float: left;
    font-weight: bold;
    padding: 0 0 0 15px;
    width: 105px;
	background:url(/imgs/top/info_mark.gif) 0 7px no-repeat;	
}
dl.newsList dd {
    padding: 0 0 5px 120px;
}
dl.newsList dd.last {
    padding: 0 0 0 120px;
}
* html dl.newsList dd div {
    zoom:1;
}

/** ----------------------------------------------------------------------------
 *	@@. Clearfix
---------------------------------------------------------------------------- **/
