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


/*
##################################
#####サイトの枠組み関係
##################################*/

#contents {
	clear: both;
	position: relative;
	width: 980px;
	margin: 0 auto;
}
.LeftBox {
	width:680px;
	float:left;
}
.RightBox {
	width:280px;
	float:right;
}

.ContentBox{
	padding:10px;
	border:1px solid #333;
}

.ContentBoxL{
	float:left;
	width:455px;
}

.ContentBoxR{
	float:right;
	width:200px;
}
/*
##################################
#####ヘッダー
##################################*/
				 
p.pankuzu {
	margin-top: -27px !important;
	padding-bottom: 5px;
	width: 675px;
}

/*
##################################
#####見出し要素
##################################*/
.PageTitle {
	background-image:url("/cmn/images/HokenLoan/TitleBg.png");
	width:680px;
	height:80px;
}

.TitleTopContent{
	padding:0px 0 0 15px;
	}
	
.PageTitle p.Komidashi, .TitleCopy{
	/*font-size:19px;*/
	font-size:18px;
	font-weight:bold;
	color:#333;
}

.PageTitle p.TitleTop {
	font-size:14px;
	font-weight:700;
	line-height:1.1em;
	color:#FFF;
	padding:4px 12px;
}
.PageTitle h3 {
	font-size:25px;
	font-weight:700;
	line-height:1.1em;
}


.orangeline {
	background: url("/cmn/images/zc/midashi.png") no-repeat scroll 0 0 #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 10px;
}

.contentBoxTitle{
	font-weight:700;
	font-size:12px;
	margin:5px 0;
}

.contentBoxCopy{
	padding:5px;
}

/*
##################################
##### サイドバー広告 / 画像+テキスト
##################################*/

div.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.infoBlock, .pickupBlock {
    background: url("/cmn/images/HokenLoan/v1.1_02.png") repeat-x scroll left top transparent;
    border: 3px solid #EEEEEE;
    margin-bottom: 10px;
    padding: 3px;
	height: 67px;
}


.contents-inner a img {
    float: left;
}

.information-text, .pickup-text {
    float: right;
    font-size: 11px;
    line-height: 1.2;
    width: 180px;
}

.information-text a, .pickup-text a {
    display: block;
    padding-bottom: 3px;
}

.pr {
    color: #999999;
    float: right;
    font-size: 10px;
}

.pr_txt {
    color: #999999;
    font-size: 10px;
	text-align: right;
}



.information_col {
	border-bottom: 1px dotted #CCCCCC;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 280px;
}

/*
##################################
##### margin / padding
##################################*/
.m0{margin:0;}
.mT5{margin-top:5px;}
.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mB5 {margin-bottom:5px;}
.mB15 {margin-bottom:15px;}

