﻿@charset "utf-8";

.contents_box {
     
}
.contents_box h3{
	clear: both;
	margin: 10px 0px;
	padding: 5px;
	font-size: 90%;
	font-weight: bold;
	background: none repeat scroll 0% 0% #EEE;
}
.contents_box p {
     font-size: 0.8em;
	 line-height: 1.4;
	 margin-bottom:10px;
}
.contents_box ol {
     list-style: decimal;
	 padding-left:2em;
}
.contents_box ol li{
	margin-bottom:20px;
}

.contents_box ul {
     list-style: disc;
	 padding-left:2em;
}



.read {
     width: 700px;
	 padding: 0 20px;
}

.bold {
     width: 700px;
     font-size: 0.8em;
	 font-weight: bold;
	 color: #000;
	 margin-bottom: 0.5em;
}

.img_box {
     width: 740px;
	 margin-bottom: 30px;
}

