@charset "shift_jis";

/*****************話し方チェックシートのCSS***********************/
* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #FFFFEE;
	font-size: 100%;
	line-height: 130%;
	width: 95%;
	margin: 2%;
}

/*タイトル*/
#title {
	background-image: url(../img/title.gif);
	background-repeat: repeat;
	height: 34px;
	width: 100%;
}

#title #titlefont {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 900;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 12px;
	padding-bottom: 1px;
}

/*自己判定レベルの文字位置*/
.level {
	width: 100%;
	text-align: right;
}

/*チェック表*/
.main_table{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	width: 100%;
	border-collapse: collapse;
}
.main_table td{
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.main_table .subtitle{
	background-color: #d5f2a4;
	height: 40px;
	text-align: center;
	vertical-align: middle;

}



/********話し方チェックテーブルサイズ******************/
/*種類*/
.main_table .v_size01{
	width: 6%;
	text-align: center;
}
/*分類*/
.main_table .v_size02{
	width: 10%;
}
/*チェック項目*/
.main_table .v_size03{
	width: 21%;
}
/*自己判定*/
.main_table .v_size04{
	width: 16%;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.main_table .v_size04 input {
	vertical-align: -20%;
}

/*訓練、対策方法*/
.main_table .v_size05{
	width: 33%;
}
/*よい例*/
.main_table .v_size06{
	width: 7%;
	text-align: center;
}
/*悪い例*/
.main_table .v_size07{
	width: 7%;
	text-align: center;
}
/****************************************************/
/*ボイストレーニングボタン*/
.v_button {
	display: block;
	margin-top: 8px;
	background-repeat: no-repeat;
	height: 40px;
	width: 185px;
	background-image: url(../img/self_button.gif);
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	}
a.v_button:hover {
	background-image: url(../img/self_button_over.gif);
}
.v_button a {
	color: #ffffff;
	text-decoration: none;
}
.v_button p {
	color: #ffffff;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 40px;
	text-align:left; 
}

.tx	{
	color: #ffffff;
	padding-top: 10px;
	padding-left: 40px;
	text-align: left;
	}


/* 
.v_posi {
	text-align: center;
	width: 100%;
	background-image: url(../img/self_button.gif); 
	background-repeat: no-repeat;
	background-position: center bottom;
}
*/

/*よい例*/
.g_bg{
	display: block;
	background-repeat: no-repeat;
	height: 13px;
	width: 40px;
	background-image: url(../img/good.gif);
	margin: auto;
}
.good {
	display: block;
	background-repeat: no-repeat;
	height: 13px;
	width: 40px;
	background-image: url(../img/good.gif);
	margin: auto;
	text-decoration: none;
	}
a.good:hover {
	background-image: url(../img/good_over.gif);
}
/*悪い例*/
.b_bg{
	display: block;
	background-repeat: no-repeat;
	height: 13px;
	width: 40px;
	background-image: url(../img/bad.gif);
	margin: auto;
}
.bad {
	display: block;
	background-repeat: no-repeat;
	height: 13px;
	width: 40px;
	background-image: url(../img/bad.gif);
	margin: auto;
	text-decoration: none;
	}
a.bad:hover {
	background-image: url(../img/bad_over.gif);
}

.v_posi span { 
	visibility: hidden;
	position: absolute; }
.good span {
	visibility: hidden;
	position: absolute;
}
.bad span { 
	visibility: hidden;
	position: absolute;
	 }

/*公開可否・名前入力欄*/
.footer {
	border-top: 5px solid #990000;
	text-align:center;  
	border-bottom: 5px solid #990000;
}


/*ボタン*/
.bottom {
	text-align: center;
	width: 100%;
}
.bottom input {
	margin-right: 10px;
	margin-left: 10px;
}

/*音声が無い場合のポップアップ画面*/
#novice {
	width: 260px;
	margin: 15px;
}
#novice form {
	text-align: right;
}


