/*--
	■Contents
	1.Base
	2.Link Ele
	3.Head Ele
	4.Contents Ele
	5.Menu Ele
	6.Footer Ele
	7.Main Contents Ele
	8.Common Patrs Ele
	9.Indivisual Ele
	10.Index Ele
	11.Sitemap Ele
	12.Form Ele

=========================================================*/

/*-- 

	1.Base

====================================================== --*/

body {
	background-color: #FFFFFF;
	color: #333333;
	margin:0px;
	padding:0px;
	text-align:center;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	background:url(../img/bg.jpg) repeat-x left top;
}
body#Index {
	background:url(../../img/index_bg.jpg) repeat-x left top;
}

.container{
}
.all {
	width: 966px;
	margin:0px auto;
	text-align:left;
}
.partition {
	clear: both;
	display: none;
}
img {
	border: 0px;
	vertical-align:top;
}
table {
	font-size:inherit;
	font:100%;
}
dl,dt,dd,ul,li,ol {
	margin: 0px;
	padding:0px;
}
dt {
	font-weight: bold;
}
hr {
	display:none;
	clear:both;
}
strong {
}
em {
}
.anchor{
	font-size:0px;
	line-height:0px;
	display:block;
	overflow:hidden;
	height:0px;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.clear-fix:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}
* html .clear-fix { display: inline-block; }
/* no ie mac \*/
* html .clear-fix { height: 1%; }
.clear-fix { display: block; }
/* */
sup{
	vertical-align:5px;
	font-size:9px;
}

/*-- 

	2.Link Ele

====================================================== --*/
a {
	color:#333;
	text-decoration:none;
}
a:visited {
}
a:hover {
	color:#FF6699;
	text-decoration:none;
}


/*-- 

	3.Head Ele

====================================================== --*/
.head {
	width: 966px;
	height:121px;
	background:url(../img/head_bg.gif) repeat-x left top;
}
.summary {
	font-size: 10px;
	margin:0px;
}
.logo{
	width:168px;
	float:left;
}
.head .navi{
	width:314px;
	float:right;
	height:49px;
}
.head .navi li{
	float:left;
	list-style:none;
	display:block;
	padding-left:6px;
}
.head .globalNavi {
	width:797px;
	float:right;
	background:url(../img/globalnavi_bg.jpg) no-repeat left top;
	height:45px;
	margin-bottom:3px;
}
.head .globalNavi ul {
	margin-left:19px;
}
.head .globalNavi ul li {
	width: 129px;
	display: block;
	float: left;
	list-style-type:none;
}
.head .globalSubNavi{
	width:797px;
	float:right;
}
.head .globalSubNavi ul{
	margin-left:160px;
}
.head .globalSubNavi li{
	float:left;
	list-style:none;
	margin-right:23px;
}

/*-- 

	4.Contents Ele

====================================================== --*/
.contents {
	width: 960px;
	margin: 0px 3px;
	padding: 0px;
	text-align:left;
}
.totop{
	text-align:right;
	width:960px;
	clear:both;
	margin:0px auto -1px;
	padding:20px 0px 0px;
}
.path {
	font-size:77%;
	line-height:12px;
	margin:10px 0px 10px 2px;
	padding: 0px 0px 0px 0px;
	color:#999;
}
.path a{
	text-decoration:underline;
	color:#FF6699;
}
.path a:hover{
	text-decoration:none;
}

