
.normal { font-size: 14px; line-height: 18px }
.name { font-weight: bold; font-size: 14px; line-height: 18px }
.exbig { font-size: 26px; line-height: 32px }
.big   { font-size: 18px; line-height: 22px }
.small { font-size: 12px; line-height: 16px }

body {

	/*box-size*/
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	
	/*margin*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	/*background*/
	background-color: #FFFFFF;	/*IE5.0‚Å‚Í–³Œø*/
/*
	background-image: url("../images_common/bg_main.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-position: left top;
*/	
	/*text*/
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	
	color: #000000;
	
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

.bg_fix    { background-repeat: no-repeat }

ul	{
	margin: 0 0 0 1em;
	display: list-item;
	list-style-type: disc;
}
li	{
	margin: 0 0 0 1em;
	display: list-item;
	list-style-type: disc;
}
