/*****************************************/
/* Kasamatsu Hiroyasu STYLESEET
/* maked by Yumiko Tatsumoto
/* Last Up Date 2009/02/02
/*****************************************/

/* --- 基本レイアウト --- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg/bg01.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

a:link {color:#660000}
a:visited {color:#006600}

#menubar{
	width:160px;
	text-align:center;
	padding: 5px;
	margin-top: 350;
	margin-left: 50px;
	height: 380px;
	clear:both;
}

#info{
	width:400px;
	text-align:left;
	height: 100px;
	font-size: 12px;
	line-height: 130%;
	padding: 5px;
	margin-left: 50px;
	float:left;
}
#live{
	width:400px;
	text-align:left;
	height: 100px;
	font-size: 12px;
	line-height: 130%;
	padding: 5px;
	margin-left: 50px;
	float:left;
}

/* --- メニューロールオーバー指定 --- */

div.menu{
	width: 80px;
	float: left;
	margin-top: 300px;
}
.ro_jpn {display:block; background-image : url(./img/bt/bt01-jpn1.gif);
	height: 20px;
	width: 70px;}
a:hover.ro_jpn {
	background-image : url(./img/bt/bt01-jpn2.gif);}

.ro_eng {display:block; background-image : url(./img/bt/bt02-eng1.gif);
	height: 20px;
	width: 70px;}
a:hover.ro_eng {
	background-image : url(./img/bt/bt02-eng2.gif);}
li {
	font-size: 11px;
	line-height: 130%;
	list-style-position: inside;
	color: #666666;
	list-style-type: none;
}