/*-- 

	5.Menu Ele

====================================================== --*/
.menu {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu dl.menuList{
	width:220px;
	background:url(../img/m_dl_bg.jpg) no-repeat left bottom;
	padding-bottom:32px;
	margin-bottom:1px;
}
.menu dl.menuBottom{
	border-top:1px solid #D0D4D8;
}
.menu dl.menuList dt {
	border-right:1px solid #D0D4D8;
	border-left:3px solid #D0D4D8;
	background:url(../img/mark_m_dt.gif) no-repeat 7px 1.3em;
	font-weight:normal;
	line-height:1.5em;
	padding:10px 5px 10px 20px;
	font-size:93%;
}
.menu dl.menuList dt.ex{
	background:url(../img/m_ex.gif) no-repeat 100% 0em;
}
* html .menu dl.menuList dt {
	background:url(../img/mark_m_dt.gif) no-repeat 11px 1.3em;
}
* + html .menu dl.menuList dt {
	background:url(../img/mark_m_dt.gif) no-repeat 11px 1.3em;
}
.menu dl.menuList dd {
	background:url(../img/m_dd.gif) no-repeat left bottom;
	border-right:1px solid #D0D4D8;
	padding-bottom:1px;
}
.menu dl.menuList dd ul{
	border-left:3px solid #D0D4D8;
}
.menu dl.menuList dd ul li{
	background:url(../img/m_li.gif) no-repeat 7px 0px;
	list-style:none;
	font-size:93%;
	padding:13px 5px 11px 27px;
}


.menu dl.menuList dt.course01 ,
.menu dl.menuList dd.course01 ul{
	border-left:3px solid #E84466;
}
.menu dl.menuList dt.course01 a,
.menu dl.menuList dt.course01 a:hover{
	color:#E84466;
	font-weight:bold;
}
.menu dl.menuList dt.course02 ,
.menu dl.menuList dd.course02 ul{
	border-left:3px solid #8EC31F;
}
.menu dl.menuList dt.course02 a,
.menu dl.menuList dt.course02 a:hover{
	color:#8EC31F;
	font-weight:bold;
}
.menu dl.menuList dt.course03 ,
.menu dl.menuList dd.course03 ul{
	border-left:3px solid #ff6600;
}
.menu dl.menuList dt.course03 a,
.menu dl.menuList dt.course03 a:hover{
	color:#ff6600;
	font-weight:bold;
}
.menu dl.menuList dt.course04 ,
.menu dl.menuList dd.course04 ul{
	border-left:3px solid #33a1db;
}
.menu dl.menuList dt.course04 a,
.menu dl.menuList dt.course04 a:hover{
	color:#33a1db;
	font-weight:bold;
}
.menu dl.menuList dt.course05 ,
.menu dl.menuList dd.course05 ul{
	border-left:3px solid #ff3399;
}
.menu dl.menuList dt.course05 a,
.menu dl.menuList dt.course05 a:hover{
	color:#ff3399;
	font-weight:bold;
}
.menu dl.menuList dt.course06 ,
.menu dl.menuList dd.course06 ul{
	border-left:3px solid #9966cc;
}
.menu dl.menuList dd.course06{
	background:none;
	padding-bottom:0px;
}
.menu dl.menuList dt.course06 a,
.menu dl.menuList dt.course06 a:hover{
	color:#9966cc;
	font-weight:bold;
}

.menu ul.bn {
}
.menu ul.bn li {
	margin-bottom:10px;
	list-style:none;
}
.menu ul.subMenu {
	margin-top:-5px;
}
.menu ul.subMenu li {
	background:url(../img/dot_pattern_02.gif) repeat-x left bottom;
	list-style:none;
	padding:0px 0px 5px;
	margin-bottom:5px;
	line-height:1.6em;
}
.menu ul.subMenu li a{
	background:url(../img/mark_link.gif) no-repeat left center;
	padding-left:8px;
}


/*-- 

	6.Footer Ele

====================================================== --*/

.footer {
	width: 100%;
	clear: both;
	background:#ffd2e1;
	border-top:1px solid #ff3366;
	border-bottom:1px solid #ff3366;
	text-align:center;
	margin-bottom:27px;
}
.footerNavi {
	width:960px;
	text-align:left;
	margin:0px auto;
	padding:10px 0px;
	background:url(../img/footer_line.gif) repeat-y right top;
}
.footerNavi p{
	font-weight:bold;
	color:#FF6699;
	margin:0px 0px 5px 2px;
	line-height:1.6em;
	font-size:93%;
}
.footerNavi dl{
	float:left;
	width:170px;
	padding:0px 0px 0px;
	margin-top:19px;
}
.footerNavi dl.footer01{
	width:146px;
	margin-top:0px;
}
.footerNavi dl.footer02{
	width:465px;
}
.footerNavi dl.footer03{
	width:174px;
}
.footerNavi dl dt{
	font-weight:bold;
	color:#FF3366;
	font-size:93%;
	margin:0px 0px 0px 0px;
	line-height:1.6em;
}
.footerNavi dl dt a{
	color:#FF3366;
}
.footerNavi dl dd{
	margin-bottom:15px;
}
.footerNavi dl dd dt{
	font-size:93%;
	background:url(../img/mark_link.gif) no-repeat 5px 0.6em white;
	line-height:1.5em;
	padding:2px 0px 0px 15px;
	margin:0px 20px 2px 0px;
}
.footerNavi dl dd dt.course01 a,
.footerNavi dl dd dt.course01 a:hover{
	color:#E84466;
}
.footerNavi dl dd dt.course02 a,
.footerNavi dl dd dt.course02 a:hover{
	color:#8EC31F;
}
.footerNavi dl dd dt.course03 a,
.footerNavi dl dd dt.course03 a:hover{
	color:#ff6600;
}
.footerNavi dl dd dt.course04 a,
.footerNavi dl dd dt.course04 a:hover{
	color:#33a1db;
}
.footerNavi dl dd dt.course05 a,
.footerNavi dl dd dt.course05 a:hover{
	color:#ff3399;
}
.footerNavi dl dd dt.course06 a,
.footerNavi dl dd dt.course06 a:hover{
	color:#9966cc;
	font-weight:bold;
}

.footerNavi dl dd dl{
	width:220px;
	float:left;
	margin:0px;
}
.footerNavi dl dd dl dd{
	margin:0px 20px 5px 5px;
}
.footerNavi ul {
	margin: 0px;
	padding: 0px;
}
.footerNavi ul li {
	font-size:93%;
	background:url(../img/mark_link.gif) no-repeat 0px 0.4em;
	padding-left:10px;
	line-height:1.5em;
	margin-bottom:0px;
	list-style-type: none;
}

.description{
	width:960px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	font-size:77%;
	padding-bottom:7px;
	line-height:1.5em;
	margin:-17px auto 12px;
}
.address{
	width:960px;
	margin:0px auto;
	text-align:left;
}
.address p{
	margin:0px 500px 0px 0px;
	padding-top:15px;
	font-size:85%;
	color:#666;
	clear:both;
	line-height:1.2em;
}
.address p a{
	color:#666;
}
.address p a:hover{
	color:#FF6699;
}
.address .counter{
	width:300px;
	text-align:right;
	line-height:1.2em;
	font-size:85%;
	margin:-1.0em 0px 0px 660px;
	padding-bottom:60px;
}
.address .counter img{
	margin-left:2px;
}
address {
	font-style: normal;
	width:500px;
	float:left;
}
.footerLogo {
	width:400px;
	float:right;
	text-align:right;
}


/*-- 

	7.Main Contents Ele

====================================================== --*/
.main {
	float: right;
	width: 710px;
	margin: 0px;
	overflow:hidden;
	padding: 0px;
}
.main h1.image{
	margin:0px 0px 20px 0px;
}
.main h2.image{
	margin:20px 0px 10px 0px;
}

.main p{
	margin:0px 0px 20px;
	line-height:1.5em;
	font-size:93%;
}
.main p a{
	color:#FF6699;
	text-decoration:underline;
}
.main p strong{
	font-weight:normal;
	color:#f00;
}

.main h3{
	background:url(../../img/h3.gif) repeat-x left bottom;
	font-size:93%;
	line-height:1.2em;
	padding:0px 0px 10px 2px;
	margin:0px 0px 10px;
}
.main h3.image{
	padding:0px;
	background:none;
	margin-top:20px;
	
}
/*-- 

	8.Common Parts Ele

====================================================== --*/

/*-- link --*/
/*-- ------------------------------------------------- --*/
.main p.link{
	background:url(../img/mark_link_02.gif) no-repeat left center;
	padding-left:10px;
	margin-bottom:5px;
}
.main p.link a{
	color:#333;
	text-decoration:none;
}
.main p.link a:hover{
	color:#FF6699;
}

/*-- catch --*/
/*-- ------------------------------------------------- --*/
.catch{
	margin:0px 0px 10px 2px;
}
.catch img{
	margin-bottom:10px;
}

/*-- table --*/
/*-- ------------------------------------------------- --*/
.table{
	background:#999;
	margin-bottom:10px;
}
.table thead th{
	background:#ffd93e;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
.table th{
	background:#ffd93e;
	font-weight:normal;
	font-size:93%;
	padding:5px 10px;
	line-height:1.5em;
	text-align:left;
	vertical-align:middle;
}
.table td{
	background:#fff;
	padding:5px 10px;
	line-height:1.5em;
	font-size:93%;
}
.table td a{
	background:url(../img/mark_link.gif) no-repeat left center;
	padding-left:10px;
}
.table td.color{
	background:#ffffcc;
	text-align:center;
}
.table tr.color td{
	background:#e9e9cb;
}
.table td.price{
	text-align:right;
}
.table .center{
	text-align:center;
}
.table .caution{
	font-weight:normal;
	color:red;
}
.tableCaption{
	text-align:right;
}

/*-- commonTable --*/
/*-- ------------------------------------------------- --*/
.commonTable{
	background:#999;
	margin-bottom:10px;
}
.commonTable th{
	background:#ffd93e;
	font-weight:normal;
	padding:5px 10px;
	line-height:1.5em;
	text-align:center;
	vertical-align:top;
}
.commonTable td{
	background:#fff;
	padding:5px 10px;
	line-height:1.5em;
	text-align:center;
	vertical-align:middle;
}
.commonTable td.date{
	text-align:left;
}
.aoTable th{
	padding:5px 10px;
	line-height:1.5em;
	text-align:left;
}
.aoTable td{
	background:#fff;
	padding:5px 10px;
	line-height:1.5em;
	text-align:left;
}
.aoTable td span{
	display:block;
	margin:5px 0px 5px 1em;
}

/*-- layout --*/
/*-- ------------------------------------------------- --*/
.layout{
	margin-bottom:10px;
	text-align:center;
}
/*-- btn --*/
/*-- ------------------------------------------------- --*/
.btn{
	margin-bottom:30px;
	text-align:center;
}
/*-- 関連するリンク --*/
/*-- ------------------------------------------------- --*/
.relation{
	clear:both;
	width:710px;
	overflow:hidden;
	margin-top:50px;
}
.relation .bnLink{
	border-bottom:1px solid #E1E1E1;
	width:720px;
	padding-bottom:5px;
	margin-bottom:15px;
}
.relation li{
	width:240px;
	float:left;
	list-style:none;
	margin-bottom:10px;
}
.relation .bnList{
	width:720px;
}
.relation .bnList li img{
	border:4px solid #f7f7f7;
}



/*-- アンカーリンク --*/
/*-- ------------------------------------------------- --*/
.anchorLink{
	text-align:center;
	background:url(../../other/img/anchorlink_bg.gif) no-repeat left bottom;
	font-size:93%;
	margin-bottom:10px;
	padding-bottom:5px;
}
.anchorLink02{
	text-align:center;
	background:url(../img/anchorlink_bg.gif) repeat-x left bottom;
	font-size:93%;
	padding-top:8px;
	margin-bottom:10px;
	padding-bottom:5px;
	margin-top:20px;
}
.anchorLink a,
.anchorLink02 a{
	margin:0px 5px;
	padding-left:10px;
	background:url(../img/mark_anchorlink.gif) no-repeat left center;
}


/*-- 

	9.Individual Parts Ele

====================================================== --*/

/*-- コース一覧 --*/
/*-- ------------------------------------------------- --*/
.courseList{
	width:735px;
	padding-bottom:20px;
}
.courseList .course{
	width:245px;
	float:left;
	margin-bottom:30px;
}
.courseList .course h2{
	margin:0px 0px 10px 0px;
}
.courseList .course .img{
	margin:0px;
	padding:0px;
	width:56px;
	float:left;
}
.courseList .course .txt{
	width:178px;
	float:right;
}
.courseList .course .txt p{
	margin:3px 20px 7px 0px;
	line-height:135%;
	font-size:93%;
}

.courseList .course ul{
	width:220px;
	clear:both;
	background:url(../../img/line_university.gif) no-repeat 0px 3px;
	padding-top:14px;
}
.courseList .course ul li{
	list-style:none;
	margin-bottom:3px;
}

.courseList .medical ul{ background-image:url(../../img/line_medical.gif); }
.courseList .system ul{ background-image:url(../../img/line_system.gif); }
.courseList .game ul{ background-image:url(../../img/line_game.gif); }
.courseList .business ul{ background-image:url(../../img/line_business.gif); }
.courseList .itlicense ul{ background-image:url(../../img/line_itlicense.gif); }



/*-- 各コース　こんな人にオススメ --*/
/*-- ------------------------------------------------- --*/
.promote{
	width:278px;
	float:left;
	background:url(../../medical/img/promote_bg.gif) repeat-y left top;
	border-top:6px solid #f8f4e7;
	border-bottom:6px solid #f8f4e7;
	padding-top:15px;
	margin-bottom:20px;
}
.promote dt{
	margin:0px 0px 10px 17px;
}
.promote dd{
	margin:0px 0px 25px 17px;
	line-height:1.5em;
}
.promote .medical{
	color:#86C510;
}
.promote .system{
	color:#ff6600;
}
.promote .game{
	color:#3399cc;
}
.promote .business{
	color:#ff3399;
}

/*-- 各コース　コースとは --*/
/*-- ------------------------------------------------- --*/
.about{
	width:422px;
	float:right;
	margin-bottom:20px;
}
.about dt img{
	margin:0px 0px 10px 0px;
}
.about dd{
	margin:0px 0px 0px 2px;
	line-height:1.5em;
	font-size:93%;
}

/*-- 各コース　ポイント --*/
/*-- ------------------------------------------------- --*/
.point{
	width:724px;
	margin-bottom:10px;
}
.point li{
	list-style:none;
	width:240px;
	float:left;
	display:block;
	margin-bottom:11px;
}
.point dl{
	list-style:none;
	width:181px;
	float:left;
}
.point dl dt{
	margin-bottom:10px;
}
.point dl dd{
	margin:0px 16px 20px 0px;
	font-size:77%;
	line-height:1.5em;
}

/*-- 各コース　リンク --*/
/*-- ------------------------------------------------- --*/
.courseLink{
	width:710px;
	clear:both;
	margin-bottom:60px;
}
.courseLink ul{
	height:141px;
}
.courseLink ul li{
	list-style:none;
}
.courseLink ul.university{
	background:url(../../university/img/course_bg.gif) no-repeat left top;
}
.courseLink ul.medical{
	background:url(../../medical/img/course_bg.gif) no-repeat left top;
}
.courseLink ul.system{
	background:url(../../system/img/course_bg.gif) no-repeat left top;
}
.courseLink ul.game{
	background:url(../../multimedia/img/course_bg.gif) no-repeat left top;
}
.courseLink ul.business{
	background:url(../../business/img/course_bg.gif) no-repeat left top;
}
.courseLink ul.university li,
.courseLink ul.medical li{
	padding:61px 0px 0px 162px;
}
.courseLink ul.system li{
	padding:47px 0px 0px 145px;
	margin-bottom:-45px;
}
.courseLink ul.game li{
	padding:33px 0px 0px 145px;
	margin-bottom:-31px;
}
.courseLink ul.business li{
	padding:49px 0px 0px 145px;
	margin-bottom:-47px;
}



/*-- 各コース　専攻 --*/
/*-- ------------------------------------------------- --*/
.specialty{
	width:750px;
}
.specialty .detail{
	width:375px;
	float:left;
	margin-bottom:10px;
}
.specialty .bg{
	background:url(../img/specialty_detail_bg.gif) repeat-y left top;
}
.specialty .bg02{
	background:url(../img/specialty_detail_bg_02.gif) repeat-y left top;
}
.specialty .bg03{
	background:url(../img/specialty_detail_bg_03.gif) repeat-y right top;
}
.specialty .bg04{
	background:url(../img/specialty_detail_bg_04.gif) repeat-y right top;
}
.specialty .detail h3{
	background:none;
	padding:0px;
	margin:0px 0px 10px;
}
.specialty .detail .img{
	width:134px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
.specialty .detail dl{
	width:230px;
	float:right;
}
.specialty .detail dl dt{
	margin-bottom:5px;
}
.specialty .detail dl dd{
	width:185px;
	line-height:1.5em;
	font-size:93%;
	margin-bottom:5px;
}
.specialty .detail .toward{
	clear:both;
	width:335px;
}
.specialty .bg .toward {
	border-top:2px solid #0c3d6d;
}
.specialty .bg02 .toward {
	border-top:2px solid #af8838;
}
.specialty .detail p{
	margin:-5px 40px 0px 0px;
	padding:0px 0px 5px 10px;
}
.specialty .bg p{
	border-bottom:2px solid #0c3d6d;
}
.specialty .bg02 p{
	border-bottom:2px solid #af8838;
}


.specialty .detailEx{
	width:710px;
	margin-bottom:10px;
}
.specialty .detailEx h3{
	background:none;
	padding:0px;
	width:335px;
	float:right;
	margin:0px 0px 10px;
}
.specialty .detailEx .img{
	width:355px;
	float:left;
}
.specialty .detailEx dl{
	width:335px;
	float:right;
}
.specialty .detailEx dl dt{
	margin-bottom:10px;
	margin-left:10px;
}
.specialty .detailEx dl dd{
	width:315px;
	margin-bottom:10px;
	line-height:1.5em;
	font-size:93%;
	margin-left:10px;
}
.specialty .detailEx .toward{
	width:335px;
	float:right;
}
.specialty .bg03 .toward {
	border-top:2px solid #ff3499;
}
.specialty .bg04 .toward {
	border-top:2px solid #a786bb;
}

.specialty .detailEx p{
	width:323px;
	float:right;
	margin:-5px 0px 0px 0px;
	padding:0px 0px 5px 10px;
}
* html .specialty .detailEx p{
	width:333px;
}
.specialty .bg03 p {
	border-bottom:2px solid #ff3499;
}
.specialty .bg04 p {
	border-bottom:2px solid #a786bb;
}

/*-- 各コース　スケジュール --*/
/*-- ------------------------------------------------- --*/
.schedule{
	text-align:right;
	background:url(../img/dot_pattern.gif) repeat-x left top;
	padding:10px 0px 0px;
	margin-bottom:30px;
}
.schedule a{
}

/*-- 各コース　ガイド --*/
/*-- ------------------------------------------------- --*/
.guide{
	margin-bottom:30px;
}
/*-- 大学　学習スタイル --*/
/*-- ------------------------------------------------- --*/
.style{
	text-align:right;
	margin-bottom:20px;
	margin-top:-5px;
}

/*-- 各コース　資格 --*/
/*-- ------------------------------------------------- --*/
dl.licence{
	padding-bottom:20px;
}
dl.licence dt{
	margin-bottom:10px;
}
dl.licence dd{
	margin-bottom:30px;
}
dl.licence dd table{
	background:#ccc;
}
dl.licence dd table td{
	line-height:1.4em;
	padding:3px 5px;
	font-size:93%;
	border:1px solid white;
	text-align:left;
	vertical-align:top;
	background:#f9f8f4;
}


/*-- JOHO紹介 --*/
/*-- ------------------------------------------------- --*/
.otherContents{
	width:735px;
	margin-bottom:30px;
}
.otherContents dl{
	width:245px;
	float:left;
}
.otherContents dl dt{
	margin-bottom:8px;
}
.otherContents dl dd{
	width:218px;
	font-size:93%;
	line-height:1.5em;
	margin-bottom:20px;
	margin-left:2px;
}

/*-- JOHOの特色 --*/
/*-- ------------------------------------------------- --*/
.features{
	width:710px;
}
dl.features dt{
	width:107px;
	height:107px;
}
dl.features dd{
	padding-left:125px;
	margin-top:-107px;
	margin-bottom:23px;
	padding-bottom:20px;
	background:url(../../other/img/features_bg.gif) no-repeat left bottom;
}
dl.features dd dl{
	width:585px;
}
dl.features dd dl dt{
	width:auto;
	height:auto;
	padding:3px 0px 17px 0px;
}
dl.features dd dl dd{
	padding:0px;
	background:none;
	margin:0px;
	font-size:93%;
	width:585px;
	line-height:1.8em;
}
dl.features dd dl dd img{
	float:right;
	margin:-80px 0px 20px 30px;
	display:block;
}
dl.features dd dl dd img.ex{
	float:none;
	margin:5px 0px 0px -5px;
	display:block;
}
div.features{
	width:736px;
	background:url(../../other/img/features_bg_02.gif) repeat-y 358px 0px;
	margin-bottom:50px;
}
div.features dl{
	width:368px;
	float:left;
}
div.features dl dt{
	margin-bottom:10px;
}
div.features dl dd{
	font-size:93%;
	width:335px;
	margin-left:2px;
	line-height:1.8em;
}

/*-- キャンパスライフ --*/
/*-- ------------------------------------------------- --*/
.campus{
	width:710px;
	margin-bottom:20px;
}
.campus .img{
	width:413px;
	float:right;
}
.campus dl{
	width:290px;
	float:left;
}
.campus dl dt{
	height:72px;
	width:72px;
}
.campus dl dd{
	margin:-72px 0px 10px 80px;
	min-height:72px;
}
* html .campus dl dd{
	height:72px;
}
.campus dl dd li{
	list-style:none;
	font-size:93%;
	line-height:1.5em;
	text-indent:-1em;
	padding-left:1em;
}
.campus dl dd li span{
	color:#99CC00;
}

.club{
	width:720px;
}
.club dl{
	width:180px;
	float:left;
	margin-bottom:40px;
}
.club dl dt img{
	margin-bottom:7px;
}
.club dl dd{
	margin:0px 15px 0px 2px;
	line-height:1.5em;
	font-size:77%;
}


/*-- 資格実績 --*/
/*-- ------------------------------------------------- --*/
.results-l-catch{
	background:url(../../other/img/results_l_bg.gif) no-repeat right top;
	padding-right:315px;
	padding-bottom:10px;
	margin-bottom:30px;
}
.results-l-catch dt{
	margin:0px 0px 10px;
}
.results-l-catch dd{
	font-size:93%;
	line-height:1.5em;
	margin:0px 0px 0px 2px;
}

.pass{
	width:730px;
	margin-bottom:30px;
}
.pass .detail{
	width:365px;
	float:left;
	margin-bottom:20px;
}
.pass .detail .img{
	width:130px;
	float:left;
}
.pass .detail dl{
	width:225px;
	float:right;
}
.pass .detail dl dt{
	margin-bottom:5px;
}
.pass .detail dl dd{
	line-height:1.5em;
	font-size:93%;
	margin-right:20px;
}

/*-- 就職実績 --*/
/*-- ------------------------------------------------- --*/
.job{
	background:url(../../other/img/results_job.gif) no-repeat right top;
	padding-right:320px;
	font-size:93%;
	line-height:1.8em;
	margin-bottom:30px;
	margin-left:2px;
	margin-top:20px;
}

.reason{
	width:710px;
	margin-bottom:30px;
}
.reason .img{
	width:294px;
	float:right;
}
.reason dl{
	width:391px;
	float:left;
}
.reason dl dt{
	margin-bottom:5px;
}
.reason dl dd{
	margin-bottom:15px;
	line-height:1.8em;
	font-size:93%;
	margin-left:2px;
}

.backup{
	margin-bottom:33px;
}

.resultsList{
	width:720px;
	margin-bottom:50px;
}
.resultsList li{
	float:left;
	list-style:none;
	display:block;
	line-height:1.5em;
	font-size:77%;
	width:238px;
	padding-left:2px;
}


/*-- AO --*/
/*-- ------------------------------------------------- --*/
.ao{
	width:720px;
	margin-bottom:30px;
}
.ao li{
	float:left;
	width:180px;
	list-style:none;
}
.aoDouble{
	width:710px;
	margin-bottom:30px;
}
.aoDouble .img{
	width:264px;
	float:left;
}
.aoDouble .text{
	width:430px;
	float:right;
}


/*-- 奨学生制度 --*/
/*-- ------------------------------------------------- --*/
.challenge{
	height:42px;
	text-align:right;
	margin-top:-60px;
	margin-bottom:20px;
}
.scolarship{
	text-align:right;
}
.scolarship img{
	margin-top:5px;
}


/*-- 入学相談会 --*/
/*-- ------------------------------------------------- --*/
.main p.akiText{
	font-size:107%;
	border-bottom:1px solid #ccc;
	margin:0px 0px 10px;
	padding-bottom:10px;
	line-height:1.5em;
}

/*-- 企業挨拶 --*/
/*-- ------------------------------------------------- --*/
.companyGreeting{
	background:url(../../information/img/company_01.jpg) no-repeat right top;
	padding-right:115px;
	margin-bottom:30px;
}
.companyGreeting p{
	line-height:1.5em;
	margin-bottom:5px;
}
.companyGreeting p.name{
	text-align:right;
}


/*-- PDF --*/
/*-- ------------------------------------------------- --*/
.pdf{
	width:710px;
	margin-bottom:30px;
}
.pdf li{
	float:left;
	list-style:none;
	font-size:93%;
	text-align:center;
	width:318px;
}
.pdf li img{
	display:block;
	margin-right:10px;
	margin-bottom:5px;
}

/*-- リンク --*/
/*-- ------------------------------------------------- --*/
.linkList{
	width:710px;
	margin-bottom:25px;
}
.linkList li{
	width:236px;
	float:left;
	background:url(../img/mark_link.gif) no-repeat left center;
	list-style:none;
	text-indent:9px;
	font-size:93%;
	line-height:1.5em;
	margin-bottom:5px;
}

/*-- ご紹介キャンペーン --*/
/*-- ------------------------------------------------- --*/
.main p.friend{
	margin:0px 2px -60px 2px;
	position:relative;
}
.main div.friend{
	text-align:center;
	margin-bottom:50px;
}

/*-- 提携マンション --*/
/*-- ------------------------------------------------- --*/
.mansionData td{
	text-align:left;
	padding:5px 7px;
}
.mansion{
	width:710px;
	margin-bottom:20px;
}
.mansion .spec{
	width:250px;
	float:left;
}
.mansion .spec p.name{
	font-weight:bold;
	margin:5px 0px;
}
.mansion .spec table{
	margin-bottom:5px;
}
.mansion .text{
	width:450px;
	float:right;
}
.mansion .text p{
	line-height:1.5em;
}
.mansion .text p.name{
}

/*-- Faq --*/
/*-- ------------------------------------------------- --*/
.faq {
	width:710px;
	margin:35px 0px 50px 0px;
}
.faq dt {
	background:url(../../information/img/faq_q.gif) no-repeat left top;
	padding:30px 0px 10px 49px;
	line-height:1.4em;
	font-size:107%;
	margin-bottom:16px;
	color:#E64466;
}
.faq dt.first{
	padding-top:10px;
	background:url(../../information/img/faq_q_first.gif) no-repeat left top;
}
.faq dd {
	background:url(../../information/img/faq_a.gif) no-repeat left top;
	line-height:1.5em;
	margin-bottom:20px;
	padding:2px 5px 3px 49px;
	font-size:93%;
	color:#666;
}

/*-- vendar --*/
/*-- ------------------------------------------------- --*/
.vendar{
	width:710px;
	margin-bottom:10px;
}
.vendar .img{
	width:209px;
	float:right;
}
.vendar .text{
	width:470px;
	float:left;
}
.vendar .text p{
	line-height:1.5em;
}
.vendar .text p.school{
	color:#0066CC;
}
.vendar .text p.reg{
	font-size:77%;
}
.cesa{
	background:url(../../information/img/vendar_02.gif) no-repeat right top;
	padding-right:180px;
}
.main p.reduction strong{
	font-weight:bold;
	color:#cc0000;
}
.main p.reduction em{
	font-style:normal;
	font-weight:bold;
}


/*-- 関連リンク --*/
/*-- ------------------------------------------------- --*/
.relationList{
	border:1px solid #e8e2d3;
	background:#f7f5f0;
	padding:5px 15px;
}
.relationList li{
	display:inline;
	list-style:none;
	margin-right:30px;
	line-height:2em;
}
.relationList li a{
	background:url(../img/mark_link.gif) no-repeat left center;
	padding-left:10px;
	white-space:nowrap;
}

/*-- 分野で探す --*/
/*-- ------------------------------------------------- --*/
.fieldList{
	width:735px;
	margin-top:20px;
}
.fieldList dl{
	width:245px;
	float:left;
}
.fieldList dl dt{
	margin-bottom:5px;
}
.fieldList dl dd{
	line-height:1.5em;
	font-size:93%;
	margin-right:25px;
	margin-bottom:20px;
}

/*-- JOHO　10コース --*/
/*-- ------------------------------------------------- --*/
.johoCourse{
	width:735px;
}
.johoCourse dl{
	width:245px;
	float:left;
}
.johoCourse dl dt{
	margin-bottom:5px;
}
.johoCourse dl dd{
	line-height:1.35em;
	font-size:93%;
	margin-right:25px;
	height:3.5em;
}

/*-- JOHO　10コース --*/
/*-- ------------------------------------------------- --*/
div.licence{
	margin-top:15px;
}

/*-- 高校生ITチャレンジ --*/
/*-- ------------------------------------------------- --*/
.challengeLink{
	text-align:right;
	margin-top:-55px;
	height:-55px;
	position:relative;
}
/*-- 職種から --*/
/*-- ------------------------------------------------- --*/
.jobList{
	width:735px;
}
.jobList dl{
	width:245px;
	float:left;
}
.jobList dl dt{
	margin-bottom:5px;
}
.jobList dl dd{
	margin-right:25px;
	margin-bottom:15px;
}
.jobList dl dd li{
	list-style:none;
	font-size:93%;
	margin-left:2px;
	line-height:1.5em;
}

/*-- 

	11.Sitemap Ele

====================================================== --*/
.sitemap {
	width:710px;
	margin:0px 0px 0px 0px;
}
.main .sitemap h2{
	clear:both;
}
.sitemap li{
	font-size:93%;
	line-height:2em;
	list-style:none;
}
.sitemap li li{
	font-size:100%;
}
.sitemap .link{
	width:238px;
	float:left;
	margin:0px 0px 15px 0px;
}
.sitemap .link li{
	background:url(../../other/img/mark_sitemap.gif) no-repeat 0px 0.7em;
	padding-left:13px;
}
.sitemap .link li li{
	background:url(../img/mark_link.gif) no-repeat 0px 0.7em;
	padding-left:10px;
}
.sitemap .link ul{
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.sitemap .text{
	width:472px;
	float:left;
	margin:0px 0px 15px 0px;
}



/*-- 

	12.Form Ele

====================================================== --*/
form {
	margin: 0px;
	padding: 0px;
}
.form{
	text-align:right;
}
form td input{
	vertical-align:middle;
}
form td select{
	margin:1px 0px;
}
input.radio{
	vertical-align:-2px;
}
input.long{
	width:220px;
}
input.short{
	width:50px;
}
input.zipcode{
	width:65px;
}
input.very-short{
	width:30px;
}
textarea{
	width:330px;
	height:80px;
	font-size:12px;
}
.bbs textarea{
	width:600px;
}
fieldset {
	padding: 0.5em;
	border: 1px solid #FF66CC;
	margin: 0.5em;
}
legend {
	font-weight: bold;
}
td.submit {
	text-align: center;
	padding-top:20px;
}



/*-- 

	13.Blog Ele
 
====================================================== --*/
.blog {
	width:710px;
	overflow:hidden;
}
.blog h1.topics{
	background:url(../../topics/img/h1_index.jpg) no-repeat left bottom #f9f6ef;
	font-size:138.5%;
	color:#333333;
	margin:0px 0px 10px;
	padding:33px 0px 10px 10px;
	line-height:1.5em;
}
.blog h1.topicsDetail{
	background:url(../../topics/img/h1_index.jpg) no-repeat left bottom #f9f6ef;
	font-size:138.5%;
	color:#333333;
	min-height:60px;
	margin:0px 0px 10px;
	padding:10px 200px 0px 10px;
	line-height:1.5em;
}
* html .blog h1.topicsDetail{
	height:70px;
}
.blog dl.topicsList{
	width:710px;
}
.blog dl.topicsList dt{
	width:90px;
	text-indent:5px;
	font-size:93%;
	font-weight:normal;
	background:url(../../topics/img/mark_link.gif) no-repeat 100% 0.5em;
	line-height:1.5em;
}
.blog dl.topicsList dd{
	width:600px;
	padding-left:100px;
	line-height:1.5em;
	background:url(../../topics/img/dot_pattern.gif) repeat-x left bottom;
	margin-top:-1.5em;
	font-size:93%;
	padding-right:10px;
	padding-bottom:6px;
	margin-bottom:5px;
}
* html .blog dl.topicsList dd{
	width:710px;
}


.blog .date{
	font-size:93%;
	line-height:1.5em;
	padding:0px 2px 5px 2px;
	margin-bottom:10px;
	background:url(../../topics/img/dot_pattern.gif) repeat-x left bottom;
}
.blog .blogBody{
	font-size:93%;
	line-height:1.5em;
	margin:0px 2px 0px;
}
.blog .blogBody p{
	font-size:1em;
	margin:0px 0px 20px;
}


