@charset "utf-8";
/*------------------------------------------------

	CSS2.0 Document
	template ver.0.2

	since: 2008.08.21;
	editor: akato;

------------------------------------------------*/


/* normalize
------------------------------------------------*/
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,
th,td {
	margin: 0;
	padding: 0;
}

p {
	padding-bottom: 1em;
}

th,td,
h1,h2,h3,h4,h5,h6,
p,blockquote,
address {
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6,
strong {
	font-weight: bold;
	clear: both;
}
em {
	font-style: italic;
}
ol,ul,li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
th,td {
	vertical-align: top;
	text-align: left;
}
img,
a img {
	border: 0;
	vertical-align: bottom;
}
input {
	line-height: 1.2;
}

/* base
------------------------------------------------*/
body {
	background: #fff url(../images/body_bak.jpg) 0 0 repeat-x;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 82%;
	color: #444;
	line-height: 1.4;
	text-align: center;
}
a {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #3399CC ;
	text-decoration: underline;
}
a:active {
	color: #663399;
}
h1 {
	font-size: 120%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}

/*  clear-fix
------------------------------------------------*/
.clearfix:after,
div#header:after,
div#globalmenu:after,
div#contents:after,
ul.facultyNavi:after,
ul#factulyButtons:after,
p#routeText:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix,
div#header,
div#globalmenu,
div#contents,
ul.facultyNavi,
ul#factulyButtons,
p#routeText {
    display:inline-table;
    min-height:1%;  /* for IE 7*/
}



div#globalmenu3 {
	width: 100%;
	display:inline-table;
    min-height:1%;
	margin: 0 0px 10px 0;
	
}


/* Hides from IE-mac ¥*/
* html .clearfix,
* html div#header,
* html div#globalmenu,
* html div#globalmenu3,
* html div#contents,
* html ul.facultyNavi,
* html ul#factulyButtons,
* html p#routeText {
	width: 100%;
}
.clearfix,
div#header,
div#globalmenu,
div#globalmenu3,
div#contents,
ul.facultyNavi,
ul#factulyButtons,
p#routeText {
	display: block;
}
/* End hide from IE-mac */


/* container
------------------------------------------------*/
div#container {
	width: 770px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

/* header
-----------------------------------------------*/
div#header {
	margin: 0 15px;
	padding: 0;
	height: 62px;
	overflow: hidden;
}
div#header h1 {
	width: 250px;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
div#header form {
	display: none;
	/*width: 350px;
	float: right;
	text-align: right;*/
}
div#header dl {
	vertical-align: middle;
}
div#header dl dt,
div#header dl dd {
	display: inline;
	vertical-align: middle;
	margin: 0;
}
div#header dl input {
	vertical-align: middle;
}
div#header dl input#headSearch {
	width: 100px;
}

/* global menu
-----------------------------------------------*/
div#globalmenu {
	margin: 0px 0 15px 10px;
	clear : both;
	overflow: hidden;
	height: 36px;
}

div#globalmenu2 {
	clear : both;
	height: 40px;
	width: 787px;
	margin: 0;
}

div#globalmenu h2 {
	display: none;
}
div#globalmenu ul li{
	float: left;
	width: 120px;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0px;
}

div#globalmenu3 ul li{
	float: left;
	width: 128px;
	text-align: center;
	margin: 10px 0 20px 0;
	padding: 0px;
}


/* footer
-----------------------------------------------*/
div#footer {
	margin: 20px 0 0;
    clear:both;
}
div#footer ul {
	margin: 0 0 0 20px;
}
div#footer ul li {
	margin: 0 15px 10px 0;
	display: inline;
	background: url(../images/pointer_redright.gif) 0 0.25em no-repeat;
	font-size: 82%;
}
div#footer ul li a {
	padding: 0 0 0 10px;
	color: #039;
	text-decoration: none;
}
div#footer ul li a:hover {
	text-decoration: underline;
}
div#footer p#gotop {
	margin: -15px 20px 0 0;
	text-align: right;
}
div#footer p#footeCopy {
	clear: both;
	border-top: solid 1px #b5b5c8;
	margin: 10px 0 25px;
	padding: 10px 20px 0;
}

