@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

/* ------------------------------
 個人情報の取り扱いについて
------------------------------ */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #626262;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif ;
	text-align: center;
	background: #f7f7f7;
}

a:link, a:visited {
	color: #007031;
	text-decoration: none;
}

a:active, a:hover {
	color: #007031;
	text-decoration: underline;
}

#container {
	width: 676px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#header {
	width: 676px;
	height: 90px;
	margin: 0;
	padding: 0;
	background: url(/shared/img/headers_bg.gif) no-repeat;
}

#logo { /* ロゴ */
	width: 676px;
	margin: 0;
	padding: 40px 0 0;
}

#logoin {
	margin: 0;
	padding: 0 0 0 36px;
}

.contentsline { /* 上下 */
	width: 676px;
	height: 1px;
	margin: 0;
	padding: 0;
	background: url(/shared/img/contentslines_bg.gif) no-repeat;
}

#contents {
	width: 676px;
	margin: 0;
	padding: 0;
	background: url(/shared/img/contentss_bg.gif) repeat-y;
}

#main {
	width: 676px;
	margin: 0;
	padding: 0;
}

#mainin {
	margin: 0;
	padding: 30px 31px;
}

#mainin p {
	margin-bottom: 1.5em;
}

.right {
	margin: -1.5em 0 0;
	text-align: right;
}

h1 {
	padding: 1.0em 0 1.5em;
	font-weight: bold;
	text-align: center;
}

table.frame {
	width: 100%;
	margin-bottom: 3.0em;
	border: none;
	background: #dddddd;
}

table.frame th {
	padding: 7px 10px 6px;
	text-align: center;
	border: none;
	background: #e0f3e6;
}

table.frame th.i {
	text-align: left;
	font-weight: bold;
}

table.frame td {
	padding: 7px 10px 6px;
	border: none;
	background: #fff;
}

#line {
	padding: 1.5em 0 0;
	border-top: 1px solid #c0c0c0;
}

#line p {
	margin-bottom: 0;
}

#close {
	margin: 0;
	padding: 11px 0;
	text-align: right;
}

#close a {
	padding-left: 12px;
	background: url(/shared/img/close.gif) no-repeat 0 center;
}
