﻿/* CSS レイアウト */
body{
	margin:0; 
	padding:0;
	text-align:center;
	font-family:"Century Gothic";
    background-image:url('../img/haikei.gif');
    background-repeat:repeat;
    color:#555555;
}

#container{ 
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
    padding-top:8px;
    padding-left:7px;	
	width:818px;
	text-align:left;
    background-image:url('../img/haikeiwaku.gif');
	background-repeat:repeat-y;
}

br{
	letter-spacing:0;
}

img{
	 border:0;
}

p{
   clear:both;
}

a {
	color:#333366;
}

a:hover{
	color:#815e30;
}

a:visited{
	color:#4f3179;
}
a:visited:hover{
	color:#815e30;
}

#first{
	padding-left:18px;
	margin-top:0px;
	margin-bottom:10px
}

#first img a{
	display:block;
	padding-bottom:10px;
}

#animebana{
	margin-left:90px;	
}

#topmenu-top{
	border-style:solid;
	border-width:0 0 0px 0;
	border-color:#58400e;   /*#ffbe53; */
	margin:0 5px 0px 5px;
	height:29px;
	width:789px;
	padding-bottom:4px;
}

#topmenu{
	border-style:solid;
	border-width:0 0 3px 0;
	border-color:#ffbe53;   /*#FFA42A; */
	margin:0 5px 0 5px;
	height:29px;
	width:789px;
}

.topmenuimgfocus{ /*　生命保険 */
	margin-right:2px; 
	float:left; 
	width:109px;
	height:30px;
}

.topmenuimgfocus2{ /*　自動車保険ほか */
	margin-right:2px; 
	margin-left:2px;
	float:left; 
	width:109px;
	height:30px;
}

.topmenuimgfocus3{ /*　ペット保険ほか */
    margin-left:3px;
	float:left; 
	width:109px;
	height:30px;
}

.topmenuimg1{ /* 生命保険 */
	margin-right:2px;
	float:left; 
	width:109px;
	height:27px;
}

.topmenuimg2{ /* 自動車保険ほか */
	margin-left:2px;
	margin-right:2px;
	float:left; 
	width:109px;
	height:27px;
}

.topmenuimg3{ /* 一番右のペット保険 */
	margin-left:3px;
	float:left; 
	width:109px;
	height:27px;
	}


/*　現在位置の表示  */
#now{
	border-style:dashed;
	border-width:0 0 1px 0;
	border-color:#9f6c1a;
	width:770px;
	padding-left:8px;
	padding-bottom:5px;
	margin-left:10px;
	margin-bottom:15px;
	margin-top:10px;
	font-size:13px;
	letter-spacing:1px;
}


/* メインと右メニュー */
#main{
	float:left;
	width:525px;
	padding:20px 28px 50px 25px; 
	font-size:14px;
	line-height:170%;
	letter-spacing:1px;
	color:#474747;
}

#main p{
	margin-top:0;
}

#sidemenu{
	width:233px;
	float:right;
	padding-bottom:80px;
}

#sidemenu-iroha{
	padding-top:20px;
	font-size:13px;
	line-height:175%;
}

#sidemenu ul{
	margin-left:29px;
    margin-top:4px;
    margin-bottom:20px;
}

#sidemenu ul li{
	font-size:13px;
	line-height:175%;

}

#bbsimg{
	margin-left:13px;
	margin-top:15px;
	width:191px;
	height:71px;
}

#database2{
	width:190px;
	height:46px;
	margin-left:13px;
}
#database3{
	width:190px;
	height:45px;
	margin-left:13px;
}

#irohaimg{
	width:171px;
	height:59px;
	margin-top:20px; 
	margin-left:20px;
}

#aboutimg{
	margin-top:5px; 
	margin-left:13px;
}


/* フッター用 */
#footer {
    clear:both;
    margin:0px 0 0 0;  /* 上部空白はfooter ulで調整（IEバグ対応） */
    padding:0px 0 8px 0 ;
    border-style:solid;
    border-width:1px 0 0 0;
    border-color:#ff9900;
    text-align:center;
    font-size:13px;
    color:#555555;
    width:800px;
    }

#footer ul{
	margin:20px 0 13px 0;
	padding:0;
}

#footer ul li{
	display:inline;
	list-style:none;
	padding:14px;
	font-size:13px;
	background-image:none;
	}
