@charset "UTF-8";

#content h1,h2,h3,h4,h5,h6,address{
	color:#996633;
	font-style: normal;
}

p,li,dt,dd{
	color:#544a47;/* #544a47 */
}

#content h2 {
	background-image: url(../img/common/icon_h2.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #ffcc33;
	text-align: left;
	padding-left: 4em;
	height: 30px;
	font-size: 2em;
	margin-bottom: 1em;
	text-shadow: 0.8px 0.8px 0.8px #ccc;
	/*角丸にする*/
	border-radius : 0 0.3em 0.3em  0;
	font-weight: normal;	
	/*
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0px;

	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-moz-border-radius-bottomleft: 0px;
	*/
}

#content h3 {
	font-size:1.5em;
	text-align:left;
	border-left: 0.5em solid #ffcc33;
	margin: 1em;
	padding-left: .5em;
	font-weight: normal;
}

#content p{
	padding-left: 1em;
	font-size: 1.3em;
	line-height: 2;
	text-align:left
}

#content a{
	color: #996633;
	text-decoration: underline;
}
#content a:hover{
	color:#337799;
	/*border-bottom: 1px dotted #337799;*/
	text-decoration: none;
}

#content #topics dt{
	font-size:1.4em;
	font-weight:bold;
	text-align:left;
	padding-left:1.5em;
	color: #a40000;
}

#content dd{
	font-size:1.2em;
	text-align:left;
	padding-left:2em;
}

footer a{
	color: #996633;
/*	border-bottom: 1px dotted #996633;*/
	text-decoration: underline;
}
footer a:hover{
	color:#337799;
	border-bottom: 1px dotted #337799;
	text-decoration: none;
}

footer .fCategory{
	font-size: 1.2em;
	line-height:2;
}

p.w200{
	width: 190px;
}

p.w300{
	width: 290px;
}

.f08 {
	font-size: 0.8em;
}

.comment-table span {
	color: #a40000;
	padding: 0 0.3em 0 0;
}

.comment-table {
	font-size:1em;
}
