@charset "utf-8";
@import url("css/header.css");
@import url("css/sidenavi.css");
@import url("css/footer.css");
@import url("css/common.css");
@import url("styles-parts.css");
@import url("css/top.css");
@import url("css/base.css");


* {
    padding: 0 ;/*すぺての余白（内側）を解除*/
    margin: 0 ;/*すぺての余白（外側）を解除*/
}


body {
    color:#3D3D3D;
    text-align: center ;/*IE用：#container中央*/
    background: url(image/common/body_bg.gif) 0 0;
    font-size : 65% ;
    line-height :1.5 ;/*単位は不要*/
    font-family:"ＭＳ ゴシック", "Osaka－等幅" arial,sans-serif;
}


h1,h4,h5,h6,table,input,textarea,option{ font-size : 100% ;/*タグ依存のサイズをリセット（お好みで）*/}

a{text-decoration:none;	color:#A30000;}
a:visited{color: #E39B00;}
a:hover,a:active{color: #ff0000;}

img {
	border: none;
	vertical-align:bottom;
}

em{
	color:#A30000;
	font-weight:bold;
	font-style: normal;
	}


/* 全体枠
----------------------------------------------------- */

#container {
    width: 950px ;/*ページ幅*/
    margin: 0 auto;/*FF用：#container中央*/
	padding:0px 10px 0 10px;
    text-align: left;/*body{text-align：center}を解除*/
	background:#fff url(image/common/bg.gif) repeat-y center top;
    font-size : 120% ;/*↑の設定で12px相当であれば、120%のように設定がしやすくなる*/
}



/* コンテンツエリア
----------------------------------------------------- */

#wrapper{
	width:950px;
	padding:0;
	background: #fff url(image/common/wrapper_bg.gif) repeat-x top ;
	}
#wrapper-inner{
	padding:0 15px;
	overflow:hidden;
	}

/* あなたのゼロアパ＆お問い合わせ
----------------------------------------------------- */
#contentnavi{
	width: 100%;
	height: 80px;
	overflow: hidden;
	padding: 0;
	padding-top: 8px;
}
#contentnavi_inner {
	padding-top: 15px;
	padding-bottom: 15px;
	background:url(/image/top/bg_topbox.png) repeat-x bottom;
}
#yourzeroapa02{
	float:left;
	width:435px;
	background:#fff url(/image/common/bg_yourzeroapa.png) no-repeat 0 0;
	overflow:hidden;
	height:47px;
	}
#yourzeroapa02 ul{
	list-style:none;
	margin:15px 0 0 155px;
	text-align: left;
	}
#yourzeroapa02 li{
	float:left;
	width:125px;
	margin-left:10px;
	overflow:hidden;
	display: inline;
	}
#yourzeroapa02 li a:hover{
	margin-left:-125px;
	}
#otoiawase{
	width:380px;
	margin-left:95px;
	float:left;
	overflow:hidden;
	}
#otoiawase ul{
	width: 380px;
	height: 50px;
	overflow: hidden;
	list-style:none;
	}
#otoiawase li{
	float:left;
	width:180px;
	margin-left:10px;
	display: inline;
	overflow:hidden;
	vertical-align: middle;	
	}
#otoiawase li a:hover{
	margin-left:-180px;
	}
	
/* --------------------------------------------------
 1分でわかるゼロアパ分追加 2010-10-21 ラルズネット
----------------------------------------------------- */
div#otoiawase {
	width: 502px;
	margin-left: 5px;
}
div#otoiawase ul {
	width: 502px;
}
div#otoiawase ul li {
	margin-left: 5px;
}
div#otoiawase li#oneminutes {
	width: 127px;
}
div#otoiawase li#oneminutes a:hover {
	margin-left: -127px;
}

/* ----------------------------------------------------- */
	
	
/* 右カラム（メイン記事の部分）
----------------------------------------------------- */


#content {
    float:right ;
    width: 720px ;
    display: inline ;

}

#content-inner {
	background: #fff;
	overflow : hidden ;
	padding : 10px;
	margin:10px 0;
	height : 1% ;
}

#content-inner p{
	margin-top:10px;
	}


/* 左カラム（第２階層以下）
----------------------------------------------------- */
#sidenavileft{
	float:left;
	width:180px;
	text-align:left;
	margin-top:10px;
	display:inline;
	}

#sidenavileft-inner{
	padding:0;
	}


/* サイドバーが無いページ
----------------------------------------------------- */

div#noleft_content{
	margin:10px 8px 0 8px;
	width:784px;
	background:#fff;
	}

div#noleft_content p{
	line-height:1.4;
	margin:0 10px 10px;
	}
	

/* --------------------------------------------------
2011-06-16 ラルズネット追加
----------------------------------------------------- */
/* ライフプランニング他
----------------------------------------------------- */
	
.lifeplanning {
	padding-bottom: 5px;
}
ul#flowlist li {
	list-style: none;
	padding-top: 5px;
}
ul#flowlist {
	margin-bottom: 7px;
}


/* リクエストページへ
----------------------------------------------------- */
div#top_request_new2 {
	width:540px;
	margin:5px 0 0 0;
	overflow:hidden;
	}
div#top_request_new2 ul {
	list-style:none;
	}
div#top_request_new2 li {
	list-style:none;
	padding-bottom: 10px;
	}
div#top_request_new2 a {
	width:540px;
	height:70px;
	display:block;
	overflow:hidden;
	line-height:70px;
}
div#top_request_new2 a:hover img {
	margin-left:-540px;
	}
	

/* --------------------------------------------------
2011-07-19 ラルズネット追加
----------------------------------------------------- */
/* 条件検索下（ 267px * 2）
----------------------------------------------------- */
div#top_request_half {
	width:534px;
	margin:5px 0 0 0;
	overflow:hidden;
	}
div#top_request_half ul {
	list-style:none;
	}
div#top_request_half li {
	list-style:none;
	float: left;
}
div#top_request_half a {
	width:267px;
	height:75px;
	display:block;
	overflow:hidden;
	line-height:75px;
}
div#top_request_half a:hover img {
	margin-left:-267px;
	}

/* 条件検索下（534px）
----------------------------------------------------- */
div#top_request_full {
	width:534px;
	margin:5px 0 0 0;
	overflow:hidden;
	clear: both;
}
div#top_request_full ul {
	list-style:none;
	}
div#top_request_full li {
	list-style:none;
	}
div#top_request_full a {
	width:534px;
	height:70px;
	display:block;
	overflow:hidden;
	line-height:70px;
}
div#top_request_full a:hover img {
	margin-left:-534px;
	}
