/* */
body  {font-family:' メイリオ',
    'Hiragino Kaku Gothic Pro',
     sans-selif;
     background-color: yellowgreen;
     margin: 0}

h1	{font-size: 50px;
	margin-bottom: 0}

h2	{font-size: 40px}

p     {line-height: 1.5}

article	{background-color:white;
    -webkit-text-size-adjust:100%;
    
}

/*リンク*/
a:link	{color:black}
a:visited	{color:darkgreen}
a:hover	{color:rightgreen}
a:focus	{color:orenge}
a:active	{color:yellow}