@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;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse:separate;  /* セル間を離す */
	border-spacing:5px;　　/* セル間の距離 */
	table-layout: auto;
	width: 500px;              /* 幅指定 */
	text-align: left;
}
table th,table td {
	border-radius: 4px;
}
table th {
	background-color: #FFDFDF;  /* 背景色指定 */
	padding: 10px;      /* 余白指定 */
	height: 30px;               /* 高さ指定 */
	width: auto;
	text-align: center;
	border-color: FFCCEA;
}
table td{
	background-color: #FFF6F6;  /* 背景色指定 */
    padding-left: 2em;

}


.down_button {
	text-decoration:none;
	padding:8px;
	width:500px;
	margin:auto;
	font-size:1.3em;
	text-align:center;
	border:2px solid #1A3871;
	background-image:url(../../../about/css/img/linkbuttonbg.png);
	background-color:#FAFAF3;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
}
.down_button:hover {
	 color:#767107; 
	 background-color:#ECECD7; 
	 border:2px solid #92addf; 
	 }
.nekosagashi{
	font-style: normal;
	font-size: 1.5em;
	color: 0C359E;
	font-weight: 900;
	line-height: none;
	}
