/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q demo
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: normal;}


/* General
***********************/
body {
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.8em;
	color:#333333;
	background: #fff;
	background-image: url(../images/common/bg_body.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

iframe {
	frameborder: 0px;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0 0 1em 0;
	font-size: 24px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2 {
	margin: 0 0 1em 0;
	font-size: 20px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h3 {
	margin: 0 0 1em 0;
	padding: 4px 0 0 10px;
	font-size: 18px;
	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1em;
	border-left: 12px solid #007f42;
}

h4 {
	margin: 0 0 1em 0;
	font-size: 16px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h5{
	display: block;
	margin: 0 0 40px 0;
	padding: 4px 0 2px 10px;
	font-size: 16px;
	font-weight: bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	line-height: 18px;
	text-align: centerl;
	background: #007f42;
}

.whats-new {
	margin: 0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	color: #007f42;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.img-l {
	margin: 5px 0;
	width: 700px;
}

.img-m {
	margin: 5px;
	width: 340px;
}

.img-s {
	margin: 5px;
	width: 220px;
}

/* --Layout */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 0 0;
}

#header {
	width: 100%;
	height: 105px;
	margin: 0;
	padding: 0;
}

#title {
	clear: left;
	width: 100%;
	height: 420px;
	margin: 10px 0 0 0;
}

#footer {
	clear: both;
	width: 960px;
	margin: 30px auto;
	height: 100px;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	background: #efefef;
}

#left-main {
	width: 720px;
	margin: 0 0 0 240px;
	padding: 0;
}

#side-bar {
	float: left;
	width: 200px;
	margin: 0 20px 100px 0;
	padding: 5px 10px;
	background-color: #d6e9c4;
}

#main {
	width: 960px;
	margin: 10px auto 100px auto;
	padding: 0;
}


/* --header */
#header img {
	margin: 10px 0 0 0;
	border: 0;
}
	
.fontsize {
	float: right;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 5px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background: #d6e9c4;
}

.font-change {
	float: right;
	width: 100px;
	margin: 0 10px 0 0;
	padding: 5px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background: #d6e9c4;
}

#header-navi-top {
	clear: both;
	padding: 30px 0 0 0;
	font-size: 14px;
	color: #333;
	text-align: right;
}

#header-navi-top a {
	padding: 0px 10px 0px 20px;
	color: #666;
	background-image: url(../images/common/mark_header_nav.png);
	background-position: left;
	background-repeat: no-repeat;
}

#header-navi-top a:hover {
	font-weight: bold;
	text-decoration: none;
}

#header-navi {
	clear: both;
	padding: 15px 0 0 0;
	font-size: 14px;
	color: #333;
	text-align: right;
}

#header-navi a {
	padding: 0px 10px 0px 20px;
	color: #666;
	background-image: url(../images/common/mark_header_nav.png);
	background-position: left;
	background-repeat: no-repeat;
}

#header-navi a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* --navi */
#global-navi {
	width: 100%;
	height: 40px;
	margin: 5px 0 0 0;
	backgorund: #999;
}

#global-navi ul {
}

#global-navi li {
	display: block;
	float: left;
	width: 130px;
	height: 35px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-image: url(../images/common/btn_select.png);
	background-position: left top;
	background-repeat: no-repeat;
}
	
#global-navi li a {
	display: block;
	width: 130px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-image: url(../images/common/btn_normal.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#global-navi li a:hover {
	display: block;
	width: 130px;
	height: 35px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #e71f19;
	background-image: url(../images/common/btn_over.png);
	background-position: left top;
	background-repeat: no-repeat;
}


.top_btn {
	margin: 20px 3px 0px 3px;
}


/* --footer */
.address {
	float: left;
	width: 270px;
	margin: 15px 20px 15px 10px;
	border-right: 3px solid #fff;
}

.copyright {
	float: right;
	width: 630px;
	margin: 15px 10px 10px 10px;
	text-align: center;
	line-height: 1em;
}

.copyright a {
	line-height: 2em;
}


/* --side-bar */
#side-bar ul {
	margin: 0 0 20px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}

#side-bar li {
	margin: 0 0 0 1em;
	list-style: square;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}


/* --page */
#main h1 {
	display: block;
	width: 920px;
	height: 26px;
	margin: 0 0 20px 0;
	padding: 44px 10px 10px 30px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	vertical-align: bottom;
	background: #007f42;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#left-main iframe {
	border: 1px solid #999;
}

#left-main h2 {
	margin: 0 0 2em 0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

#left-main p {
	margin: 0 0 2em 10px;
	color: #333;
	text-align: justify;
	line-height: 1.5em;
	vertical-align: middle;
}

#left-main ol {
	margin: 10px 0 2em 40px;
	list-style-type: decimal;
}

#left-main ul {
	margin: 10px 0 2em 0;
}

#left-main li {
	margin: 0 0 1em 20px;
}


/* --table */
#left-main table {
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#left-main th {
	padding: 5px 1px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #007f42;
	border: 1px solid #333;
}

#left-main td {
	padding: 10px;
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
	text-align: center;
	background: #fff;
	border: 1px solid #333;
}

#left-main td:first-child {
	font-weight: bold;
	background: #d6e9c4;
}

#left-main .td-left {
	padding: 10px;
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
	text-align: left;
	background: #fff;
	border: 1px solid #333;
}

.column {
	width: 690px;
	height: 2.5em;
	margin: 20px 0 50px 0;
	padding: 20px 10px;
	border: 1px solid #ddd;
	background: #eee;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#left-main hr {
	margin: 50px 0;
	height: 1px;
	border-top: 0;
	border-bottom: 1px dashed #999;
}


