@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::
	default style
::::::::::::::::::::::::::::::::::::::::::::: */
html, body,
h1, 
p, pre, blockquote, form,
ul, ol, li, dl, dt, dd, address {
	margin: 0;
	padding: 0;
}

* {
	font-family: Osaka, Verdana, "ＭＳ Ｐゴシック";
	font-size: 100%;
}

img {
	border: none;
}

ul, ol {
	list-style-type: none;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
	text-decoration: none;
}

address {
	font-weight: normal;
	font-style: normal;
}

th {
	text-align: left;
}
table,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ::::::::::::::::::::::::::::::::::::::::: */

body     {
	color: #555;
	background-color: #fbf8f3;
	scrollbar-3dlight-color: #f5f5f5;
	scrollbar-arrow-color: #999;
	scrollbar-darkshadow-color: #aaa;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-shadow-color: #f5f5f5;
	scrollbar-track-color: #ffffff;
}
a {
	color: #336666;
}
a:hover {
	color: #339999;
	text-decoration: none;
}


/* news */

div#news {
	width: 450px;
	height: 80px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#news dl  {
	font-size: 75%;
	line-height: 130%;
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
}
div#news dt  {
	float: left;
	width: 10em;
	background-image: url(../images/icon2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
	clear: both;
}
div#news dd  {
	margin-bottom: 5px;
}
