@charset "utf-8";

/* ----------------------------------------
  Main Style Seet

	3-1.トップページ
	3-2.廃棄物
	3-3.社長挨拶
	3-4.トピック
	3-5.サイトマップ
	3-6.お問合せ
	3-7.理念
	3-8.リクルート
---------------------------------------- */




/* ----------------------------------------
  3-1.トップページ
---------------------------------------- */

#topleft{
	float:left;
	display:inline;
	width:250px;
	margin-left:10px;
	background-color:#eee;
}

#topright{
	float:right;
	display:inline;
	width:510px;
	margin-right:10px;
	background-color:#ddd;
}

#topflash{
	width:899px;
	height:459px;
}

/* ----------------------------------------
  3-2.waste
---------------------------------------- */

.bg_whatwaste{
	background:url(../img/waste/img01.png) no-repeat left top;
	width:398px;
	height:77px;
	padding:10px 0px 10px 190px;
	margin-bottom:10px;
}

.bg_whatwaste p{
	font-size:90%;
}

/* ----------------------------------------
  3-3.greeting
---------------------------------------- */

.blue span ,
.inlinelist span{color:#0073c0;}
.inlinelist { line-height:12px;}

/* ----------------------------------------
  3-4.topics
---------------------------------------- */

#bg_whatminusproject{
	background:url(../img/topics/box01.png) no-repeat left top;
	width:356px;
	height:190px;
	position:relative;
	padding:110px 200px 0px 35px;
	margin-bottom:40px;
}

#bg_whatminusproject .movie{
	position:absolute;
	right:20px;
	bottom:20px;
}

#bg_whatminusproject a.next2{
	background:url(../img/topics/icon_link.png) no-repeat right top;
	padding-right:20px;
	color:#00a0e8;
}


/* ----------------------------------------
  3-5.sitemap
---------------------------------------- */

.sitemapbox{
	float:left;
	width:200px;
	height:150px;
}

.sitemapbox img{margin-bottom:15px;}

.sitemapbox ul li{
	background:url(../img/sitemap/arrow.png) no-repeat left 3px;
	padding-left:15px;
	margin-bottom:8px;
	margin-left:5px;
}


/* ----------------------------------------
  3-6.contact
---------------------------------------- */

#contacttable{
	margin-bottom:20px;
	width:600px;
}

#contacttable th{
	background:url(../img/index/dot_line.png) no-repeat bottom;
	padding:10px;
	width:120px;
}

#contacttable td{
	background:url(../img/index/dot_line.png) no-repeat bottom;
	padding:10px;
}

#contacttable td input ,
#contacttable td textarea{width:100%;
border:1px solid #aaa;}

.must{color:#090;
font-weight:bold;}


/* ----------------------------------------
  3-7.idea
---------------------------------------- */

#bg_idea{
	background:url(../img/idea/img01.png) no-repeat left top;
	width:446px;
	height:453px;
	padding:240px 70px 0px 70px;
	margin-bottom:40px;
	font-size:12px;
}

#bg_idea p{margin-bottom:25px !important;}


/* ----------------------------------------
  3-8.recruit
---------------------------------------- */

#recruit_wrapper{
	background-color:#019fe8;
	padding:30px 0px 30px 25px;
}

#recruitmenu{
	margin-left:20px;
	margin-bottom:15px;
}

#recruitmenu li{
	float:left;
}

#recruit_area{
	width:860px;
	height:450px;
	background:url(../img/recruit/bg_recruit.png) no-repeat left top;
	text-align:center;
}

#recruit_main{
	width:798px;
	height:440px;
	text-align:left;
	margin:0px auto;
	position:relative;
}

.btn_back{
}

.btn_back a{
	position:absolute;
	top:0px;
	left:-27px;
	background:url(../img/recruit/back.jpg) no-repeat left top;
	width:28px;
	height:450px;
	display:block;
	text-indent:-999em;
}

.btn_back a:hover{
	background:url(../img/recruit/back_o.jpg) no-repeat left top;
}

.btn_next{}

.btn_next a{
	position:absolute;
	top:0px;
	right:-31px;
	background:url(../img/recruit/next.jpg) no-repeat left top;
	width:28px;
	height:450px;
	display:block;
	text-indent:-999em;
}

.btn_next a:hover{
	background:url(../img/recruit/next_o.jpg) no-repeat left top;
}



/* ----------------------------------------
  3-9.blog
---------------------------------------- */

.blogsection{
	margin-bottom:50px;
}

.entrytitle{
	color:#00A1EA;
	border-bottom:1px solid #00A1EA;
	font-size:22px;
	font-weight:bold;
	padding:0 0 5px 0;
	margin-bottom:8px;
}

.entrytitle a{color:#00A1EA;}

.entrydate{
	color:#FF8400;
	font-size:13px;
	margin-bottom:25px;
}

.entrybody{
	line-height:1.5;
}

.nextentry{
	text-align:center;
	padding:20px 0 30px 0;
}

.nextentry a{color:#002479;}

.nextentry a:hover{color:#002479;text-decoration:underline;}

