﻿/* ===header=== */

.head	{
	background-color:#0000cd;
	width:100%;
	height:75px;
	margin-left:auto;
	margin-right:auto
	}

.head td {
	vertical-align:middle;
	padding-top:0px
	}

.head1 {width:45px;
	text-align:right}

.head2 {padding-left:4px}

.head h1 {font-size:23px;
	color:white;
	margin-bottom:2px}

/* === contain === */

.main {width:500px;
	margin-top:40px;
	margin-left:49px;
	margin-right:auto;
	text-align:left}

.main h2 {font-size:16px;
	border-bottom:solid 2px #0000cd;
	pading-bottom:3px;
	margin-bottom:12px}

.main p {font-size:14px;
	line-height:24px;
	color:#666666;
	margin-top:0px}

.link	{width:500px;
	font-size:smaller;
	margin-bottom:30px}
.link hr {color:#66cc33;
		background-color:#66cc33}


/* === menu === */
.menu	{width:100%;
	background-color:#0000cd;
	font-size:12px;
	font-weight:bold;
	color:white;
	border-top:solid 1px white}

.menu div	{padding-top:5px;
		padding-bottom:4px}

.menu1	{width:420px}

.menu1 div	{float:left;
		width:80px;
		border-right:solid 1px white;
		text-align:center}

.menu1 a	{color:white;
		text-decoration:none}

.menu2	{text-align:right;
	color:white}
.menu2 div	{margin-right:10px}

/* ==footer == /*
div#footer	{position:absolute;
		bottom:0;
		width:100%
		height50px}


