/*
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
*/

A:link {
	font-weight : bold;
	color: #0000ff;
}
A:visited {
	font-weight : bold;
	color: #ff00ff;
}
A:active {
	color: #00ff00;
}
A:hover {
	font-weight : bold;
	color: #ff0000;
}
A img {
	border: none;
}
BODY {
	color: #000000;
	background-color: #ffffff;
	font-size : 12pt;
	font-family:sans-serif;
	/*
	font-family: Verdana,'Segoe UI Semibold','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	*/
}
h1 {
	font-weight : bold;
	font-size : 2.2em;
	color : #aa5555;
	text-decoration : underline;
	text-align : center;
}
h2 {
	font-weight : bold;
	font-size : 1.7em;
	text-decoration : underline;
	color : #ff5500;
}
h3 {
	font-weight : bold;
	font-size : 1.2em;
	color : #2222aa;
}
td {
	font-size:12pt;
}
strong {
	font-weight : bolder;
	color : #ff0000;
}
blockquote {
	margin-left: 1em;
	font-style : italic;
	font-size : 0.9em;
}
hr {
	/* width : 90%; */
	color : #F69;
}
.12b {
	font-weight : bold;
	font-size : 1.1em;
}
.12bb {
	font-weight : bold;
	font-size : 1.1em;
	color : #2222ff;
}
.12br {
	font-weight : bold;
	font-size : 1.1em;
	color : #ff1111;
}
.menu_logo {
	width:740px;
	height:30px;
	margin-top:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:0px;
	text-align: center;
	border: 1px none #808080;
}
.button {
	width:66px;
	height:20px;
	background-color :#ff9090;
	margin-top:2px;
	margin-right:0px;
	margin-bottom:2px;
	margin-left:3px;
	float:left;
	line-height:20px;
	font-size:12px;
	font-weight : bold;
	color:#000000;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}
.button a:link {
	text-decoration:none;
	color:#000000;
}
.button a:visited {
	text-decoration:none;
	color:#0000ff;
}
.button a:hover {
	background-color:#ffffff;
	text-decoration:none;
	border-color:#ffffff;
	display : block;
	color:#ff0000;
}
.tensyu {
	width:90%;
	border-width:5px;
	border-style:double;
	border-color:#99ff99;
	padding-top:1.5em;
	padding-right:1.5em;
	padding-bottom:1.5em;
	padding-left:1.5em;
	margin-left:2em;
}
.centu {
	width:400px;
	height:20px;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	padding-left:10px;
	padding-top:2px;
	padding-right:10px;
	padding-bottom:2px;
	border-color:#ff55ff;
}
.familytop {
	width:550px;
	height:100px;
	margin-top:2px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	/*background-color:#e6e6fa;*/
	border-width:3px;
	border-style:solid;
	border-color:#ff2222;
	font-size:18px;
	font-weight : bold;
	color:#0000aa;
	padding-left:10px;
	padding-top:12px;
	padding-right:10px;
	padding-bottom:2px;
	line-height:20px;
}
