﻿@charset "utf-8";
html,body{height:100%;
}
html {background:#333333; margin:0; padding:0;
}
html>body {height:auto;}
body {
	background-color: #202020;
	background-image:  url(http://www.sumuzo.com/blog_dset/object/bg.gif);
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-left: 12px solid #000;
	border-right: 12px solid #000;
}

#main{	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-right: 0px solid #666666;
	border-left: 0px solid #666666;
	height:100%;
	min-height:100%;
}
html>body #main {height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#body{margin:0;/**/
	padding: 1px 0 0 0;
	background-color: #fff;
	position: relative;
	border-right: 200px solid #eee;
	_width:550px;/* for ie6*/
	
}
#content{height:100%;
	padding:0px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #666;/* font-size:100%;*/

}
#sidebar{width:180px;
	position: absolute;
	right: -200px;
	/*_right:0px; for ie6 */
	top: 0px;
	padding-left:0px;
}
#innnerR {padding-left:3px;padding-top:10px;
}
#innnerL {padding:10px;
}
#footer {
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;*/
	margin:0;
	border: 0px solid #b0b0b0;
	color: #fff;
	background:#333;
}

/* Main Menu*/
/*without macIE\*/
#nav {	width: 750px;
	height: 25px;
	border-bottom: 1px solid #333;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	position: fixed;
	top: 0px;
	margin-left: -375px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;
	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}


#nav li {display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #666666;
}
/*without macIE */

/*forMacIE\*//*/
#nav
{
	width: 750px;
	height: 25px;
	border-bottom: 1px solid #333;
	color: white;
	background-color: #202020;
	position: fixed;
	top: 0px;
	margin-left: -375px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;
}

#nav li
{
	display: inline;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}



#nav li a:hover
{
	color:#cc0000; background-color: #666666;
}
/**/



#sidebar h3{ color:#cc0000;width:160px;
	font-size: 92%;
	border-bottom: 1px solid #888;
	margin-bottom: 5px;
	margin-top: 16px;
}
#sidebar p{width:160px;
	margin-bottom:10px;
	margin-top:0px; 
	line-height:1.3;
	color:#666;
	font-size:85%;
}


/* right navi*/
#sidenav{ margin:0;padding:0;
	line-height:1.5;
	font-family: Osaka, sans-serif;
	font-size:85%;
	_font-size:xx-small;
	
}

ul.nav2{list-style-type: none;
	margin: 0;padding: 0;
}

ul.nav2 li {color: #888;display: block;
	background: url(http://www.sumuzo.com/blog_dset/object/documents.gif) left 4px no-repeat;
	display: block;
	padding: 1px 0 1px 15px;
	margin-left:0;
}
ul.nav2 li a{
	text-decoration: none;
}
ul.nav2 li a:hover {color:#ff7700;
}

ul.nav2 li ul {
	margin: 0 ;
	list-style-type: none;
	padding: 0;
}

ul.nav2 li ul li { /*display: inline; */
	font-weight:nomal;
	padding: 1px 0 1px 0px; margin-left:0;
	height: auto;
	background:none;
}

ul.nav2 li ul li a{font-weight:nomal;margin-left:0;
	background: url(http://www.sumuzo.com/blog_dset/object/arrow.gif) left 3px no-repeat;
	display: block;color: #666;text-decoration:none;
	padding: 1px 0 1px 15px;margin-left:0;
	/*height: auto;*/
}

ul.nav2 li ul li a:hover { margin-left:0;
	background:url(http://www.sumuzo.com/blog_dset/object/arrow_o.gif) left 3px no-repeat;
	color:#ff7700;
}
