@import "../../CSS/style.css";

body{
	font-size:medium;
	background-color:#DDAAAA;
	color:#995555;
}

.item_tk{
	padding:2px;
	margin-right:20px;
	margin-bottom:0px;
	font-weight:bold;
	background-color:#660000;
	color:#FFCCCC;
}
.menu_element_tk{
	padding:2px;
	padding-left:10px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:#993333;
	color:#FFCCCC;
	border:dotted 1px;
	border-top:none;
}

.item_ty{
	padding:2px;
	margin-right:20px;
	margin-bottom:0px;
	font-weight:bold;
	background-color:#CC6666;
	color:#883333;
}
.menu_element_ty{
	padding:2px;
	padding-left:10px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:#EE8888;
	color:#883333;
	border:dotted 1px;
	border-top:none;
}

.item_ss{
	padding:2px;
	margin-right:20px;
	margin-bottom:0px;
	font-weight:bold;
	background-color:#773333;
	color:#CC9999;
}
.menu_element_ss{
	padding:2px;
	padding-left:10px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	background-color:#CC9999;
	color:#773333;
	border:dotted 1px;
	border-top:none;
}

input{
	background-color:#FFDDDD;
	color:#995555;
	border:3px double #995555;
	font-size:medium;
}

.title{
  width:90%;
  margin:0 auto;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  margin-bottom:50px;
  text-align:center;
  font-size:large;
  font-weight:bold;
  line-height:150%;
}

.contents{
  width:90%;
  margin:40px;
  margin-left:auto;
  margin-right:auto;
  font-size:medium;
  line-height:150%;
}

.under{
  width:90%;
  margin-top:0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:30px;
  text-align:center;
  font-size:medium;
  line-height:150%;
}

/********* リンクの色とかとか*********/
a:visited,a:link,a:active{
	color:#995555;
}
a:hover{
	background-color:#995555;
	color:#DDAAAA;
}
.menu_element_tk a:visited,a:active{
  color:#FFCCCC;
}
.menu_element_tk a:link{
  color:#FFCCCC;
}
.menu_element_tk a:hover{
  background-color:#FFCCCC;
  color:#993333;
}
.menu_element_ty a:visited,a:link,a:active{
  color:#883333;
}
.menu_element_ty a:hover{
  background-color:#883333;
  color:#EE8888;
}
.menu_element_ss a:visited,a:link,a:active{
  color:#773333;
}
.menu_element_ss a:hover{
  background-color:#773333;
  color:#CC9999;
}
