@charset "utf-8";
/* CSS Document */

h1 {
	margin: 20px 0 15px 0;
	clear:both;
}

p.intro {
	margin: 0 15px;
}

strong {
	font-weight: bold;
	color: #6b9318;
}

div#localnav li {
	float: left;
}

div#localnav li a {
	display: block;
	height: 28px;
	background: url(../img/localnav.gif) no-repeat;
}
div#localnav li#lnav01 a        { width: 79px; background-position: 0px 0px; }
div#localnav li#lnav01 a:hover  { background-position: 0px -28px; }
div#localnav li#lnav01 a.active { background-position: 0px -56px; }
div#localnav li#lnav02 a        { width: 96px; background-position: -79px 0px; }
div#localnav li#lnav02 a:hover  { background-position: -79px -28px; }
div#localnav li#lnav02 a.active { background-position: -79px -56px; }
div#localnav li#lnav03 a        { width: 87px; background-position: -175px 0px; }
div#localnav li#lnav03 a:hover  { background-position: -175px -28px; }
div#localnav li#lnav03 a.active { background-position: -175px -56px; }
div#localnav li#lnav04 a        { width: 86px; background-position: -262px 0px; }
div#localnav li#lnav04 a:hover  { background-position: -262px -28px; }
div#localnav li#lnav04 a.active { background-position: -262px -56px; }
div#localnav li#lnav05 a        { width: 78px; background-position: -348px 0px; }
div#localnav li#lnav05 a:hover  { background-position: -348px -28px; }
div#localnav li#lnav05 a.active { background-position: -348px -56px; }
div#localnav li#lnav06 a        { width: 88px; background-position: -426px 0px; }
div#localnav li#lnav06 a:hover  { background-position: -426px -28px; }
div#localnav li#lnav06 a.active { background-position: -426px -56px; }
div#localnav li#lnav07 a        { width: 66px; background-position: -514px 0px; }
div#localnav li#lnav07 a:hover  { background-position: -514px -28px; }
div#localnav li#lnav07 a.active { background-position: -514px -56px; }

div.requestarea {
	margin-top: 60px;
	padding: 12px 17px;
	background: #f2f6f9;
	clear:both;
}
div.requestarea div.left {
	float: left;
	width: 300px;
}
div.requestarea div.left h3 {
	margin: 10px 0 5px 0;
}
div.requestarea div.right {
	float: right;
	width: 200px;
}
div.requestarea div.right li.btn_catalog {
	margin-bottom: 5px;
}



/* top */

#top div.section {
	margin: 25px 10px;
}
#top div.section h3 {
	margin: 10px;
	font-weight: bold;
}
#top div.section p {
	margin: 0 10px;
}





/* コース */
#top div.section ul.cource {
	list-style-type:none;
	clear:both;
	color:#FFFFFF;
	width:560px;
	margin:0 0 15px 0;
	padding:10px 0 0 0;
}
#top div.section ul.cource li {
	padding: 2px 5px;
	background: #8dc21f;
	float:left;
	font-weight: bold;
	width:260px;
	margin:5px;
	display:inline;
}
#top div.section ul.cource li span {
	font-size:x-small;
}


#top div.section div.greybox {
	border: 1px solid #dfdfdf;
	width:538px;
	clear:both;
	padding:10px;
}





#top div.section div.greybox p.note {
	font-size:x-small;
	clear:both;
	margin:0 0 15px 5px;
}

#top div.section div.greybox div.left {
	float: left;
	width: 264px;
	padding:0 0 10px 0;
}
#top div.section div.greybox div.right {
	float: right;
	width: 264px;
	padding:0 0 10px 0;
}
#top div.section div.greybox h3 {
	margin:0 0 10px 0;
	padding: 2px 5px;
	background: #dfdfdf;
	font-weight: bold;
	clear:both;
}
#top div.section div.greybox ul{
	width:249px;
	list-style-type:none;
	margin:0 0 10px 10px;
	padding:0 0 0 10px;
}
#top div.section div.greybox ul li {
	list-style-type:disc;
}
#top div.section div.greybox p {
	font-weight:bold;
}




#top #gakka_topics {
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 30px;
	width: 560px;
}

#top #gakka_topics div#inner {
	width: 560px;
	height: 185px;
	overflow: auto;
}

#top #gakka_topics table {
	margin-left: 10px;
	width: 530px;
}

#top #gakka_topics table th,
#top #gakka_topics table td {
	padding: 5px 0;
	background: url(../img/dotline_01.gif) repeat-x left bottom;
	vertical-align: top;
}

#top #gakka_topics table td.image {
	width: 125px;
}

#top #gakka_topics table th span {
	padding-left: 13px;
	background: url(../img/listmark_01.gif) no-repeat 0px 1px; 
}

#top #gakka_topics table td {
	width: 385px;
}


