body {
	font-family: メイリオ, Meiryo, 'ＭＳ Ｐゴシック' , Arial, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 1.5em;
	width: 100%;
	background-color: rgba(250,230,230,0.8);
	overflow:auto;

}

.rireki{
	clear: both;
	text-align: left;
}

.root{
}

.menu{
	float: left;
	width : 100px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(240,210,230,0.8);
	-webkit-transition: all 0.5s ease 0s;
}


.my_table{
	text-align: left;
	vertical-align: top;
}

td{
	vertical-align: top;
}

.menu:hover{
	background-color: rgba(255,255,255,0.8);
}

.t_button{
	-webkit-transition: all 0.5s ease 0s;
}
.t_button:hover{
	background-color: rgba(255,255,255,0.8);
}

.g_tab{
	background-color: rgba(100,0,0,0.5);
	float:left;
	width : 700px;
	height : 450px;
}

.s_tab{
	background-color: rgba(100,0,0,0.2);
	float:left;
	width : 480px;
}

.slider{

}

.thumbs{
	float: right;
	width : 220px;
}

.main{
	width: 700px;

}

div.g_tab{	
	background-color: rgba(128,128,0,0.5);
}
