@charset "shift_jis";

/* ****************************************************
Title: toppage.css
Created: 2011-12-26
Last Modified: 2012-03-29
***************************************************** */


/* Table Of Contents
----------------------------------------

# body
# layout
# header
# gNav
# visual
# pageBody
# content
# sidebar
# footer
# clearfix

----------------------------------------*/


/* # body
---------------------------------------------------------------------------- */

body {
	background-color: #fff;
	color: #515151;
}


/* # layout
---------------------------------------------------------------------------- */

#layout {
	padding: 0 5px;
	width: 715px;
}


/* # visual
---------------------------------------------------------------------------- */

#visual {
	clear: both;
	height: 200px;
	padding: 8px 0 0 5px;
	overflow: hidden;
}

#visual #visMain {
	float: left;
	height: 200px;
	position: relative;
	width: 515px;
}

#visual #visLoading {
	background-color: #fff;
	height: 200px;
	width: 515px;
	position: absolute;
}

#visual #visLoading img {
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
}

#visual #visList {
	height: 200px;
	position: absolute;
	/*opacity: 0;*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";*/
	overflow: hidden;
	/*visibility: hidden;*/
	width: 515px;
	zoom: 1;
	z-index: 1;
}

#visual #visList li {
	background-color: #fff;
	height: 200px;
	left: 0;
	position: absolute;
	top: 0;
	width: 515px;
}

#visual #visList li span {
	left: 10px;
	position: absolute;
	top: 10px;
}

#visual #visNav {
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	width: 515px;
	z-index: 1000;
}

#visual #visNav ul {
	/*background-color: rgba(0,0,0,0.5);*/
	background: url(../../img/2012/top/vis_bg_nav.png) no-repeat left top;
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000F5',EndColorStr='#000000F5')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#000000F5',EndColorStr='#000000F5');
	*/
	padding: 3px 5px;
}

#visual #visNav ul,
#visual #visNav li {
	display: inline-block;
	*display: inline;
	font-size: 0;
	vertical-align: baseline;
	*zoom: 1;
}

#visual #visNav li {
	margin-right: 5px;
}

#visual #visNav li.last {
	margin-right: 0;
}

#visual #visNav li a {
	background-color: #a99f8d;
	display: block;
	height: 4px;
	width: 30px;
}

#visual #visNav li a.selected {
	background-color: #ff9d1c;
}

#visual #visSub {
	float: right;
}

#visual #visBnr {
	margin-bottom: -2px;
}

#visual #visBnr li {
	margin-bottom: 2px;
}


/* # pageBody
---------------------------------------------------------------------------- */

div#pageBody {
	margin-top: 0;
	margin-bottom: -5px;
	padding: 10px 0 0 0;
}

#pageBody .hGroup {
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#pageBody .hGroup .more {
	position: absolute;
	right: 10px;
	top: 7px;
}

#pageBody .hGroup .more a {
	background: url(../../img/2012/common/ico_arrow03.gif) no-repeat 0 0.2em;
	color: #fff;
	padding: 0 0 0 14px;
}

/* courseArea */
#pageBody #courseArea {
	clear: both;
	margin-bottom: 10px;
}

#pageBody #courseArea .hGroup,
#pageBody #courseArea .hGroup h2 {
	margin-bottom: 0;
}

h2.mHead {
	background: url(../../img/2012/top/bg_mhead01.gif) no-repeat 0 0;
	height: 23px;
	padding: 7px 0 0 13px;
}

h2.mHead a {
	background: url(../../img/2012/common/ico_arrow03.gif) no-repeat 0 2px;
	color: #fff;
	font-weight: bold;
	margin-left: -4px;
	padding-left: 13px;
}


#pageBody #courseAreaIn {
	background: url(../../img/2012/top/bg_course_nav.gif) left top;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 0 0 3px 3px;
	padding: 91px 0 5px;
	position: relative;
}

