@charset "Shift_JIS";


/*
--------------------------------------------------
  SOUNDTOWN
  (c)2006 TOSHIBA EMI LIMITED All rights reserved.
--------------------------------------------------*/

/* 全ページ共通部分
--------------------------------------------------*/	
	
body {
font-size:small;
background:#FF9900;

}
#wrapper {
	width:900px;
}
#container {
	clear:both;
	width: 900px;
	background:#FFFFFF;
	text-align:left;
	margin:0;
	padding:0;
}	
.boxleft {
	float:left;
	}

.boxright{
	float:right;
	}
	
.red {
	color:#CC0000;
	}
.line {
	border:1px solid #CCCCCC;
	}
.b {
	font-weight:bold;
	}
.s{
	font-size:10px;
}
.ss{
	font-size:8px;
}

/* リンク
---------------------------------------------------- */
a:link {
  	text-decoration: none;
	color:#333333;
	}

a:visited {
  	text-decoration: none;
	color:#333333; 
	}

a:hover, a:active  {
  	text-decoration: none; 
	color:#FF9900;
	}	
			

