@charset "UTF-8";
/* CSS Document */

/* caution!! */
/* this file is not linked to the /mission/index.html .*/

div#container div#content{
	float: right;
	width: 865px;
	text-align: left;
	
}

div#container div#content div#main{
	width: 855px;
	margin: 30px 0 0 10px;
	text-align: left;
}


div#tool{
	margin: 0 0 30px 0;
}


div#keyword-forest{
	width: 950px;
	height: 180px;
	margin: 10px auto 0 auto;
	background: url(/mission/images/forest-bg_mainimage.jpg) no-repeat;
}

div#keyword-community{
	width: 950px;
	height: 180px;
	margin: 10px auto 0 auto;
	background: url(/mission/images/community-bg_mainimage.jpg) no-repeat;
}

div#keyword-food{
	width: 950px;
	height: 180px;
	margin: 10px auto 0 auto;
	background: url(/mission/images/food-bg_mainimage.jpg) no-repeat;
}

div#keyword-resource{
	width: 950px;
	height: 180px;
	margin: 10px auto 0 auto;
	background: url(/mission/images/resource-bg_mainimage.jpg) no-repeat;
}

div#keyword-energy{
	width: 950px;
	height: 180px;
	margin: 10px auto 0 auto;
	background: url(/mission/images/energy-bg_mainimage.jpg) no-repeat;
}

div#keyword-corporation{
	width: 950px;
	height: 180px;
	margin: 10px auto 0 auto;
	background: url(/mission/images/corporation-bg_mainimage.jpg) no-repeat;
}

div#keyword-human{
	width: 950px;
	height: 180px;
	margin: 10px auto 0 auto;
	background: url(/mission/images/human-bg_mainimage.jpg) no-repeat;
}


img#keywotdTitle{
	float:left;
}

div#logo{
	width: 210px;
	height: 90px;
	float: right;
	
}

div#logo img{
	vertical-align: top;
}


/* --- two rows --- */

div.effortBox{
	width: 520px;
	float: left;
}


div.joinusBox{
	width: 520px;
	float: right;
	width: 275px;
}

div.twoStyleArrow{
	background: url(/mission/images/keyword_figure.gif) no-repeat center bottom;
	padding-bottom: 123px;
	margin-bottom: 12px;
}


div#logo div.logoNavi a{
	display: block;
	width: 95px;
	float: left;
	margin : 0 5px;
	padding: 0;
}

*html div#logo div.logoNavi a{
	margin : 0 0 0 5px;
}

div#logo div.logoNavi a img{
	vertival-align: top;
}

div#logo div.logoNavi:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


div.keyVsisual{
	width: 615px;
	margin: 0 auto;
}









