/*全環境・ページ共通スタイルシート*/

body {
	background-color: #FFFFFF;
/*	background-repeat: no-repeat;
	background-attachment: fixed;
*/	background-position: left top;
	margin: 4px;
	text-align: center;
}

#header {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 700px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	border-bottom: 1px solid #808080;
}

#page {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 700px;
	padding: 20px;
/*	margin-top: 0px;*/
/*	padding: 12px;*/
/*	background-image: url(./image/background/gr.gif);*/
/*	border: 3px solid #64ACED;*/
	border: 0px solid #EDAC64;
	text-align: left;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: right;
	width: 700px;
	padding: 20px 20px 20px 20px;
	border-top: 1px solid #808080;
}
	#footer a {
		font-size: 12px;
		color: #808040;
	}

body,td,th,p,a { font-size: 14px; }
a {
	/*font-size: 16px;*/
}
body,td,p { color: #000000; }

img { border: 0px solid #000000; }

body {
	line-height: 150%;
}

hr {
	/*display: none;*/
	/*visibility: hidden;*/
	color: #808080;
}

h1 {
	display: inline;
	font-size: 18pt;
	color: #0000B0;
	font-weight: 900;
/*	border-right: 16px solid #000000;
	border-top: 2px solid #000000;
	border-left: 16px solid #000000;
*/	margin: 0px 15px;
	padding: 0px;
	letter-spacing: 5px;
	/*font-family: "";*/
}

h2 {
	display: inline;
	/*width: 100%;*/
	text-align: left;
	font-size: 12pt;
	color: #808080;
	/*background-color: #DDDDEE;*/
	border-left: 0px solid #000070;
	/*border-top: 2px solid #040404;*/
	/*border-bottom: 3px solid #040404;*/
	padding: 0px;
	/*padding-left: 15px;*/
	margin: 0px 15px;
	/*text-align: center;*/
}

h3 {
	width: 70%;
	text-align: left;
	font-size: 16px;
	padding-left: 20px;
	margin-top: 30px;
	color: #B00000;
	border-top: 0px solid #000070;
	border-bottom: 0px solid #000070;
	/*background-color: #FFEACB;*/
}

h4 {
	font-size: 15px;
}

hr {
	width: 66%;
	height: 1px;
	color: #000000;
}
td {
	padding-left: 10px;
	padding-right: 10px;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #DD2020; }

body,td,p { font-family: /*"Georgia", */"ＭＳ Ｐゴシック"; }
big { font-family: "ＭＳ 明朝", "HG丸ｺﾞｼｯｸM-PRO"; }

ul { list-style-type: circle; }

ins {
	text-decoration: none;
}

a.menu_link {
	color: #000000;
	text-decoration: none;
}
a:visited.menu_link {
	color: #000000;
}

table {
	border-collapse: collapse;
	empty-cells: show;
}

/**/

table.menu {
	width: 350px;
	padding: 0px;
	margin: 0px;
	border: 2px solid #010101;
/*	border-top: 1px solid #000070;
	border-left: 1px solid #000070;
*/}
table.menu tr {
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
}
table.menu th {
	color: #FFFFFF;
	padding: 1px;
	margin: 0px;
	border: 0px solid #000000;
}
table.menu td {
	padding: 2px;
	margin: 0px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px;
	border-right: 0px;
}

.TopIcon {
	text-align: center;
}

.Emphasis {
	color: #E00000;
	/*font-weight: bold;*/
}

/* 個別 */

/* top */
.InformationBox {
	width: 280px;
	float: right;
	vertical-align: top;
	margin: 20px;
}
.InformationBoxTitle {
	display: inline;
	text-align: left;
	font-size: 12pt;
	color: #808080;
	padding: 0px;
	margin: 0px 15px;
}
.InformationBoxContents {
	padding: 10px 10px;
	text-align: left;
	border: 1px solid #808080;
}
span.updatetime {
	color: #8080BB;
	/*font-size: 14px;*/
}

/* profile.php */
table.profile {
	/*width: 100%;*/
}
table.profile tr {
}
table.profile td {
	padding: 3px;
}

/* words */
.word { color: #B00000; }
.pronunciation { color: #D08888; }
.meaning { margin-left: 20px; }

/* gallery */
table#gallerytable tr td {
	border:  1px solid #808080;
}
