@charset "Shift_JIS";
#leftmenu {
	width: 148px;
	float: left;
	border-right-width: 1px;
	display: block;
	background-color: #FFFFFF;
}
#leftmenu a {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #3300CC;
	text-decoration: underline;
	font-weight: bold;
}
#leftmenu a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3333FF;
}
#leftmenu li {
	list-style-position: inside;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	list-style-type: none;
}
#leftmenu ul {
	display: block;
	list-style-position: inside;
	vertical-align: 50%;
}
#cont {
	float: left;
	width: 676px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-bottom: 15px;
	display: block;
	background-color: #FFFFFF;
}
#cont h2 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336600;
	border-right-color: #336600;
	border-bottom-color: #336600;
	border-left-color: #336600;
	margin: 5px;
	color: #336611;
	font-size: 1.2em;
	text-indent: 5px;
	clear: both;
}
.line_up {
	vertical-align: 15%;
}
#cont img {
	margin: 5px;
	float: left;
}
#cont li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: .8em;
	line-height: 1.5em;
	list-style-type: disc;
	margin-left: 20px;
}
#cont ul {
	display: block;
	float: left;
}
#cont a {
	color: #3333CC;
	text-decoration: underline;
}
#cont p {
	font-size: 0.8em;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#cont a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3333bb;
}
#pan {
	background-color: #336600;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 5px;
	clear: both;
}
#pan a {
	color: #FFFF66;
}
#pan a:hover {
	color: #FFFFFF;
}
#footer {
	background-color: #336600;
	clear: both;
	width: 840px;
}
#footer p {
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.7em;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#title {
	height: 75px;
	width: 840px;
	margin: 0;
	padding: auto;
	border: 1px solid gray;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #336600;
}
#title h1 {
}
.sage {
	margin-top: 50px;
}
.page_brake{
page-break-before: always;
}
.page_brake_a {
	page-break-after: always;
}
.red {
	color: #FF0000;
}
.m_15 {
	margin-left: 15px;
}
.m_0 {
	margin: 0px;
	padding: 0px;
	display: block;
}
.bld {
	font-size: larger;
	font-weight: bold;
}

/*** twitter 関連ボタン追加 2019.6.27 ***/
/* wtitter グループ */
#cont #twitter-g {
	float: left;
	width: 430px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}
/* twitter <div> */
#cont .twitter {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	display: table;
	width: 200px;
	height: 50px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #BBBBBB;
	box-shadow: 3px 3px 5px #555555;
	border-radius: 3px;
	margin-left: 10px;
	transition: 0.3s;
}
#cont .twitter:hover {
	background: #E0FFFF;
}
/* twitter <a> */
#cont .twitter-a {
	display: table-cell;
	vertical-align: middle;
	font-size: 0.8em;
	text-decoration: none;
	color: #000000;
	line-height: 1.1em;
	transition: 0.3s;
}
#cont .twitter-a:hover {
	text-decoration: none;
	background: rgba(255,255,255,0);
	color: #000000;
}

