@charset "Shift_JIS";

body {
	margin: 0 auto;
	background: #ddd url(../image/bg.gif) repeat-y top center;
	font-size: 90%;
	font-family: Arial, Helvetica;
	text-align: center;
}
#contentbody {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	text-align: left;
}

img { border: none ;
}

.small { font-size: 83% ;
}
.large { font-size: 116% ;
}
.x-large { font-size: 133% ;
}

/* floatのheight弊害解消 */
	.dr-K:after { content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.dr-K { display: inline-block;
	}

	/* Hides from IE-mac \*/
	* html .dr-K { height: 1%; }
	.dr-K { display: block; }
	/* End hide from IE-mac */
/* floatのheight弊害解消 */

.arw { background: url(/image/arw.gif) no-repeat left center ;
	padding-left: 12px ;
}