/* CSS Document */

body,td,th {
	font-family: "ＤＦＰ平成ゴシック体W5", "ＭＳ ゴシック";
	font-size: small;
	color: #000066;
	line-height: 140%;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.bg-dot {
	padding: 2px 8px 0px 12px;
}



a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #3399FF;
}
a:active {
	text-decoration: none;
	color: #000066;
}

/*リンクカラー　水色*/
a.link-blue:link {
	text-decoration: none;
	color: #3399FF;
}

a.link-blue:visited {
	text-decoration: none;
	color: #3399FF;
}
a.link-blue:hover {
	text-decoration: none;
	color: #66CCFF;
}
a.link-blue:active {
	text-decoration: none;
	color: #3399FF;
}
/**/

/*リンクカラー　ライムグリーン*/
a.link-green:link {
	text-decoration: none;
	color: #66CC00;
}

a.link-green:visited {
	text-decoration: none;
	color: #66CC00;
}
a.link-green:hover {
	text-decoration: none;
	color: #77EE00;
}
a.link-green:active {
	text-decoration: none;
	color: #66CC00;
}
/**/

/*リンクカラー　ピンク*/
a.link-pink:link {
	text-decoration: none;
	color: #FF6666;
}

a.link-pink:visited {
	text-decoration: none;
	color: #FF6666;
}
a.link-pink:hover {
	text-decoration: none;
	color: #FF9999;
}
a.link-pink:active {
	text-decoration: none;
	color: #FF6666;
}
/**/

/*リンクカラー　オレンジ*/
a.link-orenge:link {
	text-decoration: none;
	color: #FF9900;
}

a.link-orenge:visited {
	text-decoration: none;
	color: #FF9900;
}
a.link-orenge:hover {
	text-decoration: none;
	color: #FFBB44;
}
a.link-orenge:active {
	text-decoration: none;
	color: #FF9900;
}
/**/

/*リンクカラー　紺×ピンク*/
a.link-blue2:link {
	text-decoration: none;
	color: #000066;
}

a.link-blue2:visited {
	text-decoration: none;
	color: #000066;
}
a.link-blue2:hover {
	text-decoration: none;
	color: #FF6666;
}
a.link-blue2:active {
	text-decoration: none;
	color: #000066;
}
/**/






.font-gothic {
	font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
}
.font-gothic-medium {
	font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
	font-size: medium;
}
.font-gothic-student {
	font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
	line-height: 200%;
}
.font-gothic-sitemap {
	font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
	line-height: 100%;
}

.font-blue {
	color: #3399FF;
}
.font-blue-gothic {
　　font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
	color: #3399FF;
}
.font-blue-medium {
	color: #3399FF;
	font-size: medium;
}

.font-orenge {
	color: #FF9900;
}
.font-orenge-gothic {
　　font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
	color: #FF9900;
}

.font-pink {
	color: #FF6666;
}
.font-pink-gothic {
　　font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
	color: #FF6666;
}

.font-green-gothic {
　　font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
	color: #66CC00;
}
.font-green {
	color: #66CC00;
}

.font-white {
	color: #FFFFFF;
}

.font-gray-gothic {
　　font-family: "ＤＦＰ華康ゴシック体W5", "ＭＳ ゴシック";
	color: #333333;
}

.font-x-small {
	font-size: x-small;
}
.font-14px {
	font-size: 14px;
}
.font-12px {
	font-size: 12px;
}
.font-through {
	text-decoration:line-through;
}






.box {
	border: 1px solid #000066;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.box2 {
	border: 1px solid #000066;
}
.box-dash {
	border: 1px dashed #000066;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-bottom: 7px;
}
.line-bottom2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
.line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000066;
}




.dot-box {
	border: 1px dashed #000066;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.dot-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
}
.dot-bottom2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000066;
	padding-bottom: 7px;
}
.dot-top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000066;
}
.dot-top-blue {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3399FF;
}
.dot-top-green {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66CC00;
}




.bar-students {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000066;
	border-bottom-color: #000066;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(../img-g/bar-students.gif);
	background-repeat: repeat;
}




