* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
ul,ol {
	list-style: none;
}
body {
	font: 75%/170% "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "Hiragino Kaku Gothic Pro", arial, helvetica, verdana, sans-serif;
	text-align: center;
}

a:link { color: inherit; text-decoration: none; }
a:visited { color: inherit; text-decoration: none; }
a:hover { color: inherit; text-decoration: none; }
a:active { color: inherit; text-decoration: none; }

#wrapper {
	width: 760px;
	margin: 8px auto 0;
	text-align: left;
}
#header {
	position: relative;
	width: 760px;
	height: 90px;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
}
#header #nav {
	position: absolute;
	left: 160px;
	top: 50px;
}
#header #nav li {
	float: left;
}
#header #contact {
	position: absolute;
	top: 20px;
	right: 10px;
}	
#main {
	width: 560px;
	float: right;
}
#sidebar {
	width: 200px;
	float: left;
}
#side-nav {
	padding: 25px 0 0;
}
#side-nav li img {
	vertical-align: top;
}

#content {
	background: url(../img/common/bg_content.gif) repeat-y;
}
#footer {
	padding: 10px 0 0;
}
#footer #footer-nav {
	font-size: 10px;
	width: 760px;
	height: 25px;
	padding: 10px 20px 0 0; 
	border-top: 2px dotted #666; 
	border-bottom: 2px dotted #666;
	text-align: right;
}
#footer #copyright { 
	color: #666; 
	font-size: 12px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	text-align: center;
	padding: 5px 0 0;
}





div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
