/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, cite, code,
dfn, em, img, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
 display: block;
}
ul, li {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
video {
 vertical-align: bottom;
}
iframe {
 vertical-align: bottom;
}
a {
 margin: 0;
 padding: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
 text-decoration: none;
}
img {
 max-width: 100%;
 vertical-align: bottom;
}
/* change colours to suit your needs */
table {
 border-collapse: collapse;
 border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}
input, select {
 vertical-align: middle;
}


/********** フッター 20140526追記 **********/

#foot{
	background: #DFEFFF;
	border-top: 6px solid #003366;
	width:100%;
	margin-top:-10px;
}

#foot1{
	width:1000px;
	margin:0 auto;
}


.foot-title{
	border-left: 6px solid #001A66;
	width:98%;
	margin-top: 3px;
	text-indent: 4px;
	font-size:12px;
	font-weight:bold;
	color:#001A66;
	text-align: left;
}


.foot-title2{
	border-left: 6px solid #666;
	width:98%;
	margin-top: 3px;
	text-indent: 4px;
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-align: left;
}

.foot-menu{
	clear:both;
	width:1000px;
	margin:0 auto;
	color:#001A66;
	text-align: left;
}

.foot-menu ul{
	background-color:#DFEFFF;
	width:1000px;
	margin:10px 0 0 0;
}

.foot-menu ul li{
	display: inline;
	list-style-type:none;
	font-size:12px;
	line-height:260%;
	padding-right: 18px;
}

.foot-menu ul li a{
	font-size:11px;
	color: #444;
}


/********** フッター　下段 **********/

#foot-z{
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #003366;
	height: 230px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.foot-z-menu{
	padding: 0px;
	clear: both;
	height: 100px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.foot-z-menu ul{
	padding: 0px;
	float: left;
	height: 220px;
	width: 250px;
	background-image:url(../img/foot-z-menu-bk.png);
	margin: 5px 0;
}

.foot-z-menu ul li{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFF;
	margin: 5px 0 0 0;
	text-indent: 14px;
	line-height: 150%;
}

.foot-z-menu ul li a{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.foot-z-menu ul li a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#fot2 {
	height: 36px;
	line-height:36px;
	width: 100%;
	background: #001731;
	color:#FFF;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}


/* 用紙サイズの指定（A4） */
@page {
  margin: 10mm;
  size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact; /* 印刷時でも背景色や背景画像を表示 */
    width: 1190px; /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8; /* なるべく多くのブラウザで切れないようにするため */
  }
  /* 改ページをいれる場合 */
  section {
    page-break-before: always; /* 各セクションで改ページが行われるようにしています */
  }
  section + section.new-none:not(:root) {
    page-break-before: avoid; /* 特定のセクションでは改ページを入れない場合の指定 */
  }
  .new-page {
    page-break-before: always; /* 特定の場所で改ページを入れたいときの指定 */
  }
}