#pageBody #courseNav,
#pageBody .courseNav {
	left: 5px;
	position: absolute;
	top: 5px;
	width: 705px;
	z-index: 999;
}

#pageBody #courseNav.script {
	display: none;
}

#pageBody #courseNav li,
#pageBody .courseNav li {
	float: left;
}

#pageBody #courseNav li a,
#pageBody .courseNav li a {
	background-position: left top;
	background-repeat: no-repeat;
/*	display: block;*/
	height: 86px;
	width: auto;
}

#pageBody .courseNav li a {
	display: block;
	height: 86px;
	width: 140px;
}

#pageBody .courseNav li a:hover {
	overflow: hidden;
}

#pageBody .courseNav li a:hover img {
	display: none;
}

@media print {
	* html body { zoom: 90%; }
	* html #pageBody #coursePanels { position: static; }
	* html #pageBody #coursePanels .coursePanel { overflow: visible; position: static; }
	* html #pageBody #coursePanels .coursePanelBox { margin-right: 0; }
	* html #pageBody #coursePanels .coursePanelBox .boxTit { display: none; }
	* html #pageBody #coursePanels .coursePanelBox .boxTitPrint { display: block !important; }
	#pageBody #courseNav li a img { display: block; }
}

#pageBody .courseNav li.courseNav01 a { background-image: url(../../img/2012/top/btn_course01_o.gif); width:140px; }
#pageBody .courseNav li.courseNav02 a { background-image: url(../../img/2012/top/btn_course02_o.gif); }
#pageBody .courseNav li.courseNav03 a { background-image: url(../../img/2012/top/btn_course03_o.gif); }
#pageBody .courseNav li.courseNav04 a { background-image: url(../../img/2012/top/btn_course04_o.gif); }
#pageBody .courseNav li.courseNav05 a { background-image: url(../../img/2012/top/btn_course05_o.gif); width:142px; }

#pageBody #coursePanels {
	background: #eaf8ff url(../../img/2012/top/bg_course_shadow.gif) no-repeat left top;
	display: none;
	margin: 0 auto;
	padding: 10px; 
	position: relative;
	visibility: visible;
	width: 685px;
	z-index: 1;
}

#pageBody #coursePanels .coursePanelsClose {
	background-color: #e9f2f6;
	border-top: 1px solid #e8e3dd;
	border-right: 1px solid #e9e8e5;
	border-bottom: 1px solid #f5f9fb;
	border-left: 1px solid #e9e8e5;
	line-height: 0;
}

#pageBody #coursePanels .coursePanelsClose a {
	font-size: 0;
}

#pageBody #coursePanels .coursePanel {
	margin: 10px -6px 10px 0;
	position: relative;
	overflow: hidden;
	width: 691px;
	zoom: 1;
	z-index: 1;
}

#pageBody #coursePanels .coursePanelBox {
	background-color: #fff;
	cursor: pointer;
	display: none;
	float: left;
	margin: 0 6px 6px 0;
	padding: 10px;
	width: 204px;
}

#pageBody #coursePanels .coursePanelBoxC {
	width: 205px;
}

#pageBody #coursePanels .coursePanelBox .boxFig {
	margin-bottom: 6px;
}

#pageBody #coursePanels .coursePanelBox .boxTit {
	*font-size: 0;
	margin-bottom: 4px;
}

#pageBody #coursePanels .coursePanelBox .boxTitPrint {
	display: none;
	font-size: 120%;
	font-weight: bold;
}

#pageBody #coursePanels .coursePanelBox .boxTxt {
	font-size: 83.3%;
	margin: 3px 0;
	min-height: 4.5em;
}

* html #pageBody #coursePanels .coursePanelBox .boxTxt {
	height: 4.5em;
}

#pageBody #coursePanels .coursePanelBox .boxCat {
	line-height: 0;
	margin: 3px -1px 3px 0;
	position: relative;
	zoom: 1;
}

#pageBody #coursePanels .coursePanelBox .boxCat li {
	float: left;
	margin: 0 1px 1px 0;
	width: auto;
}

