@charset "utf-8";
/* CSS Document */

/* huck for IE */
* html div#container {height:100%;}
*{margin:0;padding:0;}
body > #container { height: auto;}


html {
	height:100%;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #fcfadc;
	height:100%;
}
* html div#container{
}

div#container{
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
}



hr{
	clear: both;
	padding: 0px;
	visibility: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ol{
	margin: 0px;
	padding-left: 25px;
	list-style-position: outside;
}
li{
}

#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#contents{
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	min-height:100%;
	height:auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}
#footer{
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7DAA1C;
	font-size: 11px;
	line-height: 130%;
	color: #7DAA1C;
	bottom:0;
	width: 800px;
	margin-top: 20px;
	margin-right: 3px;
	margin-left: 3px;
	clear: both;
	height: 50px;
}
.footerBlockL{
	float: left;
	padding: 5px;
}
/*.footerBlockR{
	float: right;
	text-align: right;
	padding: 5px;
	font-size: 10px;
}*/

.footerBlockR{
	float: right;
	text-align:left;
	padding: 5px;
	font-size: 10px;
	text-indent:-9000px;
background:url(https://www.jnsa.org/images/obj/copyright_slb.png) no-repeat right 5px;
	}
/* TOP PAGE */
#conLeftBlock{
	width: 200px;
	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
}
#conRightBlock{
	width: 550px;
	float: left;
}

.topLogin{
	font-size: 11px;
	color: #536136;
	text-align: center;
	background-color: #fffbcc;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #648B18;
	width: 200px;
	overflow: visible;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.topLoginBtn{
	margin-top: 10px;
}

.topAdminLogin{/*たぶんつかわない*/
	font-size: 12px;
	color: #336600;
	text-align: center;
background-color: #fffbcc;
	width: 200px;
	overflow: visible;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: right;
	border: 2px solid #648B18;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.topRank{
	margin-top: 20px;
	background-color: #fde9c7;
	width: 200px;
	margin-bottom: 10px;
}
.topRank_pre{
	margin-top: 20px;
	background-color: #fde9c7;
	width: 200px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.topRankTitle{
}
.topRankMonth {
	background-color: #fffbcc;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	text-align: center;
	color: #FF6600;
}
.topRankTxt{
	font-size: 12px;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C97E00;
}

.topNews{
	font-size: 11px;
	color: #333333;
	line-height: 120%;
	width: 335px;
	margin-bottom: 20px;
	float: left;
	background-image: url(../images/top_news_title.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
}
.topNewsTxt{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	clear: both;
	display: block;
	color: #666666;
}
.topNewsDate{
	width: 9em;
	float: left;
	color: #666666;
	font-weight: bold;
}
.topAbout{
	font-size: 12px;
	line-height: 170%;
	font-size: 12px;
	margin-bottom: 20px;
	clear: both;
}
.topAbout02{
	margin-bottom: 20px;
	border: 1px solid #638C0B;
	padding: 5px;
	font-size: 12px;
	line-height: 160%;
	clear: both;
}
.topAbout02L{
	width: 220px;
}
.topAbout02R{
	float: left;
}

/*ログアウト部分*/
.logout{
	float: right;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/*ログイン／受講部分*/
.subTitle{
	background-color: #668D1A;
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
.startTitle{
	background-color: #DCE5C8;
	border: 2px solid #668D1A;
	padding: 5px;
	color: #668D1A;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.startBlock{
	background-color: #FFFFCC;
	border: 2px solid #668D1A;
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;

}
.formRedTxt{
	font-size: 14px;
	color: #FF0000;
}
.redTxtBig{
	font-size: 14px;
	color: #FF0000;
	line-height: 150%;
}
.redTxtSmall{
}
.startBlockWhite {
	border: 2px solid #668D1A;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 150%;
}

/*問題・解答関係*/
.qNum{
	font-size: 12px;
	color: #666666;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: auto;
	letter-spacing: 1px;
	background-color: #CCCCCC;
	margin-top: 10px;
	text-align: center;
}
.qNumNow{
	font-weight: bold;
	color: #FF0000;
}
.qBlock{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.qTitle{
	font-size: 16px;
	color: #000000;
}
.qtitleSub{
	font-size: 14px;
	color: #648c0b;
	margin-bottom: 10px;
}
.qPic{
	width: 120px;
	float: left;
}
.qTxt{
	color: #000000;
	font-size: 14px;
	line-height: 150%;
	float: left;
	width: 570px;
	margin-top: 20px;
	font-weight: bold;
}
.qPostit{
	clear: both;
	text-align: left;
	font-size: 12px;
	color: #648C0B;
	line-height: 12px;
}
.qChoiceTitle{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #648c0b;
	padding: 3px;
	margin-top: 10px;
}
.qChoice{
	font-size: 12px;
	line-height: 180%;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #648C0B;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.qBtnL{
	float: left;
}
.qBtnR{
	float: right;
}

.answerChoiceTitle{
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4489CA;
	padding: 3px;
	margin-top: 10px;
}
.answerChoice{
	font-size: 14px;
	line-height: 180%;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4489CA;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.answerCorrect{
	font-weight: bold;
	color: #4489CA;
	margin-left: -10px;
}
.answerCom{
	margin: 10px;
	font-size: 12px;
	line-height: 150%;
}
.topRankDesc{
	font-size: 10px;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	clear: both;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C97E00;
}
