@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}

/* Basic Typography [ */
body {
	background-color: #eee;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
	font-size:76%;
	line-height:160%;
	color: #222;
	text-align: center;
}
h3,h4,h5,h6 {
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", sans-serif;
}
p,li {
	line-height:160%;
}
p {
	margin: 0;
}
li {
	list-style-type:none;
}
/* ] Basic Typography */

/* Links [ */
a,
a:link,
a:visited {
	color: #222;
	text-decoration: none;
}
a:hover,
a:active {
	color: #777;
	text-decoration: underline;
}
/* ] Links */

/* Structure [ */
#page {
	width: 708px;
	text-align: center;
	margin: 0 auto;
}
#container { /* page< */
	background-color: #fff;
	padding: 10px 14px 10px 14px;
	height: auto;
	text-align: center;
	margin-top: 30px;

}
#contents { /* container< */
	margin: 0 auto 40px auto;
	width: 510px;
	text-align: left;
}
/* ] Structure */

/* Typography [ */
.title1 {
	font-size:110%;
	line-height:160%;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
.privacy_title1 {
	font-size:110%;
	line-height:160%;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 40px;
}
.note1 {
	font-size:90%;
	line-height:100%;
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
}
/* ] Typography */

/* Header [ */
h1 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	letter-spacing: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", sans-serif;
	color: #fff;
	font-weight: bold;
}
/* ] Header */

/* Footer [ */
#footer { /* page< */
	clear: both;
	width: 708;
	background: url(img/letter/frame_bottom-.gif) no-repeat;
	background-position: left top
	text-align: center;
	margin:0 auto;
	padding-top: 10px;
	font-size: 90%;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #666;
	text-decoration: underline;
}
#footer ul {
	margin-bottom: 10px;
	text-align: center;
}
#footer ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
}
#footer ul li:first-child,
#footer ul li.firstChild {
	margin-left: 0;
	padding-left: 0;
}
/* ] Footer */

/* list1 [ */
.list1 { /* contents< */
	margin: 10px auto 0 auto;
	width: 510px;
	text-align: left;
}
.list1_left { /* list1< */
	width: 40px;
	text-align: right;
	font-size:96%;
	line-height:150%;
	float: left;
	margin-bottom: 6px;
}
.list1_right { /* list1< */
	width: 470px;
	text-align: left;
	font-size:96%;
	line-height:150%;
	float: left;
	margin-bottom: 6px;
}
/* ] list1 */

/* law1 [ */
#law1 { /* container< */
	margin: 40px auto 20px auto;
	width: 510px;
	text-align: left;
}
.law1_left { /* law1< */
	width: 130px;
	text-align: left;
	font-size:94%;
	line-height:150%;
	color: #bf0000;
	float: left;
	margin-bottom: 30px;
}
.law1_right { /* law1< */
	width: 380px;
	text-align: left;
	font-size:96%;
	line-height:150%;
	float: left;
	margin-bottom: 30px;
}
.law1_right_note { /* law1< */
	color: #555;
	font-size:90%;
}
/* ] law1 */
