@charset 'UTF-8';
/*================================================*/
/*=== common =====================================*/
/*
|	reset
|	common module
|	center layout
|                                                 */
/*================================================*/


/* reset
-------------------------------*/
html {
	height:100%;
	font-family:"Lucida Grande", Verdana, Geneva, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, Sans-serif;
	line-height:1.4;
}
body,h1,h2,h3,h4,h5,h6,form,p,ul,ol,li,table,tr,th,td,dl,dd,dt {
	margin:0;	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
}
img{
	border:none;
}
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html table{
	font-size:100%;
}
address {font-style: normal; }



/* common module
------------------------------ */
a{
	color:#333333;
}
a:hover{
	color:#333333;
}
li{
	list-style:none;
}
.clearfloat {
	height:0px;
	font-size:1pt;
	clear:both;
	display:block;
}
.alt {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.floatleft {  float:left;}
.floatright { float:right;}
.clearleft {  clear:left;}
.clearright { clear:right;}
.clearboth {  clear:both;}
.bold{
	font-weight:bold;
}
.align_right{
	text-align:right;
}
.align_center{
	text-align:center;
}
.align_left{
	text-align:left;
}


/* center layout
------------------------------ */
body {
	text-align:center;/* for IE center layout */
	height:100%;
	color:#333333;
}
#container {
	text-align:left;/*for reset text-align:center;*/
	margin:0 auto;
}


