@charset "utf-8";

/* =======================================

	IndexPageElements

======================================= */

/* ------------------------------------

	Wrapper要素

------------------------------------ */
#wrapper {
	margin: 0;
	width: 100%;
	text-align: center;
}


/* Keyvisual
-----------------------------------*/
#keyvisual {
	margin: 0 auto 17px auto;
	width: 950px;
	height: 246px;
	text-align: left;
	position: relative;
}

#keyvisual span {
	top: 0;
	right: 0;
	width: 761px;
	height: 246px;
	position: absolute;
	overflow: hidden;
}

#keyvisual span img {
	top: 0;
	left: 0;
	width: 761px;
	height: 246px;
	position: absolute;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}


/* INFORMATION
-----------------------------------*/
#information {
	margin: 0 auto 20px auto;
	width: 950px;
/*	height: 22px;*/
	text-align: left;
	overflow: hidden;
	position: relative;
}

#information h3 {
	margin-bottom: 8px;
	width: 950px;
	height: 16px;
	overflow: hidden;
	position: relative;
}

#information h3 #info_title {
	top: 0;
	left: 0;
	width: 950px;
	height: 16px;
	position: absolute;
	z-index: 10;
}

#information h3 #info_more {
	top: 0;
	right: 0;
	width: 49px;
	height: 16px;
	display: block;
	position: absolute;
	z-index: 20;
}
#information h3 #info_more img {
	top: 0;
	left: 0;
	width: 49px;
	height: 16px;
	position: absolute;
}


/* Carousel
-----------------------------------*/
#carousel {
	margin-left: 20px;
	width: 909px;
	height: 107px;
	text-align: left;
	background: transparent url(../img/index/info_bg.jpg) no-repeat top left;
	position: relative;
}
*html #carousel {overflow-y: hidden;}


#carousel_prev,
#carousel_next {
	top: 0;
	width: 20px;
	height: 107px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -20px;
	background: transparent url(../img/index/info_back.jpg) no-repeat 0 0;
}
#carousel_next {
	right: -20px;
	background: transparent url(../img/index/info_next.jpg) no-repeat 0 0;
}
*html #carousel_next { right: -21px;}

#carousel ul li {
	width: 303px;
	height: 107px;
	float: left;
	background: transparent url(../img/index/info_border.jpg) no-repeat top right;
	display: inline;
}

#carousel ul li span.date {
	padding: 0 20px 2px 20px;
	color: #000055;
	font-size: 90%;
	font-weight: bold;
	display: block;
}
#carousel ul li p {
	padding: 0 20px;
	color: #0f0f0f;
	font-size: 90%;
	line-height: 140%;
}




/* =======================================
	ClearFixElements
======================================= */
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#carousel ul {
	display: inline-block;
	overflow: hidden;
}


/* UNIV ABOUT
-----------------------------------*/
#univ_about {
	width: 100%;
	height: 680px;
	text-align: center;
	overflow: hidden;
	background: transparent url(../img/index/index_tablearea_bg.jpg) repeat-x top left;
}

#univ_about html{
	height: 100%;
}

#univ_about #about_elements {
	margin: 20px auto;
	width: 950px;
	height: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;

}

#univ_about #about_elements #about_section1{
	font-size: 90%;
	line-height: 120%;
	top: 35px;
	left: 0;
	width: 950px;
	height: 600px;
	text-align: left;
	background: transparent url(../img/index/index_tablearea_linebg.jpg) no-repeat top left;
	position: absolute;
	overflow: hidden;
}

#univ_about #about_elements div dl {
	margin: 0 20px;
	width: 276px;
	text-align: left;
	float: left;
	display: inline;
}

#univ_about #about_elements div dt {
	padding-top: 0px;
	padding-bottom: 5px;
	width: 276px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: normal;
}

#univ_about #about_elements dl {
	padding-bottom: 5px;
	width: 276px;
}

#univ_about #about_elements dd {
	padding: 5px 0;
	font-size: 95%;
}

#univ_about .more_btn{
	width: 48px;
	height: 17px;
	display: inline;
	overflow: visible;
}

#univ_about #about_elements .space {
	margin-top:10px;
}



#univ_about .imgsp {
	margin: 0 10px 5px 0; 
	float: left;
}

#univ_about .imgtopsp {
	margin-top: 5px;
}


/* ------------------------------------

	Footer要素

------------------------------------ */
#footer {
	margin-top: 0;
	padding: 15px 0;
	border-top: none;
}