/* seminar */
#seminar h2 {
	margin: 25px 0 10px 0;
	clear:both;
}
#seminar div.unitfirst {
	margin:0 0 20px 0;
	}
#seminar div.unit h3 {
	margin: 5px 7px;
	font-weight: bold;
	clear:both;
}
#seminar div.unit p {
	margin: 0 7px;
}
#seminar div.unit p.main {
	margin: 0 7px 15px 7px;
}
#seminar div.unit p strong {
	color: #333;
}
#seminar div.threecol {
	margin: 2px 0 20px 7px;
}
#seminar div.unit div.threecol p {
	margin: 0 0 3px 0;
	font-size: 10px;
}
#seminar div.threecol img {
	display: block;
}
#seminar div.threecol div.left {
	margin-right: 3px;
	padding: 0;
	float: left;
	width: 187px;
}
#seminar div.threecol div.center {
	margin-right: 2px;
	float: left;
	width: 187px;
}
#seminar div.threecol div.right {
	float: left;
	width: 187px;
}
#seminar div.point {
	margin: 15px 7px 0 7px;
	clear:both;
}
#seminar div.point div.left {
	float: left;
	width: 485px;
}
#seminar div.point h3 {
	padding-left: 18px;
	background: url(../../../../img/listmark_03.gif) no-repeat 0px 3px;
	font-weight: bold;
	color: #004ca7;
}
#seminar div.point h3.teacher {
	padding-left:0;
	background:none;
	font-weight: bold;
	color: #004ca7;
}
#seminar div.point p {
	font-size: 10px;
	color: #004ca7;
}
#seminar div.point div.right {
	float: right;
	width: 72px;
}
#seminar div.twocol div.left {
	float: left;
	width: 390px;
}
#seminar div.twocol div.left img {
	width:72px;
	padding:0 0 0 7px;
	float:left;
}
#seminar div.twocol div.left p.teacher {
	width:290px;
	float:right;
}
#seminar div.twocol div.teacherLeft {
	width:488px;
}
#seminar div.twocol div.right {
	float: right;
	width: 170px;
}
#seminar div.twocol div.teacher {
	width:79px;
}
#seminar div#focus {
	margin-top: 40px;
	padding-top: 20px;
	background: url(../img/seminar_focus_bg.gif) no-repeat;
	width: 580px;
}
#seminar div#focus h2 {
	margin-top: 0;
	margin-bottom: 15px;
	text-align: center;
}
#seminar div#focus h3 {
	clear:both;
	color:#8dc21f;
	font-weight:bold;
}
#seminar div#focus div.clearfix {
	padding: 0 25px 10px 25px;
	border-right: 1px solid #8dc21f;
	border-bottom: 1px solid #8dc21f;
	border-left: 1px solid #8dc21f;
	width: 528px;
}
#seminar div#focus div.clearfix div.clearfix {
	padding: 0;
	border: none;
	width: auto;
}
#seminar div#focus div.left {
	margin-right: 5px;
	float: left;
	width: 251px;
	margin:0 0 20px 0;
	padding:0 10px 0 0;
	
}
#seminar div#focus div.left p{
	font-size:x-small;
}
#seminar div#focus div.right {
	float: right;
	width: 261px;
}
#seminar div#focus h4 {
	margin: 5px 0 10px 0;
	text-align: center;
	font-weight: bold;
}
#seminar div#focus div.left div.left {
	margin-right: 5px;
	float: left;
	width: 86px;
}
#seminar div#focus div.left div.right {
	float: right;
	width: 165px;
}
#seminar div#focus div.right p {
	padding: 0 5px;
}


/* curriculum */

#curriculum h2 {
	margin: 30px 0 5px 0;
	font-weight: bold;
}
#curriculum h2 span.notes {
	font-weight: normal;
}
#curriculum table {
	border-top: 1px solid #d1e3ab;
	border-left: 1px solid #d1e3ab;
	width: 579px;
}
#curriculum th {
	font-weight: bold;
}
#curriculum thead th {
	padding: 2px 2px 0 2px;
	border-right: 1px solid #d1e3ab;
	white-space: nowrap;
}
#curriculum thead th div {
	padding: 5px 8px;
	background: #d6edab;
	color: #6a9218;
	font-size: 10px;
}
#curriculum tbody th,
#curriculum tbody td {
	padding: 5px 8px;
	border-right: 1px solid #d1e3ab;
	border-bottom: 1px solid #d1e3ab;
	vertical-align: top;
	font-size: 10px;
}
#curriculum tbody th li {
	margin-left: 20px;
	list-style-type: disc;
	font-size: 10px;
}
#curriculum tbody td p {
	margin-bottom: 3px;
	padding-left: 3px;
	background: #6b9318;
	font-size: 10px;
	color: #fff;
}
#curriculum tbody td ul {
	margin-bottom: 5px;
}
#curriculum tbody td li {
	font-size: 10px;
}
#curriculum tbody td.way li {
	margin-left: 20px;
	list-style-type: disc;
	font-size: 10px;
}
#curriculum .notes {
	margin-top: 3px;
	float: none;
}
#curriculum .notes a {
	font-size: 10px;
}
#curriculum .omoshiro {
	background: #d6edab;
}
#curriculum tbody td ul.kiso {
	width:125px;
	padding:0 10px 10px 0;
	float:left;
}
#curriculum tbody td ul.short {
	width:115px;
}
#curriculum tbody td ul.long {
	width:150px;
}
/* subject */

