@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;
}
/*
##################################
#####ヘッダー
##################################*/
				 
p.pankuzu {
	margin-top: -27px !important;
	padding-bottom: 5px;
	width: 675px;
}

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

.TitleTopContent{
	padding:0px 0 0 15px;
	}
	
.PageTitle p.Komidashi, .TitleCopy{
	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;
}
/*
##################################
##### サイドバー広告 / 画像+テキスト
##################################*/

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

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


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

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

.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;
}

/*
##################################
#####サイドナビ_リスト
##################################*/
ul#s_navi li.top {
	background: url("/cmn/images/Ehoken/midashi.png") no-repeat scroll 0 5px transparent;
	color: #18459D;
	font-size: 14px;
	font-weight: bold;
	height: 12px;
	margin: 3px 3px 5px;
	padding: 5px 0 5px 20px;
}
ul#s_navi li.b_tit {
	background: url("/cmn/images/Ehoken/b_navi.gif") no-repeat scroll 0 5px transparent;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 3px 3px 0;
	padding: 2px 0 5px 20px;
}
ul#s_navi li {
	/*  background: none repeat scroll 0 0 #1E0FCA;*/
    margin: 3px 0 0;
	padding: 5px 0 5px 5px;
}
ul#s_navi li.s {
	background: url("/cmn/images/Ehoken/s_navi.gif") no-repeat scroll 0 5px transparent;
	margin: 3px 0 0 20px;
	padding: 3px 0 5px 10px;
}

/*
##################################
##### リンク
##################################*/

a.SpLink{
	padding-left:15px;
	background: url("/cmn/images/Ehoken/b_navi.gif") no-repeat scroll transparent;
}


/*
##################################
##### テーブル内画像配置
##################################*/

.TBContent{
	width: 640px;
	/* [disabled]min-height:270px; */
	margin: 5px auto;
}

.TBContent table{
	width:640px;
}

/*
##################################
##### margin / padding
##################################*/
.mT5 {margin-top:5px;}
.mT10{margin-top:10px;}
.mB5 {margin-bottom:5px;}
