/* Body
---------------*/

body {
	font-size: 9pt;
	color: #666;
	background-color: #fff;
	background-image: url(image/bg.gif);
	margin-top: 0;
	margin-bottom: 0;
}

td{
	font-size:10pt;
	color:#666666;
}

/* Text
---------------*/

h1 {
	font-size: 13px;
	font-weight: lighter;
}


h2 {
	font-size: 13px;
	font-weight: lighter;
}


h3 {
	font-size: 13px;
	font-weight: lighter;
}

/* Link
---------------*/

a {
	text-decoration: none; 
	color: #804000;
}

a:visited {
	color: #804000;
}

a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

/* Other
---------------*/

hr {
	style:color: #FFFFFF;
	background-color: #FFFFFF;
	height: 0px;
	border: none;
	border-top: 1px dashed #CCCCCC;
}

/*   div#hr1
---------------*/

hr.style1 {
	height: 3px;
	border: none;
	border-top: 3px #eee solid;
        width: 100%;
}

/*   div#navi
---------------*/

.navi {
	font-size: 10pt;
	color: #fff;
}

/*   div#page
---------------*/

.page {
	font-size: 11pt;
	color: #666;
}

/* div#sns
---------------*/

.sns {
display:inline;
}

