@charset "Shift_JIS";

/*共通*/
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;	
	font-weight: bold;
}
p {	margin: 0; padding: 0;	}

/*コンテンツタイトル・ページタイトル22px*/
h1{
	font-size: 22px;
}
/*ページサブタイトル・章タイトル18px*/
h2{
	font-size: 20px;
}
/*ページ小見出し14px*/
h3 {
	font-size: 16px;
	line-height: 22px;
}
/*ページ孫見出し・コラム見出し・リンクテキスト12px*/
h4 {font-size: 14px;
	line-height: 16px;
	}
	
/*ページひ孫見出し・ページ肩・コラム小見出し12px*/
h5{
	font-size: 12px;
	line-height: 14px;
}

/*文章・基本はsize:12px、line-heigh：22px*/
.text-10 {
	font-size: 10px;
	line-height: 14px;
}

.text-14 {
	font-size: 14px;
	line-height: 22px;
}

/*↑ここまで↑*/
/*Copyright (C)2004 Nakamura design All Rights Reserved*/