body {
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/menubg.gif);
	background-repeat: repeat;
}
h1 {
	font-size: 16px;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	line-height: 2.9em;
	padding-left: 15px;
}
h2 {
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-image: url(img/index_h3.gif);
	line-height: 2.3em;
	padding-left: 15px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-size: 14px;
	margin-left: 11px;
	margin-bottom: 10px;
	background-image: url(img/h3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
p {
	line-height: 1.4em;
	margin-top: 0px;
	font-size: 12px;
	margin-left: 15px;
}
img {
}
td {
	vertical-align: top;
	font-size: 12px;
}
th {
}
dl {
	margin-top: 0px;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.3em;
}
ul {
	margin-top: 0px;
	color: #B51410;
}
ol {
	margin-top: 0px;
	color: #333333;
}
li {
	line-height: 1.3em;
}

/*-- リンク指定 --*/

a:link {
	color: #22A61F;
}
a:visited {
}
a:hover {
	color: #FF9900;
}


/*-- ヘッダ部 --*/

.head {
	background-image: url(img/headerbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.summary {
	font-size: 10px;
	line-height: 1.7em;
	padding-left: 8px;
}
.global-navi {
	text-align: right;
	width: 750px;
}
.global-navi ul {
	margin: 0px;
	padding: 0px;
}
.global-navi ul li {
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

/*-- コンテンツ --*/

.contents {
	width: 740px;
	background-color: #FFFFFF;
}

/*-- サイドメニュー --*/

.menu {
	width: 211px;
	vertical-align: top;
	background-image: url(img/menubg.gif);
}
.menu dl {

}
.menu dl dt {
	padding: 0px 0px 0px 30px;
	font-size: 14px;
	line-height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: normal;
	color: #B61616;
	background-image: url(img/ya.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu dl dd {
	color: #24A121;
	font-size: 14px;
	background-image: url(img/ya2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 0px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
p.banner {
	text-align: center;
}

/*-- メインコンテンツ --*/

.main {
	vertical-align: top;
	background-color: #FFFFFF;
	padding-right: 10px;
}
.path {
	background-image: url(img/main_under.gif);
	background-repeat: repeat;
	line-height: 1.6em;
}

.to-top {
	width: 100%;
	text-align: right;
}


/*-- フッター --*/


.footer {
	width: 740px;
	font-size: 11px;
	background-image: url(img/footbg.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	line-height: 1.1em;
}
.footer-navi {
	margin-left: 10px;
	padding-top: 5px;
	line-height: 1.2em;
}
.footer-navi ul {
	margin: 0px;
	padding: 0px;
}
.footer-navi ul li {
	display: inline;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #666666;
	list-style-type: none;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
address {
	font-style: normal;
	margin-top: 0px;
	margin-left: 10px;
	padding-bottom: 3px;
}
.copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/*-- サイトマップフォーマット --*/

.sitemap {
}
.sitemap dl {
	margin: 0px;
	padding: 0px;
}
.sitemap dl dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.sitemap dl dd {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.sitemap ul {
	margin-left: 0px;
	color: #000000;
}
.sitemap ul li {
	margin-left: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #000000;
}

/*-- よくある質問フォーマット --*/

.faq dl {
}
.faq dl dt {
	background-image: url(info/img/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.main div.faq dl dd {
	margin-bottom: 20px;
	background-image: url(info/img/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
.faq ul {
}
.faq ul li {
}

/*-- フォームセット --*/

form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	padding: 0.5em;
	border: 1px solid #FF66CC;
	margin: 0.5em;
}
.caution {
	font-weight: bold;
	color: #FF0000;
}
.head div.yoko {
	background-color: #FFFFFF;
	width: 741px;
	margin: 0px;
	background-image: url(img/yoko.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.yoko {
	background-image: url(img/yoko.gif);
	background-repeat: repeat-y;
	width: 741px;
	padding-right: 1px;
	background-position: right;
}
.index h1 {
	font-weight: bolder;
	color: #4AAE21;
	font-size: 16px;
	background-image: none;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
.menu dl dd ul li {
	font-size: 12px;
}
.menu dl dt.line2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.menu dl dd.line2 {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.menu dl dt.line3 {
	background-image: url(img/ya1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.copyright {
	background-color: #66CC66;
	font-style: normal;
	background-image: url(img/copyright.gif);
	background-repeat: repeat-y;
}
.footer-navi a {
	padding-left: 12px;
	background-image: url(img/ya4.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}
img {
	border: none;
}
.index h2 {
	background-image: url(img/index_h2.gif);
	width: auto;
	font-size: 14px;
	line-height: 2.3em;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 15px;
	margin-left: 0px;
}
.copy {
	font-weight: bolder;
	color: #B61616;
	font-size: 19px;
	line-height: 2.5em;
	background-image: url(img/line.gif);
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 0px;
}
.main table {
	margin-left: 10px;
}
.tate {
	background-image: url(img/yoko.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 1px;
	width: 1px;
	background-position: center center;
}
.main td p {
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.index ul {
	font-size: 12px;
	margin-left: 30px;
	margin-bottom: 5px;
	color: #000000;
}
.index h3 {
	background-image: url(img/index_h3.gif);
	font-size: 14px;
	line-height: 2.3em;
	background-repeat: repeat-x;
	color: #000000;
	font-weight: normal;
	padding-left: 15px;
	margin-top: 0px;
}
td.index_h3  {
	background-image: url(img/pra_bg.gif);
	width: 252px;
}
h2.w {
	background-image: url(img/h2_w.gif);
	line-height: 1.5em;
	padding-bottom: 7px;
	padding-top: 2px;
	padding-right: 7px;
}
.menu dl dd ul li a:link {
	text-decoration: none;
}
dt.line3 a:link {
	color: #21A618;
}
.main dl {
	margin-left: 15px;
	line-height: 1.4em;
}
.main dl dt {
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006500;
}
.main dl dd {
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.main li {
	margin-bottom: 5px;
}
.main ul {
	margin-left: 30px;
}
.footer-navi a.home {
	padding-left: 12px;
	background-image: url(img/ya3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}
.grey {
	color: #666666;
}
.path a {
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(img/ya5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	margin-right: 5px;
}
.kokugo {
	background-image: url(img/ron3s.jpg);
	padding-top: 20px;
	padding-bottom: 10px;
	background-position: left;
	padding-left: 60px;
}
.eigo {
	background-image: url(img/english2s.jpg);
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.sugaku {
	background-image: url(img/math3s.jpg);
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.rika {
	background-image: url(img/seibutu3s.jpg);
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.syo {
	background-image: url(img/syo1.jpg);
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.main div.mess p {
	margin-bottom: 30px;
}
strong {
	font-weight: normal;
}
