/* ■CSS リセット■ */
/* Reethttp://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h3, 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,
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;
}
/* 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;
}

/* ■全画面表示■ */
html {
    height: 100%;
}

/* ■Body■ */
body {
	height: 100%;
	font-family: Arial, Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #000;
}

.Top_Logo {
	width: 25%;
	float: left;
	position: fixed;  
	top: 15px;  
	left: 15px;
	box-shadow:3px 3px 10px #fff;
}


.body_01 {
	width: 100%;
	height:100%;
	background-color: #000;
	background-image: url("./image/BG_Road_Reflect.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	overflow:hidden;
}
.body_02 {
	width: 100%;
	height:100%;
	background-color: #000000;
	background-image: url("./image/BG_Wall.png");
	background-repeat: no-repeat;;	background-position: right top;
	background-size: auto 100%;
	overflow:hidden;
}
.body_03 {
	width: 100%;
	height:100%;
	background-color: #efc075;
	background-image: url("./image/BG_GunShot.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.body_04 {
	width: 100%;
	height:100%;
	background-color: #000000;
	background-image: url("./image/BG_Shirt.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
	overflow:hidden;
}
.body_05 {
	width: 100%;
	height:100%;
	background-color: #000000;
	background-image: url("./image/BG_Road_Center.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
	overflow:hidden;
}
.data_02 {
	display: block;
	color: #ffffff;
	text-align: left;
	height: 700px;
	margin-left: 40px;
	margin-top: 300px;
}
.data_04 {
	display: block;
	color: #ffffff;
	text-align: right;
	height: 700px;
	margin-right: 40px;
	margin-top: 300px;
}
.Footer  {
	color: #ffffff;
	height:40px;
	background-color: #d90a0a;
	text-align: center;
	font-size:100%;
	font-weight: bold;
	padding-top: 12px;
}
