@charset "utf-8";
/* CSS Document */

@import "sub_template.css";

#container #upMenu ul{
	border-bottom-color:#495b44;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#container #content{
	background-image:url(../img/left_bg1.jpg);
	background-repeat:repeat-y;
	height:100%;
}



#container #content #contentLeft{
	
	display:block;
}

#container #content #contentRight{
	line-height:150%;
	padding-top:30px;
	padding-bottom:30px;
}

#container #content #contentRight h2{
	margin-top:10px;
	color:#990000;
}

#container #content #contentRight h2 a{
	color:#990000;
}

#container #content #contentRight p{
	padding:10px;
	margin-right:10px;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

#container #content #contentRight .worksRight{
	width:250px;
	float:left;
}