@charset "utf-8";

/* CSS Information ========================================
File name: styles.css
Editors: Yuko Shigeoka
Last Editor: Yuko Shigeoka
Date: 2010.3.25
==========================================================*/


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,button,textarea,
p,
blockquote,
th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del,ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input,
button,
textarea,
select,optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}


/* font */

body {
	font: 13px/1.5 "Century Gothic", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	/* for IE6/7 */
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/* image */

img {
	vertical-align: bottom;
}


/* clearfix */
.clearfix:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clearfix{
	display: inline-block;
}
/* Mac IEを除く \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}

/* link */

a {
	color: #2f4167;
	text-decoration: underline;
}
a:hover {
	color: #8a9fca;
	text-decoration: underline;
}

/* common style */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fc0 url(../images/pic/bg_header.gif) top repeat-x;
	text-align: center;
}


/* box model layout */

#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#container {
	background: #fff url(../images/pic/bg_content.gif) 0 136px no-repeat;
}

#header {
	position: relative;
	height: 164px;
	padding: 10px 26px 0;
}

#content {
	position: relative;
	margin-left: 26px;
	padding-bottom: 10px;
}

#footer {
	height: 58px;
	background: url(../images/pic/bg_footer.gif) repeat-x;
	text-align: center;
	color: #888;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 10px;
}

/* hidden form design */

#tweetForm {
}

#eventForm {
}




/* user design */

/* common design
----------------------------*/

/* top of top */
#preInfo {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#preInfo #loginInfo_logined {
	position: absolute;
	top: 0;
	right: 20px;
}
#preInfo #loginInfo_logined span#loginId {
	margin-right: 6px;
}
#preInfo #loginInfo_logined span#loginStatus {
	padding-left: 10px;
}

#preInfo #loginInfo_logouted {
	display:block;
	position: absolute;
	top: 0;
	right: 26px;
    width: 100px;
    text-align:right;
}
#preInfo #loginInfo_logouted span#loginId {
	margin-right: 6px;
}
#preInfo #loginInfo_logouted span#loginStatus {
	padding-left: 10px;
}
#preInfo #loginInfo_logined span#loginStatusXXXX {
	padding-left: 10px;
}

#message {
	/* display : none; */
}
#messageLogin {
	display : block;
}



/* header */
#header #logo {
	float: left;
}
#header #eventInfo {
	position: absolute;
	top: 60px;
	right: 24px;
	width: 400px;
	height: 68px;
	background: url(../images/pic/bg_event.gif) no-repeat;
}
#header #eventInfo h2 {
	margin: 4px 0 5px 6px;
	background: url(../images/pic/icon_star.gif) left center no-repeat;
	text-indent: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
#header #eventInfo h2 a {
	text-decoration: none;
	text-decoration: underline;
}
#header #eventInfo p {
	width: 345px;
	margin-left: 10px;
	line-height: 1.3em;
}
#header #eventInfo a#apply {
	position: absolute;
	right: 6px;
	top: 22px;
}

#header #logo2 {
	position: absolute;
	top: 10px;
	right: 24px;
}
#logo2 .sb_logo {
    margin-left: 10px;
}
#header #banner {
	position: absolute;
	top: 60px;
	right: 24px;
	width: 400px;
	height: 60px;
    text-align: right;
}
#header #banner a:hover img {
	filter: alpha(opacity=80);
}

/* #banner img.double { */
/* } */
#banner img.single.first {
    margin-right: 14px;
}
/* content */
#player,
#staff,
#fan {
	float: left;
	width: 305px;
	height: 743px;
}

#player {
	margin-right: 15px;
}
#staff {
	margin-right: 15px;
}
#fan {
}

#player .today {
	width: 300px;
	height: 131px;
	background: url(../images/pic/bg_today_player.jpg) no-repeat;
}
#staff .today {
	width: 300px;
	height: 131px;
	background: url(../images/pic/bg_today_staff.jpg) no-repeat;
}
#fan #about {
	position: relative;
	width: 300px;
	height: 131px;
	background: url(../images/pic/bg_about.gif) bottom no-repeat;
}

.tweetBoad {
	height: 555px;
	background: url(../images/pic/bg_timeline.gif) no-repeat;
}

#player .today ul,
#staff .today ul {
	padding-top: 40px;
	margin-left: 10px;
}

#fan #about h2 img {
	margin: 0;
}
#fan #about p {
	margin: 7px 10px 5px;
	line-height: 1.2em;
	/*margin: 10px 14px 5px;*/
	/*line-height: 1.8em;*/
}
#fan #about a#btnAbout {
	position: absolute;
	right: 10px;
	bottom: 12px;
}