#pageBody #coursePanels .coursePanelBox .boxCatEmpty {
	height: 16px;
}

#pageBody #coursePanels .coursePanelBox .boxSponsor {
	font-size: 83.3%;
	text-align: right;
	margin: 3px 0;
}

#pageBody #coursePanels .coursePanelBox .boxDetail {
	margin-top: 3px;
}

#pageBody #coursePanels .coursePanelsClose a {
	display: block;
	padding: 4px 0 3px;
	text-align: center;
	zoom: 1;
}


/* guideArea */
#pageBody #guideArea {
	clear: both;
	padding: 5px 4px 0;
}

#pageBody #guideArea h2 {
	float: left;
	margin-bottom: 0;
}

#pageBody #guideArea #guideList {
	float: right;
	margin: 0 0 -1px 0;
	padding-left: 1px;
	width: 549px;
}

#pageBody #guideArea #guideList li {
	float: left;
	margin-bottom: 1px;
	margin-right: 1px;
}

/* caution */
#pageBody #caution {
	border-top: 2px dotted #d9d8cd;
	clear: both;
	margin: 15px 0 0;
	padding: 9px 0 3px;
}

#pageBody #caution p {
	font-size: 86%;
	margin: 0;
}

#pageBody #caution img {
	margin: 0 5px 0 0;
}

#pageBody #caution a {
	color: #cc3333;
}


/* # content
---------------------------------------------------------------------------- */

#content {
	width: 461px;
}

#content h2 {
	margin-bottom: 14px;
}

#content .indexSec01 {
	clear: both;
	margin-bottom: 29px;
}

#content .modP {
	margin-bottom: 12px;
}

/* newsSec */

#content #primaryNews .newsRow {
	clear: both;
	padding-bottom: 10px;
	zoom: 1;
}

#content #primaryNews .newsCol {
	border-top: 2px dotted #d9d8cd;
	padding-top: 11px;
	width: 226px;
}

#content #primaryNews .newsFirstRow .newsCol {
	border-top: none;	
	padding-top: 0;
}

#content #primaryNews .newsImg {
	margin-right: 5px;
}

* html #content #primaryNews .newsImg {
	margin-right: 2px;
}

#content #secondaryNews {
	border-top: 2px dotted #d9d8cd;
	border-bottom: 1px solid #cce3f1;
	padding-top: 10px;
}

#content #secondaryNews #secondaryNewsList {
	margin: 13px 11px 0 11px;
}

#content #secondaryNews #secondaryNewsList dt {
	font-weight: bold;
	vertical-align: middle;
}

#content #secondaryNews #secondaryNewsList dt span {
	background: #0072ba;
	color: #fff;
	font-size: 80%;
	font-weight: normal;
	margin-left: 5px;
	padding: 2px 3px 2px 3px;
	vertical-align: middle;
}

#content #secondaryNews #secondaryNewsList dt span a {
	color: #fff;
}

#content #secondaryNews #secondaryNewsList dd {
	margin: 3px 0 9px 0;
}

p.moreList {
	margin-top: 8px;
	text-align: right;
}

p.moreList a {
	background: url(../../img/2012/common/ico_arrow01.gif) no-repeat 0 1px;
	padding-left: 12px;
}

p.moreList a.more {
	background: url(../../img/2012/common/ico_arrow02.gif) no-repeat 0 1px;
}

/* memberSec */
#content #membersSec h3 {
	margin-bottom: 3px;
}

#content #membersSec .linkList02 {
	margin-bottom: 10px;
}

#content #membersSec .primary {
	float: left;
	margin-bottom: -10px;
	padding: 0 5px 0 11px;
	position: relative;
	width: 208px;
}

#content #membersSec .secondary {
	float: right;
	margin-bottom: -10px;
	padding: 0 11px 0 5px;
	width: 208px;
}


