html * {
	margin:0;
	padding:0;
}
a:link,
a:visited {
	color:#FFFFFF;
}
a:hover,
a:active {
	color:#FFFF33;
}
body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3",
	"Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",
	Verdana,Arial, Helvetica, sans-serif;
	background-color:#0F79A4;
	text-align:center;
	color:#FFFFFF;
	font-size: 12px;
}
hr {
	display:none;
}
ul , ol {
	list-style-position:inside;
}
.outline {
	width:900px;
	text-align:left;
	margin:0 auto;
}
#header {
	height:370px;
	background-image:url(images/title.gif);
}
#header * {
	display:none;
}

/*CD*/
#thunder {
	background-image:url(images/discription.gif);
	background-repeat:no-repeat;
	background-position:440px 20px;
}
#thunder #discription,
#thunder h2 {
	display:none;
}
#thunder #disc img{
	margin-bottom:10px;
}
#thunder #disc ol {
	float:left;
	width:200px;
}
#thunder #disc .right {
	float:right;
	width:700px;
}
#thunder #disc .right p {
	margin-bottom:10px;
}
#thunder #disc .right ul {
	list-style:none;
	list-style-position:outside;
}
#thunder #disc .right li {
	margin:0 0 10px 0;
}
#thunder #disc .right ul a {
	display:block;
	height:20px;
	width:240px;
	text-indent:-9999px;
	margin-bottom:3px;
}
#thunder #disc .right ul a.amazon {
	background-image:url(images/amazon.gif);
}
#thunder #disc .right ul a.galactic {
	height:40px;
	background-image:url(images/galactic.gif);
}
/*コメント*/
.white {
	background-color:#FFF;
	color:#0F79A4;
	text-align:center;
}
#mycomment {
	width:900px;
	margin:0 auto;
	text-align:left;
}
#mycomment .mytr {
	width:930px;
	margin-right:-30px;
}
#mycomment .box {
	width:435px;
	float:left;
	margin-right:30px;
}
#mycomment h3 {
	background-image:url(images/comment.gif);
	background-repeat:no-repeat;
	height:25px;
	width:200px;
	text-indent:-9999px;
	margin-bottom:10px;
}
.yossy,
.makoto,
.kitamura,
.sato,
.kimura {
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-top:5px;
	margin-bottom:20px;
	height:20px;
}
.kimura {
	background-image:url(images/kimura.gif);
}
.yossy {
	background-image:url(images/yossy.gif);
}
.makoto {
	background-image:url(images/makoto.png);
}
.kitamura {
	background-image:url(images/kitamura.gif);
}
.sato {
	background-image:url(images/sato.gif);
}
#mycomment h3 {
	background-image:url(images/comment.gif);
}	
/*お知らせ*/
#info {
	clear:both;
	background-image:url(images/info.gif);
	background-repeat:no-repeat;
	padding-left:50px;
	height:45px;
	font-size:20px;
	line-height:22px;
	margin-top:20px;
}
#info h3 {
	display:none;
}

/*ツアー*/
#tour {
	line-height:1.2em;
}
#tour h2 {
	background-image:url(images/tour.gif);
	width:527px;
	height:27px;
	text-indent:-9999px;
	margin-bottom:20px;
}
#tour .to_live {
	width:900px;
	text-align:right;
	margin-top:-40px;
	margin-bottom:25px;
}
#tour .to_live a {
	display:block;
	margin:0 0 0 auto;
	width:160px;
	height:27px;
	background-image:url(images/go_live.gif);
}
#tour .to_live a span {
	display:none;
}
#tour h3 {
	font-size:15px;
	line-height:17px;
}
#tour .tour_box {
	width:290px;
	height:130px;
	margin-right:15px;
	float:left;
}
#tour .tour_box_end {
	width:290px;
	height:130px;
	float:left;
}

/*フェス*/
#fes {
	background-image:url(images/dot_line.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#fes h2 {
	display:none;
}
#fes p {
	margin-bottom:10px;
}
#fes .end {
	margin-bottom:0px;
}

/*プロフ*/
#prof {
	background-image:url(images/dot_line.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#prof h2 {
	background-image:url(images/prof.gif);
	width:181px;
	height:30px;
	text-indent:-9999px;
	margin-bottom:20px;
}
#prof .img {
	float:left;
	width:530px;
}
#prof .text {
	float:right;
	width:370px;
}


#footer {
	background-color:#FFFFFF;
	margin-top:30px;
	height:150px;
}
#footer div {
	width:900px;
	margin:0 auto;
	position:relative;
}
#footer p {
	position:absolute;
	top:0;
	left:0;
	background-image:url(images/footer.gif);
	width:314px;
	height:89px;
	text-indent:-9999px;
	margin-top:-15px;
}
#footer ul {
	list-style:none;
	position:absolute;
	top:0;
	left:350px;
}
#footer li {
	position:absolute;
	top:0;
}
#footer li a {
	display:block;
	height:60px;
	text-indent:-9999px;
}
#footer li.glh {
	left:0px;
}
#footer li.glh a {
	background-image:url(images/footer_01.gif);
	width:272px;
}
#footer li.gala {
	left:300px;
}
#footer li.gala a {
	background-image:url(images/footer_02.gif);
	width:200px;
}

/*BOXパディング*/
#thunder,
#fes,
#tour,
#prof {
	padding: 20px 0;
}

/*フロート解除*/

#disc,
.mytr,
#tour,
#prof,
.line {
    overflow: hidden;
}
#disc:after,
.mytr:after,
#tour:after,
.line:after,
#prof:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*¥*/
* html #disc,
* html .mytr,
* html #tour,
* html .line,
* html #prof {
    height: 1em;
    overflow: visible;
}
/**/

