@charset "utf-8";

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	height: 20px;
	padding-left: 40px;
	background: #FF5C26;
}
h2 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.96, #E3E5E4), color-stop(0.66, #F2F3F3), color-stop(0.45, #F6F7F7), color-stop(0.00, #FEFEFE));
	background: -webkit-linear-gradient(top, #FEFEFE 0%, #F6F7F7 45%, #F2F3F3 66%, #E3E5E4 96%);
	background: -moz-linear-gradient(top, #FEFEFE 0%, #F6F7F7 45%, #F2F3F3 66%, #E3E5E4 96%);
	background: -o-linear-gradient(top, #FEFEFE 0%, #F6F7F7 45%, #F2F3F3 66%, #E3E5E4 96%);
	background: -ms-linear-gradient(top, #FEFEFE 0%, #F6F7F7 45%, #F2F3F3 66%, #E3E5E4 96%);
	background: linear-gradient(to bottom, #FEFEFE 0%, #F6F7F7 45%, #F2F3F3 66%, #E3E5E4 96%);
	color: #974B00;
	margin-bottom: 5px;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	padding: 0 0 0 25px;
	letter-spacing: 1px;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-shadow: 0 0px 6px #eee;
	-webkit-box-shadow: 0 0px 6px #eee;
	position: relative;
}
h2:before{
    content: "";
    position: absolute;
    background: #FF9326;
    top: 50%;
    left: 1px;
    margin-top :-15px;
    height: 30px;
    width: 10px;
}
h3{
	border-left: 12px solid #FC6;
	border-bottom: 2px dashed #FC6;
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #663300;
	padding: 0 0 0 15px;
	line-height: 35px;
	height: 35px;
	background-color: #FCF9E4;
}
h6{
	font-size: 16px;
	color: #FF7F00;
	border-bottom: 2px dotted #FFBF00;
	margin: 0 0 5px 0;
}


.subtitle {
	font-size: 14px;
	color: #F99;
	padding-left: 10px;
	font-style: italic;
}
.number {
	font-size: 18px;
	color: #E5535D;
	margin-right: 10px;
	line-height: 40px;
}
.kana {
	font-size: 12px;
	font-style: italic;
	color: #BFAD95;
	padding-right: 1em;
	padding-left: 1em;
}
.category {
	font-size: 18px;
	color: #662c18;
	background: url(../image/common/category.png) repeat-x left bottom;
	font-weight: bold;
	padding: 5px 15px 10px;
	margin-bottom: 5px;
	text-align: left;
}
.vivid {
	font-size: 28px;
	font-weight: bold;
	color: #F90;
	line-height: 170%;
}
.notes {
	font-weight: bold;
	color: #F00;
}
.red {
	color:#D80000;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	font-size: 14px;
}
