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

	CSS2.0 Document for admission
	template ver.0.2

	since: 2008.08.23;
	editor: v-akato;

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

.clearfix:after,
dl#adobeBanner:after,
div#windowContentsOutline div.windowContents:after,
dl#adobeBanner:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix,
dl#adobeBanner,
div#windowContentsOutline div.windowContents,
dl#adobeBanner {
    display:inline-table;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix,
* html dl#adobeBanner,
* html div#windowContentsOutline div.windowContents,
* html dl#adobeBanner {
	height: 1%;
}
.clearfix,
dl#adobeBanner,
div#windowContentsOutline div.windowContents,
dl#adobeBanner {
	display: block;
}
/* End hide from IE-mac */



/* window contents
-------------------------------------------------*/
div#windowContentsOutline {
	background: url(../window/images/window_contents.gif) 0 0 repeat-y;
}
div#windowContentsOutline2 {
	background: url(../window/images/window_btm.gif) 0 100% no-repeat;
	padding: 0 0 15px;
}
div#windowContentsOutline div.windowContents h2 {
	background: url(../window/images/window_header.gif) 0 0 no-repeat;
	padding: 17px 27px;
}
div.windowContents div#windowMaincontents {
	margin: 0 0 8px 78px;
	width: 600px;
}
div.windowContents div#windowMaincontents table#windowNews {
	width: 450px;
	margin: 0 0 0 30px;
}
div.windowContents div#windowMaincontents table#windowNews th,
div.windowContents div#windowMaincontents table#windowNews td {
	background: url(../images/border_antidot.gif)  0 100% repeat-x;
	padding: 5px 0 7px;
	vertical-align: top;
	color: #444;
}
div.windowContents div#windowMaincontents table#windowNews th {
	padding-right: 5px;
}
div.windowContents div#windowMaincontents table#windowNews td a {
	font-weight: bold;
	color: #1a284f;
}
div.windowContents div#windowMaincontents dl#adobeBanner {
	margin: 30px 0 25px 30px;
}
div.windowContents div#windowMaincontents dl#adobeBanner dt {
	width: 120px;
	float: left;
}
div.windowContents div#windowMaincontents dl#adobeBanner dd {
	width: 330px;
	float: left;
	font-size: 82%;
}
div.windowContents div.windowInfo {
	width: 189px;
	float: left;
	margin: 90px 0 0;
}
div.windowContents div.windowInfo dl {
	padding: 10px;
}
div.windowContents div.windowInfo dl dt,
div.windowContents div.windowInfo dl dd {
	margin: 0 0 10px;
}

div#windowContentsOutline div#spaceWindow {
	background: url(../window/images/space_image.gif) 474px 17px no-repeat;
}
div#windowContentsOutline div#visualWindow {
	background: url(../window/images/visual_image.gif) 474px 17px no-repeat;

}

div.windowContents div#spaceInfo {
	background: #f6e3e5;
}
div.windowContents div#visualInfo {
	background: #d3e6eb;
}

#window-topvisual {/*080403 add*/
    padding: 0 0px 0 35px;
    width: 660px;
	text-align: center;
}

/*japanese culture
-----------------------------------------------*/
ul#l-navi {
	padding: 0;
	text-align: center;
	margin: 20px auto;
}

ul#l-navi li{
	display: inline;
}
ul#l-navi li img{
	margin-right: 1px;
}

#jc-contents{
    padding: 0;
}

#jc-contents h3{
    width: ;
	margin-bottom: 10px;
}


#jc-contents h4{
	padding: 5px 0;
	font-size: 120%;
	font-weight: bold;
	color: #c784b6;
	border-bottom: 2px dotted #ccc;
	margin-top: 10px;
}

#jc-contents h5{
    padding: 5px 0;
	font-size: 100%;
    font-weight: bold;
    color: #c784b6;
    border-bottom: 1px dotted #ccc;
}

#jc-contents p{
	padding: 10px 0;
	line-height: 160%;
}

#jc-contents p.serif{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:600;
	padding: 10px 0;
	line-height: 160%;
}

#jc-contents #question h4{
	background: url(../window/jpculture/images/japanese_q.gif) 0 0 no-repeat;
	padding: 10px 0 10px 40px;
	width: 550px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #c784b6;
	font-size: 90%;
}

#jc-contents #question h4 a{
	text-decoration:none;
	color: #C068B1;
}
#jc-contents #question h4 a:hover{
	text-decoration:underline;
	color: #FF9999;
}

