@charset "utf-8";

/*----------------------------------------------------
wrap
----------------------------------------------------*/

#innerContents #wrap {
	width:550px;
	margin:0 auto;
}

/*----------------------------------------------------
h2
----------------------------------------------------*/

#innerContents  h2 {
	margin-bottom:15px;
}

/*----------------------------------------------------
p
----------------------------------------------------*/
#innerContents  p{
	margin-bottom:15px;
}


/*----------------------------------------------------
list
----------------------------------------------------*/
ol.decimal li{
	margin-bottom:7px;
}

ol.decimal{
	margin-bottom:10px;
}

/*----------------------------------------------------
toiawase
----------------------------------------------------*/
#innerContents .toiawase{
	padding:10px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	margin-bottom:15px;
}


