@charset "UTF-8";
/* CSS Document */

body {
	margin:20px 0 0;
	padding:0;
	font-size:75%;
	line-height:150%;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	color:#646464;
}

h1,h2,h3,h4,h5,h6,p,form {
	margin:0;
	padding:0;
}

.hissu {
	color:#FF9900;
}


/*margin
--------------*/
.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b20 {
	margin-bottom:20px;
}

.margin_b25 {
	margin-bottom:25px;
}

.margin_b30 {
	margin-bottom:30px;
}




/*bg_img
--------------------------------------*/
.bg_img_top {
	background:url(../images/bg_img_top.gif) 0 0 no-repeat;
	width:700px;
	padding-top:20px;
	margin:auto;
}

.bg_img_bottom {
	background:url(../images/bg_img_bottom.gif) 0 100% no-repeat;
	width:700px;
	padding-bottom:20px;
}

.bg_img_bg {
	background:url(../images/bg_img_bg.gif) 0 0 repeat-y;
	width:660px;
	padding:0 20px;
}


/*contents
--------------------------------------*/
.title_img {
	background:url(../images/title_img.gif) 0 0 no-repeat;
	width:660px;
	height:40px;
	margin-bottom:15px;
	text-indent:-9999px;
	line-height:-1em;
}

.box01 {
	width:640px;
	margin:0 auto 15px;
}

.privacy_policy {
	width:620px;
	height:100px;
	overflow:auto;
	border:0px;
	background:#F0F0DC;
	margin:0 auto 20px;
	padding:10px;
}

.privacy_policy_title {
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #999999;
	padding-bottom:5px;
	margin-bottom:15px;
}


.title_sub {
	font-size:1.2em;
	width:640px;
	border-bottom:1px solid #999999;
	margin:0 auto 15px;
}

.table_line td {
	border-bottom:1px dotted #999999;
}
