<!--body { font: 15px/1.231 arial, helvetica, clean, sans-serif; *font-size:small; *font:x-small; font-family:'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka,Osaka-等幅'; line-height:100%; }-->

div{
color: #333333;   /* 文字の色 */
line-height: 1.5;   /* 文字の行の高さ */
}
.text {
	font-size: 10pt;
	color: #333333;
	line-height: 18pt;
}
.red { color: #F00; }

.newmark {
	content: "New";
	color: #F00;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	margin-left: 5px;
}
.center {
	text-align: center;
}
.info {
	text-align: center;
	margin: 20px 0;
}
s
   /* 文字のサイズ */
.small {font-size: 8pt;}   /* 文字のサイズ */
a:link  { color:#000099}   /* リンクは青 */
a:visited  { color:#006633}   /* すでに見たページのリンクは緑 */
a:hover  { color:#006633}   /* マウスカーソルが重なっているときは緑 */

.list {
	font-size: 10pt;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	line-height: 40pt;
}
.midashi {
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}
.komidashi {
	font-size: 11pt;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}
.graf {
	font-size: 11pt;
	font-weight: 400;
}
.graf2 {
	font-size: 11pt;
	line-height: 25pt;
	font-weight: 400;
}
.pic {
	background-image: url(image/img_back3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

a.point { color: #f00; text-decoration: underline; }

/*2015.08追加  2025.04修正*/
#news {
	width: 600px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align: left;
	font-size: 15px;
	border-bottom: 1px solid #cccccc;
}
#news dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#news dl dt {
	box-sizing: border-box;
	display: flex;
	width: 23%;
	padding: 10px 10px 10px 25px;
	border-bottom: 1px dotted #999999;
	font-weight: bold;
}
#news dl dd {
	box-sizing: border-box;
	width: 77%;
	margin-left: 0;
	padding: 10px 25px 10px 10px ;
	border-bottom: 1px dotted #999999;
}
	
/*2017.02追加*/
table.table01 {
	border-collapse: collapse;
	border: 1px solid #999999;
	padding: 6px 0;
	text-align: center;
	font-size: 13px;
	color: #333333;
	line-height: 1.3;
}
table.table01 td {
	border: 1px solid #999999;
}

/*2019.9.18追加*/
a.pdf {
	background-image: url(image/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
	margin-right: 3px;
}

/*2022.3.18追加*/
.indent-2-1 {		/*2行目一字下げ*/
	padding-left: 1em;
	text-indent: -1em;
	}
.indent-2-2 {		/*2行目一字下げ2*/
	padding: 2em;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: -0.7em;
	}
.indent-2-1 p,
.indent-2-2 p{
	margin-bottom: -0.7em;
	}

/*2023.9.12追加*/
.indent-2-3 {		/*2行目三字下げ*/
	padding-left: 3em;
	text-indent: -3em;
	}

/*2023.10.25追加*/
#name {				/*トップページ法人名*/
    margin-top: 20px;
	margin-bottom: 10px;
}