@charset "utf-8";
/* CSS Document */

/* 上書き */
body {
	font-size: medium;
	line-height: normal;
}

#onestep h1 {
	background-color:#C8ECBD;
	border-bottom: gray 2px solid;
	border-right: gray 2px solid;
	font-size: x-large;
	font-weight:bold;
	padding: 3px 5px;
	margin-bottom: 25px;
	color:blue;
}

#onestep h2{
	font-size: medium;
	padding-left: 5px;
	margin-bottom: 3px;
}

#onestep h2.sp{
	font-size: large;
	font-weight:bold;
	text-decoration: underline;
	padding-left: 5px;
	margin-bottom: 3px;
	color:blue;
}

#onestep p {
	padding-left : 40px;
	padding-right: 20px;
	margin-bottom: 10px;
}

#onestep .p_zeromargin p {
	padding-left : 40px;
	padding-right: 20px;
	margin-bottom: 0px;
}

#onestep .p_zeromargin .notes {
	padding-left : 80px;
	padding-right: 20px;
	margin-bottom: 15px;
	font-size: small;
}

#onestep .p_zeromargin .linkcomment {
	text-align:right;
	padding-right: 40px;
	margin-bottom: 10px;
}


#onestep .figure{
	border: #CFF 1px outset;
	padding: 10px 5px;
	margin: 10px auto 20px auto;
	width: 767px;
}
#onestep .figure .title { color: #FF01DE; font-weight: bold; margin-bottom: 10px;}
#onestep .figure .linkcomment  { text-align: right; padding-right: 10px; margin: 5px 0px; }

#onestep .notetitle{
	padding-left : 60px;
	margin-bottom: 0px;
}

#onestep .notes {
	padding-left : 80px;
	padding-right: 20px;
	margin-bottom: 10px;
}


/* -----------------------------------------------------------未使用

#onestep .figure-generalvsonestep table    { 
	margin-left: auto;
	margin-right:auto;
	border:gray solid 1px;
	margin-bottom: 10px;
}
#onestep .figure-generalvsonestep table td { border:gray solid 1px; text-align:center;}

*/

