
/*_______________________________________________________

	Common Stylesheet
	written by Toyohiro Sugita
	ST Creative Directions.
	sugita@stcd.jp
	Last updated on 2005.10.05
	 
________________________________________________________*/


/* import ------------------------------------------*/


/* common -------------------------------------------*/


body {
margin: 0px 0px 0px 0px;
background-color:#ffffff;
color: #333333; 
}

a {
	text-decoration: underline;
}

a:link {
	color: #576c95;
	}

a:visited {
	color: #a53866;
	}

a:active {
	color: #2f64bc;
	}

a:hover { 
color:#2f64bc;
text-decoration:none;
}


h1 { 
      font-size: 10px; 
      font-style: normal; 
      font-weight: normal;
	  color: #333333;
      margin-top: 10px; 
      margin-bottom: 10px;
      margin-right: 0px; 
      margin-left: 10px
}


h2 { 
      margin-top: 0px; 
      margin-bottom: 0px;
      margin-right: 0px; 
      margin-left: 0px
}

/*_______________________________________________________

h2 { 
      font-size: 10px; 
      font-style: normal; 
      font-weight: normal;
	  color: #FF6600;
      margin-top: 10px; 
      margin-bottom: 1px;
      margin-right: 2px; 
      margin-left: 0px
}
	 
________________________________________________________*/


h3 { 
      font-size: 10px; 
      font-style: normal; 
      font-weight: normal;
      margin: 0px
}

a:hover img.on{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

span{
	margin:0;
	padding:0;
	text-indent:-0.5em;
	padding-left:0.5em;
	_margin-left:0.5em;
}
