@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	color: #222;
	font-family: "メイリオ", "ＭＳ Ｐゴシック",  "ヒラギノ角ゴ Pro W3" , Osaka ;
	font-size: small;
	line-height: 160%;
}

body {
	text-align: center;
}

table {
	border-collapse: collapse;
}

a:link { color: #36c; }
a:visited { color: #669; }
a:hover,a:active { color: #000; }

img {
	border: 0;
}

p {
	margin: 0.5em 0;
}

/* ===============  Class Section  =============== */

#container {
	width: 1000px;
	margin: 10px auto;
	text-align: left;
}

/* ===============  Class Section  =============== */

.centering {
	text-align: center;
}

.right_text {
	text-align: right;
}

.right_image {
	float: right;
	margin-left: 1em;
}

.left_image {
	float: left;
	margin-right: 1em;
}

.clear_both {
	clear: both;
	line-height: 0;
}

.super_text {
	font-size: 80%;
	vertical-align: super;
}

.sub_text {
	font-size: 90%;
	vertical-align: sub;
}