/* infoSitesSec */
#content #infoSitesSec #infoSitesList {
	overflow: hidden;
	margin-right: -7px;
	margin: 0 -7px -7px 0;
	position: relative;
	width: 468px;
	zoom: 1;
}

#content #infoSitesSec #infoSitesList li {
	float: left;
	margin: 0 7px 7px 0;
}

#content #infoSitesSec h3 span.subLink {
	padding-left: 0.5em;
	font-weight: normal;
}

/* usefulSec */
#content #usefulSec .hGroup .more a {
	background-image: url(../../img/2012/common/ico_arrow04.gif);
}

#content #usefulSec ul.linkList02 {
	margin-left: 11px;
}

/* socialBtnSec */
#content #socialBtnsSec p {
	margin: 0 0 5px;
}

#content #socialBtnsSec p img {
	vertical-align: -2px;
}

/* privacy */
#content #privacy #privacyFig {
	margin-right: 13px;
}

* html #content #privacy #privacyFig {
	margin-right: 13px;
}

#content #privacy p {
	font-size: 83.3%;
}

#pageBody .importantNotice {
	border: solid 1px #e89999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px;
	padding: 11px 14px 6px;
}

#pageBody .importantNotice h2 {
	margin: 0 0 7px;
}

#pageBody .importantNotice p {
	margin: 0 0 5px;
}

#pageBody .importantNotice ul {
	margin: 0 0 5px 2px;
}

#pageBody .importantNotice ul li a {
	background: url(../../img/2012/common/ico_arrow02.gif) no-repeat 0 0.2em;
	padding: 0 0 0 13px;
}

.bColumn1 {
    background: url(../../img/2012/top/bg_column01_btm.gif) no-repeat left bottom;
	margin-bottom: 10px;
}

.bColumn1 .bColumn1In {
	background: url(../../img/2012/top/bg_column01_top.gif) no-repeat left top;
	padding: 4px;
}

.bColumn1 .bColumn1Content {
	background: #fff5f2;
	padding: 9px 11px 5px 11px;
}

#content .bColumn1 .bColumn1In .bColumn1Content p strong {
	font-size: 100%;
}

div#content ul.inlineList {
	margin: 9px 0 0 0;
}

div#content ul.inlineLast {
	border-top: 1px solid #dfb3a4;
	margin: 0;
	padding-top: 6px;
}

*:first-child + html div#content ul.inlineLast {
	margin-top: 6px;
	padding-bottom: 6px;
}

* html div#content ul.inlineLast {
	padding-bottom: 6px;
}

div#content ul.inlineList li {
	background: url(../../img/2012/top/bg_inlinelist_bottom.gif) no-repeat left bottom;
	display: inherit;
	float: left;
	margin: 0 5px 6px 0;
	width: 213px;
}

div#content ul.inlineList li.last {
	margin-right: 0;
}

div#content ul.inlineList li p {
	background: url(../../img/2012/top/bg_inlinelist_top.gif) no-repeat left top;
	padding: 4px 0 3px 0;
	width: 213px;
}

div#content ul.inlineList li p a {
	background: url(../../img/2012/common/ico_arrow07.gif) no-repeat 0 0.4em;
	display: block;
	margin-left: 8px;
}

ul.inlineList li a:hover,
ul.linkList01 li a:hover,
ul.linkList02 li a:hover,
p.moreList a:hover,
#sidebar .mapShow ul li a:hover,
.link01:hover,
div#pageBody p.pageTop a:hover {
	color: #0033cc;
}

div#content ul.icoList {
	margin-top: 5px;
}

div#content ul.icoList li {
	background: #bee5f9;
	color: #007ec6;
	font-size: 80%;
	float: left;
	line-height: 1;
	padding: 3px 3px 2px 3px;
	margin-right: 3px;
	text-align: center;
	width: auto;
}

div#content .linkList01 li {
	padding-right: 8px;
}

div#content ul.col2Block {
	margin-bottom: 26px;
}

div#content ul.col2Block li {
	float: left;
	width: 225px;
}

