
@charset "Shit-JIS";

body {
	width:1000px;
	background: #E1E1E2;
	color: #000000;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 5px 10px 10px 10px;
	padding:10px 0 0 70px;
}


/* left side bar */
#left{
	float:left;
	width:190px;
}

/* main */
#main{
	float:right;
	width:800px;
}

#footer{
	width:1000px;
	text-align:center;
	height:27px;
}
#main h3{
	background : url(../image/check.gif) 0 50% no-repeat;
	padding: 3px 0 0 40px;
	margin: 4px 0 4px 14px;
}
img {
       border:0px;
}
p {
       margin:0 50px 3px 70px;
}
.instruction{
	   font-size:0.8em;
       background: #F5F5FF;
       margin:0 30px 3px 40px;
       padding: 12px 14px 12px 14px; 
}
.imgleft{
       border:0px;
       float:left;
       margin:6px 10px 0 9px;
}


a:link, body_alink {
	color: #22229C;
}

a:visited, body_avisited {
	color: #22229C;
}

a:hover, a:active, body_ahover {
	color: #FF4400;
}

.page {
	background: #FFFFFF;
	color: #000000;
}

td, th, p, li {
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.tborder {
	background: #D1D1E1;
	color: #000000;
	border: 1px solid #0B198C;
}

.tcat {
	background: #869BBF url(../image/gradient_tcat.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.tcat a:link, .tcat_alink {
	color: #ffffff;
	text-decoration: none;
}

.tcat a:visited, .tcat_avisited {
	color: #ffffff;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover {
	color: #FFFF66;
	text-decoration: underline;
}

.thead {
	background: #5C7099 url(../image/gradient_thead.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.thead a:link, .thead_alink {
	color: #FFFFFF;
}

.thead a:visited, .thead_avisited {
	color: #FFFFFF;
}

.thead a:hover, .thead a:active, .thead_ahover {
	color: #FFFF00;
}

.tfoot {
	background: #3E5C92;
	color: #E0E0F6;
}

.tfoot a:link, .tfoot_alink {
	color: #E0E0F6;
}

.tfoot a:visited, .tfoot_avisited {
	color: #E0E0F6;
}

.tfoot a:hover, .tfoot a:active, .tfoot_ahover {
	color: #FFFF66;
}

.alt1, .alt1Active {
	background: #F5F5FF;
	color: #000000;
}

.alt2, .alt2Active {
	background: #E1E4F2;
	color: #000000;
}

.alt3, .alt3Active {
	background: #FFB6C1;
	color: #000000;
}
.alt4, .alt4Active {
	background: #868A08;
	color: #000000;
}


.smallfont {
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }


/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }


/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }

.pagenav td { padding: 2px 4px 2px 4px; }


/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }

.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }


/* ***** don't change the following ***** */
form { display: inline; }

label { cursor: default; }

.normal { font-weight: normal; }

.inlineimg { vertical-align: middle; }


/* ***** H1 Tags ***** */
h1.myh1 {font-family: Arial; font-size: 20px; 
color: #000000; font-weight: bold;}

h2.myh2 {font-family: Arial; font-size: 16px; 
color: #3E5C92; font-weight: bold;}

.adminbutton {
	font-weight: bold;
	background:#FFDCE0;
	border:1px solid #FFB6C1;
}