/* ====================================================== */
/* Elements */
/* ====================================================== */

*{margin:0; padding:0;}

body {
	text-align:center;
	margin:0;
	padding:0;
	background:url(../images/body_bg.gif) repeat-y center top #eee;
	font: normal 12px/20px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

a				{ color:#3399cc; text-decoration: none; }
a:link 		{ text-decoration: none; }
a:hover 	{ text-decoration: underline; }

img 			{ border: none; }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 16px/32px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;	
}
h2 {
	font: bold 14px/32px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
h3, h4, h5, h6 {
	font: bold 12px/32px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;	
}

li {
	list-style:none;
}


/* ====================================================== */
/* CONTAINER */
/* ====================================================== */

#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:#fff;
}

/* ====================================================== */
/* HEADER */
/* ====================================================== */

#header {
	background:#fff;
	margin: 0px 0px 10px 15px;
}

#headerLogo {
	float:left;
}
#headerTitle {
	background-image:  url(../images/title_banner.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 750px;
	float:left;
	text-align:right;
}
#headerTitle a{
		color:#666;
}

#headerImg {	
/*
	height:376px;
	background: url('../images/toronto_skyline.jpg') 0px 0px no-repeat;
*/
}
/*
.trans_box {
	color:#fff;
	padding: 10px;
	margin: 20px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/75p_honey.png');
}
.trans_box[class] {
  background-image:url(../images/75p_honey.png);
}
*/
/* ====================================================== */
/* MENU A */
/* ====================================================== */
#menuA {
	position:absolute;
/*	top:485px; */
	top:390px;
	
	width:180px;
/* 02/12	float:left; */
	margin:0px 0px 0px 25px;
}

	#menuA a{
		color:#666;
	}

	#menuA h2 {
		background-image: url(../images/listbk.gif);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		margin: 5px 10px 0px 0px;
		padding: 0px 0px 0px 25px;
		color:#666;
		font-size:12px;
	}
	#menuA ul {
		margin:5px 0px 0px 0px; padding:0px; list-style-type:none; line-height:15px;
	}
		#menuA ul li {
			background-image: url(../images/arrow2.gif);
			background-repeat: no-repeat;
			background-position: 0px 4px;
			margin: 5px 0px 0px 10px;
			padding: 0px 0px 0px 15px;
		}
		
		#feedfx {
			color: #666;
			border-bottom: 1px solid #ccc;
		}
		#fx .title {
			background-image: url(../images/minititle.gif);
			background-repeat: no-repeat;
/*
			height:30px;
*/
			color:#666;
			font-size:12px;
			font-weight:bold;
			padding: 4px 0px 0px 10px;
		}
/*
		#feedfx .item {
*/
		#fx {
			background-image: url(../images/minititle_frame.gif);
			background-repeat: repeat-y;
/*			padding-left: 5px; */
			font-size:11px;
		}
		#feedfx .item {
			padding-left: 5px;
		}
/* ====================================================== */
/* MAIN */
/* ====================================================== */

#ad {
/*	width:770px; */	
	clear:left;
	width:960px;
	padding:10px 0px 0px 10px;
	background-color:#fff;
	overflow:hidden;
}

#containerTop {

	position:relative;

	width:770px;
	margin-left:205px;
	margin-right:25px;
	text-align:left;
	background:#fff;
}

/* main For TopPage */
#mainTop {
	width: 560px;
	float:left;
}

#mainTop  h2.fullwidth {
		position:relative;
		left:0px;
/*		width:515px; */
		height:35px;
		background-image: url(../images/maintitle.gif);
		background-repeat:no-repeat;
		padding: 5px 10px 0px 35px;
		color:#666;
}
#mainTop .topContents {
	padding: 0px 10px 0px 20px;
	background-image: url(../images/maintitle_frame.gif);
	background-repeat: no-repeat;
}
#mainTop .topContents div.lined {
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	padding-top: 10px;
	padding-left: 15px;
	border-bottom: 1px dotted #999;
}

/* main For Pages except TopPage */
#main {
	width:770px;
	float:left;
}

	#main h2 {
		position:relative;
		left:0px;
		width: 725px;
		height:35px;
		background-image: url(../images/maintitle.gif);
		background-repeat:no-repeat;
		padding: 5px 10px 0px 35px;
		color:#666;
	}
	
/* navigation Link */
#navigation {
	padding:5px 0px 0px 20px;
	color:#999;
}
	#navigation a {
		color:#00a4b2; 
	}


/* ====================================================== */
/* MENU B */
/* ====================================================== */
#menuB {
	width:205px;
	float:right;
	margin-left:5px;
	margin-top: 5px;
	overflow:hidden;
}

