@charset "utf-8";

/*==============================================================

　【 HOME css 】
	1. common
	2. Home

================================================================*/

/*----------------------------------------------------------------
　1. 共通設定
----------------------------------------------------------------*/

#gloval ul { width:820px; padding:0; background:#000099; }


/* リード */

.lead {
	margin:0 5px;
	font-size:75%;
	line-height:160%;
}

.lead2 {
	margin:10px 0 20px 0;
	padding:0 15px 30px 5px;
	background:url(common/images/line_dot_01.gif) repeat-x bottom;
	font-size:75%;
	line-height:160%;
}


/*----------------------------------------------------------------
　2. Home
----------------------------------------------------------------*/

#container_home {
	margin:0 auto;
	width:820px;
	text-align:left;
	}

#left_area{
	float:left;
	width:200px;
	margin:20px 25px 0 0;
	padding-bottom:10px;
}

#center_area{
	float:left;
	width:369px;
	margin:20px 15px 0 0;
	padding-bottom:30px;
}

#right_area{
	float:right;
	width:425px;
	margin:20px 0 0 0;
	padding-bottom:15px;
}


/*----------------------------------------------------------------
　Main Visual
----------------------------------------------------------------*/

#Main-Visual h1 {
	float:left;
	margin-bottom:10px;
}

#Main-Visual ul {
	float:left;
	margin-bottom:10px;
}

#Main-Visual ul li img {
	vertical-align:text-bottom;
}

/*----------------------------------------------------------------
　program
----------------------------------------------------------------*/

.program {
	clear:both;
	background:#F6F5FA;
	padding:5px;
	margin:10px auto 0 auto;
	_margin:5px auto 0 auto;
}

.program li {
	float:left;
	width:200px;
	margin-right:2px;
}

.program .item {
	background:#FFF url(images/bg_program_01.gif) no-repeat bottom;
	border:1px solid #DDD;
	padding: 0;
	width: 198px;
}

.program .itembody { padding: 0 0 8px 0; }

.program .itembody .inner {
	margin:5px 0 0 6px;
}

/*
.program .itembody .detail {
	float: left;
	width: 78px;
	margin-left:5px;
}

.program .itembody .ph {
	float:right;
	width: 60px;
	margin:5px 5px 0 0;
}

.program .itembody h2 {
}

.program .itembody p {
	margin: 6px 0 5px 0;
	font-size: 65%;
	line-height: 135%;
}
*/

/*----------------------------------------------------------------
　right_area
----------------------------------------------------------------*/
	
#Home #right_area .banner-area {
	margin: 0;
	padding: 7px 0 0 10px;
	background:#F6F5FA;
}

#Home #right_area .banner-area ul {
	background:url(images/frame_bannerarea_02.gif) no-repeat bottom;
}

#Home #right_area .banner-area li {
	float:left;
	margin: 0 5px 5px 0;
	padding: 0;
}


#Home #right_area h3 {
	clear:both;
	margin:15px 0 12px 0;
}

#Home #right_area .special-contents {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 10px;
}

#Home #right_area .special-contents ul {
	margin:0 8px 5px 2px;
	list-style:disc;
}

#Home #right_area .special-contents dl {
        clear: both;
}

#Home #right_area .special-contents dt {
	float:left;
	width:88px;
	margin-right:14px;
}

#Home #right_area .special-contents dd {
	float:left;
	width:305px;
}

#Home #right_area .special-contents li {
	background:url(common/images/icon_arrow_01.gif) no-repeat 0 4px;
	margin-bottom:4px;
	padding-left:14px;
	_padding-left:0;
	font-size:65%;
	line-height:135%;
}

#Home #right_area .special-contents a strong {
	color: #CC6699;
	font-size:115%;
	line-height:150%;
}

#Home #right_area .special-contents a:link    { text-decoration:none; color:#666; }
#Home #right_area .special-contents a:visited {	text-decoration:none; color:#666; }
#Home #right_area .special-contents a:hover   { text-decoration:none; color:#666; }
#Home #right_area .special-contents a:active  { text-decoration:none; }

#Home #right_area .special-contents a:link strong    { text-decoration:underline; color:#CC6699; }
#Home #right_area .special-contents a:visited strong {	text-decoration:underline; color:#CC6699; }
#Home #right_area .special-contents a:hover strong   { text-decoration:none; color:#CC6699; }
#Home #right_area .special-contents a:active strong  { text-decoration:none; }

#Home #right_area .special-contents li img { margin-left:5px; }


/*----------------------------------------------------------------
　center_area
----------------------------------------------------------------*/


/* Little Steps */

#Home #center_area .ls-bg {
	clear: both;
	width: 370px;
	margin: 0 0 8px 0;
	padding: 1px 0;
	background: url(common/images/bg_line_dot_01.gif);
	}

#Home #center_area .ls-bg .inner {
	background: #FFF;
	margin: 0 1px;
	padding: 14px;
	min-height: 50px;
	_height: 70px;
}

#Home #center_area .ls-bg .inner dt {
	display:block;
	float:left;
	width:60px;
	}

#Home #center_area .ls-bg .inner dd {
	float:left;
	width:265px;
	margin-left: 14px;
	font-size: 65%;
	line-height: 150%;
	}



/* 2. Ajax(タブ)指定
-------------------------------------------------------------------*/

#Home #news {
	clear: both;
	width: 360px;
	}

#Home .news {
	margin-bottom: 15px;
	}


@media projection, screen { .ui-tabs-hide { display: none; } }
@media print { .tabs { display: none; } }

#Home .tabs { font-size: 10px; }
#Home .tabs {
    list-style: none;
    margin: 0;
	}

