﻿@charset "utf-8";

/* 1. h1
---------------------------------------------------------*/
#content h1 span {
 font-size:80%;
}

/* 2. h2
---------------------------------------------------------*/
#content h2 {
 margin-top:1.5em;
	padding:.4em .5em;
 border:1px solid #DCDDD5;
	background:#EFEFED url(../../images/h2_bg.gif) top left repeat-x;
 line-height:1.2;
}

/* 3. h3
---------------------------------------------------------*/
#content h3 {
 margin-top:1em;
	padding:.3em .5em;
	border-left:3px solid #A99E9E;
 border-bottom:1px dotted #DCDDD5;
}
#content h3.pub {
 margin-bottom:.5em 0;
 padding:.25em 0;
	border:none;
	font-size:100% !important;
 font-weight:normal;
}
#content h3 span {
	font-size:81%;
}



/* 4. h4,h5,h6
---------------------------------------------------------*/
#content h4 {
 margin-top:1em;
	padding:.3em .5em;
	border-left:3px solid #A99E9E;
}

#content h5 {
 margin-top:1em;
}

#content h2.none,#content h3.none,#content h4.none {
 padding:0 !important;
 border:none !important;
	background:none !important;
}
