html {
overflow-y:scroll;
} 

#wrapper {
	width:1024px;
	height:auto;
	margin:0px auto;
	text-align: left;
}

#hedder{
	width:1024px;
	height:50px;
}

#menu_arie{
	background:url(./img/menu_00.gif);
	width:1024px;
	height:51px;
	text-align:center;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}

#main_arie{
	width:1024px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#right_arie{
	width:210px;
	float:right;
	margin-top:15px;
	border:1px solid #000000;
}

#footer{
	width:100%;
	height:34px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
	padding-top:10px;
}

/**アコーディオンメニュー用CSS**/
.glossymenu{
margin: 50px 0px 10px 0px;
padding: 0;
float:right;
}

*:first-child+html .glossymenu { /*IE7用*/
margin: 57px 0px 10px 0px;
padding: 0;
float:right;
}

* html .glossymenu { /*IE6以下用*/
margin: 58px 0px 10px 0px;
padding: 0;
float:right;
}

.glossymenu a.menuitem{
background: #FFFFFF;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 5px 2px 5px;
border-top:1px solid #D6D6D6;
border-left:1px solid #D6D6D6;
border-right:1px solid #D6D6D6;
text-decoration: none;
vertical-align:middle;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #000000;
border-top:1px solid #AFB9D3;
border-left:1px solid #AFB9D3;
border-right:1px solid #AFB9D3;
background: #FFFFFF;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color: #000000;
border-top:1px solid #AFB9D3;
border-left:1px solid #AFB9D3;
border-right:1px solid #AFB9D3;
background: #E0E6F5;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
width:198px;
font-size:11px;
text-align:left;
padding:5px;
background: white;
border-top:1px solid #AFB9D3;
border-left:1px solid #AFB9D3;
border-right:1px solid #AFB9D3;
line-height:16px;
}

* html .glossymenu div.submenu { /**IE6用hack**/
width:198px;
font-size:11px;
text-align:left;
padding:5px;
background: white;
border-top:1px solid #AFB9D3;
border-left:1px solid #AFB9D3;
border-right:1px solid #AFB9D3;
line-height:16px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px ;
color: black;
text-decoration: none;
padding: 5px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}


/*web実績用*/
#results a:link,
#results a:visited,
#results a:active {
	color: #999999;
	text-decoration:none;
}

#results a:hover {
	color:#000000;
	text-decoration:none;
}