@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%;
	
	inline-height: 1.4em;
	color:#101010; 
}

body{
	font-size:80%;
}

td,tr,th{
	vertical-align: top;
}

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%;
*/

input{
	vertical-align: middle;
}

img{
	border: 0;
	display: block;
}

li{
	list-style-type: none;
}

/*MacIE5xHackStart \*/
p{
	text-justify:inter-ideograph;
	text-align: justify;
}
/*MacIE5xHackEnd */
