body {
	background-color: #DFDFDF;
	background-image: url(../images/top-slice/back01.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a:link{
	color: #3366CC;
	text-decoration: underline;
}
a:visited{
	color: #3366CC;
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
	text-decoration: underline;
}

#box-Header {
	margin: 0px auto 2px;
	padding: 0px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 740px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 2px 0px 2px 3px;
	background-color: #CCCCCC;
	margin: 0px;
}
#box-Header #MainLogo {
	margin: 0px;
	padding: 0px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
#box-Header #box-FuncMenu {
	text-align: right;
	margin-top: 3px;
	margin-right: 5px;
	font-size: 12px;
	margin-left: 300px;
}
#box-FuncMenu a:link{
	color: #333333;
	text-decoration: underline;
}
#box-FuncMenu a:visited {
	color: #333333;
	text-decoration: underline;
}
#box-FuncMenu a:hover {

	color: #FF6600;
	text-decoration: underline;
}
#HeadMenuBar {
	background-color: #336699;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#btn-Home a{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	float: left;
}
#btn-Home a:link{
	background-image: url(../images/top-slice/homebtn-back-out.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 7px;
	padding: 3px 0px 0px;
	height: 17px;
	width: 144px;
	float: left;
	display: block;
	color: #FFFFFF;
	background-color: #000000;
}
#btn-Home a:visited {
	background-image: url(../images/top-slice/homebtn-back-out.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 7px;
	padding: 3px 0px 0px;
	height: 17px;
	width: 144px;
	float: left;
	display: block;
	color: #FFFFFF;
	background-color: #999999;
}
#btn-Home a:hover {
	background-image: url(../images/top-slice/homebtn-back-over.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 7px;
	padding: 3px 0px 0px;
	height: 17px;
	width: 144px;
	float: left;
	display: block;
	color: #FF6600;
	background-color: #FFCC00;
}
#HeadMenuBar #box-HeadMenu-ul {
	float: right;
	width: 350px;
	margin-right: 5px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#box-HeadMenu-ul li{
	float: left;
	margin-right: 3px;
	margin-left: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 3px;
	list-style-type: none;
}
#box-HeadMenu-ul a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#box-HeadMenu-ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#box-HeadMenu-ul a:hover {

	color: #FFCC00;
	text-decoration: underline;
}
#box-Main {
	padding: 0px;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #0066CC;
	text-align: left;
}
#box-Shikenbi {
	padding: 0px;
	margin: 0px;
	height: 30px;
	font-size: 14px;
	text-align: left;
}
#box-Shikenbi #box-Title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	width: 70px;
	text-align: left;
}
#box-Main #box-Left {

	width: 170px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#box-Main #box-Right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 570px;
	background-color: #99CC00;
}


/* 左側メニュー */

.Menu-Ctg {
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	background-color: #CC99CC;
	text-align: left;
}
/* 左側メニュー「概要」 */


