@charset "Shift_JIS";

/*見出し（h）の設定
------------------------*/

/*１．基本設定---*/

h1.default {
	/*background-color: #8888dd;*/
	background-color: #808080;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;  
	text-align:center;
	margin:20px 0 20px 0;
	padding: 1ex; 
	border: 3px outset;
 }


h2.default {
	font-size:large;
	margin: 0%;
	text-indent: 0.2em;
	color:#101010;
	line-height:120%;
	border-left:15px solid;
	border-bottom:2px solid;
	padding-top:0.12em;
	padding-bottom:0.02em;
	letter-spacing: 0.02em;
	border-color: #228c87;
	margin-top:15px;
}

h3.default {
	font-size: 108%;
}

h4.default {
	font-size: 96%;
}


/*２．ビュー内のカテゴリ行の表示設定---*/

h2.list {
	/*background: url(bg_search.gif);*/
	/*background-repeat: repeat;*/
	color: #ffffff;
	background-color: #3366ff;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-bottom:0px solid;
	margin-top:5px;
	margin-bottom:5px;
	padding:6px;
	text-indent: 0.5em;
	text-align: left;
} 


h3.list {
	 color: #ffffff;
	 background-color: #0099ff;
	 border-top: 0px solid;
	 border-left: 0px solid;
	 border-right: 0px solid;
	 border-bottom:0px solid;
	 margin-top:5px;
	 margin-bottom:5px;
	 margin-left: 1em;
	 padding:6px;
	 text-indent: 0.5em;
	 text-align: left;
} 


h4.list {
	 color: #000000;
	 background-color: #b0ece9;
	 border-top: 0px solid;
	 border-left: 0px solid;
	 border-right: 0px solid;
	 border-bottom:0px solid;
	 margin-top:5px;
	 margin-bottom:5px;
	 margin-left: 2em;
	 padding:6px;
	 text-align: left;
	 text-indent: 1.5em;
	 /*border-style: outset;*/
} 

