@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom: 30px;
}
#greeting .image span {
    border: 1px solid #CCCCCC;
    display: table-cell;
    height: 198px;
    text-align: center;
    vertical-align: middle;
    width: 198px;
}
#greeting .text {
	margin-right: 220px;
}


#content .section{
	
	margin-bottom: 26px;
}

/* list */
.bglist{
	background: url("../image/index.jpg") right top no-repeat;
	margin-bottom: 30px;
}

.list {
	margin-bottom: 14px;
}

.list li{
	background: url("../image/icon_check.jpg") 0 2px no-repeat;
	padding: 0px 30px 6px 30px; 
	font-size: 1.14em;
	font-weight: bold;
}
#content .section .imgleft .image{
	margin-right: 40px;
}

/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	background: #0F0F0F;
	border: 1px solid #4D4D4D;
	height: 200px;
	margin-bottom: 50px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {

	overflow: hidden;
	/zoom: 1;
	padding: 8px 0 9px 25px;
	border-bottom: 1px dotted #4D4D4D;
	background: url('../image/icon_next.jpg') 9px 15px no-repeat;
}
#topics dl.even {
}
#topics dt {
	float: left;
	
}
#topics dd {
	padding: 0 0 0 110px;
}

#topics dd a{
	
	color: #C1272D;
}
