<style type="text/css">
{/* ダミー */}
a:link{
	color: #FF9900
}
a:visited{
	color: #999933;
}
a:hover{
	color: #FF3333;
}
a:active{
	color: blue;
}

body{
 margin: 0px;
 padding: 0px;
 background-color: #ffffcc;
}
/*段組*/

 div.base{
  background-color: #ffff99;
}

 div.menu{
  float: left;
  width: 250px;
  margin-top: 0px;
  padding-top: 10px;
  text-align: center;
  background-color: #FFFF99;
}

 div.main{
  padding-top: 10px;
  text-align: center;
  background-color: #ffffcc;
}

 div.main2{
  background-color: #FFFFCC;
  text-align: center;
  padding: 10px;
  line-height: 1.3;
}

 div.main3{
  width: 500px
  background-color: #FFFFCC;
  padding: 10px;
  line-height: 1.3;
}

 div.footer{
  clear: both;
  background-color: silver;
  text-align: center;
  padding: 0.3em;
}

/*ボックス*/
 p.minibox{
  width: 560px;
  height: 150px;
  overflow: auto;
  border: solid 2px ;
  text-align: left;
}

/*テーブル*/
table.history {
	border: solid 2px #CC9999;
	border-collapse: collapse;
	margin: auto;
	text-aligin: center;
}
table.history th {
	border-style: solid;
	border-width: 2px 1px;
	border-color: #CC9999;
	padding: 0.2em;
}
table.history td {
	border: solid 1px #CC9999;
	text-align: left;
	padding: 0.2em;
 	line-height: 1.3;
}
table.menu {
	width: 180px;
	border: solid 2px #FFCC33;
	border-collapse: collapse;
	margin: auto;
	text-aligin: center;
}
table.menu th {
	border-style: solid;
	border-width: 2px ;
	border-color: #FFCC33;
	padding: 0.2em;
}
table.menu td {
	text-align: left;
	padding: 0.2em;
 	line-height: 1.3;
}


table.menu2 {
	width: 560px;
	border: solid 2px #FF6633;
	border-collapse: collapse;
	margin: auto;
	text-aligin: center;
}
table.menu2 th {
	border-style: solid;
	border-width: 2px ;
	border-color: #FF6633;
	padding: 0.2em;
}
table.menu2 td {
	text-align: left;
	padding: 0.2em;
 	line-height: 1.3;
}

strong.doubleline{
	border-bottom: double 3px red;
}

form.mail input.required{
	background-color: #ffffcc;
	border: red 1px solid;
}

form.mail input.option{
	background-color: #ccffff;
	border: blue 1px solid;
}
form.mail textarea{
	background-color: #ffcccc;
	border: #cc8000 1px solid;
}

</style>
