/******************** base ********************/

* {
	margin:  0;
	padding: 0;
	font-weight:normal;
}


body {
	font-family: sans-serif,"メイリオ","Hiragino Kaku Gothic Pro","Meiryo","NFモトヤアポロ1","ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka;
	text-align: left; /* 文字を左に設定 */
	line-height: 1.6;
	font-size: 12px;
	color: black;
	background: url() #ffffff;
	padding: 0px;
}

body > * {
	color: white; /* Firefoxで不要な黒線を消すため */
}

a {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}



h2 {
	font-size: 14px;
}

#menu h2 {
	font-weight: bold;
	font-family: sans-serif,"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Osaka;
}

.bold,
.b {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: blue;
}


/******************** form ********************/

.ime-off {
	ime-mode: disabled;
}

