/* CSS Document */
@charset "Shift_JIS";
@import url(header.css);

body {
	margin: 0; padding: 0;
	height: 100%;
	text-align: center;
}
#wrapper {
	position: relative;
	width: 755px;
	margin: 0 auto;
	text-align: left;
	left: 7px;

}

#contents {
 width: 755px;
}

#contents .title {
 width: 755px;
 margin: 0px;
}
#menu {
 width: 755px;
 margin-top: 0px;
 margin-bottom: 20px;

}

#menu img {
 margin: 0;
}


/* C */
#main {
	width: 735px;
	margin: 0 10px 20px;
	text-align: center;
	font-family:Arial, sans-serif;

 }
.privacy_midashi {
	width: 695px;
	text-align: left;
	margin-left: 15px;
	background-image: url(../image/bar_link.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
}
.privacy_waku {
	width: 695px;
	text-align: left;
	margin-left: 15px;
	background-image: url(../image/bar_link.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
}
.privacy_waku td {
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75D0F0;
}
.privacy_waku .num {
	padding-bottom: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #16B1E7;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #16B1E7;
}

