@charset "utf-8";
.font140 { font-size:140%;}
.font120 { font-size:120%;}
.font100 { font-size:100%;}
.font90 { font-size:90%;}
.font80 { font-size:80%;}
.font70 { font-size:70%;}
.font60 { font-size:60%;}
.bold { font-weight:bold;}
.italic { font-style:italic;}
.comp {
	font-size: 0.85em;
	color: #C00;
	background-color: #FFFFE1;
	padding: 0.5em;
	border: thin dotted #F90;
}

#container #mainContent .main_wrapper {
	width: 604px;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtrHdr #container #mainContent #columm12 #photo {
	float: left;
	height: auto;
	width: 150px;
	text-align: center;
	overflow: hidden;
	padding-top: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
#columm12 p.date {
	font-size:1.2em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	text-align: right;
}
.oneColFixCtrHdr #container #mainContent #columm12 #photo #name {
	font-size: 1.1em;
	margin-top: 10px;
	line-height: 1.3em;
}
.oneColFixCtrHdr #container #mainContent #columm12 #message {
	float: right;
	height: auto;
	width: 444px;
}
#columm12 p.ind {
	font-size:1.2em;
	text-indent:1em;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.oneColFixCtrHdr #container #mainContent #columm12 #writings dl {
	margin-top: 30px;
	margin-left: 5px;
}
.oneColFixCtrHdr #container #mainContent #columm12 #writings dl dt {
	font-size: 1.2em;
	margin-left: 0px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #columm12 #writings dl dd {
	font-size: 1.2em;
	margin-top: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
.oneColFixCtrHdr #container #mainContent #columm12 #profileTable {
	font-size: 1.2em;
}
.oneColFixCtrHdr #container #mainContent #columm12 .line {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 30px;
}
.oneColFixCtrHdr #container #mainContent #columm12 #profileTable tr td {
	white-space: nowrap;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
	vertical-align: bottom;

}
.oneColFixCtrHdr #container #mainContent #columm12 #profileTable tr {

}
.oneColFixCtrHdr #container #mainContent #columm12 #profileTitle {
	font-size: 1.2em;
	margin-left: 5px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #columm12 #writings dl dd .jisage {
	font-size: 0.9em;

}
.oneColFixCtrHdr #container #mainContent #columm12 #writings {
	margin-bottom: 40px;
}


/*  2024/12/25  */
ul li.list01{
    list-style-type:disc;
	font-size:1.2em;
	line-height:;
}



table {
    margin: auto;
	background-color: #fff;  /* 背景色指定 */
	border-collapse:  collapse;
	table-layout:auto;
	width:  500px;              /* 幅指定 */
	text-align:left;
}

th {
    background-color: #fff;  /* 背景色指定 */	
	padding: 10px;      /* 余白指定 */
    height: 20px;               /* 高さ指定 */
	width:auto;
	text-align:center;

}
td{
    text-indent: 2em;
}
th,td {
    border:solid 1px #666666;      /* 枠線指定 */
}