.utility {
	height: 27px;
	padding: 6px 0;
	margin-left: 10px;
}
.utility #searchEvent {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.utility #searchTicket {
	float: left;
}
.utility .marquee {
	/*
        height: 27px;
        background: url(../images/pic/bg_led.gif) no-repeat;
        width: 280px;
        text-align: right;
        */
        height: 27px;
	background: url(../images/pic/bg_led.gif) no-repeat;
	width: 274px;
	text-align: right;
        padding: 3px;
}
.marquee marquee {
	/*
        color: #ff6600;
	width: 220px;
	display: block;
	position: relative;
	top: 4px;
	left: 55px;
        */
        color: #ff6600;
        width: 222px;

}
.confirm {
	margin-left: 10px;
}

.timeline {
	position: relative;
	width: 280px;
	height: 450px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: auto;
	word-break: break-all;
}

.timeline ul {
}

.timeline .more {
	margin: 10px 0 10px 10px;
}

/* tweet post */
.timeline ul li {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
}

.timeline ul li .icon {
	float: left;
	width: 48px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.timeline ul li .tweet {
	margin-left: 52px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
}
.timeline ul li .tweet p {
	line-height: 1.2em;
}
.timeline ul li .tweet p span {
	margin-right: 4px;
	color: #069;
	font-weight: bold;
}
.timeline ul li .tweet .time {
	position: absolute;
	bottom: 2px;
	color: #999;
	font-size: 11px;
}
.timeline ul li .tweet .re {
	float: right;
}
.timeline ul li .tweet .rt {
	float: right;
	width: 24px;
	margin-left: 1px;
}
.timeline ul li .tweet .pr {
	float: right;
	width: 24px;
	margin-left: 1px;
}

/* linkArea */
#linkArea {
  margin-left   :  26px;
  width         : 940px;
  height        :  35px;
  background    :  url(../images/pic/bg_linkarea.jpg) no-repeat;
  padding-top   :   2px;
  padding-bottom:   2px;
}

#linkArea img {
  margin-left  : 10px;
  margin-right :  1px;
  margin-bottom:  2px;
}

/* footerNav style */
#footerNav {
	margin-bottom: 7px;
}

/* form style */
#tweetForm {
	display: none;
	margin: 10px auto;
	border: 1px solid #999;
	background-color: #eee;
}
#formBG {
	display: none;
}
iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	border: 0;
	overflow: hidden;
}

#formWrapper,
.formWrapper {
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 1020px;
	width: 100%;
	background: #000 url(../images/pic/bg_stripe.png) repeat;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.7;
}
#eventForm,
#postForm,
.postForm {
	position: relative;
	width: 656px;
	border: 10px solid #fff;
	margin: 50px auto;
	background: url(../images/pic/bg_form.gif) repeat;
}

#postForm h2,
.postForm h2 {
	margin: 10px 0;
	color: #069;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#postForm p.notice,
.postForm p.notice {
	position: absolute;
	left: 12px;
	margin: 10px;
	text-align: left;
	color: #d00;
}

#eventSubmit,
.eventSubmit {
	margin-bottom: 10px;
	text-align: right;
}
#eventSubmit input,
.eventSubmit input {
	clear: both;
	margin-right: 48px;
	padding: 4px 20px 2px;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#eventCancel,
.eventCancel {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

#postForm dl {
	width: 580px;
	margin: 20px auto;
}
#postForm dt {
	clear: both;
	float: left;
	width: 150px;
	margin-top: 2px;
}
#postForm dd {
	float: left;
	margin-top: 2px;
}
#postForm input,
#postForm select {
	padding: 3px 5px;
}

#progress {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#closeWin {
	text-align: center;
	margin: 40px 0;
}
#closeWin img {
	border: 0;
	cursor: pointer;
}

#postForm textarea {
	padding: 3px;
	width:600px;
}
#postForm #eventSubmit input {
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
	
}

#textCount {
	margin-right: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}

/* login form */
#loginForm {
	display: none;
	margin: 10px auto;
	border: 1px solid #999;
	background-color: #eee;
	text-align: left;
}
#loginForm .logo {
	margin: 5px 0 0 5px;
}
#loginForm h2 {
	position: absolute;
	top: 20px;
	left: 360px;
}
#loginForm .explain {
	margin: 20px;
}
#loginForm .yesLogin {
	width: 400px;
	text-align: center;
}
#loginForm dt {
	margin-top: 10px;
}
#loginForm dd input {
	padding: 3px 5px;
}
#loginForm .eventSubmit {
	margin: 14px 0 24px;
	text-align: center;
}
#loginForm .eventSubmit input {
	margin: 0;
}
#loginForm .noLogin {
	position: absolute;
	top: 210px;
	right: 80px;
}
#loginForm p.copy {
	position: absolute;
	top: 70px;
	right: 20px;
}
#loginForm .notice {
	color: #f00;
}