#rightbanner {
	margin-left: 10px;
}


/* ====================================================== */
/* FOOTER */
/* ====================================================== */
#footer {
	width:100%;
	clear:left;
	text-align:center;
	overflow:hidden;
}

#footLinks {
	margin-top: 20px;
	margin-bottom: 2px;
	border-bottom: #666666 1px solid;
}
	#footLinks a {
		color: #666;
	}

#copyright {
	color: #666;
}

/* ====================================================== */
/* COMMON */
/* ====================================================== */

.contents{
	padding:15px 30px 0px 30px;
	background-image: url(../images/maintitle_frame.gif);
	background-repeat: no-repeat;
}
	.contents h3 {
		color:#ff921c;
		font-size:14px;
	}

.attention {
	color:#ff0000;
}

/* Page Top Link  START */
.toTop {
	margin: 10px 0px;
	text-align:right; 
}
.toTop a {
	color:#999
}
/* Page Top Link END */

/* ====================================================== */
/* TOPPAGE */
/* ====================================================== */
.lefthalf {
	float: left;
	width:275px;
	background-image: url(../images/maintitle_frame.gif);
	background-repeat: no-repeat;
}
.righthalf {
	float:right;
	width:275px;
	background-image: url(../images/maintitle_frame.gif);
	background-repeat: no-repeat;
}
.lefthalf p {
	padding:0px 10px 0px 20px;
}
.righthalf p {
	padding:0px 10px 0px 20px;
}
h2.halfwidth {
		left:0px;
/*		width:275px; */
		height:35px;
		background-image: url(../images/maintitle.gif);
		background-repeat:no-repeat;
		padding: 5px 0px 0px 35px;
		color:#666;
}

.eventinfotop{
	background-image: url(../images/minititle_right.gif);
	background-repeat: no-repeat;
	margin: 4px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	color:#666;
}
.eventinfotop h2 {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.eventinfocontainer{
	margin-left:10px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/minititle_right_frame.gif);
	background-repeat: repeat-y;
}
.eventinfo{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin:0px 5px 0px 10px;
	padding-left:15px;
	font-size:12px;
	border-bottom: 1px dotted #ccc;
}
.movieinfo{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin:0px 5px 0px 10px;
	padding-left:15px;
	font-size:12px;
	border-bottom: 1px dotted #ccc;
}
.toeventinfo{
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin:0px 5px 0px 10px;
	padding-left:15px;
	font-size:11px;
}


	/* ====================================================== */
	/* BLOG FEED */
	/* ====================================================== */
#feed {
}
	#feed .item {
	}
	#feed .title {
		float:left;
		padding-top:10px;
	}
	#feed .link {
	}
	#feed .pubdate {
		padding-top:10px;
		float:right;
	}
	#feed .snippet {
		clear:left;
		padding:0px 5px 0px 0px;
		border-bottom: 1px dotted #999999;
		overflow:hidden;
	}


/* For TopPage END */

/* ====================================================== */
/* OFFICE PAGE*/
/* ====================================================== */
.gmap {
	padding-left:20px;
}

.staff {
	border-bottom: #666666 1px dotted;
	margin-bottom:10px;
}

.staffName{
	font-weight:bold;
	font-size:14px;
	color:#333333;
}

.bname {
	background-color:#D3E2E2;
	padding: 5px 10px 5px 10px;
}

.binfo {
	background-color:#EBF1F1;
	padding: 5px 10px 5px 10px;
}

/* ====================================================== */
/* FAQ PAGE*/
/* ====================================================== */

	.contents ul.faq {
		border-bottom: 1px dotted;
		padding-top: 10px;
		margin-right: 30px;
	}
	.contents li.q {
		background-image: url(../images/circle_q.gif);
		background-repeat: no-repeat;
		padding: 0px 0px 0px 25px;
		font-weight: bold;
	}
	.contents li.a {
		background-image: url(../images/circle_a.gif);
		background-repeat: no-repeat;
		padding: 0px 0px 0px 25px;
	}

/* ====================================================== */
/* CAMPAIGN PAGE*/
/* ====================================================== */
#campaigntable {
	padding-left:30px;
}
.campaign {
	width:600px;
	border-bottom: #666666 1px dotted;
	margin-bottom:10px;
}
/* ====================================================== */
/* SERVICE PAGE*/
/* ====================================================== */
/* PriceList  Start */
.tableBg {
	width: 636px; background-color: #d4d4d4;
}
.titleSup {
	background-color: #ebebeb; text-align: center;
}
.titleTiCon {
	background-color: #ffffff;
}
.txtMem {
	background-color: #ccffff; text-align: center;
}
.txtReg {
	background-color: #ffffff; text-align: center;
}
/* PriceList  End */

