@charset "Shift_JIS";

/*--------------------------------------
@Share Style
---------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background-color: #333;
	color: #FFF;
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0;
	line-height: 25px;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*--------------------------------------
@Link Color
---------------------------------------*/
a {
	color: #FFF;

}
a:link {
	text-decoration: underline;
}
a:visited {
}
a:hover {
	text-decoration: none;
}
a:active {
}

/*--------------------------------------
@container
---------------------------------------*/
#container {
	margin: 0;
	text-align: center;
}

/*--------------------------------------
@Original Style
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 860px;
}
h1 {
	background-color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	color: #FFFFFF;
}
.contents {
	background-color: #1C1C1C;
	text-align: left;
	padding: 15px;
	border: 1px solid #000;
	margin-top: 15px;
}
h2 {
	background-color: #000;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 5px;
	border: 1px solid #0C0C0C;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.list {
	width:100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
td {
	font-size: 12px;
}


td.l_title {
	text-align:center;
	font-weight: bold;
	padding:2px 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}


td.r_title {
	text-align:center;
	font-weight: bold;
	padding:2px 20px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}



td.l {
	border-bottom: 1px #d4d8c6 dotted;
	text-align: left;
	width: 90px;
	padding:4px 20px 3px;
	vertical-align: top;
	}


td.r {
	border-bottom: 1px #d4d8c6 dotted;
	text-align: left;
	width: 570px;
	padding:4px 20px 3px;
	vertical-align: top;
	}
.mtvvmaj {
	text-align: left;
	margin-top: 20px;
	background-color: #D8D8D8;
	border: 3px solid #CC6;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
}
.mtvvmaj h3 {
	background-color: #C0C03F;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	color: #000;
}
.mtvvmaj p {
	padding: 10px;
}

.mtvvmaj a {
	color: #990;
}


.footer {
	padding-top: 20px;
	padding-bottom: 60px;
	background-color: #000;
	text-align: center;
	margin-top: 20px;
	font-size: 10px;
	color: #999;
}
