@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: sans-serif;
	*font-family:"MS PGothic";
	font-size: 75%;
	line-height: 1.8em;
	background-color: #FFFFFF;
	background-image: url(../src/wp_main.gif);
	background-repeat: repeat-x;
}
#container  {
	width: 854px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
#header h1 {
	margin: 0px; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	text-indent: -9999px;
	position: absolute;
	height: 0px;
	width: 0px;
	font-size: 0px;
	line-height: 1em;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 155px;
	height: 97px;
}
#logomenu {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 97px;
	width: 685px;
}
#searchfield {
	margin: 0px;
	height: 47px;
	width: 685px;
	text-align: right;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchform {
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#extmenu {
	height: 20px;
	width: 682px;
	margin: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#extmenu img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#mainmenu {
	padding: 0px;
	width: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 31px;
	margin-left: auto;
}
#mainContent {
	width: 854px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#tagTitle {
	padding: 10px;
	width: 834px;
	height: 39px;
	margin: 0px;
}
#main {
	float: left;
	width: 614px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#mainOnly {
	width: 834px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#catch {
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.mainText {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.mainTextRem {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.mainTextRightSign {
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.mainTextCatch {
	font-size: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	line-height: 1.8em;
}
.mainText ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#crumb {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 90%;
}
#crumb a {
	text-decoration: none;
	color: #333333;
}
#tagPageTitle {
	font-size: 150%;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #556a74;
	color: #556a74;
}
.tagSubPage {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #eeeeee;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.contentsList {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	list-style-type: square;
}
.contentsList li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.contentsListNum {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.contentsListNum li {
	list-style-type: decimal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#sub {
	float: right;
	width: 200px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#submenuTag {
	background-color: #556a74;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 110%;
}
.submenuOn {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #eeeeee;
}
.submenuOff {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#pagenavi {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#pagenavi img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#footer {
	padding: 0px;
	margin: 0px;
}
.textmenu {
	background-color: #f5f5f5;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #294b57;
	margin: 0px;
	padding: 18px;
	font-size: 90%;
}
.copyright  {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 85px;
	padding-left: 0;
	background-color: #dddddd;
	font-size: 90%;
}
.red {
	color: #FF0000;
}
.greenBG {
	background-color: #CCFF66;
}
.pinkBG {
	background-color: #FFCCCC;
}
.yellowBG {
	background-color: #FFFF66;
}
.blueBG {
	background-color: #CCCCFF;
}
.tableDate {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.listTable .tag {
}
.listTable .text {
	font-size: 90%;
}
