@charset "shift_jis";

/*	基本構成ブロック	*/
html,body{
	padding:0;
	margin:0;
	height:100%;
}
body{
	text-align:center;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
		"メイリオ","Meiryo",
		"平成角ゴシック","HeiseiKakuGothic",
		"Osaka","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#fff;
}
#container{
	padding:0;
	margin:0 auto;
	height:100%;
	width:100%;
	position:static;
}
#header{
	padding:0;
	margin:0;
	background:url("../image/bg_navi_global.png") repeat-x 0px 155px;
	width:100%;
	text-align:center;

	height:135px;
	background-position:0px 95px;
	margin-bottom:0;
}
#footer{
	padding:0;
	margin:0;
	position:fixed;
		bottom:0;
		left:0;
	background:url("../image/bg_navi_local.png") repeat-x 0 0;
	width:100%;
	height:45px;
	text-align:center;
}
#navi_global,#navi_local{
	padding:0;
	margin:0;
	width:780px;
	margin:0 auto;
}
#navi_global li,#navi_local li{
	list-style-type:none;
}
#contents{
	padding:0;
	margin:0 auto;
	text-align:left;
	width:780px;
	margin-top:40px;
}

/*	リンク	*/
a{
	text-decoration:none;
}
a:link{
	color:#1e1cb5;
}
a:visited{
	color:#2f416d;
}
a:hover{
	color:#1e1cb5;
	text-decoration:underline;
}
a:active{
	color:#2f416d;
}

/*	基本要素	*/
h1{
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:normal;
}
h2, h3{
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:normal;
}
h4{
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:800;
}
img{
	padding:0;
	margin:0;
	border:0;
	vertical-align:top;
}
p{
	padding:0;
	margin:0em 0em 1em 0em;
	font-size:12px;
	line-height:1.5em;
	text-indent:1em;
}
iframe{
	padding:0;
	margin:0;
}

table{
	padding:0;
	margin:1em 2em;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:12px;
}
td, th{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}
th{
	white-space:nowrap;
	font-weight:normal;
	background-color:#f3f3f3;
}
td{
	
}
ol, ul, dl{
	padding:0;
	margin:0em 1em;
}
ol, ul{
	list-style-position:inside;
	margin-top:.5em;
}
.section ul, .column ul{
	list-style-image:url("../image/ico_list.png");
}
li, dt, dd{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:1.3em;
}
dt{
	font-weight:800;
	margin-top:.5em;
}
dd{
	margin-left:1.5em;
}
em{
	font-style:normal;
}
hr{
	height:45px;
	clear:both;
	visibility:hidden;
}

/*	拡張要素	*/
.section,.column{
	padding:0;
	margin:0em .5em .5em .5em;
	clear:both;
}
.section{
	
}
.column{
	border:1px solid #ccc;
}
.column p,.column h2,
.column h3 .column h4, .column img{
	margin:.5em;
}
.note{
	font-size:10px;
	line-height:1.1em;
	background:url("../image/ico_note.png") no-repeat left top;
	text-indent:16px;
	margin-left:1em;
	text-align:left;
}

/*	ナビゲーション	*/
#navi_global h1{
	padding:0;
	margin:0;
	margin-right:195px;
	height:155px;
	width:195px;
	float:left;
}
#menu_basic{
	padding:0;
	margin:65px 0px 15px 0px;
	width:390px;
	float:left;
}
#menu_basic li{
	padding:0;
	margin:0px 14px;
	float:left;
}
#menu_basic a{
	padding:0;
	margin:0;
	display:block;
	height:20px;
	overflow:hidden;
}
#menu_basic a:hover img{
	position:relative;
		top:-20px;
}

