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

img {border-style:none;}

a {text-decoration:none;}

a:hover {color: #ff3366;}	

/* コンテナ */
div#container	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;}

/* サイドバー */
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;}
	