#jc-contents div.answer{
	background: url(../window/jpculture/images/japanese_a.gif) no-repeat 0 2px;
	padding: 10px 0 10px 40px;
	width: 550px;
	margin-bottom: 10px;
	display: inherit;
}
#jc-contents #question li {
	margin-left: 15px;
	font-size: 90%;
	line-height: 1.6;
}

#jc-contents #question #Qlist li {
	line-height: 2em;
	background-image: url(../window/jpculture/images/q_list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	margin-left: 0px;
	margin-bottom: 0.6em;
}

/*japanese culture　在学生の声
-----------------------------------------------*/

div#box {
				width: 480px;
				position: relative;
				height:auto;
				min-height: 500px;
				margin-left: auto;
				margin-right: auto;
			}


			.right {
				float: right;
				margin-left: 20px;
			}

			.right-caption {
				float: right;
				margin-top:10px;
				margin-left: 20px;
			}

			.left {
				float: left;
				margin-right: 20px;
			}

		.left_r10 {
				float: left;
				margin-right: 10px;
			}

			.more-left {
				padding-right: 30px;
			}

			br.clear {
				clear: both;
			}

	

			dd {
				margin-left: 0px;
				font-size: 0.75em;
			}







/*国際文化学科
-----------------------------------------------*/
#inter-image {
	padding: 0px;
	width: 660px;
	margin: 0px 0px 0px 111px;
}

#inter-page {
	padding: 0px;
	text-align: left;
	margin: 0px;
}

#inter-page table p{
	line-height:1.4;
}


	/*know.html*/

#inter-page #know p{
    padding: 10px 0;
	font-size: 100%;
    line-height: 160%;
}
	
#inter-page #know p.q{
	background: url(../window/international/images/know_q.gif) no-repeat 0 0;
	padding: 10px 0 10px 40px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #0092D9;
}

#inter-page #know p.a{
	background: url(../window/international/images/know_a.gif) no-repeat 0 2px;
	padding: 10px 0 10px 40px;
	margin-bottom: 30px;
}

#inter-page #know h4{
	font-size:120%;
	font-weight: bold;
	color: #663333;
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left: 5px;
}

#inter-page #know h5{
    padding: 5px 0;
	font-size: 120%;
    font-weight: bold;
    color: #0092D9;
    border-bottom: 2px dotted #ccc;
}

#inter-page #know span{
	background-color:#66B8E3;
	color:#FFFFFF;
	padding: 2px;
	line-height: 22px;

}

#int-contents{
    padding: 0;
}

#int-contents h3{
    width: ;
}

#int-contents h4{
    padding: 5px 0;
	font-size: 120%;
    font-weight: bold;
    color: #0092D9;
    border-bottom: 2px dotted #ccc;
}

#int-contents h5{
    padding: 5px 0;
	font-size: 100%;
    font-weight: bold;
    color: #0092D9;
    border-bottom: 1px dotted #ccc;
}

#int-contents p{
	padding: 10px 0;
	line-height: 160%;
}

#int-contents #voice{
	padding: 5px;
	margin: 0px 15px 0px;
}

#int-contents#voice li{
	padding: 0px 0px 15px 15px;
	margin: 15px 15px 0px 15px;
	background-image: url(../faculty/images/international/sight/listhead-blue.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#int-contents #news p{
    padding: 10px 0;
	font-size: 100%;
    line-height: 160%;
}
	
#int-contents #news p.q{
	background: url(../window/international/images/know_q.gif) no-repeat 0 0;
	padding: 10px 0 10px 50px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #0092D9;
}

#int-contents #news p.a{
	background: url(../window/international/images/know_a.gif) no-repeat 0 2px;
	padding: 10px 0 10px 50px;
	margin-bottom: 30px;
}



/*国際文化の一年*/

/**/
#int-contents .cds-navi {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}

#int-contents .cds-navi li { display: inline; }

#int-contents .cds-navi li a {
  padding: 10px 30px;
  width: 400px;
  height:42px;
  display: block;
  background:url(../window/international_2/images/oneyear_button_01.jpg) no-repeat;
  color: #444;
  font-weight:bold;
  text-decoration: none;
  text-align:left;
}

#int-contents .cds-navi li a:hover {
  background-color: #ffccff;
  background:url(../window/international_2/images/oneyear_button_02.jpg) no-repeat;
  color: #FFFFFF;
}
#int-contents .cds-navi dt {
	width:100px;
	float:left;
	text-align:left;
}
#int-contents .cds-navi dd {
	text-align:left;
	font-size:1em;
}


