@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:top.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";


/* --------------
Layout
-------------- */




.textBox {
	background-image: url(../../flow/images/list_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
	width: 595px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.textBox.end {
	background-image: none;
}

.textBox_in {
	background-color: #FEE3CD;
	border-top-width: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E77A19;
	border-right-color: #E77A19;
	border-bottom-color: #E77A19;
	border-left-color: #E77A19;
	width: 593px;
	border-left-width: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.imgBoxR {
	width: 120px;
	margin-right: 10px;
}
.textBoxL {
	width: 430px;
	padding-left: 10px;
	padding-right: 10px;
}
h3 {
	margin-bottom: 0px;
}
h2 {
	margin-bottom: 30px;
}

.textBoxL p {
	margin-top: 5px;
}
.imgBoxB {
	background-image: url(../../flow/images/list_b.jpg);
	background-repeat: no-repeat;
	background-position: center 185px;
	width: 230px;
	height: 215px;
	float: left;
}

.BA {
	width: 595px;
	background-image: url(../../flow/images/list_02.gif);
	background-repeat: no-repeat;
	background-position: center 75px;
	margin-bottom: 15px;
}
.imgBoxA {
	float: right;
	background-image: url(../../flow/images/list_a.jpg);
	background-repeat: no-repeat;
	background-position: center 185px;
	height: 215px;
	width: 230px;
}

.BA img {
	border: 1px solid #E77A19;
}

