@charset "utf-8";
/* ////////////////////////////////////////////////////////////
	File Name	terms.css
*/
#terms #container .content {
	background-image: none;
}
#terms #nav {
	background: transparent url(../terms/img/nav_bg.png) 0 0 no-repeat;
}

#terms h1 {
	margin: 0 auto;
	width: 954px;
	text-align: center;
}

#terms .frames {
	position: relative;
	margin: 0 auto;
	width: 954px;
	background: transparent url(../terms/img/bg.png) 0 0 repeat-y;
}
#terms .frames .cover {
	width: 954px;
	font-size: 1px;
	line-height: 0;
}
#terms .frames .frame {
	width: 954px;
	position: relative;
	background: transparent url(../terms/img/frame.png) 0 0 repeat-y;
}
#terms .frames .frame .in {
	margin: 0 auto;
	padding: 15px 0 30px 0;
	width: 880px;
}
#terms .frames .frame .in h2 {
	padding: 30px 0 8px 0;
	font-size: 24px;
	line-height: 1.5em;
}
#terms .frames .frame .in p,
#terms .frames .frame .in ul {
	font-size: 100%;
	line-height: 1.9em;
}