/*preschool
-----------------------------------------------*/

#pres-page {
	padding: 0px;
}

#pres-page table p{
	line-height:1.4;
}


/*nutrition
-----------------------------------------------*/
#nu-instructor {
    padding: 0;
	text-align: left;
}


/*空間造形学科
-----------------------------------------------*/

#sd-menulist {
	margin: 20px 0 15px 0;
	padding:0;
	width: 625px;
	height:50px;
	text-align:center;
}

#sd-menulist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sd-menulist li {
  float: left;
  padding: 0 2px 0 0;
}

#sd-menu {
	margin: 0 0 15px 28px;
	padding:0;
	width: 675px;
	height:30px;
}

#sd-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#sd-menu li {
  float: right;
  padding: 2px 0 2px 3px;
}

#sd-menu ul#image {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float:left;
}

#sd-menu ul#image li {
  float: left;
  padding: 2px 0 2px 3px;
}

#sd-contents {
    padding: 0;
}

#sd-contents h3 {
    padding-bottom: 20px;
}

#sd-contents-news h5 {
    padding-top: 20px;
	padding-bottom:5px;
	border-bottom:solid 2px #CCC
}

#sd-contents-news h5.title {
color:#F69695;
font-size:115%;
font-weight:bold;
margin-bottom:15px;
}

#sd-contents-news img {
	margin-bottom: 5px;
}

 p {
    padding-bottom: 1em;
}

#sd-contents .dot table td {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

#sd-contents-news {
	margin: 20px 0 15px 28px;
	width: 675px;
}

#sd-backnumber {
	margin: 40px 0 0 0;
	width: 140px;
	float:left;
}

#sd-news {
	margin: 20px 0 20px 20px;
	width: 515px;
	float:right;
}

#sd-instructor {
	margin: 40px 0 20px 20px;
	width: 515px;
	float:right;
}

#sd-instructor .photo {
	width: 140px;
	float:left;
}

#sd-instructor .profileBox {
	width: 360px;
	float:right;
}

#sd-instructor .profileBox_name {
				padding: 10px 0 3px 0;
				border-bottom: 2px solid #666;
				font-size:120%;
				font-weight:bold;
			}
			
#sd-instructor .profileBox_namerubi {
				padding: 3px 0 0 0;
				letter-spacing:2px;
				font-size:80%;
			}
		
#sd-instructor .profileBox_post{
	font-size:100%;
	padding-top:5px;
	color:#F09896;
}
#sd-instructor .profileBox_field{
	font-size:100%;
	line-height:120%;
	padding:20px 0 0 0;
}
#sd-instructor dl{
}
#sd-instructor dl dt{
}
#sd-instructor dl dd{
	font-size:100%;
}

#sd-instructor .profileBox_dl{
}
#sd-instructor .profileBox_dl dt{
	padding: 20px 0 5px 0;
	margin:20px 0 15px 0;
	border-bottom:dotted 1px #999;
	font-weight:bold;
}
#sd-instructor .profileBox_dl dd{
	font-size:100%;
}


#sd-instructor h5#profileBox{
    padding: 20px 0 5px 0;
	margin:20px 0 15px 0;
	border-bottom:dotted 2px #CCC;
}

#sd-instructor .click{
	font-size:86%;
	float:right;
}

#sd-news .imagebox {
	margin: 10px 0 0 0;
	width: 515px;
}

#sd-news .left{
	float : left;
    margin : 0;
}


#sd-news .right{
	float : right;
    margin : 0;
}


/* 教員紹介ページここから_100519
-----------------------------------------------*/
#sd-instructorListbox{
	width:290px;
	float:left;
	padding-bottom:20px;
	height:150px;
	position:relative;
}
#sd-instructorListbox .photobox{
	width:100px;
	float:left;
	display:block;
	position:relative;
}
#sd-instructorListbox .namebox{
	width:175px;
	float:right;
	text-align:right;
	background: url(../window/spacedesign/images/instructor/arrow.gif ) no-repeat 2px 7px;
	text-decoration: none;
	display:block;
}
#sd-instructorListbox .namebox a{
	color:#444;
	text-decoration: none;
}
#sd-instructorListbox .namebox a:hover{
	color:#F09896;
	text-decoration: none;
}