div#f-navi {
	clear: both;
	margin: 20px 0 0 0px;
	padding: 0 20px 0 0;
}



/* contents
-----------------------------------------------*/
div#contents {
	margin: 10px 17px 20px 17px;
}
div#contents h2 {
	margin: 0 0 5px;
}

/* topicpath 
-----------------------------------------------*/
ol.topicpath {
	margin: 0 0 20px;
	font-size: 82%;
    clear : both;
}
ol.topicpath li {
	display: inline;
	font-weight: bold;
	color: #003762;
	vertical-align: middle;
}
ol.topicpath li a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
ol.topicpath li a:hover {
	color: #3399CC;
	text-decoration: underline;
	font-weight: normal;
}
ol.topicpath li img {
	margin: 0 2px 0 6px;
	vertical-align: middle;
}


/* maincontetns
-----------------------------------------------*/
div#maincontents {
	width: 561px;
	float: right;
	background: url(../images/contents_bak.gif) repeat-y 0 0;
}
div#maincontentsInner {
	background: url(../images/contents_btm.gif) no-repeat 0 100%;
	padding: 0 0 15px;
}
div#maincontents h2 {
	margin: 0;
	padding: 10px 0 0;
	background: url(../images/contents_head.gif) no-repeat 0 0;
	clear: both;
}
body#categoryTop div#maincontents h2 {
	padding: 0;
}
body#categoryTop div#maincontents h2 img {
	display: block;
}

/* localnavi
-----------------------------------------------*/
div#localnavi {
	width: 161px;
	float: left;
}
div#localnavi h2 {
	margin: 0 0 13px;
}
div#localnavi ul#localnaviMain {
	margin: 0 0 15px;
}
div#localnavi ul#localnaviMain li,
div#localnavi ul#localnaviMain li h3,
div#localnavi ul#localnaviMain li h4,
div#localnavi ul#localnaviMain li img,
div#localnavi ul#localnaviMain li ul {
	margin: 0 !important;
}
div#localnavi ul#localnaviFor {
	margin: 0 0 12px;
}
div#localnavi ul#localnaviFor li {
	display: inline;
}
div#localnavi ul#localnaviFor li img {
	display: block;
}
div#localnavi div#localnaviBanners {
}
div#localnavi div#localnaviBanners h2 {
	margin: 0;
	height: 10px;
	overflow: hidden;

	text-indent: -9988em;
}
div#localnavi div#localnaviBanners ul {
	padding: 0 0 5px;


	text-align: center;
}
div#localnavi div#localnaviBanners ul li {
	margin: 0 0 5px;
}


/* common
-----------------------------------------------*/
div#maincontents div.content {
	margin: 0 30px 20px;
}
div#maincontents div.lead {
	font-size:110%;
	font-weight:bold;
	color:#898B8E;
	line-height:1.5;
}

table.specials {
	border: solid 1px #c8c8c8;
}
table.specials th {
	border-left: solid 1px #c8c8c8;
	border-bottom: solid 1px #8c8c8c;
}
table.specials td {
	border-left: solid 1px #c8c8c8;
	padding: 5px 0 0 10px;
	text-align: left;
	font-size: 79%;
}
table.specials td ul li {
	margin: 0 0 5px;
	background: url(../images/pointer_raquo.gif) 0 0.25em no-repeat;
}
table.specials td ul.banners li {
	background: none;
}
table.specials td ul li a {
	padding: 0 0 0 10px;
	text-decoration: none;
}
table.specials td ul.banners li a {
	padding: 0;
}
table.specials td h2 {
	padding: 2px 0 5px;
}




/* [[[< top page >]]]
-----------------------------------------------*/
div#topVisual {
	margin: 10px 0 15px;
}

div#topContents {
	width: 401px;
	float: left;
	margin: 0 0 30px 0;
}
div#topContents table#topNews {
	width: 400px;
	margin: 0 0 15px;
	background: url(../images/border_dot.gif) 0 100% repeat-x;
}
div#topContents table#topNews thead th,
div#topContents table#topNews thead td {
	padding: 2px 5px;
}

