@charset "utf-8";

/**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//*

	CSS Document
	FILENAME:common.css
	DATE:09/05/13
	
*//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**//**/

html { overflow-y:scroll; }

body{
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
	*_font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka;
	color:#4c4c4c;
	font-size:13px;
	line-height:22px;
	margin:0px;padding:0px;
	background-color:#ffffff;
}
a{
	color:#175ba2;
	text-decoration:underline;
	font-size:13px;
}
a:hover{
	color:#ff6000;
	text-decoration:underline;
}
p,h1,h2,h3,h4,h5,h6{
	margin:0px;padding:0px;
}
.big{
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
.small{
	font-size:12px;
}
img{
	margin:0px;padding:0px;
	border:0px;
}
.clear{
	clear: both;
	height:0px;line-height:0px;
	text-indent:-9999px;
	overflow:hidden;
}

#main{
	width:740px;
	margin:0px auto 0px auto;
}


/*--------ヘッダー内CSS--------*/
#header{
	height:70px;
	position:relative;
}
.contents_title{
	position:absolute;
	top:10px;left:0px;
	display:block;
	width:360px;height:50px;
}
.contents_title a{
	display:block;
	width:360px;height:50px;
	text-indent:-9999px;
	background-image:url("../image/common/sbi_logo.gif");
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}
.pe_call{
	position:absolute;
	top:10px;left:380px;
	display:block;
	width:175px;height:50px;
	text-indent:-9999px;
	background-image:url("../image/common/free_call.gif");
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}
.co_call{
	position:absolute;
	top:10px;left:565px;
	display:block;
	width:175px;height:50px;
	text-indent:-9999px;
	background-image:url("../image/common/co_call.gif");
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}
.header_nav{
	float:right;
	font-size:10px;
	display:block;
	height:15px;
	padding:60px 0px 0px 0px;
	margin:0px 6px 5px 0px;
	_margin:0px 3px 5px 0px;
	line-height:15px;
}
.header_nav li{
	display:block;
	float:left;
	padding:0px 5px 0px 5px;
	height:15px;
}
.header_nav li a{
}
.li01{
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
}
.li02{
	border-right:solid 1px #000000;
}


/*--------コンテンツ内CSS--------*/
#main_contents{
}
.left_box{
	width:360px;
	float:left;
	margin:0px 0px 16px 0px;
	_margin:0px 0px 8px 0px;
}
.right_box{
	width:360px;
	float:right;
	margin:0px 0px 16px 0px;
	_margin:0px 0px 8px 0px;
}
/*--------フッター内CSS--------*/
#footer{
}
.f_nav{
	margin:0px;
	padding:9px 0px 0px 0px;
	display:block;
	background-color:#efefef;
	height:24px;
}
.f_nav li{
	display:block;
	float:left;
	height:12px;
	margin-bottom:9px;
	line-height:12px;
	padding:0px 5px 0px 5px;
}
.f_nav li a{
	display:block;
	font-size:10px;
}
.f_nav01{
	margin-left:120px;
	_margin-left:60px;
	border-left:1px solid #000000;
}
.f_nav02{
	border-left:1px solid #000000;
}
.f_nav03{
	border-left:1px solid #000000;
}
.f_nav04{
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	*_width:50px;
}

.f_nav01 a{width:200px;text-align:center;}
.f_nav02 a{width:210px;text-align:center;}
.f_nav03 a{width:50px;text-align:center;}
.f_nav04 a{width:50px;text-align:center;}
address{
	font-style:normal;
	font-size:11px;
	line-height:40px;
	text-align:center;
}