#subject h2 {
	margin: 50px 0 15px 0;
	clear:both;
}

#subject div.leftimage {
	padding-left: 10px;
}
#subject div.leftimage div.left {
	float: left;
	width: 170px;
}
#subject div.leftimage div.right {
	float: right;
	width: 385px;
}
#subject div.leftimage div.teacher div.left {
	margin-right: 12px;
	float: left;
	width: 80px;
}
#subject div.leftimage div.teacher div.right {
	float: right;
	width: 277px;
}

#subject div.rightimage div.left {
	margin-bottom: 15px;
	padding-left: 10px;
	float: left;
	width: 385px;
}
#subject div.rightimage div.right {
	margin-bottom: 15px;
	float: right;
	width: 170px;
}

#subject div.rightarea {
	padding-left: 10px;
}
#subject div.rightarea div.left {
	float: left;
	width: 320px;
}
#subject div.rightarea div.right {
	float: right;
	width: 235px;
}
#subject div.rightarea div.teacher {
	margin-top: 0;
}
#subject div.rightarea div.teacher div.left {
	float: left;
	width: 80px;
}
#subject div.rightarea div.teacher div.right {
	float: right;
	width: 127px;
}

#subject div.teacher {
	margin-top: 15px;
	padding: 7px 8px;
	background: #d6edab;
	clear: both;
}
#subject div.teacher div.left {
	padding-left: 0;
	float: left;
	width: 80px;
}
#subject div.teacher div.right {
	float: right;
	width: 472px;
}
#subject div.teacher p {
	font-size: 10px;
}
#subject div.teacher p.name {
	color: #6b9318;
}



/* case */

#case p.intro {
	margin-bottom: 35px;
}
#case div.unit {
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	background: url(../../../../img/dotline_01.gif) repeat-x left bottom;
}
#case div.unit div.left {
	padding-left: 8px;
	float: left;
	width: 170px;
}
#case div.unit div.right {
	padding-right: 28px;
	float: right;
	width: 360px;
}
#case div.unit h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}
#case div.unit p.name {
	color: #6b9318;
	margin:0 0 10px 0;
}
#case div.unit p.name span {
	font-size: 10px;
}
#case h2 {
	margin-bottom: 10px;
}



/* course */

#course p.intro {
	margin-bottom: 35px;
}
#course div.unit {
	margin-bottom: 20px;
	padding: 0 28px 20px 8px;
	background: url(../../../../img/dotline_01.gif) repeat-x left bottom;
}
#course div.unit div.left {
	float: left;
	width: 130px;
}
#course div.unit div.right {
	float: right;
	width: 400px;
}
#course div.unit h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
}
#course div.unit p.name {
	margin-top: 20px;
	text-align: right;
}
#course div.unit p.name span {
	font-size: 10px;
}
#course div.unit p.company {
	margin-top: 5px;
	padding: 0 10px;
	background: #d6edab;
	color: #6b9318;
	text-align: right;
}
#course h2 {
	margin-left: 10px;
	clear:both;
}
#course div#image h3 {
	margin-bottom: 15px;
	padding-top: 20px;
	clear:both;
}
#course div#image {
	padding: 0 20px 20px 20px;
	margin-left: 10px;
	border-right: 2px solid #8dc21f;
	border-bottom: 2px solid #8dc21f;
	border-left: 2px solid #8dc21f;
	width: 516px;
}
#course div#image div.left {
	float: left;
	width: 250px;
}
#course div#image div.right {
	float: right;
	width: 250px;
}
#course div#image span.stage {
	color: #7eb918;
}




/* teacher */

#teacher div.unit {
	margin: 20px 7px;
}

#teacher div.unit p.name {
	margin: 0;
	padding: 5px 15px;
	border: 1px solid #ddedbc;
	background: #d6edab;
	font-size: 10px;
}
#teacher div.unit p.name .name {
	font-weight: bold;
}
#teacher div.unit p.name a.name,
#teacher div.unit a.link {
	padding-left: 15px;
	background: url(../../../../img/listmark_02.gif) no-repeat;
}
#teacher div.unit p {
	margin: 10px;
}
#teacher div.unit p.profile {
	color: #004ca7;
}