@charset "utf-8";

/* ===========================================
	 reset css
=========================================== */
body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,fieldset,
p,blockquote,
table,thead,tbody,tfoot,caption,th,td {
	margin: 0;
	padding: 0;
	}

ol,ul {
	list-style: none;
	}

table{
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,
img{
	border: 0 none;
	}
abbr,acronym {
	border-bottom: 1px dashed;
	}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	}
h1,h2,h3,h4,h5,h6,
strong {
	font-weight: bold;
	}
em {
	font-style: normal;
	}
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
	}
table {
	font-size: 100%;
	}
select,
input,
textarea {
	font-size: 100%;
	font-weight: bold;
	}
var,code,samp,kbd {
	font-family: monospace;
	}

textarea {
	overflow: auto;
	}

caption,
th {
	text-align: left;
	}
img,
input {
	vertical-align: middle;
	}

a,
input[type="submit"] {
	cursor: pointer;
	}


/*========================================index
/* +1 印刷専用の表現1
/* +2 base set
/* +3 通常レイアウトの調整
/* +4 印刷専用の表現2
========================================index*/

/* ===========================================
	+1 印刷専用の表現1
=========================================== */
/* Operaなど一部のブラウザで対応 */
@page { margin:2.5cm; }


/* ===========================================
	+2 base set
=========================================== */
body {
	color: #000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, "Arial Unicode MS";
	font-size: 10pt;
	line-height: 1.6;
}

#header {
	background-color: #FFF;
	background-image: none;
	height: 10mm;
	border-style: none;
}

h1 {
	margin-bottom: 3mm;
	padding-bottom: 0;
	font-size: 140%;
}
h2 {
	padding-top: 2mm;
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 2mm;
	margin-bottom: 1mm;

}

h3 {
	padding-top: 2mm;
	font-size: 125%;
	margin-top: 2mm;
	margin-right: 0;
	margin-bottom: 2mm;
	margin-left: 0;
	padding-left: 2px;
}

h4{
	padding-left: 5mm;
}

h5{
	padding-left: 8mm;
}

p {
	padding-left: 10mm;
}

ul, ol, dl, table { margin: 1mm 0; }

dd {
	margin-left: 10mm;
}

ul, ol { margin-left: 2em; }

ul { list-style: outside disc; }

ol { list-style: outside decimal; }

blockquote {
	margin: 1mm 3mm;
	padding: 2mm;
	border: 3px double #000;
}


/* ===========================================
	+3 通常レイアウトの調整
=========================================== */
/*#primary-contents {
	clear: both;
	float: none;
	width: 100%;
}

#secondary-contents {
	clear: both;
	float: none;
	width: 100%;
	page-break-before: always;
	position:relative; /* フロート解除しても文字が被らせない為 */
/*}
*/

/* ===========================================
	+4 印刷専用の表現2
=========================================== */
/* 要素前の改行制御 */
/*.section-lv2 { page-break-inside: avoid;page-break-before:avoid; } 

/* 印刷に不必要なモノは表示させない */
/*#utility-nav, #global-nav, #search, #footer h2 { display: none; } */
#utility-nav, .menu, #siteInfo, .return { display: none; }


/* [http://]の記述があるアンカー部分は、印字の際に表示させる */
a[href^="http://"]:after {
 content: " (" attr(href) ") ";
}

div#footer address {
	text-align: center;
}
