/**  

common.css   Date: 2008.06.07

==============================
Used Hacks are 

html>body .xxx{margin:10px} //for except IE
*html .xxx {width: 202px}  //for IE
behavior:url(iepngfix.htc) // png transparent for IE
*:first-child+html{}// for IE7
html* .xxx {width: 202px}  //for safari

@charset "shift_jis";

for alpha images:
xxx a:hover{
filter: alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6; 
}
==============================

**/


/* Initial Setting */

*{margin:0; padding:0; background-repeat:no-repeat; line-height:140%; font-size:100%; font-family:"‚l‚r ‚oƒSƒVƒbƒN", verdana, Arial, Helvetica, sans-serif;}

	
body{
	text-align:center;
	background-image: url(../images/bg.gif);
    background-repeat: repeat;
	font-size:11px
}


#contents {
	margin:0 auto;
	width:1004px
}

a{
	color:#0099FF
}
a:hover{
	color:#FF6600
}

#left {
	float:left;
	margin:4px 10px
}

#right{
	float:right;
	margin:4px 10px
}


.clear{clear:both; height:0; line-height:0; font-size:0}





