@charset "utf-8";

/**  

common.css  
Ver.3.04

Update:2010.07.22

::hack::

html:not(:target) .test{}// for firefox

*:first-child+html .test{}// for IE7

**/


/**[SETTING]**/

*{
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	font-size:100%;
	font-family:Verdana,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}

a {text-decoration:none; overflow:hidden; color:#0066FF}

a:hover {color:#FF9900}

img, table {border: none}

li {list-style: none}

h1,h2,h3,h4,h5,h6{font-weight:normal; font-size:100%;}

.clear{clear:both; height:0; line-height:0; font-size:0}

.space10 {height: 10px}

.space20 {height: 20px}

.space30 {height: 30px}

.space40 {height: 40px}

.space100 {height: 100px}

.left {float:left}

.right {float:right}

.alpha a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity:0.75;
  opacity:0.75;
}

.cursor{cursor:pointer; cursor:hand}

th,td{text-align:left}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }
.clearfix{zoom:1}/** for IE7 **/

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