/* --rule */
.rule-right {
	padding: 0 10px 20px 0;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: right;
}

#rule-para {
	margin: 0 0 1.5em 0;
	font-weight: bold;
}

#rule-para ul {
	list-style-type: none;
}

#rule-para li {
	margin: 0 0 0 5em;
	text-indent: -4em;	
	font-weight: normal;
}

#rule-para ol {
	margin: 0 0 0 1em;
	list-style-type: none;
}


/* --kaihou */
#kaihou-txt {
	float: right;
	width: 260px;
	padding: 10px;
	text-align: center;
	background: #efefef;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#kaihou-txt h3 {
	display: block;
	margin: 10px 5px;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #007f42;
}

.kaihou-img {
	width: 420px;
	border: 1px solid #999;
}

#backnumber {
	margin: 10px 0 0 60px;
	font-size: 1.2em;
}

#backnumber ul {
	list-style-type: none;
	line-height: 3em;
}

#backnumber ol {
	margin: 0 0 20px 12em;
	list-style-type: none;
	line-height: 1.2em;
}

#backnumber li {
	margin: 0 0 0 5em;
	text-indent: -4em;	
	font-weight: normal;
}


/*password alert*/
.pass_alert {
	padding: 10px;
	text-align: left;
	background: #efefef;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


/* --report */
#report {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

#report h4 {
	display: block;
	margin: 70px 0 20px 0;
	padding: 5px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
}

#report p {
	padding: 0px 5px;
	text-align: left;
}


/* --teacher */
#teacher {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	text-align: center;
}

#teacher h4 {
	display: block;
	margin: 70px 0 20px 0;
	padding: 5px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
}

#teacher .recent1 {
	margin: 1em 3em 1em 0.5em;
	padding: 10px 1em 10px 2em;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.5em;
	text-indent: -1em;
	background: #ffffdd;
	border: 2px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

#teacher .recent1:first-line {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #007f42;
}

#teacher .recent2 {
	margin: 1em 0.5em 1em 3em;
	padding: 10px 1em 10px 2em;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.5em;
	text-indent: -1em;
	background: #ddffff;
	border: 2px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

#teacher .recent2:first-line {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #007f42;
}


.teacher_info {
	width: 680px;
	margin: 0;
	padding: 10px;
	font-size: 0.9em;
	text-align: left;
	border: 3px solid #007f42;
	border-radius: 10px;
}


/* --alumni */
#alumni {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	text-align: center;
}

#alumni h4 {
	display: block;
	margin: 70px 0 20px 0;
	padding: 5px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
}

#alumni .recent1 {
	margin: 1em 3em 1em 0.5em;
	padding: 10px 1em 10px 2em;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.5em;
	text-indent: -1em;
	background: #ffffdd;
	border: 2px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

#alumni .recent1:first-line {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #007f42;
}

#alumni .recent2 {
	margin: 1em 0.5em 1em 3em;
	padding: 10px 1em 10px 2em;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.5em;
	text-indent: -1em;
	background: #ddffff;
	border: 2px solid #ddd;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

#alumni .recent2:first-line {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #007f42;
}


/* --success */
#success {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

#success h4 {
	display: block;
	margin: 70px 0 20px 0;
	padding: 5px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
}

#success p {
	padding: 0px 5px;
	text-align: left;
}

#success hr {
	margin: 50px 0;
	height: 1px;
	border-top: 0;
	border-bottom: 1px dashed #999;
}


/* --erranta */
#errata {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

#errata h4 {
	display: block;
	margin: 70px 0 20px 0;
	padding: 5px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
}

#errata table {
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#errata th {
	padding: 5px 1px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #007f42;
	border: 1px solid #333;
}

#errata td {
	width: 50%;
	padding: 10px;
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
	text-align: left;
	background: #fff;
	border: 1px solid #333;
}


/* --news */
#news {
	width: 720px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
}

#news h4 {
	display: block;
	margin: 70px 0 20px 0;
	padding: 5px;
	font-size: 18px;
	line-height: 1em;
	color: #333;
}

#news p {
	padding: 0px 5px;
	text-align: left;
}

#news hr {
	margin: 50px 0;
	height: 1px;
	border-top: 0;
	border-bottom: 1px dashed #999;
}

#news ol {
	margin: 0 0 1em 40px;
	text-align: left;
	list-style-type: decimal;
}

#news ul {
	margin: 0 0 2em 40px;
	text-align: left;
}

#news li {
	margin: 0 0 0 0;
}

.caution {
	font-size: 1.1em;
	color: #ff0000;
}


/* --faq */
.q {
	font-size: 1.5em;
	font-weight: bold;
	color: #f00;
	line-height: 2.5em;
	vertical-align: middle;
}

.a {
	font-size: 1.5em;
	font-weight: bold;
	color: #00f;
	vertical-align: middle;
}


/* --PDF */
.get_reader_img {
	float: left;
	width: 160px;
	height: 100%;
	text-align: center;
}

.get_reader_txt {
	float: left;
	margin-left: 10px;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
}


/* --100th */
#100-txt {
	float: right;
	width: 260px;
	padding: 10px;
	text-align: left;
	background: #efefef;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#100-txt h3 {
	display: block;
	margin: 10px 5px;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #007f42;
}

.100-img {
	width: 420px;
	border: 1px solid #999;
}

.wrong {
	margin-top: 20px;
	padding-top; 20px;
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	line-height: 1em;
}

.wrong li {
	margin: 0;
	padding: 0;
	line-height: 1em;
}


