@charset "utf-8";
/* CSS Document */

/* 基本設定 */

body	  {
	color: #FFFFFF;
	font-family: 'KozGoStd-Regular', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Geneva', 'Arial', 'Verdana', 'sans-serif';
	background-color: #2e2e2e;
	margin: 0px;
	background-image: url(images/hpiN.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

A:link{color: #eb393c; text-decoration: none;}
A:visited{color: #eb393c; text-decoration: none;}
A:active{color: #eb393c; text-decoration: none;}
A:hover{color:#eb393c; text-decoration: underline;}

#header{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header h1{
	font-size:12px;
	font-weight:normal;
	vertical-align: top;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

.title{
font-size: 16px;
line-height: 150%
}

.big{
font-size: 14px;
line-height: 150%
}

.txt{
font-size: 12px;
line-height: 200%
}

.txt2{
font-size: 11px;
line-height: 160%
}

.small{
font-size: 10px;
line-height: 180%
}




