/* 全ページ共通 */


body {
	background-color:#E9E9E9;
	margin:0px;
	padding: 0px;
	color:#000000;
	text-align:center;
}


div.sw{
	positoin:relative;
	background-image:url(../img/bg.gif);
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:10px auto 0px auto;
	width:760px;
	text-align:center;
}


div#menu{
	position:relative;
	width:760px;
	height:85px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	text-align: center;
}


#menu00{
	position:absolute;
	top:10px;
	left:0px;
	width:224px;
	height:67px;
	background-image:url(../img/logo.gif);
}

#menu01{
	position:absolute;
	top:50px;
	left:260px;
	width:140px;
	height:25px;
	background-image:url(../img/menu01.gif);
}

#menu02{
	position:absolute;
	top:50px;
	left:405px;
	width:140px;
	height:25px;
	background-image:url(../img/menu02.gif);
}


#menu03{
	position:absolute;
	top:50px;
	left:550px;
	width:100px;
	height:25px;
	background-image:url(../img/menu03.gif);
}


#menu04{
	position:absolute;
	top:50px;
	left:655px;
	width:100px;
	height:25px;
	background-image:url(../img/menu04.gif);
}


#title{
	position:relative;
	margin-bottom:20px;
	width:760px;
	height:100px;
	background-image:url(../img/bg_title.jpg);
}

.title-name{
	position:absolute;
	top:28px;
	left:20px;
	width:330px;
	height:53px;
	background-repeat:no-repeat;
}


.backnumber{
	position:absolute;
	top:50px;
	left:587px;
	width:160px;
	height:25px;
	background-image:url(../img/backnumber.gif);
	background-repeat:no-repeat;
}


.year{
	margin:0px auto 5px auto;
	width:600px;
	text-align:center;
}


.title01{
	background-image:url(../img/navi.gif);
}

.title02{
	background-image:url(../img/bigname.gif);
}

.title03{
	background-image:url(../img/cast.gif);
}

.title04{
	background-image:url(../img/info.gif);
}

.title05{
	background-image:url(../img/present.gif);
}


.textarea{
	line-height:150%;
	text-align:left;
}


div.bar{
	margin-top:30px;
	width:760px;
	height:6px;
	background-image:url(../img/bar_ora.gif);
}


.rollover{
	background-position:0px 0px;
}

.rollover:hover{
	background-position:0px -25px;
}


hr, h1, h3, h4, h5, h6{
	display:none;
}

img{
	border:0px;
}

img.border{
	border:1px solid #999999;
}


a{
	text-decoration:none;
}

a.txt:hover{
	text-decoration:underline;
}

.center{
	margin:0px auto 0px auto;
}

.floatright{
	float:right;
}

.floatleft{
	float:left;
}

.clear{
	clear:both;
}

.alt{
	position:absolute;
	top:-5000px;
	left:-999px;
}

ol, ul{
	margin:0px;
	padding:0px;
}

ol, ul{
	list-style:none;
}

p{
	margin:0px 0px 1em 0px;
}

.bold{
	font-weight:bold;
}

.copyright{
	width:760px;
	text-align:center;
	margin:10px auto 10px auto;
	font-size:12px;
	color:#666666;
}


/* Font */

.xlsize{
	font-size:160%;
}
.lsize{
	font-size:140%;
}
.msize{
	font-size:120%;
}
.ssize{
	font-size:108%;
}
.xssize{
	font-size:85%;
}

.tx12{
	font-size:12px;
}


/* back に image がひとつ */
.bg-img{
	display:block;
	text-indent:-5000px;
	background-repeat:no-repeat;
}










