@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* コンテンツ */
body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
}
#wrapper {
	width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 0;
}
#header {
    width: 800px;
    height: auto;
    display: block;
    margin: 0;
    padding: 20px 0;
    background-color: #e2b5f6;
    background-image: url(titleimg.png);
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: contain;
}
h1 {
	color: #000;
	font-size: 24px;
	text-align: center;
	line-height: 1.2em;
}
h1 .txtsmall{
	font-size: 16px;
}
#main {
	width: 700px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
}
.shikaku {
	width: 660px;
	height: 160px;
	padding: 20px;
	display: block;
	background-image: url("bg.png");
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}
h2 {
	color: #096DE0;
	font-size: 18px;
	text-align: center;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
p {
	color: #000;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
}
.shikaku p {
	width: 34em;
}
dl {
	width:700px;
	height:auto;
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
}
dt {
	width: 11em;
	display: block;
	float: left;
	margin: 0 0 10px 0;
	font-weight: bold;
	color: #be0712;
}
dd {
	padding: 0 0 10px 12em;
	margin: 0 0 10px 0;
	color: #000;
	border-bottom: 1px dotted #c469ed;
}
dd li.mb-14px {
	margin-bottom:14px;
}
#footer p {
	width: 800px;
	height: auto;
	display: block;
	margin: 0;
	padding: 10px 0;
	background-color: #e2b5f6;
	text-align:center;
}
