@charset "utf-8";

/*-------------------------------------------------
  レイアウト指定
  作成者：Satomi Nagashima
  作成日：2009/3/31
  最終更新日：2009/3/31
--------------------------------------------------*/


/*カレンダー3カラム
--------------------------------------------------*/
.cale3-l{
	width: 100px;
	float: left;
}
.cale3-c{
	width: 260px;
	float: left;
}
.cale3-r{
	width: 180px;
	float: right;
}

.cale3-r img{
	margin-top:10px;
}
.line_dot{
	background-image:url(../../imgs/common/li_01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:20px;
	margin-bottom:10px;
	height: 1%;
}


/*キャンパス紹介用マージン指定
--------------------------------------------------*/
.photo {
	margin-left:190px !important;
}

.photo dt{
	font-weight:bold;
	font-size:115%;
	background-color:#41BFD6;
	padding:3px 5px;
	color:#FFFFFF;
}
.photo dd{
	margin-top:5px;
}

/*キャンパス紹介用写真なし用*/
.photo-non {
	min-height:100px;
}

* html .photo-non {
	height:100px;
}

.photo-non dt{
	font-weight:bold;
	font-size:115%;
	background-color:#41BFD6;
	padding:3px 5px;
	color:#FFFFFF;
}
.photo-non dd{
	margin-top:5px;
}
/*付箋タイトルグレー*/
.open-ti-gray{
	background-image:url(../imgs/ti_gray_t.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	line-height: 1.2em;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0px;
	height:auto;
	margin-top: 30px;
}
.open-ti-gray span{
	background-image: url(../imgs/ti_gray_b.jpg);
	background-repeat: no-repeat;
	background-position:left bottom;
	padding: 9px 15px 13px 15px;
	display:block;
}
/*オープンキャンパス用ボックス*/
.openbox{
	background-color:#FEF3D8;
	padding:10px;
	margin:0 0 10px 0;
	min-height:80px;
}

* html .openbox{
	height:80px;
}
