@charset "utf-8";
/* ブラウザスタイルの初期化 */
* {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #222222;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* ブラウザスタイルの初期化（IE６など一部のブラウザ向け） */
th, td, form {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: black;
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* 通常のベース */
body, div, p, form, input, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h3, h5, h6, address {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
}
body {
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
}
img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:bottom
}
ul {
	list-style:none;
}
