@charset "utf-8";

/* ========================================

    footer main

======================================== */

	/* frame */
		

	/* contentw */





/* ========================================

    font

======================================== */

	/* font */
		* {
			font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
		}

	/* a */
		a {
			text-decoration: none;
		}
		a:visited {
			text-decoration: none;
		}
		a:active {
			text-decoration: none;
		}