body {
	font-family: Osaka, "メイリオ", "meiryo", sans-serif;
	line-height : 130%;
	font-size : medium;
	color : black;
	margin-left : 3%;
	margin-right : 3%;
	background-color: #fdb;
}

h1 {
	margin : 0px;
	padding : 5px 5px 5px 10px;
	font-size : large;
	border-bottom : 2px #699 solid;
/*	border-left : 20px #699 solid; */
	line-height : 100%;
	clear : both;
}

h1:before {
	content: url(icon.png);
}

/* h1.image :
  Use for the top page in which a logo would be a top header. */

h1.image {
	border-bottom : 0px;
}

h1.image:before {
	content: '';
}

h2 {
	padding : 10px 10px 5px 10px;
	text-align : left;
	font-size : large;
	border-bottom : 2px #699 solid;
/*	border-left : 10px #9cc solid; */
/*	background-color : #cfc; */
	clear : both;
}

h2:before {
	content: url(icon.png);
}

h3 {
/*	padding : 10px 10px 5px 10px; */
	padding : 2px 12px 2px 10px;
	text-align : left;
	font-size : medium;
/*	border-bottom : 1px #9cc solid; */
	border-left : 10px #699 solid;
}

strong {
	text-weight : bold;
	color : #009;
}

img.logo {
	border: none;
	padding : 0 32px 0 0px;
	margin : 0;
}

dt {
	border-left : 6px #699 solid;
	padding-left : 4px;
}

hr {
	clear : both;
}

code {
	font-family: Consolas, "Courier New", monospace;
	line-height : 110%;
	background-color : black;
	color : white;
	border : solid #999 2px;
	padding : 8px;
}

.copyright {
	font-size: small;
	text-align: center;
}

.invisible {
	display: none;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.image-left {
	float : left;
	margin-right : 10px;
	text-align: center;
}

.image-right {
	float : right;
	margin-left : 20px;
	text-align: center;
}

.clear {
	clear : both;
}

.navigation {
	clear : both;
	text-align : right;
/*	font-size: small; */
}

.topright {
	text-align : right;
/*	margin-bottom : -1.3em; */
	margin-bottom : -2.3em;
	padding-top : 0.2em;
}

.subcontent {
	color : #999;
}

.largebutton {
	background : #ffcc99;
	border-radius : 6px;
	border : 2px #aa6633 solid;
	padding : 0.2em 0.5em;
}

.largebutton:hover {
	background : #ffff99;
}

a.no_underline {
	text-decoration : none;
	font-weight : bold;
}

table {
	border-collapse : collapse;
}

input , textarea , select {
	font-size: medium;
}

input , select , form div {
	vertical-align: middle;
}
