@charset "utf-8";


/* -----------------------------------------------------------
	#header
		メニュー
----------------------------------------------------------- */
ul#suckertree1 {
	margin-bottom:32px;
	z-index:5;
	position:relative;
	left:0;
	top:0;
	}

ul#suckertree1 {
	_margin-bottom:22px;
	}

*:first-child+html ul#suckertree1 {
	margin-bottom:20px;
	}

#topqr{
	margin-bottom:27px;
	
}
*:first-child+html #topqr{
	margin-bottom:31px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 222px; /* Width of Menu Items */
border-top:1px solid #fff;
}
	
.suckerdiv ul li{
position: relative;
margin-bottom:6px;
border:1px solid #fff;
border-top:none;
font-size:0.1em;
line-height:1;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 215px; /*sub menu width*/
top: -1px;
visibility: hidden;
border:1px solid #fff;
border-bottom:none;
}
.suckerdiv ul li ul li{
margin-bottom:0;
border:none;
border-bottom:1px solid #fff;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
background: #fff;
padding: 0;
border-bottom: 0;
border:none;
}

/*Sub2 level menu items */
.suckerdiv ul li ul li ul {
width: 210px; /*sub menu width*/
}


.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */




/* -----------------------------------------------------------
	#list_item
		アイテム
----------------------------------------------------------- */

.list_item li {
	float:left;
	margin-right:3px;
	}

/* -----------------------------------------------------------
	震災メッセージ

----------------------------------------------------------- */
#shinsai_message{
	width:600px;
	margin:5px auto 15px auto;
	padding:5px;
	border:1px solid #382626;
	text-align:center;	
}
