@charset "utf-8";

/* ==================================================================
	Site Name: ハローローン
	Version: 0.1

	import.css		読み込みCSS
	font.css		文字サイズの指定CSS	
	defalut.css		基準値の指定CSS
	color.css		色の指定CSS
	common.css		サイト全体に共通するCSS
	component.css	CSSの部品	
	modules.css		個別指定用CSS	
	print.css		印刷用CSS
	
	* 細かくなりそうな場合は別にCSSを作成
	
   ■CSS適用箇所
   　金利～
	
=================================================================== */



/* --------------------------------
   ◇ box
-------------------------------- */



/* --------------------------------
   ◇ title
-------------------------------- */
#interest #main #flash_space_sub{
	margin-bottom:20px;
	margin-top:7px;
	margin-left:10px;
}

#interest #main .leadtext{
	margin:0 0 46px 7px;
}

#interest #main h4{
	font-size:114%;
	margin-bottom:10px;
}

/* --------------------------------
   ◇ text
-------------------------------- */
#interest #main .maintext1{
	margin-left:20px;
	color:#005aaa;
	font-size:107%;
	margin-bottom:0px;
}
#interest #main .maintext2{
	margin-left:20px;
	font-size:129%;
	color:#358d02;
	font-weight:bold;
	margin-bottom:20px;
}
#interest #main .maintext2 span{
	font-weight:normal;
	color:#000000;
	font-size:80%;
	margin-left:5px;
}
#interest #main .case{
	margin-left:20px;
}
#interest #main .case .title{
	background-image:url(../../images/common/blueback.gif);
	background-repeat:repeat-y;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
	font-weight:bold;
}
#interest #main .case .interest{
}
#interest #main .case .interval{
	font-weight:bold;
}
#interest #main .case .gray{
	background-color:#CCCCCC;
}
#interest #main .case .orange{
	background-color:#FFCC99;
}
#interest #main .case .cost{
	font-weight:bold;
	text-decoration:underline;
}
#interest #main .case img{
	margin-bottom:10px;
}
#interest #main .case .caution{
	text-align:right;
	margin-right:10px;
	margin-bottom:20px;
}


#interest #main ol.num{
	margin-bottom:25px;
}


#interest #main .btn{
	margin-top:20px;
}


/* --------------------------------
   ◇ frame
-------------------------------- */
/* in-frame */
#interest #main .in-frame-header,
#interest #main .in-frame-body,
#interest #main .in-frame-footer{
	width:482px;
	background:0 0 no-repeat;
}

#interest #main .in-frame-header{
	background-image:url(../../images/comparison/blue-header.gif);
	height:6px;
}

#interest #main .in-frame-body{
	background-color:#DAEFF8;
	margin-bottom:0;
}

#interest #main .in-frame-body p{
	margin:0px;
	padding:8px;
}


#interest #main .in-frame-footer{
	background-image:url(../../images/comparison/blue-footer.gif);
	height:5px;
}




