@charset "UTF-8";
@import url("txtlink.css");
/* CSS Document */

/*---------基本設定----------*/
body {
    font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size:small !important; /*IE7向け*/
	font-size:x-small; /*IE6以下*/
	color:#F7931E;
    line-height:1.5em;
 	background-color:#7c4a0f;
	background-image: url(../img/privacy_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
html>/**/body {
    font-size:12px; /*IE以外*/
}

/*---------ヘッダー----------*/
#head {
    text-align:left;
	position:relative;
	width:450px;
	height:52px;
	margin:20px -225px 0;
	left:50%;
}
/*---------本文----------*/
#mainTXT {
    position:relative;
	width:440px;
	height:auto;
	margin:10px -220px 0;
	left:50%;
	text-align:justify;
}
li {
    margin: 10px 30px 0px 5px;
}
/*---------個人情報	----------*/
hr {
    color:#7c4a0f;
	size:1;
	margin-top:0;
	margin-bottom:5;
}
#kojin {
	margin-top:30px;
	height:auto;
	text-align:justify;
}
#name {
	margin-top:50px;
	height:auto;
	text-align:right;
}
/*---------フッター----------*/
#foot {
    position:relative;
	width:450px;
	height:18px;
	margin:10px auto 15px;
}

.close_boxA {
	float:left;
	width:189px;
	height:18px;
}
.close_boxB {
	float:left;
	width:72px;
	top:30px;
}
.close_boxC {
	float:left;
	width:189px;
	top:30px;
}
.close_boxD {
	clear:both;
}