/*
 * 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.
 */

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

*{
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", "Meiryo";
}

img {
    vertical-align: middle;
}

button {
    outline: none;
}

body {
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width:1200px;
	padding: 0px;
	margin: 0px;
	font-size:16px;
	color: #8C8C8C;
	background-attachment: fixed;
	background-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	
}


a:link    {COLOR: #000; TEXT-DECORATION: none;}
a:visited {COLOR: #000; TEXT-DECORATION: none;}
a:hover   {COLOR: #5190FF; TEXT-DECORATION: underline;}
a:active  {COLOR: #5190FF; TEXT-DECORATION: underline;}

	
/*
 * 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;
}

/*
 * 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{
	position: fixed;
	z-index: 99;
}


	
	