div#content ul.col2Block li.leftBlock {
	margin-right: 11px;
}

div#content ul.col2Block li h2 {
	background: url(../../img/2012/top/bg_mhead03.gif) no-repeat 0 0;
	height: 22px;
	margin-bottom: 10px;
	padding: 8px 0 0 0;
	width: 225px;
}

div#content ul.col2Block li h2 a {
	background: url(../../img/2012/common/ico_arrow04.gif) no-repeat 0 0;
	color: #fff;
	font-weight: bold;
	margin-left: 9px;
	padding-left: 12px;
}

div#content ul.col2Block li ul li {
	width: auto;
}

div#content ul.col2Block li div.block {
	padding-bottom: 13px;
}

div#content ul.col2Block li div.block p.image {
	float: left;
	margin-right: 5px;
	width: auto;
}

div#content ul.col2Block li div.block div {
	float: left;
	width: 160px;
}

div#content ul.col2Block li div.block div ul.linkList02 {
	margin: 0 0 4px 0;
}

div#content ul.col2Block ul.linkList02 {
	margin-left: 8px;
}

div#content ul.col2Block ul.linkList02 li {
	float: none;
}

div#content div.section {
	margin-bottom: 26px;
}

div#content div.section h2.mHead {
	background: url(../../img/2012/top/bg_mhead02.gif) no-repeat 0 0;
	height: 22px;
	margin-bottom: 10px;
	padding: 8px 0 0 0;
}

div#content div.section h2.mHead a {
	background: url(../../img/2012/common/ico_arrow04.gif) no-repeat 0 0;
	margin-left: 9px;
	padding-left: 12px;
}

div#content div.section div.linkBlock {
	border: 1px solid #d9d1c5;
	padding: 8px 0 6px 10px;
}

div#content div.section div.linkBlock ul.linkList02 li {
	float: left;
	margin: 0 7px 5px 0;
}

div#content div.section div.linkBlock ul.linkList02 li span {
	background: url(../../img/2012/common/ico_arrow02.gif) no-repeat 0 0.1em;
	color: #333;
	font-weight: bold;
    padding-left: 9px;
}

div#content div.section div.linkBlock ul.linkList02 li a {
	padding-left: 10px;
}

div#content ul.col1Block li {
	border-bottom: 2px dotted #d9d8cd;
	margin-top: 10px ;
	padding-bottom: 6px;
}

div#content ul.col1Block li p.image {
	float: left;
	margin-right: 5px;
	width: auto;
}

div#content ul.col1Block li div.block {
	color: #666;
	float: left;
	width: 380px;
}

div#content ul.col1Block li div.block ul li {
	border-bottom: none;
	margin-top: 0;
	padding-bottom: 6px;
}

div#content ul.col1Block li div.block p.title {
	color: #333;
	font-weight: bold;
	padding-bottom: 5px;
}


/* # sidebar
---------------------------------------------------------------------------- */

#sidebar {
	width: 244px;
}

#sidebar .sdImgSetL01 .img {
	float: left;
	margin-right: 11px;
}
* html #sidebar .sdImgSetL01 .img {
	margin-right: 8px;
}

#sidebar .sdImgSetR01 .img {
	float: right;
	margin-left: 11px;
}
* html #sidebar .sdImgSetR01 .img {
	margin-left: 8px;
}

/* sdSchoolMap */
#sidebar #sdSchoolMap .sdSecBd {
	padding: 0;
	position: relative;
}

#sidebar #sdSchoolMap p.mapImage {
	padding-bottom: 13px;
}