#sd-instructorListbox .name{
	font-size:100%;
	font-weight:bold;
	width:165px;
	padding-bottom:2px;
	margin-left:10px;
	border-bottom:dotted #CCCCCC 1px;
	text-align:left;
}
#sd-instructorListbox .namerubi{
	font-size:80%;
	font-weight:ligher;
	width:165px;
	padding:3px 0 0 0;
	text-align:left;
	margin-left:10px;
	letter-spacing:1px;
}
#sd-instructorListbox .field{
	font-size:100%;
	line-height:120%;
	width:165px;
	padding:20px 0 0 0;
	text-align:left;
	margin-left:10px;
}
#sd-instructorListbox dl{
}
#sd-instructorListbox dl dt{
}
#sd-instructorListbox dl dd{
	font-size:100%;
}

#sd-instructorListbox .right333{
	float:right;
	margin-left:30px;
}

#sd-instructorListbox #111 a span{
	display:none;
}
#sd-instructorListbox #111 a:hover{
	display:block;
}
#sd-instructorListbox #111 a img{
	width:100px;
	height:100px;
}
#sd-instructorListbox #111 a:hover span{
	display: block;
	position:relative;
	left: -125px;
	top:-20px;
}
#sd-instructorListbox #111 a:hover span img{
	width:100px;
	height:100px;
}


/* 教員紹介ページここまで
-----------------------------------------------*/
/*visual
-----------------------------------------------*/


#vi-contents {
    padding: 0;
}

#vi-contents h3 {
    padding-bottom: 20px;
}

#vi-contents p {
    padding-bottom: 1em;
}

#vi-contents .dot table td {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}


/*人間関係学科 080326 added
-----------------------------------------------*/

#rel-instructor {
    padding: 0 0 0 40px;
    width: 510px;
	text-align: center;
}

#rel-profile{
	padding:3px;
	margin-bottom: 5px;
	}
#rel-profile table{
	width:100%;
	}
#rel-profile td{
	padding:3px;
	background-color: #FFF;
	}
#rel-profile h3{
	padding:3px;
	font-size: 150%;
	background-image: url(../window/relation/images/relation_instructor_head.gif);
	height: 29px;
	width: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin-bottom: 10px;
	}	
#rel-profile td.p-name {
	width: 100px;
}
#rel-profile td.p-furigana {
	width: 120px;
}
#rel-profile table,#rel-profile th,#rel-profile td  {
	border: 1px solid #999999;
}
#rel-profile h1 {
	font-size: 140%;
	font-weight: bold;
	color: #009475;
	padding-top: 5px;
	padding-bottom: 5px;
}
#rel-profile  h1 span.kana {
	font-size: 70%;
	font-weight: normal;
}
#rel-profile h4 {
	text-indent: -9999px;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 19px;
	width: 124px;
	background-repeat: no-repeat;
	background-position: left top;
}


/*体験！人間関係学科*/

#rel-contents{
    padding: 0;
}

#rel-contents h3{
    width: ;
}

#rel-contents h4{
    padding: 5px 0;
	font-size: 120%;
    font-weight: bold;
    color: #208D72;
    border-bottom: 2px dotted #ccc;
}


#rel-contents h5{
    padding: 5px 0;
	font-size: 100%;
    font-weight: bold;
    color: #208D72;
    border-bottom: 1px dotted #ccc;
	margin-bottom:20px;
}

#rel-contents p{
	padding: 10px 0;
	line-height: 160%;
}

#rel-contents .rel_box{
	width:560px;
    padding: 5px 20px 15px 20px;
	margin:20px;
	background-color:#FFC;
	border:#208D72 solid 2px;
}

#rel-contents .rel_box li{
	text-indent:-1em;
	margin-left:10px;
	line-height:160%;
}


/*広がる！学びと生活*/
#rel-study_life{
    padding: 0;
}

#rel-study_life h3{
    width: ;
}


#rel-study_life h4{
    padding: 5px 0;
	font-size: 120%;
    font-weight: bold;
    color: #208D72;
	margin-bottom:30px;
}


#rel-study_life h5{
    padding: 5px 0;
	font-size: 100%;
    font-weight: bold;
    color: #208D72;
    border-bottom: 1px dotted #ccc;
	margin-bottom:20px;
}

#rel-study_life p{
	padding: 10px 0;
	line-height: 160%;
}




