@charset "UTF-8";

/* top
------------------------------------------------ */
body {
	width: 100%;
}
#bgSlide {
	width: 100%;
	position: relative;
	z-index: 1;
}
#bgSlide li {
	width: 100%;
	height: 610px;
	position: absolute;
	z-index: 1;
    opacity: 0;
}
/*#bgSlide .slide1 {
	background: url(../images/keyvis_top_01.jpg) top center no-repeat;
}*/
#bgSlide .slide1 {
	background: url(../images/keyvis_top_02.jpg) top center no-repeat;
}
#bgSlide .slide2 {
	background: url(../images/keyvis_top_03.jpg) top center no-repeat;
}
#bgSlide .slide3 {
	background: url(../images/keyvis_top_04.jpg) top center no-repeat;
}
#bgSlide .slide4 {
	background: url(../images/keyvis_top_05.jpg) top center no-repeat;
}
#bgSlide .active,
#bnrSlide .active {
    z-index:3;
    opacity:1;
}
#bgSlide .lastActive,
#bnrSlide .lastActive {
    z-index: 2;
}
#Institution {
	background: url(../shared/images/bg_dot_01.png) repeat;
	margin: 15px 3px 0 0;
	padding: 10px 10px 0 10px;
	float: right;
}
#Institution li {
	margin-top: 1px;
}
#qAN {
	background: url(../../images/bg_top_qan_01.png) repeat;
	margin: 310px 0 0 3px;
	padding: 10px;
	float: left;
}
#qAN p {
	margin-bottom: 10px;
}
#qAN select {
	width: 190px;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
}
#qAN .btn {
	margin-bottom: 0;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	font-size: 1px;
}
#bnrSlide {
	background: url(../../images/bg_top_banner_01.png) repeat-x;
	width: 100%;
	min-width:966px;
	margin-top: 1px;
	padding: 10px 0;
	z-index: 2;
	position: relative;
}
#bnrSlideInner {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}
#bnrSlide ul {
	position: relative;
}
#bnrSlide li li {
	width: 308px;
	background: #FFF;
	margin-left: 15px;
	padding: 1px;
	float: left;
	position: relative;
}
#bnrSlide li {
	position: absolute;
	z-index: 1;
}

#contents {
	width: 960px;
	margin: 20px auto 0 auto;
}
#mainContents {
	width: 690px;
	float: left;
}
#news {
	background: url(../../images/line_top_01.png) no-repeat;
	width: 420px;
	float: left;
}
#news .inner {
	padding-bottom: 15px;
	background: url(../shared/images/line_dot_01.png) repeat-x bottom;
}
#news h2 {
	margin-top: 17px;
	float: left;
}
#news .btn {
	margin-top: 20px;
	float: right;
	font-size: 1px;
	zoom: 1;
}
#news ul {
	margin-top: -10px;
	padding-top: 20px;
}
#news li {
	background: url(../shared/images/icn_arrow_01.png) no-repeat left 0.4em;
	margin-top: 10px;
	padding-left: 18px;
}
/*
  style.cssで初期化されてしまうので、nicEdit用に再設定する 
*/

#news em{
	font-style:italic;
	font-weight:inherit;
}

#news b,#news strong{
	font-weight:bold;
	font-style:inherit;
}


#calendar {
	width: 218px;
	padding: 10px;
	float: right;
}
#calendar .month {
	margin-top: 10px;
	font-size: 38px;
	line-height: 1;
	text-align: center;
	color: #848EA0;
}
#calendar .month span {
	font-size: 16px;
	line-height: 1.5;
}
#calendar .inner {
	margin-top: -22px;
}
#calendar .prev,
#calendar .next {
	font-size: 1px;
	zoom: 1;
}
#calendar .prev {
	float: left; 
}
#calendar .next {
	float: right;
}
#calendar table {
	width: 100%;
	margin-top: 20px;
	white-space-collapse: collapse;
}
#calendar th,
#calendar td {
	padding: 5px 0;
	text-align: center;
	border: solid 1px #FFF;
}
#calendar th {
	font-size: 1px;
	zoom: 1;
}
#calendar td {
	background: #EEF0F3;
	width: 30px;
}
#calendar td a {
	font-weight: bold;
}
#calendar .sun {
	color: #D0475F;
}
#calendar .sat {
	color: #0082C6;
}
#pickUp {
	margin-left: -26px;
	overflow: hidden;
	letter-spacing :-0.4em;
}
#pickUp li {
	width: 153px;
	margin: 30px 0 0 26px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	letter-spacing: normal;
}
#pickUp .pho {
	background: url(../shared/images/bg_dot_02.png) repeat;
	margin-top: 0;
	padding: 5px;
}
#pickUp .pho img {
	border: solid 1px #FFF;
}
#pickUp p {
	margin-top: 12px;
}
#sideContents {
	width: 240px;
	float: right;
}
#organizer {
	padding: 10px 10px 0 10px;
}
#organizer ul {
	padding: 8px 5px 0 5px;
}
#otheContents {
	margin-top: 15px;
}
#otheContents.section {
	border-top: none;
}
#otheContents li {
	padding: 10px;
	border-top: solid 1px #CED4D9;
}
#forum {
	margin-top: 15px;
	padding: 10px;
}
#forum .pho {
	float: left;
	margin-right: 20px;
}
#forum div {
	float: left;
}
#forum div p {
	margin-top: 5px;
}
#forum div ul {
	margin-top: 5px;
}
#forum div li {
	background: url(../shared/images/icn_arrow_01.png) no-repeat left 0.4em;
	margin-top: 3px;
	padding-left: 18px;
}
#mobile {
	margin-top: 15px;
	padding: 20px 15px 20px 20px ;
}
#mobile .pic {
	float: left;
	margin-right: 18px;
}
#mobile div {
	float: left;
}
#mobile .txt {
	margin-top: 10px;
}
#icca,
#tokyo {
	margin-top: 20px;
	text-align: center;
}

#twitter {
	margin-top: 15px;
	padding: 20px 15px 20px 20px ;
}
#twitter div {
}
#twitter div {
	width:203px;
}
#twitter .pic {
	float: left;
	margin-right: 18px;
}
#twitter p {
	float: left;
}
#twitter .txt {
	background: url(../shared/images/icn_arrow_01.png) no-repeat left 0.4em;
	margin-top: 10px;
	padding-left: 18px;
	clear:both;
}