@charset "UTF-8";
/* ===================================================================
style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
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;
	-webkit-print-color-adjust: exact;

}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
a img,
img,abbr,acronym,fieldset {
	border: 0;
}
img {
	margin:0;
	padding:0;
	vertical-align: bottom;
}
li {
	list-style-type: none;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/* ----------------------------------------------------------------
    基本（近藤追加）
----------------------------------------------------------------- */
.nowrap{
	white-space: nowrap;
}

/*段落・インデント*/
.danraku {display:block;margin:0 0 2px 0 ;margin-left:1em;text-indent: -1em;}
.danraku1 li{display:block;margin:0 0 2px 0 ;margin-left:1em;text-indent: -1em;}
.danraku2 li{display:block;margin:0 0 2px 0 ;margin-left:2em;text-indent: -2em;}
.danraku1l {display:block;margin:0 0 2px 0 ;margin-left:1em;text-indent: -1em;}
.danraku1s {display:block;margin:0 0 2px 0 ;margin-left:1em;text-indent: -1em;	line-height: 1.2;}
.danraku2s {display:block;margin:0 0 2px 0 ;margin-left:2em;text-indent: -2em;	line-height: 1.2;}
.danraku3s {display:block;margin:0 0 2px 0 ;margin-left:3em;text-indent: -3em;	line-height: 1.2;}
.danraku4s {display:block;margin:0 0 2px 0 ;margin-left:4em;text-indent: -4em;	line-height: 1.2;}


/* -印刷用　全幅を縮小------------------------------------------------------------- */
@media print {
body {
	zoom: 90%;
}
#wrapper {
	width: 1200px!important;
}
#header {
	width:1200px!important;
}
#header h1 {
	width:340px!important;
}
#header .logo {
	margin: 0px 219px 10px 0px!important;
}
}