@charset "utf-8";

/*contents*/
#contents {
	float: left;
	width: 540px;
	margin-left: 95px;
	padding-bottom: 60px;
}
#contents h1 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E61E1E;
	font-size: 175%;
	line-height: 125%;
	margin-bottom: 60px;
	padding-left: 25px;
}
#contents h2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E61E1E;
	font-size: 112.5%;
	line-height: 133%;
	margin-bottom: 60px;
	padding-left: 25px;
}
#contents h3 {
	font-size: 112.5%;
	line-height: 133%;
	margin-bottom: 30px;
}
#contents h3 em {
	color: #E61E1E;
}
#contents p {
	font-size: 87.5%;
	line-height: 175%;
	margin-bottom: 1em;
}

/*sidemenu*/
#sidemenu {
	width: 245px;
	padding-bottom: 15px;
	float: left;
	background-image: url(../images/sidemenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 45px;
}
#sidemenu li {
	font-size: 8px;
	line-height: 8px;
	margin: 0px;
	padding: 0px;
}
#sidemenu li a {
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 245px;
}
#sidemenu li a:hover, 
#sidemenu li .nowmenu {
	background-position: -245px 0px !Important;
}
