@charset "shift_jis";

/*------------------------------*/
/* CSS Reset                    */
/*------------------------------*/
html, body  {
    margin: 0;
    padding: 0;
}
h1, h2, p, dl, dd {
    margin: 0;
    padding: 0;
}

img {
	border: 0;
}

/*------------------------------*/
/* Link Color                   */
/*------------------------------*/
a:link {color: #2285af; text-decoration: none;}
a:visited {color: #2285af; text-decoration: none;}
a:hover {color: #2285af; text-decoration: underline;}
a:active {color: #2285af; text-decoration: underline;}


body {
	font-size: small;
	line-height: 1.3em;
	color: #303030;
}


/*------------------------------*/
/* Header                       */
/*------------------------------*/
#header {
	width: 100%;
	height: 56px;
	margin-top: 36px;
	background: url(../img/privacy_header_bg.gif) repeat-x;
}
h1 {
	position: relative;
	left: 38px;
	top: 0px;
	width: 206px;	/*ロゴ画像の幅*/
	height: 56px;	/*ロゴ画像の高さ*/
	text-indent: -9999px;
	background: url(../img/privacy_heading.gif) no-repeat;
}


/*------------------------------*/
/* Contents                     */
/*------------------------------*/
#container {
	width: 740px;
	margin: 22px 0px 0px 38px;
}

#main {
	width: 100%;
}

#button-box {
	width: 114px;
	margin: 10px auto 0px auto;
}


h2 {
	font-size: small;
}

.message {
	margin-top: 20px;
}

dt {
	margin-top: 20px;
	font-weight: bold;
}

.signature {
	margin-top: 35px;
}
.signature span {
	margin-left: 0.5em;
}