@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: #CCC;
	color: #333;
	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: #666;

}
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: 980px;
}
h1 {
	background-color: #000;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	color: #ffffff;
}
.contents {
	background-color: #fefefe;
	text-align: left;
	padding: 25px;
	border: 1px solid #000;
	margin-top: 15px;
}
.contents_top {
	background-color: #fefefe;
	padding: 35px;
	border: 1px solid #000000;
	margin-top: 15px;
}
.contents ul {
	margin-top:0px;
}
.contents ul li {
	cursor: pointer;
	float: left;
	background-color: #000;
	font-size: 12px;
	color: #ffffff;
	margin-top: 15px;
	margin-right: 10px;
	border: 1px solid #000000;
	border-radius: 5px;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.contents ul li:hover {
	cursor: pointer;
	color: #333;
	background-color: #ffffff;
}
/*.contents ul li:first-child {
	font-size: 14px;
	margin-left: 0px;
	margin-top: -40px;
}*/
h2 {
	background-color: #ffffff;
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px;
}
.top_title {
	background-color: #ffffff;
	font-size: 15px;
	text-align: left;
}
.top_link {
	background-color: #ffffff;
	font-size: 15px;
	color: #132a53;
	text-align: center;
	display:inline;
}
h3 {
	background-color: #CCC;
	font-size: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.contents_img img {
	padding: 0px;
	margin: 10px;
/*	border: 1px #3463a7 solid;*/
}
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: #627B91;
	}


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: #627B91;
	}



td.l {
	border-bottom: 1px #d4d8c6 dotted;
	text-align: left;
	width: 150px;
	padding:4px 15px 3px;
	vertical-align: top;
	}


td.r {
	border-bottom: 1px #d4d8c6 dotted;
	text-align: left;
	width: 570px;
	padding:4px 20px 3px;
	vertical-align: top;
	}
td.l_top {
	border-bottom: 1px #111111 solid;
	text-align: left;
	width: 150px;
	padding:4px 15px 3px;
	vertical-align: top;
	}


td.r_top {
	border-bottom: 1px #111111 solid;
	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: #ffffff;
}
