﻿@charset "utf-8";
@import url("base.css");

/* 最上部タイトル */
h4 {
	text-align: center;
	margin-bottom: 3em;
	font-size: large;
	text-decoration: underline;
	overflow: auto;
}
/* 最上部タイトル画像 */
h4 img {
	border: 1px solid #999999;
}
/* 説明コンテンツ枠 */
.contents {
	text-align: center;
	border: thin solid #FF9999;
	background-color: #FFF0F0;
	margin-right: 10%;
	margin-left: 10%;
	padding-bottom: 1ex;
	overflow: auto;
	margin-bottom: 4ex;
}
/* コンテンツタイトルとサイズ別タイトル */
h5 {
	background-color: #FF9999;
	font-size: large;
	padding: 0.5ex;
	color: #FFFFFF;
	margin-bottom: 1ex;
	text-align: center;
	font-family: "sans-serif";
}
/* 赤文字 */
em {
	font-style: normal;
	font-weight: bold;
	color: #FF6666;
}
/* コード表示部分 */
pre {
	border: 1px solid #999999;
	white-space: normal;
	padding: 0.5ex;
	color: #000000;
	background-color: #F6F6F6;
	margin-bottom: 1em;
}
/* 各バナー部分 */
h6 {
	font-size: medium;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFCCCC;
	border-right-color: #FFCCCC;
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
	padding-top: 1em;
	font-family: "sans-serif";
	overflow: auto;
}
