﻿@charset "UTF-8";

/*   style-common for www.ysugiyama.com   */

  html
{
	background: #fff none no-repeat;
}
  body
{
	background-image : none;
	background-repeat : repeat-y;
	background-position: left top;
	background-color : #fff;
	color : #333;
	margin : 10px auto;
	padding-right : 5px;
	max-width: 760px;
	border: solid 1px #999;
}
#h1andlist
{
	margin-top:15px;margin-left:30px;
}
  h1
{
	font-size : 180%;
	font-family : "Comic Sans MS";
	color : #030;
}
  #fname
{
	color:#f0f;
}
  ul
{
	line-height:140%;
}
  ul li
{
	list-style-type:circle;
	margin:5px;
}
  .sitename {
	font-weight : bold;
}

  a:link
{
	color : #00c;
}
  a:visited
{
	color : #00c;
}
  a:active
{
	color : #f0f;
}
  a:hover 
{
	color : #099;
}
#h1andlist ul li a:active img, #h1andlist ul li a:hover img
{
	left : 1px;
	top : 2px;
	position : relative;
}

