@charset "utf-8";
/* CSS Document */

/* Common in compliance*/
body {
	overflow-x: hidden;
}

#header {
	height: 120px;
	font-size: 0px;
}

#head_logo {
	position: absolute;
	top: 25px;
	left: 40px;
	font-size: 0px;
}

#head_title {
	position: absolute;
	top: 40px;
	left: 40px;
	font-size: 0px;
}

#close_window {
	margin: 40px 0px 0px 332px;
	font-size: 0px;
}

#close_window img {
	border-style: none;
}

/* Privacy policy */
#privacy_policy {
	width: 740px;
	margin: 5px 0px 0px 30px;
	/*font-size: 0;*/	/* IE6バグ回避用 */
}

#privacy_policy .sentence {
	width: 690px;
	font-size: 93%;
}

#privacy_policy .sentence p {
	margin: 0px 0px 15px 0px;
}

#privacy_policy li {
	margin: 0px 0px 0px 20px;
}

#ol_policylist {
}

#ul_exception {
	list-style-type: none;
	margin: 0px;;
	padding: 0em;
	text-indent: -1.5em;
}

#dl_deal {
	list-style-type: none;
	margin: 0 0 0 1.5em;
}


/* Declaration of CSR */
#csr {
	width: 740px;
	margin: 5px 0px 20px 30px;
	/*font-size: 0;*/	/* IE6バグ回避用 */
}

#csr .sentence {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 108%;
	font-weight: bold;
}

#csr .sentence p {
	margin: 0px 0px 15px 0px;
}

#csr .sentence dd {
	margin: 0px 0px 0px 10px;
}

#signature {
	margin: 10px 0px 0px 0px;
}

#signature .sentence {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 108%;
	font-weight: bold;
	text-align: right;
}

