@charset "utf-8";

/******** 一般的なルール ********/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.6em;
	font-weight: bold;
}

.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.float_left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: #ffffff;
	color: #000000;
}
.float_right {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
	background-color: #ffffff;
	color: #000000;
}
.half_left {
	float: left;
	width: 49%;
	margin-right: 8px;
	background-color: #ffffff;
	color: #000000;
}
.half_right {
	float: right;
	width: 49%;
	margin-left: 8px;
	background-color: #ffffff;
	color: #000000;
}
img.float_left {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
}
img.float_right {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.half_left {
	float: left;
	width: 352px;
}
.half_right {
	float: right;
	width: 352px;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.clear_zero {
	clear: both;
	height: 0;
	margin-top: -1em;
}
.width234 {
	width: 234px;
}
.bottom16 {
	margin-bottom: 16px;
}
.sub {
	font-size: 80%;
}
.contentitemedit {
	font-size: 12px;
	text-align: right;
}
.contentitemedit a {
	text-decoration: none;
}

/******** 基本レイアウト ********/
body {
/*	background: #ffffff;*/
	background-color: #f3f1dc;
	color: #000000;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}

div#wrapper {
	width: 752px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	color: #000000;
	text-align: center;
}
div#header_upper {
	width: 720px;
	margin: 0px auto 0 auto;
	padding-top: 8px;
	padding-bottom: 7px;
	text-align: right;
}
div#header {
	width: 720px;
	margin: 0 auto 0 auto;
}
div#menu {
	width: 720px;
	margin: 0 auto 8px auto;
	/*\*//*/
	overflow: hidden;
	/**/
}
div#menu:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#note {
	width: 720px;
	margin: 16px auto 16px auto;
	font-size: 14px;
	text-align: center;
}

div#main {
	position: relative;
	margin: 8px auto 0 auto;
	padding: 24px 0 0 0;
	width: 720px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	/*\*//*/
	overflow: hidden;
	/**/
}
div#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#main.main_top{
	padding-top: 0;
}
div#main div#main_body {
	float: left;
	width: 468px;
}
div#main div#main_side {
	float: right;
	width: 234px;
}
div#main div#breadcrumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 720px;
	height: 20px;
	overflow: hidden;
	font-size: 12px;
}

div#footnote {
	width: 720px;
	margin: 16px auto 16px auto;
	/*\*//*/
	overflow: hidden;
	/**/
}
div#footnote:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#menu_bottom {
	font-size: 14px;
	text-align: center;
}
div#footer {
	clear: both;
	width: 720px;
	height: 60px;
	margin: 16px auto 0 auto;
/*	background-color: #f3f1dc;*/
	background-color: #ffffff;
	color: #666666;
	text-align: center;
	line-height: 20px;
}

/******** ヘッダ ********/
div#header h1#header_logo {
}
div#header h1#header_logo a {
}
div#header h1#header_logo a img {
}

/******** フッタ ********/
div#footer div#footer_left {
	float: left;
	width: 190px;
	text-align: right;
}
div#footer div#footer_left img {
	margin-top: 8px;
}
div#footer div#footer_right {
	float: right;
	padding: 4px 2px 2px 2px;
	width: 520px;
	text-align: left;
	font-size: 12px;
	line-height: 1.4em;
}

/******** メニュー ********/
div#menu ul {
	width: 720px;
	height: 50px;
	list-style: none;
}
div#menu ul li {
	display: inline;
	float: left;
	width: 144px;
	height: 50px;
/*	overflow: hidden;*/
	list-style: none;
}
div#menu ul li a {
	display: block;
	width: 144px;
	height: 50px;
}
div#menu ul li#menu_home a {
	background: url('http://acejapan.org/cotton/images/menu/menu_home_over.jpg') no-repeat;
}
div#menu ul li#menu_project a {
	background: url('http://acejapan.org/cotton/images/menu/menu_pro_over.jpg') no-repeat;
}
div#menu ul li#menu_childlabour a {
	background: url('http://acejapan.org/cotton/images/menu/menu_cl_over.jpg') no-repeat;
}
div#menu ul li#menu_towel a {
	background: url('http://acejapan.org/cotton/images/menu/menu_oc_over.jpg') no-repeat;
}
div#menu ul li#menu_contact a {
	background: url('http://acejapan.org/cotton/images/menu/menu_inq_over.jpg') no-repeat;
}
div#menu ul li a:hover {
	background-color: #ffffff;
}
div#menu ul li a:hover img{
	visibility: hidden;
}

/******** メインコンテンツ ********/
div#main h2 {
	height: 20px;
	background: url('http://acejapan.org/cotton/images/h2.jpg') no-repeat left top;
	margin: 0 0 12px 0;
	padding: 1px 2px 0 40px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}
div#main h2.pagetitle {
	height: 24px;
	background: none;
	margin: 0 0 4px 0;
	padding: 0;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}
div#main h2 a {
	color: #ffffff;
	text-decoration: none;
}
div#main h2 a:hover {
	text-decoration: underline;
}
div#main h3 {
	margin: 0 0 12px 0;
	border-bottom: 1px dashed #6a3b4b;
	background-color: transparent;
	color: #6a3b4b;
	font-size: 14px;
	font-weight: bold;
}
div#main h4 {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
div#main h4:before {
	content: "■ ";
}
div#main p {
	margin: 0 0 16px 0;
}
div#main div.note {
	margin: 0 0 16px 0;
	padding: 8px 4px 0 4px;
	border-top: 1px dotted #999999;
	color: #666666;
	font-size: 12px;
}

div#main ul {
	margin-bottom: 16px;
	padding-left: 20px;
}
div#main ol {
	margin-bottom: 16px;
	padding-left: 32px;
}
div#main ul ul,
div#main ul ol,
div#main ol ul,
div#main ol ol {
	margin-bottom: 0;
}
div#main ul li,
div#main ol li ul li {
	list-style: square outside;
}
div#main ol li,
div#main ul li ol li {
	list-style: decimal outside;
}


div#main form {
	margin-bottom: 16px;
}
div#main form textarea {
	width: 480px;
	height: 5em;
	margin: 0 0 16px 0;
}
div#main table {
	border: 1px solid #ffffff;
	border-collapse: collapse;
}
div#main table th,
div#main table td {
	background-color: #f3f1dc;
	padding: 2px 4px 2px 4px;
	border: 1px solid #ffffff;
	vertical-align: top;
}
div#main table th p,
div#main table td p {
	margin-bottom: 0;
}

/******** メインコンテンツ本体 ********/
div#main_body div.content {
	margin-bottom: 16px;
}
div#main_body h2 {
	height: 20px;
	background: url('http://acejapan.org/cotton/images/h2short.jpg') no-repeat left top;
	margin: 0 0 12px 0;
	padding: 1px 2px 0 40px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

/*
div#main_body div.content ul {
	padding-left: 20px;
}
div#main_body div.content ul li {
	list-style: square outside;
}
*/

/******** メインコンテンツサイド ********/
div#main_side div.content {
	margin-bottom: 8px;
}

