﻿@charset "utf-8";
@import url("base.css");

/* 各項目枠 */
.contents {
	margin-top: 1em;
	margin-right: 5%;
	margin-bottom: 2em;
	margin-left: 5%;
	border: thin solid #FF9999;
}
.contents table {
	margin-right: auto;
	margin-left: auto;
}
.noDown {
	font-size: 150%;
	text-decoration: line-through;
}
.down {
	font-size: 150%;
}

.downTable {
	width: 60%;
}

.downTable td {
	width: auto;
	border: 1px solid #FFFFFF;
}

.downTable .midashi {
	background-color: #FFCCCC;
	font-weight: bold;

}

.downTable .mirror {
	background-color: #FFECEC;
	width: auto;
}

.downTable .dl a:link {
	color: #FF9999;
}

.downTable .dl a:visited {
	color: #FF0066;
}

.downTable .dl a:hover, a:active {
	color: #FF0066;
}


/* 各項目タイトル */
h4 {
	font-size: large;
	text-align: center;
	background-color: #FFCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FF9999;
	border-right-color: #FF9999;
	border-bottom-color: #FF9999;
	border-left-color: #FF9999;
	padding: 0.5ex;
	margin: 0px;
}
/* 各項目本文 */
.contents p {
	margin: 1ex;
	text-align: center;
}
/* 各項目サブタイトル */
h5 {
	font-size: medium;
	text-align: center;
	background-color: #FFCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FF9999;
	border-right-color: #FF9999;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF9999;
	padding: 0.5ex;
	font-weight: normal;
	border-top-style: solid;
	border-bottom-style: dotted;
	margin: 0px;
}
/* 項目内リストの左側 */
dl dt {
	float: left;
	width: 70%;
	clear: left;
	background-color: #FFCC99;
	margin-right: 1em;
	padding-left: 1ex;
}
/* 項目内リストの右側 */
dl dd {
	background-color: #FFFFCC;
	padding-right: 1ex;
	margin: 1px;
}
/* 項目内リストのスキマ消し */
dl {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