#sidebar #sdSchoolMap ul#mapAreas li {
	position: absolute;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea1 {
	left: 123px;
	top: 33px;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea2 {
	left: 145px;
	top: 100px;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea3 {
	left: 22px;
	top: 118px;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea4 {
	left: 6px;
	top: 154px;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea5 {
	left: 142px;
	top: 167px;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea6 {
	left: 92px;
	top: 190px;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea7 {
	left: 11px;
	top: 211px;
}

#sidebar #sdSchoolMap ul#mapAreas li.active {
	cursor: pointer;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea1.active {
	background: url(../../img/2012/top/btn_map01_o.gif) no-repeat 0 0;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea2.active {
	background: url(../../img/2012/top/btn_map02_o.gif) no-repeat 0 0;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea3.active {
	background: url(../../img/2012/top/btn_map03_o.gif) no-repeat 0 0;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea4.active {
	background: url(../../img/2012/top/btn_map04_o.gif) no-repeat 0 0;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea5.active {
	background: url(../../img/2012/top/btn_map05_o.gif) no-repeat 0 0;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea6.active {
	background: url(../../img/2012/top/btn_map06_o.gif) no-repeat 0 0;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea7.active {
	background: url(../../img/2012/top/btn_map07_o.gif) no-repeat 0 0;
}

#sidebar #sdSchoolMap ul#mapAreas li#mapArea1.active img,
#sidebar #sdSchoolMap ul#mapAreas li#mapArea2.active img,
#sidebar #sdSchoolMap ul#mapAreas li#mapArea3.active img,
#sidebar #sdSchoolMap ul#mapAreas li#mapArea4.active img,
#sidebar #sdSchoolMap ul#mapAreas li#mapArea5.active img,
#sidebar #sdSchoolMap ul#mapAreas li#mapArea6.active img,
#sidebar #sdSchoolMap ul#mapAreas li#mapArea7.active img {
	visibility: hidden;
}

#sidebar .mapShow {
	margin: 0 0 -4px -1px;
	padding: 0;
	width: 244px;
}

* html #sidebar .mapShow {
	padding-bottom: 2px;
	width: 243px;
}

#sidebar .mapContent01 {
	background: url(/shared_lib/jp/ac/kawai-juku/www/http/img/2012/top/sd_bg_map01.gif) no-repeat 0 0;
	height: 50px;
}

#sidebar .mapContent02 {
	background: url(/shared_lib/jp/ac/kawai-juku/www/http/img/2012/top/sd_bg_map02.gif) no-repeat 0 0;
	height: 73px;
}

#sidebar .mapContent03 {
	background: url(/shared_lib/jp/ac/kawai-juku/www/http/img/2012/top/sd_bg_map03.gif) no-repeat 0 0;
	height: 96px;
}

#sidebar .mapContent04 {
	background: url(/shared_lib/jp/ac/kawai-juku/www/http/img/2012/top/sd_bg_map04.gif) no-repeat 0 0;
	height: 96px;
}

#sidebar .mapContent05 {
	background: url(/shared_lib/jp/ac/kawai-juku/www/http/img/2012/top/sd_bg_map05.gif) no-repeat 0 0;
	height: 119px;
}

#sidebar .mapContent06 {
	background: url(/shared_lib/jp/ac/kawai-juku/www/http/img/2012/top/sd_bg_map06.gif) no-repeat 0 0;
	height: 73px;
}

#sidebar .mapContent07 {
	background: url(/shared_lib/jp/ac/kawai-juku/www/http/img/2012/top/sd_bg_map07.gif) no-repeat 0 0;
	height: 96px;
}


#sidebar .mapShow p.mapTitle {
	color: #fff;
	font-weight: bold;
	padding: 6px 0 0 11px;
}

* html #sidebar .mapShow ul li {
	padding: 1px 0 2px 0;
}

#sidebar .mapShow ul li {
	background: #fff;
	display: inline;
	float: left;
	margin: 3px 0 0 3px;
	height: 16px;
	padding: 2px 0;
	text-align: center;
	width: 77px;
}

#sidebar div.item {
	border: 1px solid #cde3f2;
	margin-bottom: 10px;
	padding: 10px;
}

#sidebar div.item p.image {
	float: left;
	margin-right: 10px;
	width: auto;
}

#sidebar div.item div {
	float: left;
	width: 155px;
}