#Home .tabs {
	padding: 0;
	margin: 0;
	font-size:65%;
	height:24px;
	font-weight:bold;
	list-style-type: none;
	text-align: center;
}


#Home .tabs:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	}

#Home .tabs li {
    float: left;
    margin: 0 1px 0 0;
    width: 103px;
	height:25px;
	position: relative;
	text-align:center;
	top: 1px;
	padding: 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	z-index:0;
}

#Home .tabs a, .tabs a span {
    display: block;
    background:url(images/tab_news.gif) no-repeat;
	color:#999;
	text-decoration:underline;
	font-weight:bold;

    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
	}

#Home .tabs a:hover,.tabs a:hover span {
	background:url(images/tab_news_on.gif) no-repeat;
	color:#7B7A59;
	line-height: 1.3;
	text-decoration:underline;
	}
	
#Home .tabs li.selected a span {
    z-index:2;
    margin-top:0;
	line-height: 1.3;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding-bottom: 1px;
	background:url(images/tab_news_now.gif) no-repeat;
 }


#Home .tabs a span {
    width: 103px; /* IE 6 treats width as min-width */
    min-width: 103px;
    height: 24px; /* IE 6 treats height as min-height */
    min-height: 24px;
    padding-top: 6px;
    padding-right: 0;
	}


#Home .ui-tabs-block {
	border-left: solid 1px #DFDFCA;
	border-right: solid 1px #DFDFCA;
	background:#EBEBDE;
	word-break:break-all;
	padding-right: 10px; 
	padding-left: 10px; 
}


#Home .yui-content{
	word-break:break-all;
	width:370px;
}

#Home .listArea{
	overflow:auto;
	height:328px;
	_height:312px;
	margin:0;
	padding:0;
	z-index:9999;
}

/* safari only */
html:\66irst-child #Home .ui-tabs-panel { height:198px; }

#Home .yui-content dt {
	font-size:65%;
	padding: 2px 0 5px 3px;
	color:#ADAD78;
	}

#Home .yui-content dd {
	margin:0 0 10px 0;
	padding:0 5px;
	font-size:75%;
	line-height:145%;
	}

#Home .yui-content .List-news {
	background: url(images/line_news_01.gif) repeat-x bottom;
	padding:0 5px 8px 0;
	margin:0 10px 10px 5px;
	}

#Home .yui-content ul { float:right; }
#Home .yui-content li {
	background:url(common/images/icon_arrow_01.gif) no-repeat 0 4px;
	line-height:150%;
	padding-left:15px;
	font-size:65%;
	font-weight:bold;
	}

#Home .yui-content li a { color:#5E5E59; }

#Home .left .banner {
	position:absolute;
	top:514px;
	_top:498px;
	}

html:\66irst-child #Home .left .banner { top:478px; }

#Home .left .banner img {
	margin-bottom:5px;
	}


/*----------------------------------------------------------------
　Sitemap
----------------------------------------------------------------*/

#Sitemap .box {
	display: block;
	float: left;
	width: 255px;
	margin: 0 0 20px 0;
	_margin: 0;
	padding: 0;
}

#Sitemap li {
	margin-bottom: 5px;
	padding-left: 15px;
	background:url(common/images/icon_arrow_01.gif) no-repeat left 2px;
	line-height:125%;
}

#Sitemap li.blank {
	margin-top: 20px;
}


#Sitemap .first { margin: 8px 0 10px 10px; }
#Sitemap .first li { font-size: 12px; }
#Sitemap .second { margin: 8px 0 10px 4px; }
#Sitemap .second li { font-size: 10px; }
#Sitemap .third { margin: 8px 0 10px 4px; }
#Sitemap .third li { font-size: 10px; }

#Sitemap .mL-box { margin-left: 26px; }

#Sitemap h1 {
	display: block;
	margin: 5px 0 15px 5px;
}

#Sitemap h2 {
	display: block;
	margin-bottom: 15px;
	padding: 12px 0 10px 6px;
	background: url(common/images/bg_table_01.gif);
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
	line-height: 100%;
}

#Sitemap h2.info { border-left: #2F37A9 6px solid; }
#Sitemap h2.seminar { border-left: #218BCB 6px solid; }
#Sitemap h2.business { border-left: #349A2C 6px solid; }
/*#Sitemap h2.workshop { border-left: #6951BF 6px solid; }*/
#Sitemap h2.workshop { border-left: #2F37A9 6px solid; }
#Sitemap h2.abroad { border-left: #0E9C9C 6px solid; }
#Sitemap h2.us_kaplan { border-left: #EC9B37 6px solid; }
#Sitemap h2.medical { border-left: #DD579A 6px solid; }
#Sitemap h2.education { border-left: #A48F84 6px solid; }
#Sitemap h2.corporate { border-left: #6951BF 6px solid; }
#Sitemap h2.english { border-left: #2F37A9 6px solid; }
#Sitemap h2.other { border-left: #2F37A9 6px solid; }

#Sitemap h2.business,
#Sitemap h2.workshop,
#Sitemap h2.abroad,
#Sitemap h2.us_kaplan,
#Sitemap h2.medical,
#Sitemap h2.education,
#Sitemap h2.corporate,
#Sitemap h2.other {
	margin-top: 20px;
}

#Sitemap h2 a:link,
#Sitemap h2 a:visited {
	color:#FFF;
	text-decoration: none;
}

#Sitemap h2 a:hover {
	color:#FFF;
	text-decoration: underline;
}

#Sitemap #pagelink-under {
	display: block;
	height: 22px;
	margin: 20px 5px;
	padding: 0;
}

