@charset "utf-8";

/****************************************
*****************************************

http://www.sompo-japan-sys.co.jp/index.html
サイトホーム用
作成 08/09/25 man'age
更新 08/10/29 man'age

*****************************************
****************************************/

/*******************************
TITLE
*******************************/
#contents{
	overflow:visible;
}
#contents:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#contents { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents { height: 1% }
#contents {display:block;}
/* end MacIE5 */

#contents{
	margin-top:15px;
}
#main_body{
	margin-top:0px;
}
#side_body{
	position:relative;
	/*top:-110px;*/
	top:-74px;
	right:0;
}


/*****************************
NEWS & TOPICS
******************************/
.section_title{margin-bottom:5px;}
#news{
	margin-bottom:10px;
	overflow:auto;
	overflow-x:hidden;
	width:530px;
	margin-bottom:10px;
	border:1px solid #eee;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}
#news dl{
	width:100%;
	overflow:hidden;
	position:relative;
	padding-bottom:1em;
}
#news dt,
#news dd{
	float:left;
	font-size:115%;
	height:auto;
	display:block;
}
#news dt,
#news dd,
#news dd a{
	line-height:1.5;
}
#news dt{
	margin-right:10px;
	width:90px;
	color:#f93;
	letter-spacing:1px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/icon_square_orange.gif) 0 3px no-repeat;
}
#news .new dt{
	color:#c00;
	background-image:url(../img/icon_square_red.gif);
}
#news dd{
	width:390px;
	padding-left:0;
	margin-top:0;
	margin-bottom:0;
}

#news .txt_link a.externalLink{
	background-position:bottom right;
	padding:1px 17px 1px 0;
	height:100%;
}

#TB_ajaxContent{
	overflow:auto;
}
