@charset "utf-8";



/* ========================================================== */
/*  layout                                                    */
/* ---------------------------------------------------------- */

#privacy_box {
	margin: 15px;
	}
#contact_box {
	width: 320px;
	margin: 15px;
	padding: 10px;
	background-color:#333333;
	border: 1px solid #D4D0C8;
	}



/* ========================================================== */
/*  TITLE　　　　　　                                         */
/* ---------------------------------------------------------- */

.title01 {
	font-size:16px;
	font-weight: bold;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.title02 {
	font-size:12px;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FF9900;
}