#menu_incidental{
	padding:0;
	margin:0px 390px 0px 0px;
	width:195px;
	float:left;
}
#menu_incidental li{
	padding:0;
	margin:13px 37.5px 7px 37.5px;
}
#menu_incidental a{
	padding:0;
	margin:0;
	display:block;
	height:25px;
	overflow:hidden;
}
#menu_incidental a:hover img{
	position:relative;
		top:-25px;
}
#menu_local{
	padding:0;
	margin:0;
	width:195px;
	float:left;
}
#menu_local li{
	padding:0;
	margin:13px 13.75px 7px 13.75px;
	width:70px;
	float:left;
}
#menu_local a{
	padding:0;
	margin:0;
	display:block;
	height:25px;
	overflow:hidden;
}
#menu_local a:hover img{
	position:relative;
		top:-25px;
}
#menu_profile{
	width:120px;
}
#menu_history{
	width:105px;
}
#menu_contact{
	width:80px;
}
#navi_global h2{
	padding:0;
	margin:0;
	width:390px;
	float:left;
}
#menu_project{
	margin:0;
	padding:0;
	clear:both;
	width:780px;
}
#menu_project li{
	margin:0;
	padding:0;
	float:left;
}
#menu_project h3 a{
	padding:0;
	margin:0;
	display:block;
	width:195px;
	height:40px;
	overflow:hidden;
}
#menu_project a:hover img,#menu_project .noncurrent img{
	position:relative;
		top:-40px;
}
#menu_project .noncurrent:hover img{
	position:relative;
		top:0;
}
#menu_project ul{
	padding:0;
	margin:0;
	width:195px;
	height:195px;
	overflow:hidden;
	position:absolute;
}
#menu_project .submenu{
	display:none;
}
#menu_project .submenu_display{
	display:block;
}
#menu_project h4{
	margin-left:26px;
}
#menu_project ul li{
	clear:both;
	padding:0;
	margin:12px 6px 0px 6px;
	text-align:left;
	background:url("../image/ico_project.gif") no-repeat 0 0;
	width:100%;
	max-height:71px;
}
#menu_project ul li:hover{
	background-position:0px -72px;
}
#menu_project ul li p{
	padding:0;
	margin:0;
	margin-left:26px;
	text-indent:0;
}
#menu_project #submenu0{
	background:url("../image/bg_menu_garbage.png") no-repeat 0 0;
}
#menu_project #submenu1{
	background:url("../image/bg_menu_officepaper.png") no-repeat 0 0;
}
#menu_project #submenu2{
	background:url("../image/bg_menu_reduce.png") no-repeat 0 0;
}
#menu_project #submenu3{
	background:url("../image/bg_menu_reusebottle.png") no-repeat 0 0;
}
#menu_project{
	display:none;
}

#contents #side{
	padding:0;
	margin:0;
	width:195px;
	float:left;
}
#contents #main{
	padding:0;
	margin:0;
	width:585px;
	float:left;
}
#side ul{
	padding:0;
	margin:0;
	width:155px;
	list-style:none;
	border-top:1px solid #dfdfdf;
	
	list-style-position:outside;
}
#side ul li{
	line-height:40px;
	font-size:11px;
}
#side ul li a{
	width:100%;
	line-height:40px;
	display:block;
}
#side ul li a:hover{
	text-decoration:none;
	background:url("../image/bg_navi.gif") repeat 0 0;
}
#side ul li:hover{
	background:url("../image/bg_navi.gif") repeat 0 0;
}
#side ul ul{
	border:0;
}
#side ul ul li{
	border:0;
	height:30px;
	border-bottom:1px dotted #ccc;
	font-size:10px;
}
#side ul ul li a{
	line-height:30px;
	text-indent:20px;
	color:#666;
	font-weight:800;
	white-space:nowrap;
}
#side ul ul li a.lines{
	line-height:15px;
	padding-left:20px;
	text-indent:0;
	width:135px;
}
#side ul ul li a:hover{
	background:#fff5e7;
	color:#666;
}
button#btn_back{
	width:95px;
	margin-left:30px;
	margin-top:3em;
	border:1px solid #666;
	background:#999;
	color:#fff;
	font-weight:800;
}
button#btn_back:hover{
	background:#aaa;
}

/*	印刷出力時設定	*/
@media print{

}