.Menu-Ctg .Menu-Gaiyo{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;

}
.Menu-Ctg .Menu-Gaiyo a{
	display: block;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;

}
.Menu-Ctg .Menu-Gaiyo a:link{
	font-size: 16px;
	color: #000000;
	background-image: url(../images/top-slice/btnback-gaiyo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-color: #FFFFFF;

}
.Menu-Ctg .Menu-Gaiyo a:visited {
	font-size: 16px;
	color: #000000;
	background-image: url(../images/top-slice/btnback-gaiyo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-color: #FFFFFF;
}

.Menu-Ctg .Menu-Gaiyo a:hover {
	font-size: 16px;
	color: #000000;
	background-image: url(../images/top-slice/btnback-gaiyo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-color: #FFFFCC;
}

/* 左側メニュー「受験生の方へ」 */

.Menu-Ctg .Menu-Juken{
	font-size: 16px;
	color: #000000;
	background-image: url(../images/top-slice/btnback-juken.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	width: 150px;
	background-color: #FFFFFF;
}

/* 左側メニュー「リストメニュー」 */

.Menu-Ctg .ul01 {
	margin: 0px;
	padding: 3px;
	background-color: #FFFFFF;
	background-image: url(../images/top-slice/btnback-list.jpg);
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.SubMenu-ul01 li, .Menu-Ctg .ul01 li{
	background-image: url(../images/top-slice/btnback-listbullet.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-left: 18px;
	font-size: 14px;
	padding-bottom: 2px;
	text-align: left;
}
.Menu-Ctg .ul01 li .font-attention{
	font-size: 10px;
	color: #FF0000;
	line-height: 110%;
}

.SubMenu-ul01 li a:link, .Menu-Ctg .ul01 li a:link{
	color: #333333;
	text-decoration: none;
}
.SubMenu-ul01 li a:visited,.Menu-Ctg .ul01 li a:visited {
	color: #333333;
	text-decoration: none;
}
.SubMenu-ul01 li a:hover,.Menu-Ctg .ul01 li a:hover {

	color: #333333;
	text-decoration: underline;
}

/* 左側メニュー「教育機関の方へ」 */

.Menu-Ctg .Menu-School {

	font-size: 16px;
	color: #000000;
	background-image: url(../images/top-slice/btnback-school.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	width: 150px;
	background-color: #FFFFFF;
}

/* 左側メニュー「教材」 */

.Menu-Ctg .Menu-Text{
	margin: 0px;
	padding: 0px;

}
.Menu-Ctg .Menu-Text a{
	display: block;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;

}
.Menu-Ctg .Menu-Text a:link{
	font-size: 16px;
	color: #000000;
	background-image: url(../images/top-slice/btnback-text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-color: #FFFFFF;

}
.Menu-Ctg .Menu-Text a:visited {
	font-size: 16px;
	color: #000000;
	background-image: url(../images/top-slice/btnback-text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-color: #FFFFFF;
}

.Menu-Ctg .Menu-Text a:hover {
	font-size: 16px;
	color: #000000;
	background-image: url(../images/top-slice/btnback-text.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	background-color: #FFFFCC;
}
/* 左側メニュー「サブメニュー」（連盟概要/お問合せ・・）  */
.SubMenu-ul01 {
	margin: 10px 3px 0px 5px;
	padding: 3px 0px 3px 2px;
	background-color: #FFFFFF;
	background-image: url(../images/top-slice/btnback-list.jpg);
	background-repeat: repeat-y;
	border: 1px solid #CCCCCC;
}


#box-Right .box-RL {
	float: left;
	width: 285px;
	background-color: #FF6699;
}
#box-Right .box-RR {
	float: right;
	width: 285px;
}
.box-ContentBox01 {
	margin-right: 3px;
	margin-left: 3px;
	background-color: #FFFFFF;
	text-align: left;
}
.box-ContentBox01 h2 {
	font-size: 14px;
	color: #336699;
	background-color: #E6EEF7;
	border: 1px solid #336699;
	padding: 3px;
	margin: 0px;
}
.box-ContentBox01 ul {
	padding: 4px 0px 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336699;
}
.box-ContentBox01 li {
	font-size: 80%;
	background-image: url(../images/top-slice/content-listbullet01.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	color: #333333;
}
.box-ContentBox01 li a:link{
	color: #003366;
	text-decoration: none;
}
.box-ContentBox01 li a:visited {

	color: #003366;
	text-decoration: none;
}
.box-ContentBox01 li a:hover {


	color: #FF6600;
	text-decoration: underline;
}
.new-icon {
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	padding-right: 5px;
}
.box-Check {
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border: 1px solid #336699;
	background-image: url(../images/top-slice/check.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 20px;
	font-size: 80%;
	text-align: left;
}
.box-Guide {
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	background-color: #E6EEF7;
	border: 1px solid #336699;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-size: 80%;
	line-height: 135%;
	text-align: left;
}
.box-Guide h2 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	padding: 5px 0px 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
	line-height: 100%;
}
.box-Check .box-book01 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	line-height: 135%;
}
.box-book01 img {
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.font-red {
	color: #FF0000;
}
#box-Footer {
	background-color: #CCCCCC;
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}
.td-back {
	background-image: url(../images/v2/main03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#MainImg-Table {
	clear: both;
}
.box02 {
	background-color: #CCCCCC;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
.box01 {
	background-color: #999999;
	height: 20px;
	width: 100px;
	float: left;
	margin-left: 10px;
}
.address01 {
	font-size: 12px;
	font-style: normal;
	line-height: 110%;
	text-align: left;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	clear: both;
}
address {
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	text-align: left;
	padding: 6px;
	font-style: normal;
	line-height: 108%;
}
