﻿*
{
	margin: 0;
	padding: 0;
	border: none;
}
html
{
	height: 100%;
}
body
{
	height: 100%;
	font-family: "ＭＳ Ｐゴシック",sans-serif; 
	font-size: 13px;
	line-height: 16px;
    color: #333333;
}

a
{
    text-decoration: none;
    color: #996600;
}
a:hover
{
    text-decoration: underline;
    color: #110000;
    }

h5 {
	font-size: 14px;
	font-weight: normal;
}