.menuWrapper{
    font-family: "Trebuchet MS", Arial, sans-serif;;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:542px;
    width:662px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu{
    list-style:none;
    width:662px;
}
ul.menu > li{
    float:left;
    width:220px;
    height:542px;
    border-right:1px solid #777;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}
.bg1{
    background-image: url(../images/1.jpg);
}
.bg2{
    background-image: url(../images/2.jpg);
}
.bg3{
    background-image: url(../images/3.jpg);
}
ul.menu > li > a{
    float:left;
    width:220px;
    height:50px;
    margin-top:450px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#333;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-360px;
    width:100%;
    height:290px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
    background-image:url(../images/bg1sub.png);
}
ul.menu > li ul.sub2{
    background-image:url(../images/bg2sub.png);
}
ul.menu > li ul.sub3{
    background-image:url(../images/bg3sub.png);
}
ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}

/*Twitter----------------------------------------------*/
#tweet{
	overflow: auto;
}

#tweet li{
	padding: 8px;
	margin: 0 0 20px 0;
	white-space: nowrap;
	border: 1px solid #e5e5e5;
	white-space: normal;
	font-size: 80%;
}

#tweet li span.name{
	font-size: 60%;
	color: #3f91b1;
}

#tweet li span.time{
	font-style: italic;
	color: #999;
	font-size: 60%;
}

table {
border-collapse:collapse;
	width: 600px;
	margin-left: 30px;
	font-size: 80%;
}
th {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
td {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	color: #444444;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.waribiki {
	width: 40px;
	text-align: center;
}
.cost {
	text-align: right;
	padding-right: 5px;
}
table a {
	color: #09f;
	text-decoration: none;
}
#top_txt {
	text-align: center;
	font-size: 90%;
	margin-bottom: 10px;
}
strong {
	font-size: 110%;
	color: #FF9933;
}
dl {
	font-size: 80%;
	width: 650px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	color: #444444;
	padding: 5px;
}
dt {
	float: left;
	width: 7em;
	padding-left: 1em;
}
dd {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCCCC;
	margin-left: 8em;
}
em {
	color: #FA686B;
	font-weight: bold;
	padding-right: 1em;
	font-style: normal;
}
