@charset "Shift_JIS";

/* //////////////////////////////////////////////////////////////////////

 init.css --初期化--
 
////////////////////////////////////////////////////////////////////// */

*,
* *{
	margin: 0;
	padding: 0;
	font-weight:normal; 
	font-style:normal; 
	text-decoration:none; 
	font-family: "ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size:100%;
	line-height: 1.4em;
	inline-height: 1.4em;
	color:#5e5e5e; 
}
table{
	border-collapse:collapse
}

body{
	font-size:90%;
}


hr { display: none; }

/* IE/Win ?_*/
/*
* html {
	font-size: medium;
}*/
/**/
/*
body {
	color: #000;
	font-size: 100%;
}
*/

/* text sizing
16px -> font-size: 135%;
14px -> font-size: 118%;
10px -> font-size: 85%;
9px -> font-size: 75%;
*/

img{
	border: 0;
	display: block;
}

li{
	list-style-type: none;
}
