/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

*{
	font-family:Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

img {
    vertical-align: middle;
	border: 0;
}

button {
    outline: none;
}

body {
	text-align: center;
	position: relative;
	padding: 0px;
	margin: 0 auto;
	font-size:16px;
	color: #FFF;
	-webkit-text-size-adjust: 100%;
	background-color:#000000;
	background-image:url(../images/background1.gif);
}

a:link    {COLOR: #4D9DF1; font-weight:bold; TEXT-DECORATION: underline;}
a:visited {COLOR: #4D9DF1; font-weight:bold; TEXT-DECORATION: underline;}
a:hover   {COLOR: #2E36CF; TEXT-DECORATION: none;}
a:active  {COLOR: #2E36CF; TEXT-DECORATION: none;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

div {
	font-size:16px;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

#test{
	z-index:10000;
	width:100%;
	position: fixed;
}

h1 {
    display: none;
}


	