div#topContents table#topNews thead th {
	text-align: right;
	vertical-align: top;
	width: 75px;
}
div#topContents table#topNews tbody th,
div#topContents table#topNews tbody td {
	padding: 5px;
	font-weight: normal;
}
div#topContents table#topNews tbody th {
	background: url(../images/border_dot.gif) 0 0 repeat-x;
}
div#topContents table#topNews tbody td {
	background: url(../images/border_dot.gif) 0 0 repeat-x;
}
div#topContents table#topNews td a {
	text-decoration: none;
}

div#topContents table#topNews td a:hover {
	text-decoration: underline;
}

table.newinfoTable td a {
	text-decoration: none;
}

table.newinfoTable td a:hover {
	text-decoration: underline;
}
div#topContents ul#topGuides {
	
}
div#topContents ul#topGuides li {
	float: left;
	width: 195px;
	margin: 0 0 10px;
}
div#topContents ul#topGuides li.even {
	float: right;
}








div#topContents2 {
	width: 400px;
	float: left;
	margin: 0 0 10px 0;
}
div#topContents2 table#topNews {
	width: 380px;
	margin: 0 0 10 0px;
	/*background: url(../images/border_dot.gif) 0 100% repeat-x;*/
}

div#topContents2 table#topNews thead th {
	text-align: right;
	vertical-align: top;
	width: 75px;
}
div#topContents2 table#topNews tbody th,
div#topContents2 table#topNews tbody td {
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	
}

div#topContents2 table#topNews tbody th {
	margin: 10px 0px 10px 10px;
	
}
div#topContents2 table#topNews tbody td {
	background: url(../images/border_dot.gif) 0 0 repeat-x;
}
div#topContents2 table#topNews td a {
	text-decoration: none;
	font-size: medium;
}

div#topContents2 table#topNews td a:hover {
	text-decoration: underline;
}




div#topContents3 {
	width: 320px;
	float: right;
	margin: 0 0 10px 0;
}

div#topContents3 table#Window {
	width: 290px;
	margin: 0 0 20px 15px;
}





/* top > sidebar
-------------------------------------*/
div#topSubcontents {
	width: 321px;
	float: right;
}
div#topSubcontents ul#topSubBanners {
	margin: 0 0 5px;
}
div#topSubcontents ul#topSubBanners li {
	margin: 0 0 7px;
}


/*Label Navi
--------------------------------------------------*/
#label {
	width: 500px;
	height: 30px;
	background: url(../images/label_bg.gif) 0 0 repeat-x;
}


#label ul li {
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

#label ul li a {
	display: block;
	padding-top: 7px;
	width: 112px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background: url(../images/label-112px.gif) 0 0 no-repeat;
}

#label ul li a:hover {
	text-decoration: underline;
}

#label ul li a.active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/label-112px_s.gif) no-repeat 0 0;
}



#label2 {
	width: 500px;
	height: 30px;
	background: url(../images/label_bg.gif) 0 0 repeat-x;
}


#label2 ul li {
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

#label2 ul li a {
	display: block;
	padding-top: 7px;
	width: 112px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background: url(../images/label-112px.gif) 0 0 no-repeat;
	color: #fe7e1a;
}

#label2 ul li a:hover {
	text-decoration: underline;
	color: #fe7e1a;
}

#label2 ul li a.active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/label-112px_s.gif) no-repeat 0 0;
}


#label3 {
	width: 500px;
	height: 30px;
	background: url(../images/label_bg.gif) 0 0 repeat-x;
}


#label3 ul li {
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

#label3 ul li a {
	display: block;
	padding-top: 7px;
	width: 112px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background: url(../images/label-112px.gif) 0 0 no-repeat;
	color: #0092d9;
}

#label3 ul li a:hover {
	text-decoration: underline;
	color: #0092d9;
}

#label3 ul li a.active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/label-112px_s.gif) no-repeat 0 0;
}

