@charset "shift_jis";
/*##################################################################################
memo
-----------------------------------------------------
	文字コード：shift_jis
	改行コード：CRLF
##################################################################################*/
/*===================================================
	font
===================================================*/
select,
input,
button,
textarea,
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
pre,
code,
kbd,
samp,
tt {
	font-family: "Courier New", "平成角ゴシック", "ＭＳ ゴシック", monospace;
}
/*===================================================
	form
===================================================*/
input.text,
input.password {
	padding: 0 0.1em;
}

/*===================================================
	/indexのみ
===================================================*/
/* attention */
#contents-navi em {
	background-image: url(../images/index/attention.png);
	background-repeat: no-repeat;
}