@charset "utf-8";
/* CSS Document */


/* メインエリア（Flash・更新情報）
---------------------------------------------- */
#mainArea {
	height: 350px;
	width: 950px;
	margin: 30px 0 20px;
}


/* Flashエリア
---------------------------------------------- */
#mainArea .flash {
	float: left;
	height: 350px;
	width: 720px;
}


/* HOT NEWSエリア
---------------------------------------------- */
#mainArea .news {
	float: right;
	height: 350px;
	width: 210px;
/*	margin-left: 20px;*/
}
#mainArea .newsArea {
	height: 283px;
	width: 200px;
	padding: 5px 0px 5px 8px;
	overflow: auto;
	border: 1px solid #AAA;
}
/*#mainArea .news:after {
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}
#mainArea .news a:link {
	color: #333333;
	text-decoration: none;
}
#mainArea .news a:visited,
#mainArea .news a:hover {
	color: #0000FF;
}
#mainArea .news ul {
	margin: 0px;
	padding: 0px;
}
#mainArea .news li {
	margin-bottom: 0.5em;
	list-style-type: none;
}
#mainArea .news iframe {
	height: 300px;
	margin: 0px;
}*/


/* Pick UP ナビ
---------------------------------------------- */
#pickupNavi {
	width: 950px;
	margin-bottom: 30px;
}
#pickupNavi li {
	float: left;
}


/* コンテンツエリア
---------------------------------------------- */
#contentsArea {
	width: 950px;
}

#contentsAreaLeft {
	width: 730px;
	float:left;
}


/* 学生作品GALLERY
---------------------------------------------- */
#contentsArea .gallery {
	float: left;
	width: 355px;
	height: 250px;
	margin-right: 20px;
}


/* TCAクリエブログ 
---------------------------------------------- */
#contentsArea .creblog {
	float: left;
	width: 355px;
/*	margin-right: 20px;*/
}
#contentsArea .blogArea {
	padding: 15px 0px 14px 13px;
	width: 340px;
	height: 150px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
}

/* Twitter 
---------------------------------------------- */
#contentsArea #twitterColum {
	height: 50px;
	width: 730px;
	padding-top: 20px;
}
#contentsArea #twitterColum #twitterText {
	background: url(img/twitter_img.jpg);
	height: 50px;
	width: 608px;
	position: relative;
float:left;

}
#contentsArea #twitterColum #twTicker {
	height: 25px;
	width: 445px;
	position: absolute;
	left: 145px;
	top: 18px;
}
#contentsArea #twitterColum #twTicker a:link ,
#contentsArea #twitterColum #twTicker a:visited {
    color: #346B9E;
    text-decoration: none;
}
#contentsArea #twitterColum #twTicker a:hover {
    color: #C30D23;
    text-decoration: none;
}

/* バナーエリア 
---------------------------------------------- */
#contentsArea .topBnr {
	float: right;
	width: 200px;
}
#contentsArea .topBnr li {
	margin-bottom: 5px;
}


/* 緊急告知エリア 
---------------------------------------------- */
.attentionBox {
	width: 870px;
	padding: 15px 30px 10px;
	border: 10px solid #FCC;
}
.attentionBox P {
	font-weight: bold;
	color: #FFF;
	padding: 2px;
	margin-bottom: 10px;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#F00, EndColorStr=#E00, GradientType=0);*/
	background: #C00;
	text-align: center;
}
/* 緊急告知エリア （2columnバナー）
---------------------------------------------- */
#contentsArea ul.longBnr {
	width: 950px;
	/*margin: 10px 0px 20px;*/
}
/*#contentsArea ul.longBnr li {
	width: 465px;
}*/

/* 願書バナー （1columnバナー）
---------------------------------------------- */
#gansyoBnr {
	position: relative;
}

#gansyoBnr #dayArea {
	position: absolute;
	left: 500px;
	top: 22px;
	background: #FFF;
}
#gansyoBnr a #dayArea {
	text-decoration: none;
}

#gansyoBnr #dayArea #now ,
#gansyoBnr #dayArea #next {
	padding-left: 40px;
	height: 25px;
	margin: 5px 8px;
	width: 280px;
	font-weight: bold;
	color: #F00;
}
#gansyoBnr #dayArea #now {
	background: url(img/bnr_gansyo_now.gif) no-repeat left center;
	border-bottom: 1px solid #F00;
}

#gansyoBnr #dayArea #next {
	background: url(img/bnr_gansyo_next.gif) no-repeat left center;
}
#gansyoBnr #dayArea .subText {
	font-size:77%;
	font-weight: normal;
	color: #666;
}
#gansyoBnr #dayArea .day {
	font-size:123%;
}
