@charset "UTF-8";
/* CSS Document */


body {
	background-repeat: repeat;
	margin: 0 auto;
	background-color: #282423;
	}

.wrapper {
	width: 990px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-position: center center;
	background-image: url(../images/ust_130405/background.gif);
	background-repeat: repeat-y;
}

.wrapper02 {
	width: 940px;
	margin: 0 auto;
	background-position: center center;
}

.wrapper_profile {
	margin: 0 auto;
	padding-bottom: 20px;
	background-position: center center;
}



/* -----ヘッダ／ヨドガワ／目次----- */
.headder {
	margin: 0 auto;
}

.yodogawa {
	margin: 0 auto;
	margin-bottom: 60px;
}

.mokuji {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}


/* ----------メイン／本文---------- */
.main {
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	/* メインの文字要素 */
	font-size: 14px;
	color: #EAE6E5;
	letter-spacing: 2px;
	line-height: 26px;
}

.main_left {
	float: left;
	margin-left: 80px;
}

.main_right {
	float: left;
	margin-left: 40px;
}

.george {
	/* メインの文字要素 */
	font-size: 14px;
	color: #7FBCFA;
	letter-spacing: 2px;
	line-height: 26px;
}

#ust {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: #F7F6F4;
}

.player {
	float: left;
	margin-left: 60px;
}

.social {
	float: left;
	margin-left: 10px;
}



/* ----------告知---------- */
.kokuchi {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	
	/* 告知の文字要素 */
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
}

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

.k_top {
	margin: 0 auto;
	margin-bottom: ;
}
.k_main {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/event_back_body.gif);
	background-repeat: repeat-y;
}
.k_bottom {
	margin: 0 auto;
	margin-bottom: ;
}


/* ----------プロフィール---------- */
.main_pro {
	margin: 0 auto;
	margin-bottom: 40px;
	
	/* メインの文字要素 */
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 20px;
}


/* ----------フッター---------- */
.footer {
	margin: 0 auto;
}

.footer_left {
	margin: 0 auto;
	float: left;
}

.footer_right {
	margin: 0 auto;
	float: right;
}



/* ----------イレギュラー文字要素---------- */

.small {
	margin: 0 auto;
	font-size: 10px;
	letter-spacing: 3px;
	color: #CCC;
	line-height: 15px;
}

.big {
	margin: 0 auto;
	font-size: 18px;
	color: #333;
	line-height: 15px;
}


/* ------------------リンク------------------ */
a:link {
	color: #BC2A8F;
	text-decoration: none;
}

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


.btn {
}

/* ----------フェイスブック---------- */
.fb-like {
	margin: 0 auto;
}

.like_btn {
	width: 248px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 10px;
}


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