/* CSS Document */

/* ==========================================================================
 * ---------->>>ベース設定
 * ========================================================================== */
/*縦スクロールバーを常に表示*/
html>/**/body{
	overflow-y:scroll;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 
/*ページ全体*/
body {
margin:0px;
padding: 0px;
background-color:#FFFFFF;
color:#000000;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
line-height:140%;
text-align:center;
background-image:url(../images/bg.gif);
background-position:center top;
}
/*リンク関係*/
a:link {color:#ff44bf;}
a:visited {color:#ff44bf;}
a:active {color:#ff44bf; text-decoration:none;}
a:hover {color:#ff44bf; text-decoration:none;}

img{
	border: 0px;
	vertical-align: bottom;
	}

/* ==========================================================================
 * ---------->>>基本コンテナ
 * ========================================================================== */
/*ベースコンテナ w:740px*/
#Base{
	width: 800px;
	margin: 50px auto;
	position: relative;
}

#Head{
	width: 800px;
	background-image:url(../images/head.jpg);	
	height: 64px;
	margin: auto;
	text-align:right;
	position:relative;
}

#Head p{
	margin: 0;
	padding: 0;
	width: 497px;
	height: 40px;
	background-image:url(../images/top_copy.gif);
	background-repeat:no-repeat;
	position:absolute;
	right: 0px;
	}
	
#Head p.tracklist{
	margin: 0;
	padding: 0;
	width: 497px;
	height: 40px;
	background-image:url(../images/track_copy.gif);
	background-repeat:no-repeat;
	position:absolute;
	right: 0px;	
	}	
	
#Head .rogo	{
	position:absolute;
	left: 0px;	
	}
	
.rose{
	width: 124px;
	height: 86px;
	background-image:url(../images/rose.png);
	position:absolute;
	top: -20px ;right: -15px;
	z-index: 1;
	}	

#Main{
	width: 800px;
	background-image:url(../images/main.jpg);	
	height: 441px;	
	
}

#Main_track{
	width: 800px;
	background-image:url(../images/main_track.jpg);	
	height: 441px;	
	
}

#Main ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align:left;
	}

#Main .in_main{
	padding: 355px 0px 0px 351px;
	}

#Main .in_main ul li{
	margin: 0 100px 0 0px;
	padding: 0;
	list-style: none;
	display:inline;
}

#Main_track .in_main{
	text-align: left;
	padding: 5px 0px 0px 350px;
	}

#Main_track .in_main ol{
	margin: auto;
	padding: auto;
		display: block;
	}

#Main_track .in_main ol li{
	margin: 0px 0px 18px 0px;
	padding: auto;
	list-style:decimal;

	font-weight:bold;
	
}
#Main_track .in_main ol li p{
	margin: 0;
	padding: 0;
	font-weight:normal;
	}


#Fotter{
	width: 800px;
	background-image:url(../images/fotter.jpg);	
	height: 138px;	
	
}

#Fotter .bn{
	padding: 40px;
	}
#Fotter .bn img{
	margin: 10px;
	border: 1px solid #FFF;
	}	


	
#Fotter	p{
	padding-top: 30px;
	}
	

.small{
	font-size: 10px;
	color: #999;
	font-weight: normal;}

/* \*/
.clearfix {
	display:block;
	/*overflow:auto;*/
	height:1px;
}
html>body .clearfix {
	height:auto;
}
/* */

.left{
	float: left;
	}
.right{
	float: right;
	}


.b{
	font-weight: bold;
	}
	
.pink{
	color: #ff44bf;
	}	