#label4 {
	width: 600px;
	height: 30px;
	background: url(../images/label_bg.gif) 0 0 repeat-x;
}


#label4 ul li {
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

#label4 ul li a {
	display: block;
	padding-top: 7px;
	width: 160px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background: url(../images/label-160px.gif) 0 0 no-repeat;
	color: #0092d9;
}

#label4 ul li a:hover {
	text-decoration: underline;
	color: #0092d9;
}

#label4 ul li a.active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/label-160px_s.gif) no-repeat 0 0;
}


#label5 {
	width: 600px;
	height: 30px;
	background: url(../images/label_bg.gif) 0 0 repeat-x;
}


#label5 ul li {
	float: left;
	margin-left: 3px;
	margin-right:3px;
}

#label5 ul li a {
	display: block;
	padding-top: 7px;
	width: 112px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	background: url(../images/label-112px.gif) 0 0 no-repeat;
	color: #0092d9;
}

#label5 ul li a:hover {
	text-decoration: underline;
	color: #0092d9;
}

#label5 ul li a.active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/label-112px_s.gif) no-repeat 0 0;
}


/*international　↓↓↓↓↓↓
---------------------------------------------------*/
#label_international {
	width: 600px;
	height: 40px;
	background: url(../images/label_bg.gif) 0 0 repeat-x;
	background-position: bottom;
}


#label_international ul li {
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

#label_international ul li a {
	display: block;
	padding-top: 7px;
	width: 190px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background: url(../images/label-190px.gif) 0 0 no-repeat;
	color: #0092d9;
}

#label_international ul li a:hover {
	text-decoration: underline;
	color: #0092d9;
}

#label_international ul li a.active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/label-190px_s.gif) no-repeat 0 0;
}

/*international　↑↑↑↑↑↑
---------------------------------------------------*/



#label_jp {
	width: 600px;
	height: 40px;
	background: url(../images/label_bg.gif) 0 0 repeat-x;
	background-position: bottom;
}


#label_jp ul li {
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

#label_jp ul li a {
	display: block;
	padding-top: 7px;
	width: 190px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background: url(../images/label-190px.gif) 0 0 no-repeat;
	color: #c784b7;
}

#label_jp ul li a:hover {
	text-decoration: underline;
	color: #c784b7;
}

#label_jp ul li a.active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/label-190px_s.gif) no-repeat 0 0;
}





#label_healthy {
	width: 600px;
	height: 40px;
	background: url(../images/label_bg.gif) 0 0 repeat-x;
	background-position: bottom;
}


#label_healthy ul li {
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

#label_healthy ul li a {
	display: block;
	padding-top: 7px;
	width: 190px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background: url(../images/label-190px.gif) 0 0 no-repeat;
	color: #663398;
}

#label_healthy ul li a:hover {
	text-decoration: underline;
	color: #663398;
}

#label_healthy ul li a.active {
	color: #444;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/label-190px_s.gif) no-repeat 0 0;
}



/* printable style
-------------------------------------*/
@media print {
    /* }?�ｽ蛯ｾ^C` */
	body {
		font-size: 12pt;
	}
	div#header,
	div#footer,
	div#globalmenu,
	div#localnavi,
	ol.topicpath {
		display: none;
	}
	div#maincontents {
		float: none;
	}
}


/* color
-------------------------------------*/
.red{
    color: #a80003;
}

.blue{
    color: #003762;

}

/*------Float------*/

.left{
	float : left;
    margin : 0 10px 10px 0 ;
}


.right{
	float : right;
    margin : 0 0 10px 10px ;
}


.clear{
   clear : both;
}


/*------Padding------*/

.p2{
    padding : 2px ;
}


.p5{
    padding : 5px ;
}


.p10{
    padding : 10px ;
}

.p15{
    padding : 15px ;
}

/*------Text------*/
.txt1 {
  font-size : 80%;
  line-height : 160%;
  font-weight : normal;
}


/*------ Vertical Space ------*/

.vs5 {
	margin: 5px 0;
}

.vs5-t {
	margin-top: 5px;
}

