@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;
	line-height:140%;
	font-size:100%;
	font-family:Verdana,"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", "メイリオ", Meiryo, sans-serif;
}

a {text-decoration:none; overflow:hidden; color:#006699}

a:hover {color:#CC0000}

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}
