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


/* --------------------
(1)全ページ共通設定
　├基本設定
　├基本レイアウト構築
　├基本リンク設定
　├ヘッダー
　├メニュー
　├フッター
　├ページトップへ
　└ぱんくず
(2)各ページ用設定
　├トップページ
　│└更新履歴
　├概要
　├桑園キャンパス
　├芸術の森キャンパス
　├アクセス
　└リンク
-------------------- */

/* ------------------------------------ */
/* -------(1)全ページ共通設定---------- */
/* ------------------------------------ */

/* 基本設定 */
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
body, html {
	height: 100%;
}
body {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.7;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top: 5px solid #dd1d52;
	background: url(../img/header_bg.gif) no-repeat center top;
}
body > #container { /* ※フッターの引き上げの為に必要な記述です */
	height: auto;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 3px double #2e99d6;
	margin-bottom: 13px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px dotted #A3A3A3;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.note {
	font-size: 11px;
	color: #787878;
}
/* 基本レイアウト構築 */
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 100%;
	text-align: center;
	margin-bottom: -80px; /* フッターの引き上げ */
}
#main {
	margin: 0 auto;
	width: 900px;
	height: 100%;
	text-align: left;
}
/* 基本リンク設定 */
a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #7E7E7E;
	text-decoration: underline;
}
a:visited {
	color: #555555;
}
/* ヘッダー */
#header {
	padding-top: 30px;
	margin-bottom: 10px;
}
#header_left {
	float: left;
	height: 90px;
}
#header_right {
	text-align: right;
	height: 90px;
}
/* メニュー */
#menu {
	text-align: center;
	font-size: 14px;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
ul#menuBody {
	width: 900px;
	position: absolute;
	z-index: 10;
}
ul.menu_link {
	height: 50px;
	overflow: hidden;
	text-align: center;
	float: left;
}
ul.menu_link .head {
	background: #ffffff url(../img/menu_arrow.gif) no-repeat center bottom;
	border-right: 1px dotted #CFCFCF;
}
ul.menu_link li {
	width: 179px;
	line-height: 50px;
	background-color: #ffffff;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
ul.menu_link li:hover {
	background: #ffffff url(../img/menu_bg.gif) repeat center center;
	cursor: pointer;
}
ul#menuBody li {
	float: left;
}
ul#menuBody .menu_link li {
	float: none;
}
#menu_right {
	border: none;
}
.menu_link a:link {
	color: #000000;
}
.menu_link a:hover {
	color: #000000;
}
.menu_link a:visited {
	color: #000000;
}
/* フッター */
#footer {
	color: #ffffff;
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 80px;
	background: #2e99d6 url(../img/footer_bg.gif) no-repeat center bottom;
	padding-top: 8px;
}
#footer a:link {
	color: #ffffff;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited {
	color: #C5E6F9;
}
#copyright {
	font-size: 11px;
	color: #C5E6F9;
}
/* ページトップへ */
.pagetop {
	z-index: 100;
	position: fixed;
	bottom: -42px;
	right: 40px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 40px;
	background-color: #dd1d52;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	text-decoration: none;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
/* ぱんくず */
#breadcrumb {
	font-size: 11px;
	color: #B0B0B0;
	margin-top: 70px;
	margin-bottom: 20px;
}
.bread {
	padding: 4px;
	background-color: #F3F3F3;
}
.bread a:link {
	color: #B0B0B0;
}
.bread a:hover {
	color: #D1D1D1;
}
.bread a:visited {
	color: #B0B0B0;
}
/* ---------------------------------- */
/* -------(2)各ページ用設定---------- */
/* ---------------------------------- */

/* -----トップページ-----*/

/* 更新履歴 */
#update {
	float: left;
	width: 550px;
	margin-right: 20px;
}
.update_data {
	border-bottom: 1px dotted #D5D5D5;
}
.update_title {
	padding-left: 10px;
	margin-bottom: 10px;
}
#update_content {
	height: 300px;
	overflow: hidden;
}
#twitter{
	text-align:right;
}
/* -----概要----- */
#info {
	text-align:left;
}
.info_contents {
	text-align: left;
	float: left;
	margin-right: 10px;
	width: 290px;
}
.info_contents2 {
	text-align: left;
}
.info_theme {
	margin-right:10px;
	float:left;
}
#info_chara {
	text-align:center;
}
/* -----桑園キャンパス・芸森キャンパス ---- */
#design, #nursing {
	text-align: center;
}
#event {
	padding-left:100px;
}
.event {
	width: 230px;
	margin-right: 10px;
	float: left;
}
.event_contents {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.event_contents:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.event_close {
	margin-top:15px;
	text-align:center;
}
/* -----アクセス----- */
.access_map {
	float: left;
}
.access_detail {
	float: right;
	width: 280px;
}
/* -----リンク----- */
#link_left {
	float: left;
	width: 250px;
}
#link_right {
	width: 630px;
	float: right;
}
.link_old {
	float: left;
	margin: 10px 15px 0px 0px;
}
.link_bn:hover {
	background-image: url(../img/menu_bg.gif)
}
.link_body {
	float: left;
	word-break: break-all;
	width: 270px;
	margin: 5px 5px 15px 5px;
	text-align: center;
	background-color: #F3F3F3;
	padding: 10px;
}
.link_pict {
	border: 1px solid #000000;
}
.link_contents {
	text-align: left;
}