#h-society	{background-image: url(../window/relation/images/h-society.gif);}
#h-field	{background-image: url(../window/relation/images/h-field.gif);}
#h-achieve	{background-image: url(../window/relation/images/h-achievement.gif);}
#h-subject	{background-image: url(../window/relation/images/h-subject.gif);}
#h-class	{background-image: url(../window/relation/images/h-class.gif);}
#h-book	{background-image: url(../window/relation/images/h-book.gif);}
#h-book2	{background-image: url(../window/relation/images/h-book2.gif);}
#h-class	{background-image: url(../window/relation/images/h-semiclass.gif);}
#rel-profile table p {
	line-height: 1.4;
}


/* 健康栄養学科　教員紹介
--------------------------------------------------*/

div.instructorProf_h {
	padding: 0px 0px 5px 0px;
}
div.instructorProf_h p {
	float: left;
	margin: 38px 10px 0px 0px;
	vertical-align: bottom;
	font-weight: normal;
}
div.instructorProf_h p.photo {
	margin: 10px 10px 0px 5px;
}
div.instructorProf_h p.name {
	width: 130px;
}
div.instructorProf_h p.attached {
	width: 120px;
	margin: 20px 0 0px 0px;
}
div.instructorProf_h p.attached a {
	color: #982e8c;
}

div.instructorProf_h p.society {
	width: 350px;
	margin: 20px 0 0px 0px;
}


table.profileTanle_h {
	border-bottom: 1px dotted #000;
	border-collapse: collapse;
	margin: 20px 0px 20px 0px;
	width: 600px;
	padding: 10px 0 0 0;
}
table.profileTanle_h thead th {
	height: 20px;
	background-color: #663398;
	color: #FFFFFF;
	font-weight: normal;
	font-size: medium;
}
table.profileTanle_h p.name {
	padding: 5px 10px 0px 10px;
	color: #FFFFFF;
	font-weight: normal;
	font-size: small;
}
table.profileTanle_h tbody th {
	padding: 0px 10px 0px 0px;
	background-color: #cea6f6;
}
table.profileTanle_h td {
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}
table.profileTanle_h p.title {
	padding: 0px 5px 20px 5px;
	text-align: left;
	font-weight: normal;
	font-size: small;
	color: #663398;
}
table.profileTanle_h p.text {
	padding: 10px 15px 10px 15px;
	text-align: left;
	font-weight: normal;
}
.name2 {
	font-size: small;
	font-weight: lighter;
	letter-spacing: 5px;
	padding: 2px 0 0 10px;
	color: #333333;
}

/* 健康栄養学科　教員HP
--------------------------------------------------*/

#he-contents{
    padding: 0;
}

#he-contents h3{
    width: ;
	margin-bottom: 10px;
}


#he-contents h4{
	padding: 5px 0;
	font-size: 120%;
	font-weight: bold;
	color: #663398;
	border-bottom: 2px dotted #ccc;
	margin-top: 10px;
}

#he-contents h4#voice{
	padding: 8px 0 0 0;
	font-size: 120%;
	font-weight: bold;
	color: #663398;
	border-bottom: 0px dotted #ccc;
	margin-top: 10px;
	margin-bottom:8px;
}



#he-contents h5{
	padding: 5px 0;
	font-size: 100%;
	font-weight: bold;
	color: #663398;
	border-bottom: 1px dotted #ccc;
}

#he-contents p{
	padding: 10px 0;
	line-height: 160%;
}
.back_jp {
	background-image: url(../window/jpculture/images/090703.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 20px 0;
	width: 100%;
}


/* 健康栄養学科　体験授業まとめ＿西川
--------------------------------------------------*/

table#he-lineup {
	width:600px;
	line-height: 120%;
}

table#he-lineup th {
	font-size: -1;
	font-weight: bold;
	color: #663398;
	line-height:140%;
	letter-spacing: normal;
	text-align: left;
	padding: 8px 6px 8px 6px;
	margin: 30px;
	border-style: dotted;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-width: 1px;
}

table#he-lineup td {
	font-size: -1;
	font-weight: bold;
	line-height:140%;
	color: #663398;
	letter-spacing: bold;
	text-align: left;
	padding: 10px 6px 10px 6px;
	border-style: dotted;
	border-left-color:#DEDEFF;
	border-right-color:#DEDEFF;
	border-width: 1px;
}

table#he-lineup td a {
	color: #663398;
	text-decoration: none;
}

table#he-lineup td a:hover {
	color: #663398;
	text-decoration: underline;
}

table#he-lineup th a {
	color: #663398;
	text-decoration: none;
}

table#he-lineup th a:hover {
	color: #663398;
	text-decoration: underline;
}