.box-common-tl {
	background-image: url(../img-g/box-common-tl.gif);
	background-repeat: no-repeat;
}
.box-common-t {
	background-image: url(../img-g/box-common-t.gif);
	background-repeat: repeat-x;
}
.box-common-tr {
	background-image: url(../img-g/box-common-tr.gif);
	background-repeat: no-repeat;
}
.box-common-r {
	background-image: url(../img-g/box-common-r.gif);
	background-repeat: repeat-y;
}
.box-common-br {
	background-image: url(../img-g/box-common-br.gif);
	background-repeat: no-repeat;
}
.box-common-b {
	background-image: url(../img-g/box-common-b.gif);
	background-repeat: repeat-x;
}
.box-common-bl {
	background-image: url(../img-g/box-common-bl.gif);
	background-repeat: no-repeat;
}
.box-common-l {
	background-image: url(../img-g/box-common-l.gif);
	background-repeat: repeat-y;
}

.box-shadow-tl {
	background-image: url(../img-g/box-shadow-tl.gif);
	background-repeat: no-repeat;
}
.box-shadow-t {
	background-image: url(../img-g/box-shadow-t.gif);
	background-repeat: repeat-x;
}
.box-shadow-tr {
	background-image: url(../img-g/box-shadow-tr.gif);
	background-repeat: no-repeat;
}
.box-shadow-r {
	background-image: url(../img-g/box-shadow-r.gif);
	background-repeat: repeat-y;
}
.box-shadow-br {
	background-image: url(../img-g/box-shadow-br.gif);
	background-repeat: no-repeat;
}
.box-shadow-b {
	background-image: url(../img-g/box-shadow-b.gif);
	background-repeat: repeat-x;
}
.box-shadow-bl {
	background-image: url(../img-g/box-shadow-bl.gif);
	background-repeat: no-repeat;
}
.box-shadow-l {
	background-image: url(../img-g/box-shadow-l.gif);
	background-repeat: repeat-y;
}

.box-shadow-blue-tl {
	background-image: url(../img-g/box-shadow-blue-tl.gif);
	background-repeat: no-repeat;
}
.box-shadow-blue-t {
	background-image: url(../img-g/box-shadow-blue-t.gif);
	background-repeat: repeat-x;
}
.box-shadow-blue-tr {
	background-image: url(../img-g/box-shadow-blue-tr.gif);
	background-repeat: no-repeat;
}
.box-shadow-blue-r {
	background-image: url(../img-g/box-shadow-blue-r.gif);
	background-repeat: repeat-y;
}
.box-shadow-blue-br {
	background-image: url(../img-g/box-shadow-blue-br.gif);
	background-repeat: no-repeat;
}
.box-shadow-blue-b {
	background-image: url(../img-g/box-shadow-blue-b.gif);
	background-repeat: repeat-x;
}
.box-shadow-blue-bl {
	background-image: url(../img-g/box-shadow-blue-bl.gif);
	background-repeat: no-repeat;
}
.box-shadow-blue-l {
	background-image: url(../img-g/box-shadow-blue-l.gif);
	background-repeat: repeat-y;
}

.box-shadow-green-tl {
	background-image: url(../img-g/box-shadow-green-tl.gif);
	background-repeat: no-repeat;
}
.box-shadow-green-t {
	background-image: url(../img-g/box-shadow-green-t.gif);
	background-repeat: repeat-x;
}
.box-shadow-green-tr {
	background-image: url(../img-g/box-shadow-green-tr.gif);
	background-repeat: no-repeat;
}
.box-shadow-green-r {
	background-image: url(../img-g/box-shadow-green-r.gif);
	background-repeat: repeat-y;
}
.box-shadow-green-br {
	background-image: url(../img-g/box-shadow-green-br.gif);
	background-repeat: no-repeat;
}
.box-shadow-green-b {
	background-image: url(../img-g/box-shadow-green-b.gif);
	background-repeat: repeat-x;
}
.box-shadow-green-bl {
	background-image: url(../img-g/box-shadow-green-bl.gif);
	background-repeat: no-repeat;
}
.box-shadow-green-l {
	background-image: url(../img-g/box-shadow-green-l.gif);
	background-repeat: repeat-y;
}
