@charset 'utf-8';
/* このCSSファイルはUTF-8でエンコードされています。 */
@import url(reset.css);
@import url(common.css);
html {
	background: #e4ebe9;
	overflow-y: scroll;  
}

body {
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	color: #666666;
}

#contents {
	width: 540px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
}

h1.type01 {
	margin-bottom: 1em;
	padding: 0.3em 15px;
	font-size: 1.6em;
	font-weight: bold;
	color: #7b4800;
	border: solid 1px #dedad0;
	background: url(../images/background/popupH1.gif) repeat-x left bottom;
}

h2.type01 {
	margin-bottom: 1em;
	padding: 0.5em 7px;
	font-size: 1.2em;
	font-weight: bold;
	border-left: solid 9px #d3ecf4;
	background: #f8f8f8;
}

p, ul table {
	margin-bottom: 1em;
}

p, li {
	font-size: 1.2em;
	line-height: 1.5;
}

p.note,
ul.note li {
	font-size: 1.1em;
}

p.attention,
ul.attention li {
	font-size: 1.1em;
}



.close {
	background: url(../images/shared/dot.gif) top repeat-x;
	padding-top: 20px;
	text-align: center;
}

.section {
	margin: 0 10px 2em 10px;
}


/**
 *メルマガ
 */
 
#contents2 {
	width: 670px;
	background: #fff;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#contents2 #inner2 {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}
.m1 {
	margin-left: 10px;
}
.m2 {
	margin-top: 15px;
	margin-bottom: 8px;
}

#contents2 #inner2 ul {
	margin-left: 22px;
	
}

#contents2 #inner2 ul li {
	margin-top: 8px;
	margin-bottom: 8px;
}
.m3 {
	margin-bottom: 20px;
}
