@charset "utf-8";
/* -----------------------------------------------

 Terms of Use
 - CSS for Screen

--------------------------------------------------
Copyright (c) 2009 YAMAHA CORPORATION All Rights Reserved.
----------------------------------------------- */

#terms {
	background: #eee url(../img/cmn_bg_left_black.gif) repeat-y;
	color: #ccc;
}

#terms #mainCol {
	padding-left: 54px;
	padding-right: 105px;
}

#terms #contentInner {
	background: url(../termsofuse/img/ind_bg_body.jpg) no-repeat right 35px;
}

#terms #contentInner h1,
#terms #contentInner h2 {
	color: #A6901F;
}

#terms #contentInner h1 {
	font-size: 150%;
	padding-bottom: 25px;
	margin-top: 15px;
}
	
#terms #contentInner h2 {
	font-size: 120%;
	margin-bottom: 0.5em;
}

#terms #contentInner p {
	margin-top: 0;
	margin-bottom: 3em;
}