@charset "utf-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
    scrollbar-base-color:#000;
    scrollbar-3d-light-color:#000;
    scrollbar-arrow-color:#000;
    scrollbar-darkshadow-color:#000;
    scrollbar-face-color:#fff;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#fff;
    scrollbar-track-color:#fff;
		
}



a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
	color:#900;
}

a:active {
	color:#F00;
}

div {
	margin:0px;
	padding:0px;
}

#wrap {
	height:702px;
	width:800px;
	margin: auto;
	border:1px solid #000;
	margin-top:10px;
	padding:0px;
	margin-bottom:10px;
}

#header {
	width:800px;
	height:200px;
	background-image:url(header_hasus_finish.jpg);
	background-repeat:no-repeat;
}
#head_shadow {
	height:20px;
	width:100%;
/*	background-image:url(shade.jpg);
	background-repeat:repeat-x;*/
	border-top: 3px solid #333;
}

#left_col {
	width:148px;
	height:400px;
	border-right:1px solid #000;
	float:left;
	margin-top:10px;
}

#content_col {
	width:450px;
	height:400px;
	float:left;
	padding:10px;
	margin-top:10px;
	overflow:auto;
	margin-bottom:10px;
	color:#000;
	background-image:url(headphones.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
}
 
#right_col {
	margin-top:10px;
	width:170px;
	height:400px;
	float:left;
}

#footer {
	clear:both;
	height:15px;
	background-color:#ccc;
	color:#000;
	margin:0px;
	margin-top:10px;
	text-align:right;
	padding-right:15px;
	font-size:10px;
/*	border-top:1px solid #000;
	border-bottom:1px solid #000;*/
}

div#footer a{
	text-decoration:none;
}

#upper_navi {
	width:135px;
	height:auto;
	z-index:10;
	margin-left:-20px;
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #000;
	background-color:#fff;
	text-align:center;
}

div#upper_navi a {
	padding-top:2px;
	display:block;
	font-size:14px;	
	background-image:url(link_button.gif);
	border-bottom: 1px solid #fff;
}
	
#upper_nav a:hover {
	background-color:#ccc;
	display:block;
	font-size:12px;	
}

li {
	list-style-type:none;
	list-style:none;
}

#intro_text {
	text-align:center;
	padding-top:45px;
	padding-left:15px;
	padding-right:15px;
}

#imp {
	text-align:center;
}

div#up_box {
	border:1px solid #ccc;
	width:150px;
	height:190px;
	margin:auto;
	text-align:center;	
}

#box_in_box {
	overflow:auto;
	padding:5px;
	color:#900;
	text-align:left;
	height:158px;
}

div#lower_box{
	border:1px solid #ccc;
	width:150px;
	height:190px;
	margin:auto;
	margin-top:20px;
}

h1 {
	margin-top:10px;
	text-align:center;
	margin:auto;
	color:#333;
	font-size:18px;
}

h2 {
	color:#666;
	font-size:14px;
}

hr {
	border:dotted 1px #999;
}

#box {
	text-align:center;
	margin:auto;
	margin-top:5px;
	border-bottom: 1px solid #ccc;
}

blockquote {
	color:#666;
	font-size:10px;
}

#logo_box {
	background-image:url(GTB_mod_small.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:148px;
	height:200px;	
}

