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

/*-------------link color--------------*/
#wrapper a:link {color:#000099;}
#wrapper a:visited {color:#660099;}
#wrapper a:hover ,
#wrapper a:active {
    color:#d1111c;
	text-decoration:underline;
}
/*---------------index-----------------*/
#ir_news {
    position:relative;
    float:left;
	clear:both;
	width:640px;
}
    #ir_news dl {
		width:640px;
		padding-bottom:1px;
		margin-bottom:5px;
		background:url(../common/img/dot_line.gif) repeat-x left bottom #f3f3f3;
	}
	    #ir_news dl dt {
		    float:left;
			width:135px;
		    padding:5px;
		    background:url(../common/img/dot_line.gif) repeat-x left top;
			color:#808080;
			font-weight:bold;
		}
		     #ir_news dl dt img,
			 #ir_news dl dd img {
			     margin-left:5px;
			 }
		#ir_news dl dd {
		    margin-left:135px;
		    padding:5px;
		    background:url(../common/img/dot_line.gif) repeat-x left top;
		}
	#ir_news #rss {
	    position:absolute;
		top:-31px;
		right:0;
	}
	    #ir_news #rss img {margin-left:10px;}
	#ir_news #all_news {
	    float:left;
		clear:both;
		width:640px;
		text-align:right;
	}
	    #ir_news #all_news a{
	        padding-left:20px;
	        background:url(../common/img/arrow.gif) no-repeat left center;
		}
/*---------index_contents_list---------*/
#contents_list {
     float:left;
	 clear:both;
	 width:640px;
	 padding-top:30px;
	 margin:0 -31px 0 0;
	 /margin:0 -31px 31px 0;
	 overflow:hidden;
	 _zoom: 1;
}
    #contents_list ul {width:672px;}
    #contents_list ul li.box {
        float:left;
        width:307px;
	    margin:0 21px 21px 0;
	}
	    #contents_list ul li dl {
		    position:relative;
			width:250px;
			padding:19px 28px 24px 29px;
			background:#FFF;
		}
		*html #contents_list ul li dl {overflow:hidden;}
		#contents_list ul li dl.top {height:200px;}
		#contents_list ul li dl.middle {height:160px;}
		#contents_list ul li dl.bottom {height:134px;}
		    #contents_list ul li dl dt { margin-bottom:22px;}
			#contents_list ul li dl dd p.img {margin-bottom:19px;}
			#contents_list ul li dl dd p.txt {font-size:11px;margin-bottom:19px;}
			#contents_list ul li dl dd ul {float:left;clear:both;width:250px;}
			#contents_list ul li dl dd ul li {float:left; clear:both; line-height:1.3em;width:250px;}
			#contents_list ul li dl dd .btn a {
				padding-left:20px;
				background:url(../common/img/arrow.gif) no-repeat left center;
			}
/*---------------message----------------*/			
#message {
    width:640px;
}
    #message p.txt {
	    float:left;
		width:420px;
    }
	#message p.img {
	    float:right;
		width:170px;
    }
	    #message p.img img {
		    margin-bottom:30px;
		}
/*--------------------------------------*/
