@charset "Shift_JIS";



body{
	font-size:100%;
	padding:0;
	margin:0;
	line-height:150%;
	background-color:white;
	color:black;
}



/*============見出し============*/
h1,h2,h3{
	font-weight:bold;
	margin:1em 0;
	padding:0;
}
h1{
	font-size:150%;
}
h2{
	font-size:125%;
}
h3{
	font-size:100%;
}



/*============段落============*/
p{
	text-indent:1em;
	margin:1em 0;
	padding:0;
}



/*============リスト============*/
ul,ol{
	margin:0;
	padding:0;
	padding-left:1em;
}
li{
	margin:0;
	margin-left:1em;
	padding:0;
}



/*============hr============*/
hr{
	display:none;
}






/*============footer============*/
address{
	font-family:cursive;
	text-decoration:none;
	font-style:normal;
}



/*============インライン要素============*/
strong,em{
	font-weight:bold;
	font-style:normal;
}
strong{
	border-bottom:black 1px dotted;
}



/*============章節 div============*/
.section{
	margin-left:4%;
}
.subsection{
	margin-left:8%;
}



/*============パンくずナビ============*/
.pankuzu-navi h2{
	display:none;
}



/*============フッターナビ============*/
.foot-navi h3{
	display:none;
}
.foot-navi ul{
	list-style:none;
}



/*============表要素============*/
table{
	border-width:1px;
	border-style:outset;
}
table th,table td{
	border-width:1px;
	border-style:inset;
}
