@charset "UTF-8";

/*【loading】*/
/*
#container{display:none;}

#loading{
	position:absolute;
	left:50%;
	top:40%;
	margin-left:-30px;
}
*/

/*【メイン】画像群レイアウト*/

#top-main {
	
	position:relative;
	border-right: 2px #0d2a3f solid;
	border-left: 2px #0d2a3f solid;
	border-bottom: 2px #0d2a3f solid;
	width:1021px;
	height:584px;
	background-color:#FFF;
	
}

.button-border1 {
	border-top: 1px #0d2a3f solid;
	border-right: 1px #0d2a3f solid;
}

.button-border2 {
	border-top: 1px #0d2a3f solid;
}
/*
#top-main div {
	display: none;
	overflow: hidden;
	
}
*/

#button1 {
	
	top:0;
	left:0;
	width:145px;
	height:291px;
	
	background-color:#D3C5FF;
	
}

#button2 {
	position:absolute;
	top:0;
	left:146px;
	width:145px;
	height:145px;
}

#button3 {
	position:absolute;
	top:0;
	left:292px;
	width:145px;
	height:145px;
	background-color:#E9BAF4;
}

#button4 {
	position:absolute;
	top:0;
	left:438px;
	width:145px;
	height:145px;
}

#button5 {
	position:absolute;
	top:0;
	left:584px;
	width:145px;
	height:145px;
	background-color:#B8E1FF;
}

#button6 {
	position:absolute;
	top:0;
	left:730px;
	width:145px;
	height:145px;
}

#button7 {
	position:absolute;
	top:0;
	left:876px;
	width:145px;
	height:145px;
	background-color:#FFBDBD;
}

#button8 {
	position:absolute;
	top:146px;
	left:146px;
	width:145px;
	height:145px;
	background-color:#FFC299;
}

#button9 {
	position:absolute;
	top:146px;
	left:292px;
	width:145px;
	height:145px;
	background-color:#FFC299;
}

#button10 {
	position:absolute;
	top:146px;
	left:438px;
	width:145px;
	height:145px;
	background-color:#D3B097;
}

#button11 {
	position:absolute;
	top:146px;
	left:584px;
	width:145px;
	height:145px;
}

#button12 {
	position:absolute;
	top:146px;
	left:730px;
	width:145px;
	height:145px;
	background-color:#FDD4FF;
}

#button13 {
	position:absolute;
	top:146px;
	left:876px;
	width:145px;
	height:145px;
}

#button14 {
	
	top:292px;
	left:0;
	width:145px;
	height:145px;
}

#button15 {
	position:absolute;
	top:292px;
	left:146px;
	width:145px;
	height:145px;
}

#button16 {
	position:absolute;
	top:292px;
	left:292px;
	width:145px;
	height:291px;
	background-color:#FFD578;	
}

#button17 {
	position:absolute;
	top:292px;
	left:438px;
	width:145px;
	height:145px;
}

#button18 {
	position:absolute;
	top:292px;
	left:584px;
	width:145px;
	height:145px;
}

#button19 {
	position:absolute;
	top:292px;
	left:730px;
	width:145px;
	height:145px;
}

#button20 {
	position:absolute;
	top:292px;
	left:876px;
	width:145px;
	height:145px;
}

#button21 {
	
	top:438px;
	left:0;
	width:145px;
	height:145px;
}

#button22 {
	position:absolute;
	top:438px;
	left:146px;
	width:145px;
	height:145px;
}

#button23 {
	position:absolute;
	top:438px;
	left:438px;
	width:145px;
	height:145px;
}

#button24 {
	position:absolute;
	top:438px;
	left:584px;
	width:437px;
	height:145px;
	overflow:hidden;
	background-color:#9DF4ED;
}

#button1,#button24 li {
line-height:0.1em;
}

#button1 #button1-riha-menu{
	float:left;
	}
	
#button24 #button24-left {
	float:left;
	width:145px;
}

#button24 #button24-right {
	margin-top:20px;
-moz-column-count:2;
-moz-column-gap:10px;
-webkit-column-count:2;
-webkit-column-gap:10px;
column-count:2;
column-gap:10px
}


#button24 #button24-right #button24-so-menu li {
	float:left;
}

/*【メイン】画像群静止画マウスオーバー*/

a.overwhite{
    background-color:#ffffff;
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}


/*【下段：include3点】各種情報*/

#info-box {
	width:1025px;
	height:485px;
	margin-top:18px;
	
	font-size:85%;
	background-color:#FFF;
}

#info-box1 {
	float:left;
	padding:15px;
	width:321px;
	
}

#info-box2 {
	float:left;
	padding-top:15px;
	width:322px;
	
}

#info-box3 {
	float:left;
	padding-top:15px;
	padding-left:15px;
	width:322px;
	
}