.vs5-b {
	margin-bottom: 5px;
}

.vs10 {
	margin: 10px 0;
}

.vs10-t {
	margin-top: 10px;
}

.vs10-b {
	margin-bottom: 10px;
}

.vs15 {
	margin: 15px 0;
}

.vs15-t {
	margin-top: 15px;
}

.vs15-b {
	margin-bottom: 15px;
}

.vs20 {
	margin: 20px 0;
}

.vs20-t {
	margin-top: 20px;
}

.vs20-b {
	margin-bottom: 20px;
}

/*------ table with line (071228) ------*/
table.line {
	border: 1px solid #999;
	border-collapse: collapse;
}
table.line th {
	border: 1px solid #999;
	text-align: center;
	font-weight: bold;
	background: #dedede;
	padding: 5px;
}
table.line td {
	border: 1px solid #999;
	padding: 5px;
	vertical-align: middle;
}

/*------ table with line (071228) ------*/
table.line2 {
	border: 1px solid #CCC;
	border-collapse: collapse;
}
table.line2 th {
	border: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
	background: #dedede;
	padding: 5px;
}
table.line2 td {
	border: 1px solid #CCC;
	padding: 5px;
	vertical-align: middle;
}

/*------ 新学部　学びのフィールド ------*/


table#table2 {
	margin: 5px 0px 0px 10px;
}
table#table2 th {
	padding: 5px 0px 0px 0px;
	text-align: center;
	background-color: #5abfeb;
	color: #ffffff;
	border: solid 1px;
	border-color: #3c88a9;
}

table#table2 td {
	padding: 5px 10px 5px 10px;
	text-align: left;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #3c88a9;
}


/*------ スカラシップ入試告知 ------*/


table#table3 {
	margin: 5px 0px 0px 30px;

}
table#table3 th {
	padding: 5px 0px 0px 0px;
	text-align: center;
	background-color: #f6a45d;
	color: #ffffff;
	border: solid 1px;
	border-color: #ec7309;
}

table#table3 td {
	padding: 5px 10px 5px 10px;
	text-align: left;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #ec7309;
}


table#table4 {
	margin: 5px 0px 0px 30px;

}
table#table4 th {
	padding: 5px 0px 0px 0px;
	text-align: left;
	color: #444;
	border: solid 0px;

}

table#table4 td {
	padding: 5px 10px 5px 10px;
	text-align: left;
	border-top: solid 1px;
	border-bottom: solid 0px;

}


/*------ 食物栄養の窓プロジェクトテーブル ------*/

table#project08 {
	margin: 5px 0px 0px 30px;

}
table#project08 th {
	padding: 5px 0px 0px 0px;
	text-align: center;
	background-color: #fe7e1a;
	color: #ffffff;
	border-bottom: solid 1px;
	border-color: #ec7309;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
}

table#project08 td {
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ec7309;
	border-right-color: #FFFFFF;
	border-bottom-color: #ec7309;
	border-left-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
}


/*------ 国際文化学科英語コミュニケーションテーブル ------*/

table#project08 {
	margin: 5px 0px 0px 30px;

}
table#project08 th {
	padding: 5px 0px 0px 0px;
	text-align: center;
	background-color: #fe7e1a;
	color: #ffffff;
	border-bottom: solid 1px;
	border-color: #ec7309;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
}

table#project08 td {
	padding: 5px 10px 5px 10px;
	text-align: center;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ec7309;
	border-right-color: #FFFFFF;
	border-bottom-color: #ec7309;
	border-left-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
}


/*------ テーブル（シンプル） ------*/

table#table-simple {
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	padding:3px;
}

table#table-simple th {
    padding: 3px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
}
table#table-simple td {
    padding: 5px;
	padding-left:10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
	line-height: 140%;
}



/*------ オープンキャンパス日程 ------*/
div#open_nittei {
	text-align: left;
	margin: 20px 50px;
	display: inline-block;
	}
	
ul#l-navi {
	padding: 0;
	text-align: left;
	margin: 20px auto;
}


