* {
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

BODY{
	width: 100%;
	height: 100%;
	color: #fff;
	background-color : #000;
	font-size : 11pt;
	line-height: 1.5em;
	background-image: url(zepp_back.jpg);
	background-repeat: no-repeat;
	background-position : 50% 50%;
	background-attachment : fixed;
}

A{
	color : #F00;
	text-decoration : none;
	font-weight : bolder;
}

A:HOVER{
	color : #F00;
	background-color : #F88;
}

P{
	padding: 5px 25px;
	margin-bottom: 10px;
}

HR{
	color : #999;
}

TABLE{
	font-size : 11pt;
	margin: 5px 0px;
}

TD{
	padding: 6px;
	background-image: url(tdback.png);
	white-space: nowrap;
}

H4{
	color : ;
	margin-top: 4px;
	padding: 0px 10px;
	border-bottom: #FFF solid 1px;
}

IMG{
	border: 0;
}

#topimage{
	width: 100%;
	background-color: #000;
	text-align: center;
}

#container{
	width: 800px;
	margin-left : auto;
	margin-right : auto;
}

#main{
	width: 800px;
	margin-left : auto;
	margin-right : auto;
}

#main2{
	width: 800px;
	margin-left : auto;
	margin-right : auto;
	background-image: url(main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment : fixed;
}

#top{
	height: 340px;
}

#content{
	background-image: url(content_bg.png);
}

#menu{
	text-align: center;
	border-top: #F00 solid 2px;
	border-bottom: #F00 solid 2px;
	padding: 5px 0px;
	font-size: 12pt;
}

menu_v2{
	text-align: center;
	border-top: #ff8457 solid 2px;
	border-bottom: #ff8457 solid 2px;
	padding: 5px 0px;
	font-size: 12pt;
	position: fixed;
	top: 0px;
}

#size{
	padding: 5px 25px;
}

#main_img{
	padding: 700px 0px 0px 0px;
	background-image:url(genshi_title.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment : fixed;
}

.text1{
	padding: 5px 25px;
	margin-bottom: 10px;
}

.box1{
	float: left;
	margin-right: 1em;
}

.clear{
	clear: both;
}

.tr_top{
	text-align: center;
}

.tr_a{
  background-color : #D5D5D5;
}

.tr_b{
  background-color : #AAAAAA;
}

.text_red{
	color: #F00;
	font-weight: bold;
}


iframe.twitter-share-button {
	width: 105px!important;
}