/* new clearfix */

body {
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment:fixed;
	background-image: url(../images/ust_back.jpg);
}

.wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	background-repeat: repeat;
	background-position: center;
	margin: 0 auto;
	background-color: #221814;
}

.header {
	margin: 0px;
	padding-bottom: 30px;
}

.main_text {
	margin: 0px;
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 40px;
}

/* ーーーーーーーust中継ーーーーーーー */

.ust_body {
	margin: 0 auto;
	height: 500px;
}

.ust_main {
	margin: 0 auto;
	width: 500px;
	height: 500px;
	float: left;
}

.unite {
	margin: 0 auto;
	width: 250px;
	height: 500px;
	float: left;
}

.yamashita {
	margin: 0 auto;
	width: 250px;
	height: 500px;
	float: left;
}



/* ーーーーーーーその他ーーーーーーー */



.footer {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 30px;
}



/* 文字 */

.small01 {
	font-size: 10px;
	line-height:15px;
	padding-top: 10px;
	margin-left: 42px;
	margin-right: 42px;
	color: #FFF;
}

.white {
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;
	color: #FFF;
}


.red {
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;
	color: #FC2833;
}

.biue {
	font-size:14px;
	line-height:26px;
	letter-spacing:1px;
	color: #0099FF;
}




/* ーーーーーーーーーーーーーーリンクーーーーーーーーーーーーーー */



a:link {
	color: #FF5B00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF5B00;
}
a:hover {
	text-decoration: none;
	color: #FF5B00;
}
a:active {
	text-decoration: none;
}



/* -----フロート解除----- */ 
.clear {
    clear:both;　/*floatの解除*/
}
