﻿@charset "utf-8";
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
	

#wrap {
	background:url(../img/main_bg.jpg) no-repeat center top;
	width:100%;
	}

/*ヘッダー*/
#head {
	width:935px;
	text-align:left;
	margin:0 auto;
	display: block;

	}
	
#head .logo {
	float:left;
	width:304px;
	padding:0 0 0 15px;
	}
	
#head ul {
	float:right;
	width:245px;
	padding:20px 0 0 0;
	}

#head ul li {
	float:left;
	}

#head .submenu {
	float: right;
	width: 245px;
}

#head .search {
	float: right;
	width: 212px;
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#head .search .txtbox {
	width:150px;				/* 変更　160px → 150px [2011.05.24] */
	height:18px;				/* 変更　 20px →  18px [2011.05.24] */
	border:#CCC 1px solid;
	float:left;
	font-size:12px;				/* 追加 [2011.05.24] */
}

#head .search .searchbtn {
    margin-left:7px;
	float:left;
}

/*メニュー*/
#menu {
	width:970px;
	margin:0 auto 20px;
	clear:both;
	text-align:left;
	}


/*コンテンツ*/
#contents {
	width:970px;
	display: block;
	text-align:left;
	background:url(../img/contents_bg.jpg) repeat-y left top;
	padding-bottom:30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	}
	

#contents ul {width:970px;}
#contents li {float:left;}
#contents li.left {
	width:200px;
	margin-right:20px;
	display: block;
	float: left;
	}
#left_btm {
	width:180px;
	display: block;
	float: left;
	padding:20px 0 0  20px;
	}	
	
#contents li.main {
	width:525px;
	margin-right:20px;
	display: block;
	float: left;
	}
#contents li.right {
	width:180px;
	display: block;
	float: left;
	}	

#contents li.mainsub {
	width:720px;
	margin-right:20px;
	display: block;
	float: left;
	}

#news td {
	background:url(../img/line1.gif) repeat-x left bottom;
	padding:10px 5px;
	vertical-align:top;
}

#newsmd td {
	background:url(../img/line1.gif) repeat-x left bottom;
	padding:10px 5px;
}


#news td.btm {
	background:none;
	padding:10px 5px;
	vertical-align:top;
}

#news td .day {
	background:url(../img/ico1.gif) no-repeat left 7px;
	padding-left:13px;
	color:#FC817E;
}
#news td .day2 {
	background:url(../img/ico2.gif) no-repeat left 7px;
	padding-left:13px;
	color:#666;
}
#news td .day3 {
	background:url(../img/ico3.gif) no-repeat left 5px;
	padding-left:13px;
}

#news_current {
	background:url(../img/current.jpg) no-repeat left bottom;
	text-align:right;
	margin:15px 0 0;
	width:525px;
	height:26px;
	padding-bottom:3px;
	}

#news_past {
	background:url(../img/past.jpg) no-repeat left bottom;
	text-align:right;
	margin:15px 0 0;
	width:525px;
	height:26px;
	padding-bottom:3px;
	}

#rightmenu1 {
	background:url(../img/right_bg.jpg) no-repeat left top;
	width:160px;
	padding:10px 10px 5px 10px;
	margin-bottom:10px;
	}

#rightmenu1 img {
	margin-bottom:10px;
	}

#rightmenu2 {
	float: left;
	}
	
#rightmenu2 ul {
	border:1px solid #CDE3A5;
	padding:10px 10px 5px 10px;
	width:158px;
	float: left;
	}

#rightmenu2 li {
	border-bottom:1px solid #E0EFC4;
	width:158px;
	margin-bottom:8px;
	padding-bottom:8px;
	}

#rightmenu2 ul .btm {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

#rightmenu2 ul li .icon3 {
	margin-right: 5px;
	margin-bottom: 2px;
}


/*フッター*/
#footlink {
	background:url(../img/foot_bg.jpg) repeat-x left top;
	padding:10px 0;
	width:100%;
	color:#FFF;
}

#footlink70 {
	background:url(../img/foot_bg70.jpg) repeat-x left top;
	padding:10px 0;
	width:100%;
	color:#FFF;
}

#footlink a:link {
	color:#FFF;
	text-decoration	: none;
	}
#footlink a:visited {
	color:#FFF;
	text-decoration	: none;
	}
#footlink a:hover {
	color:#FFF;
	text-decoration	: underline;
	}
#footlink a:active {
	color:#FFF;
	text-decoration	: underline;
	}

#copyright {
	background-color:#C7DEA0;
	padding:20px 0;
}

#copyright70 {
	background-color:#f4e6f9;
	padding:20px 0;
}
/*------------------------------------------------------------
　下層
------------------------------------------------------------*/
.pan {
	text-align:right;
	margin-bottom:10px;
	}

.subtbg1 {
	background:url(../img/subtbg.jpg) no-repeat left top #96C743;
	padding:8px 5px 5px 25px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	}

.subtbg2{
	background:url(../img/subtbg2.jpg) no-repeat left top #96C743;
	padding:8px 5px 5px 25px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	}

.subtbg3 {
	background:url(../img/subtbg3.jpg) no-repeat left top #8A28C1;
	padding:8px 5px 5px 25px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	}

#pagetop {
	width:970px;
	text-align:right;
	margin:20px auto 0;
}

/*入試情報*/
.exam_contact {
	border:2px solid #FFBD5A;
	padding:15px 90px;
}
	
/*交通アクセス*/
#access ul {width:500px;}
#access li {float:none;}

/*大学案内*/
#about ul {width:360px;}
#about li {
	float:none;
	padding:5px 0 0 20px;
}
#about p {margin-bottom:10px;}

/*サイトマップ*/
#sitemap ul {
	width:340px;
	padding:10px 0 10px 10px;
}
#sitemap li {
	float:none;
	padding:2px 0 0 20px;
}

/*お問い合わせ*/
#contact ul {width:230px;}
#contact li {float:none;}

/*キャンパスライフ*/
#campus ul {
	width:700px;
	padding:0 0 0 0;
}

#campus li {
	float:none;
	padding:5px 0 0 20px;
}

#campus ul.circle {
	width:200px;
	padding:0 0 0 0;
}

#campus p {margin-bottom:10px;}

/*附属図書館*/
#library ul {width:400px;}
#library li {float:none;}

/*学科*/
#department p {margin-bottom:10px;}
#department ul {width:700px;}
#department li {float:none;}

/*企業の方へ*/
#enterprise ul {width:700px;}
#enterprise li {float:none;}

/*認証評価*/
#certification ul {width:360px;}
#certification li {
	float:none;
	margin:5px 0 0 20px;
}
#certification p {margin-bottom:10px;}

/*地域研究・国際交流*/
#area p {margin-bottom:10px;}

/*教員一覧*/
#teachers ul.post {width:90px;}
#teachers ul.email {width:180px;}
#teachers li {float:none;}

/*教員情報*/
#teacherinfo ul.left {width:140px;}
#teacherinfo ul.right {
	width:570px;
	padding:0 0 10px 0;
}

#teacherinfo li {float:none;}

#teacherinfo li.level1 {
	float:none;
	margin:0 0 0 20px;
}

/**********************/
#head ul:after,
#contents ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	}

/* 追加 [2011.05.24] (start) */
#srchResult iframe  {
    width: 700px; 
}
/* 追加 [2011.05.24] (end) */
