@charset "utf-8";
/* CSS Document */
/*----------
reset.css
-----------*/
@import"reset.css";

/*----------
common.css
-----------*/
@import"common.css";

/*===========
content
=============*/
#content{
	width: 780px;
	float: left;
}

#content #navi2{
	width: 173px;
	float: left;
}
/*----------
banner
-----------*/
#content #banner{
	float: left;
	width: 173px;
	margin-top: 5px;
}

#content #banner p.blog{
	padding-bottom: 5px;
}

#content #banner p.link{
	color: #666666;
	font-size: 1.5em;
	border-left: #FF6633 5px solid;
	border-bottom: #FF6633 1px dotted;
	width: 150px;
	padding-left: 5px;
	letter-spacing: .1em;
}

#content #banner div.anshin{
	margin-bottom: 10px;
	margin-top: 10px;
	width: 170px;
	height: 110px;
}

#content #banner div.sc{
	margin-bottom: 30px;
	width: 170px;
	height: 120px;
}

#content #banner div.anshin p.cap,div.sc p.cap{
	padding-left: 10px;
	}
/*----------
privacy
-----------*/
#privacy{
	width: 607px;
	float: left;
}

#privacy h2{
	background: url(privacy_title.jpg) no-repeat;
	width: 552px;
	height: 58px;
	color:#FFFFFF;
	font-size: 2.2em;
	padding-left: 55px;
	letter-spacing: .1em;
	padding-top: 29px;
	font-weight: 800;
}


#privacy div.bun h3{
	margin-left:30px;
	font-size: 1.2em;
}


#privacy div.bun{
	width: 607px;
	background: url(paper_middle.jpg) repeat-y;
}

#privacy div.bun dl.list{
	margin:10px 60px 0 30px;
}

#privacy div.bun dl dt{
	margin-top: 30px;
}

#privacy div.bun dl dd{
	padding-left: 15px;
	padding-right: 20px;
}

#privacy div.bun p.sign{
	padding-left: 380px;
	padding-top: 50px;
}

/*----------
others
-----------*/
#footer{
	width: 780px;
	margin-top: 5px;
	clear: left;
	border-top: #999999 1px dotted;
}

p.pagetop{
	clear:left;
	margin-left: 680px;
	margin-bottom: 10px;
}
