@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      style.css
 Author:         tsunomori (admin)
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*reset
========================================== */
*{margin:0; padding:0;}
section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary { display: block; }
body {font: normal 0.9em arial,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS ゴシック","Osaka",sans-serif;
color: #FFF;
line-height: 1.3;}
a { color: #FFF; text-decoration: none; outline: none;}
a:hover { color: #8A9Dd6;}

/*background-image fit screen
========================================== */
html {
	min-height: 100%;
	background: url('4.png') no-repeat center;
	background-size: cover;
}

/*page layout
========================================== */
footer {
	display: none;
}