#sidebar div.item ul.linkList01 li.textWidth {
	width: 200px;
}

#sidebar div.item02 {
	border: 1px solid #cde3f2;
	margin-bottom: 10px;
	padding: 10px;
}

#sidebar div.item02 p.image {
	float: left;
	margin-right: 10px;
	width: auto;
}

#sidebar div.item02 div {
	float: left;
	width: 155px;
}

#sidebar div.item02 ul.linkList01 li.textWidth {
	width: 300px;
}

#sidebar div.textBlock {
	border: 1px solid #cde3f2;
	margin-bottom: 10px;
	padding: 10px;
}
 
#sidebar div.textBlock p.imageCenter {
	text-align: center;
}

#sidebar div.textBlock ul.linkList01 {
	margin: 9px 0 0 7px;
}

#sidebar div.textBlock ul.linkList01 li {
	padding-bottom: 3px;
}

#sidebar .sdSecHd h2 {
	background: url(../../img/2012/common/sd_bg_mh01.gif) no-repeat left top;
}

#sidebar .sdSec01In {
    background: url(../../img/2012/common/sd_bg_sec02_in.gif) no-repeat left bottom;
}

#sidebar #sdId .btn {
    margin: 5px 0;
}

#sidebar #sdId ul.linkList01 {
	margin-top: 8px;
}

#sidebar .sdSecBd p.banner {
	padding-bottom: 5px;
}

#sidebar .sdSecBd ul.imageList {
	padding-bottom: 5px;
}

#sidebar .sdSecBd ul.imageList li {
	float: left;
	width: auto;
}

#sdGroupSite #sdGroupSiteText p {
	padding-left: 12px;
	text-align: left;
}


/* # footer
---------------------------------------------------------------------------- */

#footer {
	border-top: 2px dotted #d9d8cd;
	clear: both;
/*	padding: 9px 0;*/
}

#footer a {
	color: #95856a;
}

#footer a:hover {
	color: #963;
}

#footer #ftNav,
#footer #ftSocialNav {
	line-height: 1.0;
	position: relative;
}

#footer #ftNav li,
#footer #ftSocialNav li {
	display: inline;
}

#footer #ftNav {
	float: left;
}

#footer #ftNav li {
	border-right: 1px solid #95856a;
	font-size: 83.3%;
}

#footer #ftNav li a {
	padding: 0 4px;
}

#footer #ftNav .first a {
	padding-left: 0;
}

#footer #ftSocialNav {
	float: right;
}

#footer #ftSocialNav li {
	margin: 0 0 0 20px;
}

#footer #ftCopy {
	clear: both;
	color: #aa9d88;
	float: left;
	font-size: 83.3%;
	margin-top: 8px;
}

#footer #ftSlogan {
	float: right;
	margin: 10px 0 0;
}

#footer div {
	clear: both;
}


/* # clearfix
---------------------------------------------------------------------------- */

#footer div,
#gNav,
#visual,
#pageBody,
#content .indexSec01,
.clf,
#content ul.inlineList,
#content ul.icoList,
#content ul.col2Block,
#content ul.col2Block li div.block,
div#content div.section div.linkBlock ul.linkList02,
div#content ul.col1Block li,
#sidebar div.item,
#sidebar .sdSecBd ul.imageList,
#sidebar .mapShow ul,
#pageBody #coursePanels .coursePanelBox .boxCat {
	zoom: 1;
}

#footer div:after,
#gNav:after,
#visual:after,
#pageBody:after,
#content .indexSec01:after,
.clf:after,
#content ul.inlineList:after,
#content ul.icoList:after,
#content ul.col2Block:after,
#content ul.col2Block li div.block:after,
div#content div.section div.linkBlock ul.linkList02:after,
div#content ul.col1Block li:after,
#sidebar div.item:after,
#sidebar .sdSecBd ul.imageList:after,
#sidebar .mapShow ul:after,
#pageBody #coursePanels .coursePanelBox .boxCat:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}