ul#open-navi li{
	display: inline;
}
ul#open-navi li img{
	margin-right: 30px;
}
#diary_ttl {
	font-weight: bold;
	color: #0092d9;
}


/*------ test top ------*/
/*▼▼▼トップスライドギャラリー　ここから▼▼▼*/
# #slider {  
#     height: 409px;  
#     position: relative;  
#     margin-bottom: 50px;  
# }  
# #slider #sliderContent {  
#     width: 870px;  
#     position: absolute;  
#     top: 0;  
#     background: url(../image/bg_image.gif) repeat;  
#     padding: 7px;  
#     border: 3px solid #606060;  
# }  
# #sliderContent li   {  
#     position: relative;  
#     display: none;  
#     color: #FFF;  
# } 
/*▲▲▲トップスライドギャラリー　ここまで▲▲▲*/


#maincontents0 {
	float: right;
	height: 275px;
	width: 575px;
	margin: 10px 0 10px 0;
}

#maincontents1 {
	float: right;
	height: 290px;
	width: 575px;
	margin: 10px 0 10px 0;
}

#localnavi_top {
	float: left;
	width: 140px;
	padding: 5px 0 0px 0;
}
#header2 {
	padding: 10px 0 0 0;
	margin: 0 0px 20px 0px;
	background-image: url(../images/header.gif);
	height: 140px;
	position: relative;
}
#g2-navi {
	float: right;
}

div#topContents2_01 {
	width: 400px;
	float: left;
	margin: 0 0 5px 0;
}
div#topContents2_01 table#topNews {
	width: 380px;
	margin: 0 0 10 0px;
	/*background: url(../images/border_dot.gif) 0 100% repeat-x;*/
}

div#topContents2_01 table#topNews thead th {
	text-align: right;
	vertical-align: top;
	width: 75px;
}
div#topContents2_01 table#topNews tbody th,
div#topContents2_01 table#topNews tbody td {
	padding: 0px 5px 0px 5px;
	font-weight: normal;
	
}

div#topContents2_01 table#topNews tbody th {
	margin: 10px 0px 10px 10px;
	
}
div#topContents2_01 table#topNews tbody td {
	background: url(../images/border_dot.gif) 0 0 repeat-x;
}
div#topContents2_01 table#topNews td a {
	text-decoration: none;
	font-size: medium;
}

div#topContents2_01 table#topNews td a:hover {
	text-decoration: underline;
}

div#topContents2_02 {
	width: 401px;
	float: left;
}
div#topContents2_02 table#topNews {
	width: 380px;
}
div#topContents2_02 table#topNews thead th,
div#topContents2_02 table#topNews thead td {
	padding: 2px 5px;
}

div#topContents2_02 table#topNews thead th {
	text-align: right;
	vertical-align: top;
	width: 75px;
}
div#topContents2_02 table#topNews tbody th,
div#topContents2_02 table#topNews tbody td {
	padding: 5px;
	font-weight: normal;
}
div#topContents2_02 table#topNews tbody th {
	background: url(../images/border_dot.gif) 0 0 repeat-x;
}
div#topContents2_02 table#topNews tbody td {
	background: url(../images/border_dot.gif) 0 0 repeat-x;
}
div#topContents2_02 table#topNews td a {
	text-decoration: none;
}

div#topContents2_02 table#topNews td a:hover {
	text-decoration: underline;
}

table.newinfoTable td a {
	text-decoration: none;
}

table.newinfoTable td a:hover {
	text-decoration: underline;
}
div#topContents2_02 ul#topGuides {
	
}
div#topContents2_02 ul#topGuides li {
	float: left;
	width: 195px;
	margin: 0 0 10px;
}
div#topContents2_02 ul#topGuides li.even {
	float: right;
}


div#topContents3_01 {
	width: 140px;
	float: left;
	padding: 0 0 0 0px;
}

div#topContents3_01 table#Window {
	width: 290px;
	margin: 0 0 20px 15px;
}
div#topContents3_01 li {
	margin: 0 0 0 0;
}


