@charset "shift_jis";

/*******************************************************************
  common STYLES                                                   
*******************************************************************/

*{margin:0; padding:0;}

body{
	padding:0;
	margin:0;
	font-size:small;
	_font-size:x-small;	/*IE*/
	color:#333;
	line-height:1.3em;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align:center;
	background:url(../images/bg_body.gif) top center repeat-y #DFE0E4;
}

div,p,span,a,input,select,textarea,form,ul,ol,li,dl,dt,dd,tr,td,table{font-size:100%;}

img , a{border:0;}

a{cursor:pointer;}
a:link{color:#003399; text-decoration:underline;}
a:visited{color:#003399; text-decoration:underline;}
a:hover{color:#FF6600; text-decoration:none;}

address {font-style: normal;}

em{font-weight:bold; font-style:normal;}

hr{display:none;}

form{font-size:100%;}

ul {list-style-type: none;}

#container{text-align:left; background:#FFF; width:800px; margin:0 auto;}

/* |||| common parts |||| */
.clear{clear:both;}