@charset "Shift_JIS";

body
	{
	margin: 0px 0px 0px 0px;
	padding:0px;
	font-size:100%;
	line-height:100%;
	text-align:center;
	background:#F5F5F5 url(../img/bg.jpg) repeat-y;
	background-position: center top;
	}

a:link
	{
	color:#009933;
	text-decoration:none;
	}

a:active
	{
	color:#666666;
	text-decoration:none;
	}

a:visited
	{
	color:#009933;
	text-decoration:none;
	}

a:hover
	{
	color:#ff9900;
	text-decoration:underline;
	}

img
	{
	border:none;
	margin:0;
	padding:0px;
	}

h1
	{
	display:none;
	}
h2
	{
	display:none;
	}

ul
	{
	padding-left:10px;
	margin-left:5px;
	}
/*topページフッター上部の文言*/
p.news.detail {
		border: dashed 1px;
		padding: 1em;
		width: 80%;
	}