div#topContents3_01 h2 {
	margin: 5px 0 5px 0;
}
div#topContents3_02 {
	width: 140px;
	float: right;
	margin: 20px 0 0 0;
	background-color: #FFFFFF;
}

div#topContents3_02 li {
	margin: 0 0 5px 0px;
}

div#topContents3_02 table#Window {
	width: 290px;
	margin: 0 0 20px 15px;
}
div#topContents3_03 {
	width: 140px;
	float: left;
	margin: 10px 0 0 0;
}

div#topContents3_03 li {
	margin: 10px 0 5px 0px;
}

#topContents5 {
	width: 568px;
	float: right;
	margin: 0 2px 0 0;
}


/* ▼▼▼ベレーザ最新ニュース▼▼▼
------------------------------------------------*/
#topContents2_01 #beleza_info{
	width:385px;
	margin-bottom:8px;
	font-size:86%;
}

#topContents2_01 #beleza_info_table{
	width:390px;
	padding:2px;
	font-size:92%;
	margin-bottom:8px;
	line-height:140&;
}

#topContents2_01 #beleza_info_table th{
	width:18px;
	vertical-align:text-top;
}

#topContents2_01 #beleza_info_table a{
	text-decoration: none;
}

#topContents2_01 #beleza_info_table a:hover{
	text-decoration:underline;
}


/* ▲▲▲ベレーザ最新ニュース▲▲▲
------------------------------------------------*/



/* HEADER　幼稚園ダミー
------------------------------------------------*/
#header3 {
	margin: 0px;
	padding: 0px;
	width: 770px;
	background-position: left top;
	height: 130px;
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/header02.gif);
}

#header3 h1#logo,#header3 p#logo {
	height: 62px;
	width: 350px;
	float: none;
	position: absolute;
	margin: 0px;
	top: 11px;
	left: 10px;
}
#header3 h1#logo a,#header3 p#logo a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #333333;
	height: 62px;
	width: 350px;
	outline: none;
	background-position: left top;
}
#header3 h2#navi01 {
	height: 30px;
	width: 86px;
	float: none;
	position: absolute;
	margin: 0px;
	top: 10px;
	left: 493px;
}
#header3 h2#navi01 a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #333333;
	height: 30px;
	width: 86px;
	outline: none;
	background-position: left top;
}
#header3 h2#navi02 {
	height: 30px;
	width: 86px;
	float: none;
	position: absolute;
	margin: 0px;
	top: 10px;
	left: 586px;
}
#header3 h2#navi02 a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #333333;
	height: 30px;
	width: 86px;
	outline: none;
	background-position: left top;
}
#header3 h2#navi03 {
	height: 30px;
	width: 86px;
	float: none;
	position: absolute;
	margin: 0px;
	top: 10px;
	left: 678px;
}
#header3 h2#navi03 a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #333333;
	height: 30px;
	width: 86px;
	outline: none;
	background-position: left top;
}
#header3 h3#navi01 {
	height: 30px;
	width: 86px;
	float: none;
	position: absolute;
	margin: 0px;
	top: 10px;
	left: 493px;
}
#header3 h3#navi01 a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #333333;
	height: 30px;
	width: 86px;
	outline: none;
	background-position: left top;
}
#header3 h3#navi02 {
	height: 30px;
	width: 86px;
	float: none;
	position: absolute;
	margin: 0px;
	top: 10px;
	left: 586px;
}
#header3 h3#navi02 a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #333333;
	height: 30px;
	width: 86px;
	outline: none;
	background-position: left top;
}
#header3 h3#navi03 {
	height: 30px;
	width: 86px;
	float: none;
	position: absolute;
	margin: 0px;
	top: 10px;
	left: 678px;
}
#header3 h3#navi03 a {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #333333;
	height: 30px;
	width: 86px;
	outline: none;
	background-position: left top;
}


/* ============================================================
グローバルナビ
============================================================== */
#g_navi_daigaku {
	clear: both;
	width: 770px;
	height: 44px;
	bottom: 0px;
	left: 0px;
	position: absolute;
}
/*IE6 hack*/* html #g_navi_daigaku {bottom: -1px;}

