@charset "UTF-8";

/*--reset--------------------------------------------------------------------*/

html{
	color:#333;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

li{
	list-style:none;
}
caption,th{
	text-align:left;
}

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

q:before,q:after{
	content:'';
}

abbr,acronym{
	border:0;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000;
}
/*--font--------------------------------------------------------------------*/


table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

a{
	color:#000;
	text-decoration:none;
}

a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:underline;
}

img{
  border:none;
}

p{
	margin:0 0 10px 0;
}

/*------body------*/
body{
	font:13px/1.231 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ҥ饮γѥ Pro W3", "ͣ Хå", sans-serif;
	line-height:1.4;
	text-align:center;
	color:#333;
	background:#fff;
}

/*-----------------------------------*/
a{
	color:#333;
	text-decoration:underline;
}

a:visited{
	color:#333;
	text-decoration:underline;
}

a:hover{
	color:#333;
	text-decoration:none;
}
/*--img-------*/
img{
  border:none;
}

/*--clear--*/
.clear{
  clear:both;
}


/*------float----*/
.fl_r{
	float:right;
}

.fl_l{
	float:left;
}

.clear{
	clear:both;
}

/*------align----*/
.w108{
	width:108px;
}

.w256{
	width:256px;
	text-align:left;
	margin:0 0 0 5px;
}