@charset "utf-8";
/* BODYの規定値 */
body {
	color: #4C4C4C;
	font-family:"MS Gothic","Osaka-等幅",monospace;
	font-size: 10pt;
	line-height: 150%;
	background-color: #d0e6ee;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
}

/* pの規定値 */
p {
	margin: 0px;
	padding: 0px;
}

/* ページ幅指定用 */
.body {
	width: 850px;
	border: 1px solid #606060;
	background-color: #ffffff;
	box-shadow: 3px 3px 10px #000000;
	-moz-box-shadow: 3px 3px 10px #000000;
	-webkit-box-shadow: 3px 3px 10px #000000;
}
.left-w {
	width: 620px;
}

/* テーブルの規定値 */
table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
td {
	color: #4C4C4C;
	font-family:"MS Gothic","Osaka-等幅",monospace;
	font-size: 10pt;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* 見出し */
h1 {
	color: #ffffff;
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
	font-size: 18pt;
	line-height: 100%;
	background-color: #006699;
	border-bottom: 3px double #ffffff;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 0px 0px; 
}
h2 {
	color: #4C4C4C;
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
}

/* 普通のリンク */
a:link {
	color: #00497c;
	text-decoration: underline;
}
a:visited {
	color: #3e82a6;
}
a:active {
	color: #00FF00;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #4455b6;
}

/* 画像 */
a img {
	border: none;
	vertical-align: text-bottom;
}

/* UL & OL & DL & LI */
ul,ol,li,dl {
	line-height: 200%;
}
dt {
	font-weight: bold;
	background-color: #FFFF99;
	padding-left: 1em;
}

/* 罫線 */
hr {
	height: 0px;
	border-top: 1px solid #4C4C4C;
	border-right: 0px solid #4C4C4C;
	border-bottom: 0px solid #4C4C4C;
	border-left: 0px solid #4C4C4C;
	padding: 0px 0px 0px 0px; 
	margin: 5px 0px 5px 0px; 
}
.dot {
	height: 0px;
	border-top: 1px dotted #4C4C4C;
	border-right: 0px solid #4C4C4C;
	border-bottom: 0px solid #4C4C4C;
	border-left: 0px solid #4C4C4C;
	padding: 0px 0px 0px 0px; 
	margin: 5px 0px 5px 0px; 
}

/* 表 */
table.tbl {
	border-top: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-spacing: 0;
	empty-cells: show;
}
.tbl td {
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	font-size: 9pt;
	line-height: 100%;
	padding: 2px 2px 2px 2px; 
}
.tbl th {
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	font-size: 9pt;
	line-height: 100%;
	padding: 2px 2px 2px 2px; 
}
table.tbl2 {
	border-top: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-spacing: 0;
	empty-cells: show;
}
.tbl2 td {
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	font-size: 9pt;
	line-height: 120%;
	padding: 2px 2px 2px 2px; 
}
.tbl2 th {
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	font-size: 9pt;
	line-height: 120%;
	padding: 2px 2px 2px 2px; 
}
table.tbl3 {
	border-top: 1px solid #4C4C4C;
	border-left: 1px solid #4C4C4C;
	border-spacing: 0;
	empty-cells: show;
}
.tbl3 td {
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 120%;
	padding: 2px 2px 2px 2px; 
}
.tbl3 th {
	border-right: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
	font-size: 9pt;
	line-height: 120%;
	padding: 2px 2px 2px 2px; 
}

/* 余白＆字下げ */
.indent1 {
	padding-left: 1.5em;
	padding-right: 1em;
}
.indent-1w {
	text-indent: -1em;
	padding-left: 1em;
}
.indent-3w {
	text-indent: -3em;
	padding-left: 3em;
}
.indent-6w {
	text-indent: -6em;
	padding-left: 6em;
}
.margin-rb {
	margin-right: 15px;
	margin-bottom: 15px;
}

/* 文字修飾 */
.font {
	font-family: "MS UI Gothic", "MS PGothic", "Lucida Grande", Osaka, sans-serif;
}
.font-mn {
	font-family: "MS PMincho", "Heisei Mincho", serif;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.font9 {
	font-size: 9pt;
}
.font10 {
	font-size: 10pt;
}
.font11 {
	font-size: 11pt;
}
.font-red {
	color: #ff0000;
}
.mk-yellow {
	background-color: #FFFF99;
}
.mk-blue {
	background-color: #99FFCC;
}
.mk-orange {
	background-color: #FFCC66;
}

/* 行間 */
.line100 {
	line-height: 100%;
}
.line120 {
	line-height: 120%;
}
.line200 {
	line-height: 200%;
}

/* 背景色 */
.bg-r {
	background-color: #006699;
}

/* 囲み＆ボックス */
.box {
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	border-left: 30px solid #ff0000;
	background-color: #ffffff;
	padding: 3px 3px 3px 10px;
	margin: 5px 5px 5px 5px;
}
.box1 {
	font-weight: bold;
	background-color: #FFFF99;
	padding-left: 1em;
}

