/*------------------------------------------
	メインページスタイル
------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-size: 90%;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#layout{
    text-align:center;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#content{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	text-align: left;
	width:740px;
	background-color: #FFFFFF;
}
#counter {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
#kotowari {
	font-size: 80%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}


/*------------------------------------------
	FLASH
------------------------------------------*/
#flash {
	width: 740px;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #b00309;
}
#menubg1 {
	height: 15px;
	width: 740px;
	background-image: url(../images/menu-bg1.gif);
	background-repeat: no-repeat;
	display: block;
}
/*------------------------------------------
	メインメニューレイアウト
------------------------------------------*/

#maincontents {
	width:740px;
}	
#maincontents2 {
	width:740px;
	background-image: url(../images/line-top2.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	clear: both;
}	
#main_left {
	width:220px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	background-image: url(../images/menu-bg2.gif);
	background-repeat: no-repeat;
	height: 230px;
}	
#main_right {
	width:518px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}	

/*------------------------------------------
	メインメニュー
------------------------------------------*/

#menu {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 14px 0px 16px;
	padding: 0px;
	width: 190px;
}
#menu a {
	text-indent: -5000px;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 190px;
	display: block;
}
a.m_gakka {
	background-image: url(../images/m-gakka_off.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 35px;
	width: 190px;
}
a:hover.m_gakka {
	background-image: url(../images/m-gakka_on.gif);
}

a.m_education {
	background-image: url(../images/m-education_off.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 35px;
	width: 190px;
}
a:hover.m_education {
	background-image: url(../images/m-education_on.gif);
}

a.m_kengaku {
	background-image: url(../images/m-kengaku_off.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 35px;
	width: 190px;
}
a:hover.m_kengaku {
	background-image: url(../images/m-kengaku_on.gif);
}


a.m_campus {
	background-image: url(../images/m-campus_off.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 35px;
	width: 190px;
}
a:hover.m_campus {
	background-image: url(../images/m-campus_on.gif);
}

a.m_home {
	background-image: url(../images/m-home_off.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 35px;
	width: 190px;
}
a:hover.m_home {
	background-image: url(../images/m-home_on.gif);
}


/*------------------------------------------
	幼稚園などバナー
------------------------------------------*/
#menu-bn {
	margin: 25px 25px 10px;
	padding: 0px;
	width: 170px;
	display: block;
	text-align: center;
	background-position: center;
}
#menu-bn a {
	display: block;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-indent: -5000px;
}
#menu-bn ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center;
	display: block;
	width: 170px;
}

.bn-youchien {
	background-image: url(../images/bn-youchien.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 170px;
	text-decoration: none;
}
.bn-dousoukai {
	background-image: url(../images/bn-dousoukai.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 170px;
	text-decoration: none;
}
.bn-shikiten {
	background-image: url(../images/bn-shikiten.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 170px;
	text-decoration: none;
}
/*------------------------------------------
	携帯サイトなどバナー
------------------------------------------*/
#menu-sonota {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu-bg3.gif);
	background-repeat: repeat-x;
	display: block;
	height: 39px;
	width: 100%;
}
#menu-sonota a {
	text-indent: -5000px;
}
#menu-sonota ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#menu-sonota li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}

a.japanese {
	background-image: url(../images/site-japanese_off.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: 30px;
	width: 85px;
}
a:hover.japanese {
	background-image: url(../images/site-japanese_on.gif);
}

/*------------------------------------------
	学部学科一覧
------------------------------------------*/
#gakka {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 518px;
	clear: both;
}
#gakkaichiran {
	width: 420px;
	margin-right: 45px;
	margin-left: 40px;
	background-image: url(../images/waku-gakka3.gif);
	background-repeat: repeat-y;
	display: block;
	padding-left: 7px;
}
.wakugakka1 {
	display: block;
	background-image: url(../images/waku-gakka1.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 427px;
	background-position: left top;
	margin-right: 45px;
	margin-left: 40px;
}
.wakugakka2 {
	display: block;
	background-image: url(../images/waku-gakka2.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 427px;
	margin-right: 45px;
	margin-left: 40px;
}
.gakka-i {
	width: 395px;
	font-size: 12px;
	background-color: #f6e8e9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 8px;
	line-height: 20px;
	text-align: left;
	display: block;
}

/*------------------------------------------
	お問い合わせ
------------------------------------------*/
#toi {
	margin: 13px 12px 13px 14px;
	padding: 7px 10px;
	display: block;
	font-size: 12px;
	background-color: #f1f1f1;
	line-height: 20px;
	clear: both;
}
