/*paragraph*/

.text {
	width: 240px;
	padding: 5px 0 0 5px;
}

.items {
	width: 250px;
	height: 136px;
	padding: 0 10px 20px 60px;
	float: left;
}

.items_img {
	margin-bottom: 36px;
}

.items_bottom {
	width: 440px;
	padding: 0 60px 15px;
	text-align: center;
	color: #333;
	clear: both;
}

.items h1 {
	margin: 0;
	padding: 1px 10px;
}

.items h3 {
	margin: 0 0 5px;
	padding: 1px 10px 0;
}


.work {
	width: 362px;
	height: auto;
	margin: 0;
	padding: 0 99px 20px 99px;
	float: left;
}

.work_img {
	border: 1px solid #999;
}

.work p {
	width: 340px;
	margin: 0;
	padding: 0 10px;
}

.work h1 {
	height: 14px;
	margin: 5px 0 1px;
	padding: 1px 10px 0;
	font-size: 12px;
	color: #555;
	line-height: 100%;
	letter-spacing: 0.2em;
	font-weight: 600;
	line-height: 100%;
	background-image: url(../images/square_blue.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.work h2 {
	height: 10px;
	margin: 0;
	padding: 0 10px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #888;
	line-height: 100%;
	background-image:url(../images/square_gray.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.work h1.interior {
	height: 14px;
	margin: 5px 0 1px;
	padding: 1px 10px 0;
	font-size: 12px;
	color: #555;
	line-height: 100%;
	letter-spacing: 0.2em;
	font-weight: 600;
	line-height: 100%;
	background-image: url(../images/square_green.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.work h2 {
	height: 10px;
	margin: 0;
	padding: 0 10px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #888;
	line-height: 100%;
	background-image:url(../images/square_gray.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/*flow chart*/


*{
	margin: 0;
	padding: 0;
}

#flow_chart {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #444;
	line-height: 140%;
	letter-spacing: 1px;
	width: 560px;
	margin: 15px auto;
	padding: 0;
	border: solid 1px #333;
}

.flow {
	width: 460px;
	height: 71px;
	padding: 0;
	margin: 15px 50px 0;
	clear: both;
}

.flow_number {
	width: 73px;
	height: 71px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}

.flow_text {
	widows: 375px;
	height: auto;
	margin: 0;
	padding: 0;
}

.empha {
	font-size: 14px;
	font-weight: 600;
}

.close {
	width: 560px;
	margin: 0 auto;
	padding: 0 0 15px;
}

a {
	text-decoration: underline;
	color: #444;
}
