@charset "utf-8";

/* -----------------------------------------------
CSS file Uniteair Co.,Ltd.
FileName:bullhead.css
Author:Markup Engineering Team , UI Development Dept.
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
COMMON ELEMENTS
-------------- */

/******************************** tags_basic ********************************/

body,
html,
div,
table,
img,
ul,
ol,
li,
p,
th,
td,
h1,h2,h3,h4,h5,address,dl,dt,dd,
form{
	margin:0;
	padding:0;
}

body{
	color:#000;
	background:#FFF;
	height:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.431;
	*font-size:small;
	*font:x-small;
	text-align:left;
}

html{
	height:100%;
	overflow-y:scroll;
}

img{
	border:none;
}

ul,
ol{
	list-style:none;
	text-align:left;
}

h1,h2,h3,h4,h5,address,dt,dd{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

th{
	font-weight:normal;
}

label{
	cursor:pointer;
}

input{
	margin:0;
}



/******************************** definition_link ********************************/

a:link{
	color:#FFFFFF;
	text-decoration:underline;
}

a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover,
a:visited:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

a:active{
	color:#FFFFFF;
	text-decoration:underline;
}



/* --------------
LAYOUT ELEMENTS
-------------- */

/******************************** bullhead ********************************/

#bullhead{
	width:100%;
	height:100%;
	min-width:1000px;
	min-height:577px;
	background:#DD0000;
	position:relative;
}

	#bullhead .alert{
		width:200px;
		position:absolute;
		top:20%;
		left:43%;
	}

	#bullhead .alert p.message{
		margin-top:12px;
		color:#FFFFFF;
		font-size:77%;
	}



/* CSS Document */

