@charset   "Shift_JIS";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
OPTION {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
BODY {
	margin: 0px;
	padding: 0px;
	font-size: small;
	/*text-align: center;
*/
}
H1,H2,H3,H4,H5,H6,BODY,HTML,P,LI,DT,DD,PRE,FORM,FIELDSET,INPUT,TEXTAREA,SELECT {
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}
UL,OL,DL,IMG {
	margin: 0px;
	padding: 0px;
}
UL{
	list-style-type: none;
}
IMG {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}
/* ---------- */
#wrapper {
	width : 800px;
	margin-right: auto;
	margin-left: auto;
}
#navi {
	height : 30px;
}
P {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
