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

/* 基本設定 */

body{
	font: 14px/18px 
	"Lucida Grande", 
	"Hiragino Kaku Gothic Pro", 
	"ヒラギノ角ゴ Pro W3", 
	"ＭＳ Ｐゴシック", 
	Geneva, Arial, Verdana, sans-serif; 
	color:#FFFFFF;
	}

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

#header{
	padding-top: 10px;
	padding-right: 0px;
	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-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
}

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

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

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

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

.small2{
font-size: 14px;
line-height: 140%
}