#g_navi_daigaku ul {
	width: 770px;
	height:44px;
	background: url(../images/g_navi.gif) no-repeat;
	margin: 0;
	padding: 0;
}

#g_navi_daigaku ul li {
	float: left;
	list-style: none;
}

#g_navi_daigaku ul li a {
    display: block;
    width: 110px;
    height: 44px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}


/* active(global)
------------------------------------------------*/
#g_navi_daigaku ul li#navi1 a:focus,
#g_navi_daigaku ul li#navi1 a:hover,
body#top #g_navi ul li#navi1 a
{background: url(../images/g_navi.gif) no-repeat 0 -44px;}


#g_navi_daigaku ul li#navi2 a:focus,
#g_navi_daigaku ul li#navi2 a:hover,
body#message #g_navi ul li#navi2 a
{background: url(../images/g_navi.gif) no-repeat -110px -44px;}


#g_navi_daigaku ul li#navi3 a:focus,
#g_navi_daigaku ul li#navi3 a:hover,
body#admission #g_navi ul li#navi3 a
{background: url(../images/g_navi.gif) no-repeat -220px -44px;}


#g_navi_daigaku ul li#navi4 a:focus,
#g_navi_daigaku ul li#navi4 a:hover,
body#feature #g_navi ul li#navi4 a
{background: url(../images/g_navi.gif) no-repeat -330px -44px;}


#g_navi_daigaku ul li#navi5 a:focus,
#g_navi_daigaku ul li#navi5 a:hover,
body#facilities #g_navi ul li#navi5 a
{background: url(../images/g_navi.gif) no-repeat -440px -44px;}

#g_navi_daigaku ul li#navi6 a:focus,
#g_navi_daigaku ul li#navi6 a:hover,
body#access #g_navi ul li#navi6 a
{background: url(../images/g_navi.gif) no-repeat -550px -44px;}

#g_navi_daigaku ul li#navi7 a:focus,
#g_navi_daigaku ul li#navi7 a:hover,
body#guide #g_navi ul li#navi7 a
{background: url(../images/g_navi.gif) no-repeat -660px -44px;}
#navi_05 {
	float: right;
	height: 42px;
	width: 575px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin: 0 0 10px 0;
}


/*------ linemarker ------*/
      .linemarker_international {
      background-color: #0092DB;
	  padding:0.2em 0.3em 0 0.3em;
	  line-height:130%;
	  color:#FFF;
	  font-size:86%;
      }
	  
      .linemarker_japanese {
      background-color: #BE80AF;
	  padding:0.2em 0.3em 0 0.3em;
	  line-height:130%;
	  color:#FFF;
	  font-size:86%;
      }
	  
      .linemarker_spacedesign {
      background-color: #F09896;
	  padding:0.2em 0.3em 0 0.3em;
	  line-height:130%;
	  color:#FFF;
	  font-size:86%;
      }
	  
      .linemarker_healthy {
      background-color: #663398;
	  padding:0.2em 0.3em 0 0.3em;
	  line-height:130%;
	  color:#FFF;
	  font-size:86%;
      }
	  
      .linemarker_humanrelations {
      background-color: #208D72;
	  padding:0.2em 0.3em 0 0.3em;
	  line-height:130%;
	  color:#FFF;
	  font-size:86%;
      }
	  
      .linemarker_visualcommunication {
      background-color: #1265A9;
	  padding:0.2em 0.3em 0 0.3em;
	  line-height:130%;
	  color:#FFF;
	  font-size:86%;
      }
	  
      .linemarker_preschool {
      background-color: #EB689C;
	  padding:0.2em 0.3em 0 0.3em;
	  line-height:130%;
	  color:#FFF;
	  font-size:86%;
      }

/*------ リスト＿矢印 ------*/

ul#arrow_list li{
   list-style-type: none;
   background-image: url('../images/li-gray.gif');
   background-repeat: no-repeat;
   background-position: 18px 9px;
   text-indent: 36px;
   line-height:160%;
}