@charset "UTF-8";

/*===================目次========================

プリント用
print.css

==============================================*/



/*==============================================
◆1：レイアウト
==============================================*/
/*--ボディサイズ--*/
body	 {
	color: #000;
	font-size: 10pt;
	background-color: white; }



#header {
	display: none; }
#wrapper{
	width:100%; }

#topicPathArea {
	display: none; }

#mainImageArea	 {
	margin-top: 10px;
	margin-bottom: 10px; }
#dBoxRight {	display: none; }

#dBoxBannerArea {	display: none; }
.dSection {
	margin: 0;
	padding: 0; }

#dPageTop	 {
	display: none; }
#footer	 {
	width:100%; }
#footer #helpNaviArea {	display: none; }

#footer #copyright {
	color: #000;
	font-size: 0.86em;
	text-align: center;
	padding-top: 0.5em;
	border-top: 3px solid #000; }

/*==============================================
◆2：書式
==============================================*/
h1 {
	color: #000;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.25em;
	background-image: none;
	margin: 0 0 10px;
	padding: 0;
	border-bottom: 3px solid #000; }

h2 {
	color: #000;
	font-size: 1.16em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 2px dotted #000; }

h3 {
	color: #000;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0;
	padding: 0; }

h4 {
	color: #000;
	font-size: 83%;
	font-size:      1em;
	font-weight: normal;
	line-height:    1.25em;
	margin: 0 0 20px;
	padding: 0; }

h1 span {
	display: inline; }
h2 span {	display: inline; }

p {	font-size:     1em;
	line-height:   1.5em;
	margin-bottom: 150%; }

ul {
	margin-bottom: 1.5em;
	margin-left: 1em;
	}

ul li {
	line-height: 1.25em;
	margin:0 0 5px;
	padding:0;
	}
ol {
	margin:0;
	padding:0;
	list-style-type:none;
	}

ol li {
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:left top;
	padding-left:25px;
	list-style-type:none;
	}
dl {
	margin-left: 1em;
	}

dl dt {
	font-weight:bold;
	margin:0;
	padding:0;
	}

dl dd {
	line-height:1.25em;
	margin:0 0 5px;
	padding:0;
	}

.ch {
	font-size:134%;
	font-weight:bold;
	line-height:2em;
	margin:20px 0;
	padding:0; }

