@charset "UTF-8";

/* =========================================================================
　print.css （印刷用設定）

　目　次

　 1.リセット
　 2.body
　 3.各要素
　 4.ヘッダー
　 5.コンテンツ
　 6.サイド
　 7.フッター
　 8.トップページ
　 9.下層トップ
========================================================================= */

/* -------------------------------------------------------------------------
 1.リセット
------------------------------------------------------------------------- */
html,body,div,
blockquote,pre,
dl,dt,dd,
form,input,textarea,select,option,optgroup,button,label,fieldset,legend {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

/* -------------------------------------------------------------------------
 2.body
------------------------------------------------------------------------- */
body {
	color: #000;
	font-size: 10pt;
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFF;
	line-height: 1.2;
}

/* テキストリンクの設定
---------------------------------------------------------------------- */
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover,
a:active,
a:focus {
	color: #000;
}

/* 非表示の設定
---------------------------------------------------------------------- */
hr.hide {
	display: none;
}

/* -------------------------------------------------------------------------
 3.各要素
------------------------------------------------------------------------- */

/* h1
---------------------------------------------------------------------- */
h1 {
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 10px 0 15px;
	border-bottom: 5px solid #AAA;
	line-height: 1.1;
	text-align: center;
}

/* h2
---------------------------------------------------------------------- */
h2 {
	clear: both;
	font-size: 14pt;
	font-weight: bold;
	margin: 20px 10px;
	padding: 8px 0 8px 12px;
	border-top: 1px solid #AAA;
	border-bottom: 4px solid #AAA;
	line-height: 1.1;
}

/* h3
---------------------------------------------------------------------- */
h3 {
	clear: both;
	font-size: 13pt;
	font-weight: bold;
	margin: 15px 20px;
	padding: 8px 0 8px 12px;
	border-bottom: 3px solid #AAA;
	line-height: 1.1;
}

/* h4
---------------------------------------------------------------------- */
h4 {
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	margin: 15px 25px;
	padding: 3px 0 3px 8px;
	border-left: 4px solid #AAA;
	line-height: 1.1;
}

/* p
---------------------------------------------------------------------- */
p {
	font-size: 10pt;
	margin: 0 30px 15px;
	padding: 0;
	line-height: 1.5;
}

/* ul,ol
---------------------------------------------------------------------- */
ul {
	font-size: 10pt;
	margin: 10px 45px 20px 60px;
	padding: 0;
	line-height: 1.3;
}
ul li {
	margin: 0 0 10px;
}
ol {
	font-size: 10pt;
	margin: 10px 45px 20px 70px;
	padding: 0;
	line-height: 1.3;
}
ol li {
	margin: 0 0 10px;
}

/* table
---------------------------------------------------------------------- */
table {
	clear: both;
	margin: 0 30px 30px;
	border-collapse: collapse;
	border: 1px solid #AAA;
	border-spacing: 0;
	empty-cells: show;
}
caption {
	font-size: 12pt;
	text-align: center;
	padding: 10px;
	font-weight: bold;
}
th {
	font-size: 10pt;
	font-weight: bold;
	padding: 10px 5px;
	background-color: #F4F4F4;
	border: 1px solid #AAA;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
}
td {
	font-size: 10pt;
	padding: 10px;
	border: 1px solid #AAA;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}
/* hr
---------------------------------------------------------------------- */
hr {
	height: 0;
	margin: 15px 20px;
	padding: 0 0 5px;
	border: none;
	border-bottom: 1px dotted #AAA;
}

/* blockquote
---------------------------------------------------------------------- */
blockquote {
	margin: 0 30px 20px;
	padding: 15px;
	border:1px solid #AAA;
}
blockquote p {
	margin: 0;
}

/* -------------------------------------------------------------------------
 4.ヘッダー
------------------------------------------------------------------------- */
#header {
	display: none;
}

/* -------------------------------------------------------------------------
 5.コンテンツ
------------------------------------------------------------------------- */
#content {
	width: 100%;
	padding: 0 0 20px;
	overflow: hidden;
}
#top-leftcolumn,
#top-rightcolumn {
	display: none;
}

/* -------------------------------------------------------------------------
 6.サイド
------------------------------------------------------------------------- */
#side {
	display: none;
}

