@charset "utf-8";

#main {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1024px;
	border: 1px solid #CCC;
	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	font-family: "UD デジタル 教科書体 N-B";
*/	font-size: 14px;
}

#contents {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
footer{
	color: darkgray;
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#copyright:before{
	content: "Copyright(C) 2023 SHINNOSUKE ABE All rights reserved.";
}
.menu {
	width: 330px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu ul {
	width: 160px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}
.menu ul li {
	list-style-image: url(../images/icon01.gif);
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 20px;
}
.menu ul li a {
	color: #333;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
}
.menu ul li a:hover {
	color: #090;
}
.catchcopy {
	width: 633px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
.press {
	margin-left: 44px;
	width: 275px;
	float: left;
	padding-top: 70px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	text-align:right;
}
.press a {
	color: #666;
	}
.sub_contents {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #090;
	border-radius: 10px;
	padding: 1px;
}
.sub_contents .title{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 16px;
}
.sub_contents .text {
	background-color: #FFF;
	padding: 6px;
	border-radius: 0px 0px 10px 10px;
	line-height: 150%;
	overflow: auto;
    margin: 1px;
}

.sub_contents .greeting_line{
	line-height: 200%;
}



.text2 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #06F;
	border-radius: 10px;
	padding: 1px;
}
.text2_in {
	width: 450px;
	padding: 1px;
	margin: 10px;
	float: left;
}


.banner {
	/* [disabled]width: 420px; */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.banner img {
	margin: 3px;
}


.photo_right {
	float: right;
	background-color: #FFF;
	margin: 3px;
	border: 1px solid #eee;
	padding: 5px;
	box-shadow:2px 2px 6px #999;
}
.profile {
	/* [disabled]width: 550px; */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	/*margin-left: 30px;*/
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-o-column-count: 2;
	-ms-column-count: 2;
	/* [disabled]line-height: 150%; */
}
.profile .title {
	background-color: #090;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #FFF;
	width: 96%;
	border-radius: 6px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.profile .text {
    font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*margin-left: 12px;*/
	margin-left: 0px;
	padding: 3px;
}

.profile_area {
	background-color: #06F;
	border-radius: 5px;
	/*float: left;*/
	/*width: 100%;*/
    margin: 0 auto;
	padding: 1px;
}
.profile_area .title{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 16px;
}
.profile_area .text{
	background-color: #FFF;
	padding: 6px;
	border-radius: 0px 0px 5px 5px;
	line-height: 150%;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	-o-column-count: 3;
	-ms-column-count: 3;
}
.pdf{
	margin-top: 10px;
	width: 940px;
	height: 1200px;
	/*width: 720px;
	height: 1024px;*/
}
.clear {
	clear: both;
}
.ta_center {
	text-align: center;
}

.ta_right {
	text-align: right;
}
.ta_left {
	text-align: left;
}
.tc_red {
	color: #F00;
}
.tc_pink {
	color: #FF66CC;
}
.tc_blue {
	color: #06F;
}
.tc_orange {
	color: #F60;
}
.tc_lightorange {
	color: #F90;
}

.tc_blueblack {
	color: #039;
}

.tc_green {
	color: #090;
}
.tc_lightblue {
	color: #0CF;
}
.tc_green {
	color: #090;
}
.tc_yellow {
	color: #FFCC00;
}
.tc_purple {
	color: #9933CC;
}
.tc_brown {
	color: #993333;
}
.tc_pink_red {
	color: #F03;
}

.tc_orange_red {
	color: #F30;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font10 {
	font-size: 10px;
}
.font24 {
	font-size: 24px;
	line-height: 150%;
}

.explanation {
    margin-top: -3px;
   /* margin-bottom: 0.5em;*/
    font-size: 12px;
    padding-left: 1.5em;
    text-indent:-1em;
}
