@charset "utf-8";

/* common ---*/
html,body {
	margin:0;
	background-color:#FFFFE6;
}
/* Flash ---*/
#flashContent {
	width:100%;
	height:606px;
	text-align:center;
	position:relative;
}
#flashContent img {
	margin-top:100px;
}
/* Top page ---*/
#mainContent {
	width:940px;
	margin:0 auto;
}
ul {
	padding-left:0;
}
li {
	list-style:none;
}
.view { /* accessibility */
	display:none;
}
.hidden { /* accessibility */
	width:990px;
	position:absolute;
	left:-999px;
}
.hidden a { /* accessibility */
	text-decoration:none;
}
/* twitter ---*/
.twitwrap {
	margin:0 auto;
}
#twitter_div table{
	width:879px;
	height:30px;
	background: url(/image/twitter_bg.png) no-repeat center;
}
#twitter_div table td.twittlogo{
	width:58px;
}
#twitter_div table td.twitttxt{
	text-align:left;
	vertical-align:middle;
	padding-left:2px;
	padding-right:2px;
}
#twitter_update_list span{
	font-size:10px;
	color:#999999;
}
* html #twitter_update_list span {
line-height:100%;
}
*:first-child+html #twitter_update_list span {
line-height:100%;
}

