/* CSS Document */
/*@font-family {
	font-family : Helvetica,Verdana,Arial;
        src : url(http://www.lyt.jp/lyt3/normal.pfr)
	}

@font-family {
	font-family : TradeGothic;
        src : url(http://www.lyt.jp/lyt3/tg.pfr)
	}*/

body {
	margin: 0px;
	font-size:11px;
	color:#000000;
	line-height:15px;
	font-family :FC-AGBuch,Frutiger,Helvetica,Verdana,Arial;
	font-family:Osaka;
	background-image: url(./img/back.jpg);
	background-attachment: fixed;
	}
	
h2 {
	font-size:14px;
	font-weight:100;
	margin:20px 0px 20px 0px;
	color: #0099FF;
	}
	
h3 {
    font-size:11px;
    line-height: 20px;
	font-weight:300;
	margin:20px 0px 0px 0px;
	border-bottom: solid 1px;
	}
	
h4 {
	font-size: 12px;
	font-weight: 300;
	margin: 0px 0px 5px 0px;
	}
	
p {
	margin:10px 0px 10px 0px;
	}
	
li {
	margin-bottom:10px;
	}

a {
    text-decoration:none;
	}

a:link {
    color:#0099FF;
    text-decoration: underline;
	}
	
a:visited {
    color:#0099FF;
    text-decoration: underline;
    }
	
a:hover {
    color: #0099FF;
	}
	
a:active {
    color: #0099FF;
	}
	
#menu a {
    text-decoration:none;
	}

#menu a:link {
    color:#000000;
	}
	
#menu a:visited {
    color:#000000;
	}
	
#menu a:hover {
    color: #0099FF;
	}
	
#menu a:active {
    color: #0099FF;
	}
	
img {
    border:none;
	}
	
small {
    font-size:9px;
	}

table {
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	font-size: 10px;
	background-color: #FFFFFF;
	}
	
td {
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
	padding: 2px 3px;
	}
	
#header {
	background-color: blue;
	background-image: url(./img/bg.png);
	background-repeat: repeat-x;
	height: 100px;
	}
	
#menu {
	position:fixed;
	left:20px;
	top:100px;
	font-size:11px;
	line-height:23px;
	width: 170px;
	}
	
#update {
	position:absolute;
	left:110px;
	top:100px;
	font-size:9px;
	line-height:23px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	color:#999999;
	}
	
#content {
	margin: 0px auto;
	}
	
#press {
	position:absolute;
	left:600px;
	top:100px;
	width:300px;
	}
	
.text {
	width: 380px;
	margin: 0px 0px 0px 200px;
	padding: 20px 20px 50px 20px;
	text-align: left;
	border-left: solid 1px;
	border-right: solid 1px;
	border-bottom: dotted 1px;
	}

.schedule {
	width: 200px;
	padding: 20px 20px 0px 20px;
	}

.artist {
	margin: 0px 0px 30px 0px;
	font-size: 10px;
	}

.date {
	margin-top: 30px;
	text-align: right;
	color: #0099FF;
	}

.spaceimg {
	margin-bottom: 20px;
	}

.separate {
	height: 200px;
	width: 700px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 20px;
	}

.nam {
	font-size: 12px;
	float: left;
	width: 300px;
	line-height:23px;
	}
	
.info {
	width: 300px;
	height: 200px;
	margin-left: 80px;
	padding-left: 10px;
	float: left;
	overflow-y: hidden;
	}
	
.textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

