body { 
	background-color:#5C6261; 
	margin: 0 auto;  
	font-size:14px;
	font-weight:bold;
	font-family: "MS Gothic";
	color: #333333;}
p { 
	margin: 1em 0; 
	text-align:justfy;
	}
#container { 
    width: 750px;
    text-align:left;
    position: absolute;left: 50%;
	background: #D7fcda; 
	padding: 0px;  margin-top: 0px;
	margin-left: -375px;
    border-right:5px solid white;border-left:5px solid white;
	border-bottom:5px solid white;}
.top{
    margin-right:auto;
	margin-left:auto;
	width:751px;
	padding:12px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
    background-color:#33999f;}
.title {
    margin:0.5em;
	padding-right:2%;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.line {
    width:716px;
	height:1.5em;
	margin-left:15px;
	margin-right:auto;
	margin-bottom:0;
	padding-left:5px;
   	font-size:14px;
	font-weight:bolder;
	padding-top:5px;
	background-color:#ffcc33;
}
#middle {
    width:620px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:1em;
	padding-left:5em;
   	font-size:14px;
	font-weight:bold;
	color:#666666;
}
#bolder {
 	font-weight:bolder;
	color:#000000;
}
.head1 {
    color:#333399;
	height:1.5em;
	margin-left:2em;
	margin-right:auto;
	margin-bottom:0;
   	font-size:14px;
	font-weight:bolder;
	padding:1.2em;
}
.head2 {
	margin-left:4em;
	margin-right:auto;
	margin-bottom:0;
	padding-bottom:0;
	padding-left:5px;
   	font-size:14px;
	font-weight:bolder;
    color:#CC0000;}
.footer{
    margin-right:auto;
	margin-left:auto;
	width:751px;
	height:35px;
	padding:12px 0;
	border-top:2px solid blue;
	border-bottom:2px solid blue;
    background-color:#FFFFCC;}

.image{
    margin-right:auto;
	margin-left:auto;
    }

a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #993300;
}
a:hover {
	text-decoration: none;
    background-color:#FF9999;
}
a:active {
	text-decoration: none;
    background-color:#FFCC99;
}

table.table {
    border-collapse:collapse;
	border-style:none;
	background:#FFFFcc;
	font-family: "MS Gothic";
	font-size: 14px;
}
table.table td,th{
    border:2px solid #993300;
    padding:0.25em;
}
input{
    background-color:#FFcc33;
	margin-right:0.7em;}

/* メッセージ */
.msg {
	font-size			: 14px;
	font-weight			: bolder;
	font-family			: "MS Gothic";
	color				: #333399;
}
.err {
	font-size			: 14px;
	font-weight			: bold;
	font-family			: "MS Gothic";
	color				: red;
}
.cmmt {
	font-size			: 12px;
	font-family			: "MS Gothic";
	color				: #000066;
}
