@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0px;
}

body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre { margin: 0; padding: 0; }
ul, li { list-style-type: none; }
a { color: #00c; text-decoration: underline; outline: 0; }
a:visited { color: #551a8b; text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; outline: 0; }
a:active { color: #f00; text-decoration: underline; outline: 0; }
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { margin: 0 0 10px 0; }
img { border: 0; }

/*------------clearfix-------------*/

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

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

*{
	margin:0;
	padding:0;
	line-height:150%;
	word-break:break-all;
	font-family:verdana, arial, sans-serif;
}

body {
	color:#323232;
	font-size:13px;
	background:#ffffff;
}

img {
	border:0px;
}

.all {
	clear:both;
}

#all {
	margin:0 0;
	padding:0px;
	width:800px;
	background:#ffffff;
}

#top {
	border-top:solid 3px #990042;
	background:url(../img/top_bg.gif) repeat;
	padding:20px 0 20px 10px;
}

#menu {
	margin:20px 0 0;
}

#left {
	width:530px;
	float:left;
	background:#ffffff;
	padding:16px 0 30px 10px;
	margin:0;
}

.bottomleft{
	float:left;
	text-align:center;
	padding:0 0 10px 70px;
}
#box {
	background:#f9f9f9;
	border:solid 1px #b7b7b7;
	padding:10px;
	margin-bottom:15px;
}

#box h1{
	color:#060076;
	font-size:17px;
	margin-bottom:6px;
	padding:0;
}

.section {
	padding:10px 5px 10px 10px;
}

.section strong , .section b{
	display:block;
}

#profile , #history {
	width:500px;
	margin-left:10px;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	border-bottom:solid 1px #333333;
}

#history {
	margin-top:6px;
}

#profile td , #history td {
	padding:0 10px 0 10px;
	vertical-align:top;
	border-top:solid 1px #333333;
}

#profile .title, #history .title {
	width:70px;
	text-align:right;
	padding-right:20px;
	background:#fef2f2;
	border-right:solid 1px #333333;
}

#profile .sch {
	width:100px;
	text-align:right;
	padding-right:20px;
	background:#fef2f2;
	border-right:solid 1px #333333;
}

#history .title {
	background:#f7f4ff;
}

#right {
	width:260px;
	float:right;
	text-align:right;
	background:#ffffff;
	padding:16px 0 30px 0; 
	margin:0;
}

.movie {
	padding:10px;
	border-top:solid 1px #333333;
}

#bbs {
	margin-top:20px;
	text-align:center;
}

#pass {
	margin:10px 0;
}

#box ul,#box li{
	list-style:none;
}

#footer {
	padding:0 10px;
	height:26px;
	border-top:solid 1px #990042;
	clear:both;
	background:#ffffff;
}

#footer span {
	margin:0 10px;
	display:block;
	float:left;
}

#footer .f-right {
	margin:0 10px;
	display:block;
	float:right;
}

/* サイトマップ */
.sitemap_brt a {
	background-image: url(../img/ico_eda.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left:20px;
	width:7px;
}
.sitemap_brt2 a {
	background-image: url(../img/ico_eda2.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left:20px;
	width:7px;
}

/* リンク */
a { color:#a3006f; text-decoration: underline;}
a:hover{ color:#ec3838; text-decoration: none;}

.bold {
	display: block;
	font-weight: bold;
}

/*------------------20100628---------------------*/
.notification {
	margin: 0 0 20px 0;
	padding: 0;
	width: 530px;
	height: 120px;
	position: relative;
	top: 0;
	left: 0;
	background: url(../img/live_stand_bg.jpg) 0 0 no-repeat;
}

	.live_stand {
		margin: 0;
		padding: 5px 0 0 110px;
		color: #222;
		text-shadow: 1px 1px 0 #ddd;
		font-size: 18px;
		font-weight: bold;
	}

	.notification .bbs {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 4px;
		left: 22px;
	}
	
		.notification .bbs a { color: 00f; text-decoration: underline; }
		.notification .bbs a:visited { color: #00f; text-decoration: underline; }
		.notification .bbs a:hover { color: #f00; text-decoration: underline; }
		.notification .bbs a:active { color: #f00; text-decoration: underline; }