@charset "utf-8";
/* CSS Document */

/* Class.general */
.float_left{ float:left; }
.float_right{ float:right; }
.clear {
	clear: both;
	height: 5px;
}
.clear_left{ clear:left; }
.clear_right{ clear:right; }
.bt_edit {
	width: 50px;
	height: 20px;
	text-align: center;
	background: #FFFFFF;
	display: block;
	line-height: 1.8;
	float: left;
	margin-right: 5px;
}
.bt_edit a:link, .bt_edit a:visited{
	display:block;
	text-decoration:none;
	font-weight:bold;
	background:#FFFFFF;
	color:#990000;
	border: 1px solid #990000;
}
.bt_edit a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#990000;
	color:#FFFFFF;
	border: 1px solid #990000;
}
.bt_number {
	width: 30px;
	height: 20px;
	text-align: center;
	background: #FFFFFF;
	display: block;
	line-height: 1.8;
	float: left;
	margin-right: 5px;
}
.bt_number a:link, .bt_number a:visited{
	display:block;
	text-decoration:none;
	font-weight:bold;
	background:#FFFFFF;
	color: #006699;
	border: 1px solid #006699;
}
.bt_number a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#006699;
	color:#FFFFFF;
	border: 1px solid #006699;
}
/* Class.text */
.tx_align_left{
	text-align:left;
}
.tx_align_center{
	text-align:center;
}
.tx_align_right{
	text-align:right;
}
em{
	font-weight:bold;
	color:#990000;
	font-style:normal;
}
.tx_12{
	font-size:12px;
}
.tx_16{
	font-size:16px;
}
.tx_20{
	font-size:20px;
}
.tx_bold{
	font-weight:bold;
}
.tx_black{
	color:#333333;
}
.tx_red{
	color:#990000;
}
.tx_gray{
	color:#999999;
}
.tx_kanji{
	font-family: "HG教科書体","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック";
	background:#FFFFFF;
	border:#333333 1px solid;
	width:36px;
	height:36px;
	font-size:36px;
	font-weight: bold;
	line-height:1;
}
.tx_kanji_ichiran{
	background:#FFFFFF;
	width:36px;
	height:36px;
	line-height:1;
	margin-right:2px;
}
.tx_kanji a:link, .tx_kanji a:visited,
.tx_kanji_ichiran a:link, .tx_kanji_ichiran a:visited,
#kj_ichiran a:link, #kj_ichiran a:visited{
	color:#333333;
	text-decoration:none;
}
.tx_kanji a:hover{
	text-decoration:none;
	color:#0066CC;
}
.tx_kanji_ichiran a:hover, #kj_ichiran a:hover{
	text-decoration:none;
	background: #DEDEFF;
}
.tx_kanji_details{
	font-family: "HG教科書体","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝", "ＭＳ Ｐゴシック";
	background:#FFFFFF;
	border:#333333 1px solid;
	width:90px;
	height:90px;
	font-size:88px;
	color: #333333;
	font-weight: bold;
	line-height:1;
}
.tx_hude{
	font-family: "HG教科書体","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝", "ＭＳ Ｐゴシック";
	font-weight:bold;
	color:#990000;
	font-size:24px;
}
/* Class.form */
.input_100{
	width: 100px;
	height:16px;
	ime-mode:inactive;
}
.input_160{
	width: 160px;
	height:16px;
	ime-mode:inactive;
}
.input_300{
	width: 300px;
	height:16px;
	ime-mode:inactive;
}
.input_search{
	width:80px;
	height:30px;
	font-size:28px;
	font-weight:bold;
	font-family: "HG教科書体","メイリオ", Arial Unicode MS, tahoma,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	text-align:center;
	ime-mode:active;
}
.input_search_b{
	width:80px;
	height:18px;
	font-size:12px;
	font-family: "メイリオ", Arial Unicode MS, tahoma,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	ime-mode:active;
}
.input_button{
	line-height:1.4;
}
.textarea_90, .textarea_90_b, .textarea_120, .textarea_120_b{
	height:32px;
	font-size:12px;
	font-family:"メイリオ";
	line-height:1.3;
}
.textarea_90{
	width: 90px;
	ime-mode:inactive;
}
.textarea_90_b{
	width: 90px;
	ime-mode:active;
}
.textarea_120{
	width: 120px;
	ime-mode:inactive;
}
.textarea_120_b{
	width: 120px;
	ime-mode:active;
}
.textarea_300{
	width: 300px;
	height:160px;
	font-size:12px;
	font-family:"メイリオ";
	line-height:1.3;
	ime-mode:inactive;
}
.textarea_700{
	width: 700px;
	height:300px;
	font-size:12px;
	font-family:"メイリオ";
	line-height:1.3;
	ime-mode:inactive;
}

/*
font-family: "HG教科書体","ＭＳ Ｐ明朝","メイリオ";
font-weight: bold;
font-size:36px;
*/
