/*見出しに関する定義 */

h1{
	font-size:medium;
	color:#000000;
	background:#ededed;
	border:solid 1px #666666;
	margin:0px 0px 8px 0px;
	padding:4px;
	clear:both;
	}

h1.index{
	background:none;
	border:none;
	font-size:small;
	color:#000066;
	margin:4px 0px 2px 0px;
	padding:0px;
	clear:none;
	}
	
h2{
	font-size:larger;
	line-height:120%;
	color:#666666;
	background:url(../img/h2bg_01.jpg) no-repeat right top;
	height:40px;
	margin:0px 0px 16px 0px;
	padding:2px;
	clear:both;
	}
	
h3{
	font-size:14px;
	color:#636363;
	background:url(../img/h3bg_01.jpg) no-repeat left;
	line-height:2em;
	margin:0px 0px 8px 0px;
	padding:4px 4px 4px 8px;
	clear:both;
	height:32px;
	}
	
h4{
	font-size:90%;
	color:#000000;
	background:#cdcdcd;
	margin:0px 0px 0px 0px;
	padding:2px;
	clear:both;
	}
	
h5{
	font-size:nomal;
	font-weight:nomal;
	color:#000000;
	background:#ffffff;
	border-top:dashed 1px #666666;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	margin:16px 0px 0px 0px;
	padding:4px;
	}
	
h6{
	font-size:smaller;
	font-weight:100;
	color:#000000;
	text-align:center;
	background:#ffffff;
	border-top:solid 1px #666666;
	margin:8px 0px 8px 0px;
	padding:4px;
	}
