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

/* コンテンツ */
div#content	{
	width: 570px;
	height: 530px;
	float: right;
	background-image: url(marionette2a.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;}
 
div#content h1	{
	font-size: 2em;
	color: #ffffff;
	padding-left: 30px;
	margin-top: 50px;
	margin-bottom: 0;}
 
div#content h2	{
	color: #ffffff;
	padding-left: 30px;
	font-size: 1em;
	margin-top: 5px;}


/* サイドバー */
div#sidebar	{
	width: 166px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;}

p.photo	{
	margin-top: 0px;
	margin-bottom: 5px;}
	
ul.sidemenu	{
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;}

ul.sidemenu li	{
	list-style-type: none;}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
	}

ul.sidemenu li a:hover	{
	background-color: #017acd;}