/* Voice Start */
.pic {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.picleft {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

/* Voice End */

.comment-box {
	margin: 0px 0px 40px 30px;
	padding: 20px;
	width: 280px;
	border: 1px solid black;
	float: left;
	height: 300px;
}

.comment-box span.number {
	font-weight: bold;
	font-size: 5em;
	color: #ccc;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}

/* For Ryugaku */
.gap {
	line-height:115%; margin-bottom:12px; margin-top:0px;
}

/* ====================================================== */
/* STUDY PAGE*/
/* ====================================================== */
.recBlock {
	margin-bottom: 30px;
}

.rfloat {
	float:right;
	margin-right:150px;
}

.forStudentVisa {
	border-right: #49bf60 1px solid;
	padding-right: 10px;
	border-top: #49bf60 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px 15px 20px;
	border-left: #49bf60 1px solid;
	width: 606px;
	padding-top: 10px;
	border-bottom: #49bf60 1px solid;
}
.fcStudentVisa {
	font-weight: bold;
	font-size: 14px;
	color: #49bf60;
}
.fcVisitorVisa {
	font-weight: bold;
	font-size: 14px;
	color: #ec7247;
}
.imgNum {
	margin-right: 20px;
}
.schoolMenu {
	font-size: 14px;
	margin-bottom: 30px;
}
.schoolMenu TD {
	PADDING-RIGHT: 50px
}
.schoolMenuEsl {
	color: #96b8b8;
}
.schoolMenuSenmon {
	color: #debe5f;
}
.schoolMenuSenmon A {
	color: #debe5f;
}
.schoolMenuCollege {
	color: #ff6633;
}
.schoolMenuCollege A {
	color: #ff6633;
}
.nameEsl {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN-BOTTOM: 5px; COLOR: #333333; LINE-HEIGHT: 140%; BORDER-BOTTOM: #96b8b8 1px solid
}
.nameCollege {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN-BOTTOM: 5px; COLOR: #333333; LINE-HEIGHT: 140%; BORDER-BOTTOM: #ff6633 1px solid
}
.nameSenmon {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; MARGIN-BOTTOM: 5px; COLOR: #333333; LINE-HEIGHT: 140%; BORDER-BOTTOM: #debe5f 1px solid
}
.schoolBlock {
	MARGIN-BOTTOM: 60px
}
.qualification {
	TEXT-ALIGN: right
}
.qualification IMG {
	MARGIN: 0px 0px 2px 2px
}
.schoolLogo {
	MARGIN: 0px 10px 0px 0px
}

/* Report Page */
.logo {
	float:right;
}
.schoolname {
	font-weight:bold;
	font-size:14px;
}
.info {
	color:#ff921c;
}

/* ====================================================== */
/* WORKING PAGE*/
/* ====================================================== */
.fcWorkingVisa {
	font-weight: bold;
	font-size: 16px;
	color: #f167ab;
}

.fcFF8C00 {
 color:#FF8C00;
}

.fc0000CD {
 color:#0000CD;
}

.fcFF0000 {
 color:#FF0000;
}

/* ====================================================== */
/* FORM PAGE*/
/* ====================================================== */
#contact {
	font-size:12px;
}


#form td{
	line-height:140%;
	font-size:12px;
	color:#333333;
}

#form p{
	line-height:140%;
	font-size:12px;
	color:#333333;
	margin:40px 0px 20px 0px;
}

.cgiTitle {
	line-height:140%;
	font-size:16px;
	color:#333333;
	font-weight:bold;
}

.itemmargnright {
	margin-right:5px;
}

.itemmarginbottom {
	margin-bottom:20px;
}

.formQuestion {
	background-color:#D3E2E2;
	width:180px;
	padding-left:10px;
}

.formAnswer {
	background-color:#EBF1F1;
	padding: 5px 0px 5px 10px;
}

.marginright10 {
	margin-right:10px;
}

.wrap{
	background-color: #FFFBEA;
}

/* ====================================================== */
/* EVENT INFO PAGE*/
/* ====================================================== */
.event {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

.movie {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

/* ====================================================== */
/* SITEMAP PAGE*/
/* ====================================================== */
.sitemapTable{
	width:636px;
	color: #179BE5;
}

.sitemapTable a{
	color:#333333;
}

.sitemapTable td{
	vertical-align:top;
}

.tdLeft{
	width:50%;
	padding-right:10px;
}

.tdPaddingTop{
	padding-top:20px;
}


/* ====================================================== */
/* PROMOTION PAGE*/
/* ====================================================== */
#left {
	width:636px;
	line-height:140%;
	font-size:12px;
	color:#333333;
}


