@charset "shift_jis";

/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

* {
	color:#3e3e3e;
	font-size:12px;
	word-break: break-all;
	line-height:140%;
}

body {
	background:url(img/inq/header.gif) repeat-x;
	width:100%; 
	color:#222;
	text-align:center;
}

a:link
, a:active
, a:visited {
	color:#1737bf;
	text-decoration: none;
}

a:hover {
	color:#af1909;
	text-decoration: none;
}
.privacy {
	background:url(img/inq/back_privacy.gif) no-repeat;
	width:560px; 
	height:239px;
	padding:20px;
}
.copyright {
	background:url(img/common/back_copyright.jpg) repeat-x;
	width:100%; 
	height:84px;
	padding-top:12px;
	color:#706d64;
	text-align:center;
}