html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


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


html {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
	font-size: 12px;
	color: #fff;
	background-color: #000;
	width: 100%;
}

#wrap {
	background: url(img/bg.png) no-repeat;
	width: 1200px;
	margin: 0 auto;
}

#wrap div {
	/*margin: 0 auto;*/
	/*width: 960px;*/
	text-align: center;
}

#title {
	margin: 0 auto;
	padding-top: 30px;
}

#video {
	margin: 0 auto;
	width: 960px;
	height: 540px;
	margin-top: 5px;
	border: 1px solid #3c3c3c;
}

#caution {
	margin: 0 auto;
	margin-top: 5px;
}

#challenge {
	margin: 0 auto;
	margin-top: 270px;
}

#mies_video {
	margin: 0 auto;
	margin-top: 60px;
	height: 500px;
}

#mies_video #mies_video_title {
	text-align: left;
	margin-left: 115px;
	margin-bottom: 50px;
}

#mies_video #mies_video_controll {
	float: left;
	background: url(img/controll_bg.png) no-repeat;
	width: 263px;
	height: 375px;
	margin-left: 115px;
}

#mies_video #mies_video_controll li {
	width: 191px;
	height: 56px;
	margin-left: 23px;
	margin-top: 11px;
	cursor: pointer;
}

#mies_video #mies_video_controll li#btn1 {
	background: url(img/btn1_off.png) no-repeat;
	margin-top: 25px;
}
#mies_video #mies_video_controll li#btn1.active {
	background: url(img/btn1_on.png) no-repeat;
}

#mies_video #mies_video_controll li#btn2 {
	background: url(img/btn2_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn2.active {
	background: url(img/btn2_on.png) no-repeat;
}

#mies_video #mies_video_controll li#btn3 {
	background: url(img/btn3_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn3.active {
	background: url(img/btn3_on.png) no-repeat;
}

#mies_video #mies_video_controll li#btn4 {
	background: url(img/btn4_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn4.active {
	background: url(img/btn4_on.png) no-repeat;
}

#mies_video #mies_video_controll li#btn5 {
	background: url(img/btn5_off.png) no-repeat;
}
#mies_video #mies_video_controll li#btn5.active {
	background: url(img/btn5_on.png) no-repeat;
}

#mies_video #mies_video_videolist {
	float: left;
	margin-left: 30px;
}

#mies_video #mies_video_videolist li {
	position: absolute;
	border: 1px solid #3c3c3c;
	display: none;
}

#mies_video #mies_video_videolist li:first-child {
	display: block;
}

#mies {
	clear: both;
	margin: 0 auto;
	margin-top: 60px;
}

#result {
	margin: 0 auto;
	margin-top: 60px;
}

#bloodytube {
	margin: 0 auto;
	margin-top: 0px;
}