@charset "utf-8";
@import  "./import/format.css";
@import  "./import/in_style.css";
@import  "./import/link_style.css";
@import  "./import/main.css";

/*****************************************
TOPページ
*****************************************/
#Right_container h2 {
	width: 550px;
	height: auto;
	margin: 20px auto;
	text-align: center;
	font: normal bold 1.3em/1.2  Verdana, Arial, sans-serif;
	clear: both;
}

#Right_container h3 {
	width: 540px;
	height: auto;
	margin: 15px auto;
	text-align: center;
	font: normal bold 1.1em/1.2  Verdana, Arial, sans-serif;
	clear: both;
}

#Right_container h4 {
	width: 530px;
	height: auto;
	margin: 30px auto 15px;
	text-align: left;
	font: normal bold 1.1em/1.2  Verdana, Arial, sans-serif;
	border-left: 10px solid #000099;
	padding-left: 5px;
	clear: both;
}

#Right_container iframe {
	width: 540px;
	height: 300px;
	margin: 15px auto;
	clear: both;
}

/*****************************************
TOPページ
*****************************************/
#Right_container p.image {
	width: 540px;
	height: auto;
	margin: 20px auto;
	text-align: center;
	font: normal bold 1.3em/1.2  Verdana, Arial, sans-serif;
	clear: both;
}

#Right_container div.back_img {
	width: 530px;
	height: auto;
	margin: 30px auto;
	text-align: center;
	font: normal normal 1em/1.2  Verdana, Arial, sans-serif;
	background-image: url(../image_index/back_img_1.gif);
	background-position: top right;
	background-repeat: no-repeat;
	clear: both;
}

	#Right_container div.back_img p {
		width: 290px;
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 240px;
		text-align: left;
		clear: both;
	}

/***************************************************************
白背景ボックス
***************************************************************/
#Right_container p.whitebox {
	width: 500px;
	height: auto;
	margin: 20px auto;
	padding: 10px;
	text-align: left;
	font: normal normal 1em/1.3  Verdana, Arial, sans-serif;
	background-color: #ffffff;
	border: 1px solid #0000cc;
	clear: both;
}

/***************************************************************
リサイクルの説明・白背景ボックス
***************************************************************/
#Right_container div.ecobox {
	width: 500px;
	height: auto;
	margin: 20px auto;
	padding: 10px;
	text-align: left;
	font: normal normal 1em/1.3  Verdana, Arial, sans-serif;
	background-color: #ffffff;
	border: 1px solid #0000cc;
	clear: both;
}

	#Right_container div.ecobox p {
		width: 480px;
		height: auto;
		margin: 20px auto;
		text-align: left;
		font: normal normal 1em/1.3  Verdana, Arial, sans-serif;
		clear: both;
	}

/***************************************************************
通常の段落
***************************************************************/
#Right_container p {
	width: 520px;
	height: auto;
	margin: 20px auto;
	text-align: left;
	font: normal normal 1em/1.3  Verdana, Arial, sans-serif;
	clear: both;
}

/***************************************************************
環境への取り組み
***************************************************************/
#Right_container div.ecobox_2 {
	width: 500px;
	height: auto;
	margin: 20px auto;
	padding: 10px;
	text-align: left;
	font: normal normal 1em/1.3  Verdana, Arial, sans-serif;
	background-color: #ffffff;
	background-image: url(../image_index/eco.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #0000cc;
	clear: both;
}

		#Right_container div.ecobox_2 p {
			width: 480px;
			height: auto;
			margin: 20px auto;
			text-align: left;
			font: normal normal 1em/1.3  Verdana, Arial, sans-serif;
			clear: both;
		}

#Right_container ol {
	display: list-item;
	width: 470px;
	height: auto;
	margin: 20px auto;
	padding-left: 30px;
	text-align: left;
	list-style-type: decimal;
	font: normal normal 1em/1.3  Verdana, Arial, sans-serif;
	clear: both;
}

	#Right_container ol li {
		display: list-item;
		margin: 10px auto;
		width: 470px;
		height: auto;
		list-style-type: decimal;
		vertical-align: top;
		clear: both;
	}