/* jlpstudy master css file */

.note {
	font-size: 90%;
}

.grammarNote {
	margin: 20px;
	font-size: 90%;
}

body {
	background: #f7f5f4;
	font-family: "Trebuchet MS", "Verdana", serif;
	font-size: 14px;
}

th {
	background-color: #F7FFBE
}

.highlight {
	background-color: #F7FFBE
}

.smallNote {
	color: black;
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.paragraph {
	margin: 5px 30px 15px;
}

.mainWindow {
	margin-left: 15px;
	margin-right: 15px;
}

.signatureBox {
	font-size:14px;
	font-family:"Trebuchet MS", "Helvetica";
	clear: both;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

.grammarHeading {
	text-align: left;
	width: 90%;
}

.heading {
	background-color: #F7FFBE;
}

/*used in cooltree js*/
.menuHeading {
	font-size: 120%;
	margin-top: 10px;
	margin-left: 3px;
	margin-right: 3px;
	letter-spacing: 1px;
	text-decoration: none;
}

/*used in cooltree js  */
.treeNode {
	text-decoration: none;
}

.lisAnswers {
	margin-top: 15px;
	/*background-color: #f7f9fe;*/
	line-height: 150%;
}

.lisAnswers ol {
	margin:2px;
}

.conversation {
	margin: 20px;
	padding: 5px;
	/*border-style: groove;*/
}

.speaker {
	font-weight: normal;
}

.lisStatement {
	line-height: 200%;
	margin-bottom:20px;
	padding:5px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.convDialogueNo {
	margin: 10px;
	font-size: 120%;
}

.grammarLink {
	border-bottom:2px dotted;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-left:3px;
	padding-right: 0;
	margin-right: 0;
}

.helpForum {
	clear: both;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 120%;
	/*padding: 10px;*/
	font-family: "Helvetica",serif;
}

.mainPageHeading {
	background-color: #efeddc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border:4px;
	padding:2px;
	width:90%;
}

.nohover a:hover {
	background-color: transparent;
}

a:hover {
	background-color: #C0E8E8;
}

a[href^="#showAnswer"] {
	font-family: helvetica,arial;
	font-size: 9px;
	background-color: transparent;
	border: 1px groove;
	text-decoration: none;
	padding: 2px;
	margin-bottom:15px;
}

a[href^="#showAnswer"]:hover {
	background-color: transparent;
}

a[href^="#showAnswer"]:visited {
	background-color: transparent;
}

/*used in jquery*/
.trueAnswer {
	background-color: #00FF00;
}

#levelButtonSet {
	margin: 0;
	padding: 0;
	font-size: 12px;
	position:absolute;
	white-space: nowrap;
}

#levelButtonSet .note {
	font-size: 9px;
	color: gray;
	text-align: center;
	margin: 0;
	padding: 0 5px 0 0;
	letter-spacing: 2px;
}

/*to override jquery ui*/
.ui-widget {
	font-size: 100%;
}

.logoLevels a:hover {
	background-color: transparent;
}

.book {
	float:right;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:2px;
	text-decoration: none;
}

.book img {
	 vertical-align:bottom;
	 border: 4px solid #330099;
}

.book a:hover {
	background-color: transparent;
}

table.biglistingTable {
	display:none;
	width: 100%;
	margin-top:5px;
}

table.expressionlistTable {
	margin-top:5px;
}

table.biglistingTable td {
	vertical-align:text-top;
}

.kanji {
	font-size: 16px;
	font-family:"Meiryo","MS Gothic","M2+";
}

.kanji a {
	text-decoration: none;
}

.eng {
	font-size: 14px;
	font-family: "Helvetica";
}

.engkanji {
	font-size: 14px;
	font-family:"Meiryo","MS Gothic","M2+";
}

@font-face {
  font-family: "M2+";
	src: url(http://mplus-fonts.sourceforge.jp/webfonts/mplus-2m-regular.ttf) format("truetype");
	font-size: 16px;
}

.listeningKey {
	font-family: "Meiryo","MS Gothic","M2+";
}

.lisKey {
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 130%;
	font-family: "Meiryo","MS Gothic","M2+";
}

.lisProblem {
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 120%;
	font-family: "Meiryo","MS Gothic","M2+";
}

.lisScriptBox {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 250px;
	text-align: center;
	padding: 10px;
	margin-left: 35%;
	font-size: 150%;
	border: 2px solid;
	font-family: "Meiryo","MS Gothic","M2+";
}

#nyroModalTitle {
	font-family: "Meiryo","MS Gothic", "M2+";
}

.lisAnswers label {
	font-size:9px;
}

ruby {
    display: inline-table;
    margin: 0;
    text-align: center;
    text-indent: 0;
    vertical-align: bottom;
    white-space: nowrap;
}
ruby > rb, ruby > rbc {
    display: table-row-group;
}
ruby > rt, ruby > rbc + rtc {
    display: table-header-group;
    font-size: 60%;
    letter-spacing: 0;
}
ruby > rbc + rtc + rtc {
    display: table-footer-group;
    font-size: 60%;
    letter-spacing: 0;
}
rbc > rb, rtc > rt {
    display: table-cell;
    letter-spacing: 0;
}
rtc > rt[rbspan] {
    display: table-caption;
}
rp {
    display: none;
}

#story {
	background-color:#ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border:4px;
	padding:4px;
}

.promo {
	margin: 20px;
	font-size: 9px;
}

.promo.gg {
	text-align: center;
}

.ggss {
	float:right;
	margin: 20px;
	/*border: 2px dotted;*/
}

.promo.bg {
	border: 1px solid;
	background-color: #eeeeee;
}

.promo a {

}

.promo li {
	list-style-type: none;
	padding: 2px;
}