/* -------------------------------------------------------------------------
 7.フッター
------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 100%;
	padding: 15px 0 0;
	border-top: 1px solid #AAA;
}
#footer-address {
	float: left;
}
address {
	font-size: 10pt;
	font-style: normal;
	margin: 0 0 10px 10px;
	line-height: 1.3;
}
address img {
	padding: 0 0 5px;
}
#footer-address dl {
	margin: 0 0 10px 10px;
	overflow: hidden;
}
#footer-address dt {
	clear: both;
	float: left;
	width: 4.2em;
	margin: 0 10px 5px 0;
	text-align: center;
}
#footer-address dd {
	margin: 0 0 5px;
}
#footer-keitai {
	float: right;
	margin: 0 10px 10px 0;
}
#footer-keitai h2 {
	font-size: 11pt;
	margin: 0 0 5px;
	padding: 15px 0 0;
	border: none;
	text-align: center;
}
#footer-keitai p {
	display: none;
}
p#footer-keitai-qrcode {
	display: block;
	margin: 0;
	text-align: center;
}
#footer-koukoku,
#footer-navi,
#footer-address ul,
ul#footer-annai,
p#footer-btt {
	display: none;
}
p#footer-copyright {
	clear: both;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #AAA;
	text-align: center;
}

/* -------------------------------------------------------------------------
 8.トップページ
------------------------------------------------------------------------- */

/* 非表示
---------------------------------------------------------------------- */
#top-slide,
#top-sagasu,
#top-slide2,
#top-kurashi,
#top-tabarea2,
#top-tabarea3 {
	display: none;
}

/* お知らせ、更新情報、トピックス
---------------------------------------------------------------------- */
ul#top-tabarea1-tab {
	display: none;
}
#top-oshirase,
#top-koushin,
#top-topics {
	clear: both;
	display: block !important;
	margin: 0 0 20px;
	border: 1px solid #AAA;
	border-radius: 6px;
}
#top-tabarea1-body h2 {
	display: block !important;
	margin: 0;
	border-top: none;
	text-align: center;
}
.top-tabarea1-content dl {
	margin: 0 15px 5px;
	padding: 5px 0 0;
	line-height: 1.3;
	overflow: hidden;
}
.top-tabarea1-content dt {
	clear: both;
	float: left;
	padding: 14px 0 9px 5px;
}
.top-tabarea1-content dt img {
	float: left;
	margin: 0 5px 0 0;
}
.top-tabarea1-content dt span {
	width: 5em;
	float: left;
	margin: 0 15px 0 0;
	text-align: right;
}
.top-tabarea1-content dd {
	margin: 0 0 -1px;
	padding: 14px 0 15px 5px;
	border-bottom: 1px dotted #AAA;
}
.top-tabarea1-content dd img {
	margin: 0 0 0 6px;
	vertical-align: middle;
}
#top-topics dt {
	width: 5em;
	margin: 0 15px 0 0;
	padding: 14px 0 9px;
	text-align: right;
}
p.top-tabarea-list {
	display: none;
}

/* -------------------------------------------------------------------------
 9.下層ページ
------------------------------------------------------------------------- */

/* パンくずリスト
---------------------------------------------------------------------- */
p#crumb {
	display: none;
}

/* お知らせ
---------------------------------------------------------------------- */
.oshirasearea {
	margin: 0 10px 30px;
	border: 1px solid #AAA;
	border-radius: 10px;
}
.oshirasearea h2 {
	font-size: 12pt;
	margin: 0 0 10px;
	border-top: none;
	text-align: center;
}
p.oshirasearea-list {
	display: none;
}
.oshirasearea dl {
	margin: 0 15px 5px;
	line-height: 1.3;
	overflow: hidden;
}
.oshirasearea dt {
	width: 5em;
	clear: both;
	float: left;
	margin: 0 15px 0 0;
	padding: 11px 0 6px;
	text-align: right;
}
.oshirasearea dd {
	margin: 0 0 -1px;
	padding: 11px 0 12px 5px;
	border-bottom: 1px dotted #AAA;
}
.oshirasearea dd img {
	margin: 0 0 0 6px;
	vertical-align: middle;
}

/* お問い合わせ先
---------------------------------------------------------------------- */
.contactarea {
	clear: both;
	margin: 0 10px 30px;
	border: 1px solid #AAA;
	border-radius: 10px;
}
.contactarea h2 {
	font-size: 12pt;
	margin: 0 0 10px;
	border-top: none;
	text-align: center;
}

