@charset "utf-8";

/*　Go 2 YouTube
------------------------------------------------------------ */

#sub_navi {
	width: 900px;
	height: 230px;
	position: absolute;
	left: 50;
	_left: 25;
	top: 0;
	z-index: 1;
}

#title {
    width: 900px;
	background: url(../common/images/bar_01.gif) left bottom no-repeat;
}
#title h3 {
    width: 900px;
	height: 50px;
	background: url(../common/images/youtube_title.gif) left top no-repeat;
	text-indent: -999em;
}

.box_01 {
    width: 900px;
	padding-bottom: 50px;
	text-align: center;
}
.box_01 .left {
    width: 640px;
	text-align: center;
	float: left;
}
.box_01 .right {
    width: 238px;
	height: 385px;
	background: url(../common/images/youtube_link.gif) no-repeat;
	text-align: center;
	float: right;
	position: relative;
}

.link {
	width: 152px;
	height: 26px;
	position: absolute;
	top: 208px;
	left: 45px;
}
.link ul {
	display: block;
	width: 152px;
	height: 26px;
	
}
.link li {
	text-indent: -9999em;
	float: left;
}
.link a {
	text-decoration: none;
	display:block;
	width: 152px;
	height: 26px;
	overflow: hidden;
	background: url(../common/images/youtube_linkbtn.gif) left top;
}
.link a:hover {
	background-position: 0px -26px;
}


.box_02 {
    width: 900px;
	padding-bottom: 20px;
}
.box_02 .left {
    width: 425px;
	text-align: center;
	float: left;
}
.box_02 .right {
    width: 425px;
	text-align: center;
	float: right;
}