@charset "utf-8";
/* ========================================================================== */
/* container                                                                   */
/* ========================================================================== */

#index #container {
	line-height: 18px;
	z-index:1;
	width:1024px;
	margin-bottom:60px;
}

/* ========================================================================== */
/* スライド                                                                   */
/* ========================================================================== */
#index #container #slide {
	height:398px;
	border-top: #C3C3C2 1px solid;
	border-bottom: #C3C3C2 1px solid;
}
#index #slide ul#mv li a:hover img{
	opacity:0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
	-moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.9;              /* Safari 1.x */
	zoom:1;
}
/* ========================================================================== */
/* indexContents                                                              */
/* ========================================================================== */
#index #container #indexContents {
	overflow: hidden;
	text-align:left;
	background-color:#FFF;
}
#index #container #indexContents section {
	position: relative;
	float: left;
	height: 199px;
	width: 255px;
	background-color:#FBFBFA;
	border-right: #C3C3C2 1px solid;
	border-bottom: #C3C3C2 1px solid;
}
#index #container #indexContents section#caution,
#index #container #indexContents section#appli{
	border-right:none;
	width:256px;
}
#index #container #indexContents section a{
	display: block;
	height: 199px;
	
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	   -moz-transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	        transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}
/**/
#index #container #indexContents section#about h2 {
	padding: 20px 0 40px 17px;
}
#index #container #indexContents section#mro h2 {
	padding: 20px 0 40px 17px;
}
#index #container #indexContents section#caution h2 {
	padding: 20px 0 15px 17px;
}
#index #container #indexContents section#find h2 {
	padding: 20px 0 40px 17px;
}
#index #container #indexContents section#faq h2 {
	padding: 20px 0 37px 17px;
}
#index #container #indexContents section#sche h2 {
	padding: 20px 0 15px 17px;
}
#index #container #indexContents section#seminars h2 {
	padding: 20px 0 40px 17px;
}
#index #container #indexContents section#appli h2 {
	padding: 20px 0 11px 17px;
}
/**/

#index #container #indexContents section figure {
	margin: 0 auto;
	width: 76px;
}
#index #container #indexContents section a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
/*各section　.more*/
#index #indexContents section .more{
	position: absolute;
	text-indent:-9999px;
	right: 20px;
	top: 20px;
	background:url(../images/index/arrow.gif) right center no-repeat;
	width:15px;
	-webkit-transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	   -moz-transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
	        transition: all 0.3s cubic-bezier(0.8, 0.0, 0.2, 1.0);
}
#index #indexContents section a:hover .more {
	right: 10px;
}
/* ========================================================================== */
/* IE                                                                         */
/* ========================================================================== */
/*moreのボタンの配置*/
.ie6 #container #sub-contents-nav section a .more,
.ie6 #container #indexContents section a .more,
.ie7 #container #sub-contents-nav section a .more,
.ie7 #container #indexContents section a .more,
.ie8 #container #sub-contents-nav section a .more,
.ie8 #container #indexContents section a .more {
	padding-right: 60px;
}

.ie6 #container #indexContents #about a .more,
.ie7 #container #indexContents #about a .more,
.ie8 #container #indexContents #about a .more {
	padding-right: 130px;
}
/*ボーダー入れる*/
.ie6 #container #sub-contents-nav section,
.ie7 #container #sub-contents-nav section,
.ie8 #container #sub-contents-nav section {
	border-bottom: 1px solid #ccc;
}
.ie6 #container #sub-contents-nav section,
.ie6 #container #indexContents section,
.ie7 #container #sub-contents-nav section,
.ie7 #container #indexContents section,
.ie8 #container #sub-contents-nav section,
.ie8 #container #indexContents section {
	border-left: 1px solid #ccc;
	margin-left: -1px;
}

/* ========================================================================== */
/* news                                                                       */
/* ========================================================================== */
#index article#newsTop{
	font-size:93%;
	padding:20px 20px 40px 20px;
	border-bottom:#C6C6C6 1px solid;
}
#index article#newsTop h2{
	float:left;
	width:88px;
	margin-bottom:20px;
}
#index article#newsTop p#newsLink{
	float:right;
	width:auto;
	padding-right:10px;
}
#index article#newsTop p#newsLink a{
	display:block;
	padding-right:28px;
	margin-right:5px;
	text-decoration:none;
	background:url(../images/index/arrow.gif) 6.5em center no-repeat;
	webkit-transition: all 0.1s ease-in-out;
	  -moz-transition: all 0.1s ease-in-out;
	       transition: all 0.1s ease-in-out;
		   
}
#index article#newsTop p#newsLink a:hover{
	background-position: 7em center;
}
#index article#newsTop ul#newsList{
	clear:both;
	overflow:hidden;
	border-bottom:#C6C6C6 1px dotted;
}
#index article#newsTop ul li{
	border-top:#C6C6C6 1px dotted;
	clear:both
}
#index article#newsTop ul li a{
	padding:10px 0;
	display:block;
	margin-right:5px;
	background:url(../images/common/arrow6.png) right center no-repeat;
	webkit-transition: all 0.1s ease-in-out;
	  -moz-transition: all 0.1s ease-in-out;
	       transition: all 0.1s ease-in-out;
	text-decoration:none;
}
#index article#newsTop ul li a:hover{
	background-color: #FBFBFA;
	margin-right: 0;
}
#index article#newsTop dl{
	float: left;
	width: 240px;
}
#index article#newsTop dl dt{
	float: left;
	width: 95px;
}
#index article#newsTop dl dd{
	padding-left: 95px;
	font-weight: bold;
}
#index #newsList p{
	padding:0 10px 0 250px;
}
#index #footer .pageTop{
	top:-50px;
}
