﻿@charset "utf-8";

body  {
	background-attachment: fixed;
    background-repeat: no-repeat;
	background-color: white;
	background-image: url(background.jpg);
	margin: 25px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-darkshadow-color: #ECECEC;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-arrow-color: #C0C0C0;
	scrollbar-track-color: #F6F6F6;
}

body,p,li,td,input,select,textarea,.required {
	font-size: 13px;
	font-family: times new roman, serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-align: justify;
}

div.smallerbody {
    width: 780px;
}

div.evensmallerbody {
    width: 690px;
}

b,strong {
	font-weight: bold;
}

td {
    vertical-align: top;
}


h1  {
	font-size: 24px;
	font-family: times new roman, serif;
	font-weight: bold;
	color: black;
	text-align: left;
	margin-bottom: 16px;
	color: #006699;
}

h2  {
	font-size: 18px;
	font-family: times new roman, serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 16px;
	color: #006699;
}

h3  {
	font-size: 14px;
	font-family: times new roman, serif;
	font-weight: bold;
	text-align: left;
	color: #006699;
}

hr  {
	width: 100%;
	color : black;

}

a:link  {
	text-decoration: none;
	color: #2885B1;
}

a:visited  {
	text-decoration: none;
	color: #2885B1;
}

a:hover,a:focus  {
	text-decoration: none;
	color: blue;
}

a:active  {
	text-decoration: none;
	color: red;
}

input,select,textarea {
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	cursor: hand;
}

a img,input.radio,input.checkbox {
	border: none;
}

div.line {
	border-bottom:1px solid black;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:0;
}

*.subframe {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 500px;
	height: 550px;
}

*.subframe_member {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 275px;
	height: 200px;
}

