html, body {
	background: #CCC;
}



a:link {
	color: #E40063;
}
a:visited {
	color: #E40063;
}
a:hover {
	color: #F180B1;
}
a:active {
	color: #F180B1;
}



#header h2 {
	position: absolute;
	top: 150px;
	left: 300px;
}


#flPlayer {
}

	#flPlayer .left {
		float: left;
		width: 300px;
	}
	
	#flPlayer .right {
		float: left;
		width: 300px;
	}
	
	#flPlayer h3 {
		padding: 20px 0;
	}
	
	#desc {
		background-color: #EDEDED;
		width: 280px;
		height: 230px;
		padding: 10px;
	}
	
	#description {
		width: 100%;
		height: 100%;
		overflow: auto;
		font-size: 13px;
		line-height: 1.75em;
	}


#youtube {
}

	#youtube .left {
		float: left;
		width: 400px;
	}
	
	#youtube .right {
		float: left;
		width: 200px;
	}


#dlPDF {
}

	#dlPDF .left {
		float: left;
		width: 400px;
	}
	
	#dlPDF .right {
		float: left;
		width: 200px;
	}

#article {
	padding-left: 150px;
}

	#article p {
		margin-bottom: 1em;
	}


.button {
	padding-top: 20px;
}

.border1 {
	background: url(../images_yobuki/border1.gif) no-repeat center top;
	width: 600px;
	height: 45px;
	margin: 10px auto;
}

.border2 {
	background: url(../images_yobuki/border2.gif) no-repeat center top;
	width: 600px;
	height: 40px;
	margin: 0 auto;
}





/*--------------------------------------------------------------------

  common id styles

--------------------------------------------------------------------*/
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	padding: 20px 0 0 20px;
}

#yodogawa {
	font-weight: bold;
	padding-left: 300px;
}

#contents {
	width: 600px;
	margin: 0 auto;
}

#date {
	padding: 30px 0 30px;
	font-size: 12px;
	color: #666;
	text-align: center;
}

#footer {
	width: 600px;
	margin: 0 auto;
	padding-bottom: 100px;
}

	#footer li {
		float: left;
		margin-right: 10px;
	}
	
	#footer li.end {
		float: right;
		margin-right: 0;
	}
	
#copyright {
}