@charset "utf-8";
/* CSS Document */
a img{
	border:0;
}
/*--------------------------------------------

コンテンツ

----------------------------------------------*/
*html #contents{
	text-align:center;
}
#contents .dai {
	margin-left: 10px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #cc0000;
	padding-top: 3px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#contents .read {
	line-height: 140%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 15px;
	text-align: left;
}
#contents .midashi {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #F7E4D2;
	margin-top: 30px;
	color: #000000;
}
#contents .midashi table{
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top: 10px;
	margin-left:20px;
}
#contents .midashi th {
	text-align: left;
	vertical-align: middle;
	width: 25px;
}
#contents .midashi td {
	padding-left: 5px;
	vertical-align: middle;
	height: 35px;
	font-size: 15px;
}

/******作業工程******/
#contents .process_title {
	width: 350px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents .article {
	text-align: left;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
/*
	border: 1px solid #005294;
*/
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 20px;
}
*html #contents .article {
	overflow: visible;
}
#contents .article .pic {
	display: inline;
	float: left;
	height: 154px;
	width: 200px;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#contents .article .right {
	display: inline;
	float: right;
	width: 360px;
}
*html #contents .article .right {
	width: 350px;
}
#contents .article .title {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 360px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	color: #000000;
}
*html #contents .article .title {
	width: 350px;
}
#contents .article .sentence {
	font-size: 15px;
	line-height: 23px;
	color: #000000;
	background-image: url(../img/object/note_back.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 5px;
	min-height:115px;
}
#contents .top {
	text-align: right;
	width: 700px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 50px;
	font-size: 13px;
	letter-spacing: 0.1em;
}
#contents .midashi .left {
	float: left;
	width: 250px;
	display: inline;
}
#contents .midashi .right {
	float: right;
	width: 250px;
	display: inline;
	margin-right: 30px;
}
.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

