<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inline_link {
	padding: 0 2px;
}

.image_block {
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 0px rgba(0,0,0, 0.2);
}

.inline_image {
	overflow: hidden;
}

.inline_image_left {
	float: left;
	display: inline;
	margin: auto;
	margin-right: 15px;
}

.inline_title {
	font-weight: bold;
	color: #2266ff;
}
.noindent {
	text-indent: 0;
}

.inline_block {
	text-indent: 0;
}

.inline_title:hover {
	cursor: pointer;
}

.inline_div {
	text-indent: 1em;
	background-color: #bbeeff;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	padding: 5px;
}

.important_div {
	margin:10px;
	padding: 5px;
	font-weight: bold;
	border: 3px double #ee6666;
	border-radius: 5px;
	background-color:#880000;
	background-image: url('../parts/pattern/bg_pattern_1a_002w.png');
	box-shadow: 1px 1px 0px rgba(0,0,0, 0.2);
	color: #ffffff;
}

.important_div ul {
	margin-left: 20px;
	padding: 0px;
}
.important_div li {
	text-indent: 0px;
}

.emphasis {
	font-weight: bold;
	padding: 1px 6px 0 6px;
	border-radius: 8px;
	background-color: #fff4f4;
	color: #f22;
}

.emphasis_black_inv {
	font-weight: bold;
	padding: 1px 6px 0 6px;
	border-radius: 8px;
	background-color: #222;
	color: #fff;
}

.emphasis_sentence {
	font-weight: bold;
	padding: 0 2px;
	color: #f22;
}

.emphasis_sentence_black {
	font-weight: bold;
	padding: 0 2px;
	color: #222;
}

.button1 {
	font-family: "繝｡繧､繝ｪ繧ｪ", Meiryo, "Hiragino Kaku Gothic Pro", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
	border-radius: 5px;
	height: 30px;
	width: 100px;
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0, 0.5);
	background-color: #2244ff;
	background: -ms-linear-gradient(top, #4455ff, #2233ff);
	background: -moz-linear-gradient(top, #4455ff, #2233ff);
	background: -webkit-linear-gradient(top, #4455ff, #2233ff);
}

.table1 {
	border-radius: 3px;
	background-color: #222222;
}
.table1 th {
	background-color: #555555;
	background-image: url('../parts/pattern/bg_pattern_1b_002.png');
	color: white;
	padding: 5px;
	text-indent: 0;
}
.table1 td {
	background-color: #fcfcff;
	padding: 5px;
	text-indent: 0;
}

.table1b {
	border-radius: 3px;
	background-color: #444488;
}
.table1b th {
	background-color: #5555cc;
	background-image: url('../parts/pattern/bg_pattern_1b_002.png');
	color: white;
	padding: 5px;
	text-indent: 0;
}
.table1b td {
	background-color: #fcfcff;
	padding: 5px;
	text-indent: 0;
}
</pre></body></html>