/* profile */

#profOpen {
	display: none;
}
#profWrapper {
	position: fixed;
	_position: absolute;
	top: 100px;
	_top: 300px;
	_left: 0;
	width: 100%;
}
*:first-child+html #profWrapper {
	position: absolute;
	top: 300px;
	left: 0;
}

#profBox {
	width: 400px;
	margin: 0 auto;
	border: 5px solid #fff;
	background: url(../images/pic/bg_form.gif) repeat;
}
#profName {
	margin: 8px;
	border: 1px solid #000;
	background-color: #fff;
	color: #069;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#profName span {
	font-size: 13px;
}
#profImg {
	float: left;
	width: 48px;
	margin: 0 8px 8px;
}
#profUrl {
	clear: both;
}
#profClose span a {
	text-decoration: none;
}
#profCancel {
	position: absolute;
	top: 0;
	right: 0;
}
#profDiscription {
	margin: 10px 10px 20px;
	text-align: left;
}
#profClose {
	margin: 0 8px 10px 0;
	text-align: right;
}
#profClose span {
	padding: 5px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #069;
	font-weight: bold;
	cursor: pointer;
}


/* freez */
.freez {
	margin-left: 9px;
	padding-top: 100px;
}


/* caution */
body#caution #container {
	background: #fff;
}
body#caution #content {
	margin: 0;
	padding: 1px;
}
body#caution #content #chara {
	width: 280px;
	margin: 0 auto;
}
body#caution #msg {
	width: 800px;
	margin: 70px auto 0px;
	padding: 25px;
	background-color: #ffcc00;
}
body#caution #msg h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
body#caution #msg p#msgAtt {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	margin: 15px 0;
}
body#caution #msg p#msgUrl {
	font-size: 22px;
	text-align: center;
	margin: 15px 0;
}
body#caution #att {
	width: 700px;
	margin: 80px auto 80px;
	padding: 7px 15px 15px;
	border: 5px solid #ccc;
}
body#caution #att h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
body#caution #att ul {
	margin: 10px;
	padding: 0px;
}
body#caution #att ul li {
	list-style-position: outside;
	list-style-type: disc;
}
body#caution #msgUrl a {
	color: #0000EE;
	text-decoration: underline;
}
body#caution #msgUrl a:hover {
	color: #ff0000;
	text-decoration: underline;
}


/* use */
body#use #content {
	margin-left: 26px;
	padding: 0 26px 10px 0;
}
body#use #breadcrumbNav ul {
	margin: 0 0 20px 0;
}
body#use #breadcrumbNav ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
body#use h2.usePage {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
	background-color: #F1F0EB;
}
body#use p.usePage {
	margin: 20px 0;
}
body#use ul {
	margin: 0 0 50px 50px;
	width: 850px;
}
body#use ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 15px;
}
body#use #breadcrumbNav a {
	color: #0000EE;
	text-decoration: underline;
}
body#use #breadcrumbNav a:hover {
	color: #ff0000;
	text-decoration: underline;
}



/* howto */
body#howto #content {
	margin-left: 26px;
	padding: 0 26px 100px 0;
}
body#howto #breadcrumbNav ul {
	margin: 0 0 20px 0;
}
body#howto #breadcrumbNav ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
body#howto h2.howtoPage {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	padding: 10px;
	background-color: #F1F0EB;
}
body#howto h3.howtoPage {
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0 10px 0;
}
body#howto p.howtoPage {
	margin: 20px 0;
}
body#howto #process01 {
	margin: 0;
	width: 940px;
}
body#howto #process01 #boxL {
	float: left;
	margin: 0;
	width: 300px;
}
body#howto #process01 #boxR {
	float: right;
	margin: 0;
	width: 620px;
}
body#howto #process01 #boxR p {
	color: #ff0000;
	font-weight: bold;
}
body#howto ol {
	margin: 0 0 50px 50px;
}
body#howto ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 15px;
}
body#howto ul {
	margin: 0 0 50px 50px;
}
body#howto ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 15px;
}
body#howto #breadcrumbNav a {
	color: #0000EE;
	text-decoration: underline;
}
body#howto #breadcrumbNav a:hover {
	color: #ff0000;
	text-decoration: underline;
}







/* bnr beta */
#header #bnrBeta {
	position: absolute;
	top: 70px;
	right: 205px;
	width: 190px;
	height: 50px;
}

#player div.unread, #staff div.unread, #fan div.unread{
  width: 280px;
  background-color: salmon;
  color: black;
  font-size: 12px;
  /* font-weight: bold; */
  text-align: center;
}


