@charset "utf-8";
/**
 * misc_housecard/css/index.css 
 * (c) United Arrows Ltd.
 */

/* heading */
	.gTitle { margin-bottom: 40px; }
	#ContentTitle { clear: both; margin-bottom: 30px; }
	.sectionTitle {
		clear: both;
		border-bottom: 1px solid #999999;
		padding: 0 5px 5px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 107%;
	}

/* ArticleMain */
	#ArticleMain {
		float: none;
		width: auto;
	}

/* ArticleMainHeader */
	#ArticleMainHeader {
		margin-bottom: 35px;
		zoom: 1;
	}
	#ArticleMainHeader:after { content : ''; display : block; clear : both; }
	#ArticleMainHeader #Logo { float: left; }
	#ArticleMainHeader .headlist {
		float: right;
		zoom: 1;
	}
	#ArticleMainHeader .headlist:after { content : ''; display : block; clear : both; }
	#ArticleMainHeader .headlist li { float: right; }
	
	.col-wrap { clear: both; zoom: 1; }
	.col-wrap:after { content : ''; display : block; clear : both; }
	.col-wrap .left-col {
		float: left;
		width: 465px;
	}
	.col-wrap .right-col {
		float: right;
		width: 465px;
	}

/* numlist */
	.numlist li {
		margin-bottom: 10px;
		padding: 0 0 0 32px;
		font-weight: bold;
		font-size: 107%;
		line-height: 25px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: left top;
	}
	.numlist .no01 { background-image: url(../imgs/blt-01.gif); }
	.numlist .no02 { background-image: url(../imgs/blt-02.gif); }
	.numlist .no03 { background-image: url(../imgs/blt-03.gif); }

/* link */
	.link a {
		padding: 0 0 0 10px;
		background-color: transparent;
		background-repeat: no-repeat;
		background-image: url(../imgs/blt-arrow.gif);
		background-position: left top;
	}

/* box01 */
	#box01 {
		margin-bottom: 40px;
	}
	#box01 .left-col {
		width: 108px;
	}
	#box01 .right-col {
		width: 824px;
	}
