@charset "utf-8";

/* **************************************************
   set up
   ************************************************** */
body,h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,div,img{
	margin: 0px;
	padding: 0px;
}
body {
	font-family:  "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #656363;
	line-height: 150%;
}
h6,strong{
	font-size: 12px;
	color: #787065;
}
/*justify flick macIE\*/
p{
	text-align:justify;
	text-justify:distribute;
}
/**/
img{
	border: none;
}
ul{
	list-style-type: none;
}
li img{
	display: block;
}

/* ------------------------------------- 
 *	link
 * ------------------------------------- */
a:link	  {
	color: #656363;
	text-decoration:underline;
}
a:visited {
	color: #656363;
	text-decoration:underline;
}
a:hover   {
	color: #656363;
	text-decoration: none;
}
a:active  {
	color: #656363;
	text-decoration: none;
}

/* ------------------------------------- 
 *	table
 * ------------------------------------- */
table {
	 font-size: 100%;/*Quirks mode(table Inheritance)*/
}
td,th{
	vertical-align: middle;
	text-align: center;
}

/* no expand ----------------------------*/
td{
	word-break:normal;/*IE*/
}
td p,p,dl{
	overflow:hidden;
}

