<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @charset "UTF-8"; */
* {
	font-family: 'メイリオ',Meiryo;
}

div#Header {
	width:897px;
}

div#Header div.header_right {
	width:687px;
}

div#Header div.header_right ul.header_item li.item_guide {
	width:585px;
}

#layout_Footer {
	min-width: 897px;
}

#layout_Footer address {
	width: 897px;
	margin: 0px;
}
/*ヘルプ*/
p.help {
	text-align: right;
	margin-top:10px;
}

p.help a {
	background:url(img/icon_help.png) no-repeat;
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:18px;
	padding-top:2px;
	height:1.5em;
	font-size: 1.3em;
}

div#layoutContents table.table100 {
	font-size: 1.4em;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #b3b3b3;
	width: 100%;
	margin-bottom: 10px;
}

div#layoutContents table.table100 th {
	background-color: #e7effc;
	text-align: center;
	padding: 4px 0px;
	border: 1px solid #b3b3b3;
}

div#layoutContents table.table100 td {
	text-align: left;
	padding: 4px 0px 4px 14px;
	border: 1px solid #b3b3b3;
}

div#layoutContents p.contactBoxTop {
	font-size: 1.8em;
	color: #4f3308;
	font-weight: bold;
	text-align: center;
	background-image: url(./img/bgAnnounce01.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 410px;
	margin-right: auto;
	margin-left: auto;
}

div#layoutContents p.contactBoxTxt {
	font-size: 1.8em;
	color: #4f3308;
	font-weight: bold;
	text-align: center;
	background-image: url(./img/bgAnnounce02.gif);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 20px;
	padding-left: 20px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

div#layoutContents p.contactBoxBottom {
	font-size: 1.2em;
	color: #4f3308;
	text-align: center;
	background-image: url(./img/bgAnnounce03.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 450px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
</pre></body></html>