﻿@charset "utf-8";

/*----------------------------------------------------
　 main contents
----------------------------------------------------*/
#wrapper {
	width: 1000px;
	height: auto;
	margin: 40px auto 65px;
	overflow:hidden;
}

#top_cont_l {
	float: left;
	height: auto;
	width: 250px;
	margin:0;
	padding: 0px;
}

#top_cont_r {
	float: right;
	height: auto;
	width: 720px;
	margin: 0px;
	padding: 0px;

}

/*----------------------------------------------------
　 top side
----------------------------------------------------*/

/* side info
***************************/
#side_back {
	width: 250px;
	height: 650px;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #FFF;
	border-width:1px 1px 1px 1px;
	border-color:#DDDDDD;
	border-style:solid;
}

#side {
	width: 224px;
	margin: 13px auto 0;
	padding: 0;
}

#side p.comp{
	font-size:16px;
	text-align:center;
	margin:13px 0 0px 0;
}

#side p.comp2{
	font-size:16px;
	margin:2px 0 0 16px;
}

#side p.add{margin:2px 0 10px 15px;}

#side p.btn{
	margin:0 0 8px 0;
	text-align:center;
}

#side p a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#side p.tx{
	font-size:12px;
	line-height:17px;
	width:210px;
	margin:13px auto 15px;
}

/*----------------------------------------------------
　left
----------------------------------------------------*/
#top_text{
	margin: 15px 0 15px 0;
	padding:0;
	font-size:14px;
	line-height:25px;
}

/* main 業務内容
***************************/
#mainMenu{
	margin:0 0 30px 0;
	overflow:hidden;
}

#menu_doboku{
	margin: 0 20px 0 0;
	width: 350px;
	height: 115px;
	background-image: url(../images/main_doboku.jpg);
	background-repeat: no-repeat;
	float:left;
}

#menu_kaigo{
	margin: 0 0 0 0;
	width: 350px;
	height: 115px;
	background-image: url(../images/main_kaigo.jpg);
	background-repeat: no-repeat;
	float:left;
}

#menu_saiseki{
	margin: 15px 20px 0 0;
	width: 350px;
	height: 115px;
	background-image: url(../images/main_saiseki.jpg);
	background-repeat: no-repeat;
	float:left;
}

#menu_recycle{
	margin: 15px 0 0 0;
	width: 350px;
	height: 115px;
	background-image: url(../images/main_recycle.jpg);
	background-repeat: no-repeat;
	float: left;
}

#menu_doboku a,
#menu_kaigo a,
#menu_saiseki a,
#menu_recycle a{
	width: 350px;
	height: 115px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	_overflow: hidden; /*IE6用*/
}

/*----------------------------------------------------
　新着情報
----------------------------------------------------*/
#topics-title{
	width: 720px;
	height: 53px;
	background-image: url(../images/news.jpg);
	clear: both;
	position: relative;
	background-repeat: no-repeat;
	margin:0;
	padding:0;
}

#top_topics_main {
	width: 705px;
	height: 120px;
	padding: 0 0 0 15px;
	margin: 0;
}

/* バックナンバー */
#kakokiji {
	display: block;
	height: 20px;
	width: 100px;
	text-indent: -9999px;
	position:absolute;
	top:18px;
	right: 15px;
}

#kakokiji a {
	display:block;
	height: 20px;
	width: 100px;
	text-indent:-9999px;
}


.MG-T25 { margin-top: 25px !important; }