<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*タイトル
-----------------------------------------*/
section#indexContent {
margin: 80px 10px 0 10px;
position:  relative;
border-radius: 10px;
padding: 20px;
background:  #F1CA2E;
color:　#FFF;
}
body#page-access #miindexContent:after {
content: "";
display: block;
clear: both;
}
body#page-access section#indexContent &gt; header{
	position: absolute;
	top: -60px;
	left: 20px;
}
body#page-access section#indexContent &gt; p {
	position: absolute;
	top: 10px;
	left: 150px;
}


/*サイドメニュー
-----------------------------------------*/

#menu {
	margin: 30px 10px 0 10px;
	float:left;
	width:230px;
}

#menu .menuTitle01 {
	margin:0;
	padding:0px 10px;
	color:#063;
	background:#F1CA2E;
	border:solid 1px #F1CA2E;
	font-size:123.1%;
	height:40px;
	line-height:40px;
	-moz-border-radius:6px 6px 0px 0px;
	-webkit-border-radius:6px 6px 0px 0px;
	border-radius:6px 6px 0px 0px;
	behavior:url("border-radius.htc");
}

#menu .menuList01  {
	border-style:solid;
	border-width:1px;
	border-color:#F1CA2E;
	background-color:rgb(255,255,255);
	list-style:none;
	margin:0 0 20px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
}

#menu .menuList01 ul {
	margin:0 0 20px;
	padding:0;
}

#menu .menuList01 ul li {
	margin:0px 12px;
	padding:0 0 0 30px;
	list-style:none;
	border-bottom:#DCDCDC solid 1px;
	background:url(../img/arrow-right.png) no-repeat 10px center;
}

#menu .menuList01 ul li a {
	text-decoration:none;
	color:#595959;
	font-size:108%;
	padding:8px 0;
	display:block;
	font-weight:bold;
}

#menu .menuList01 ul li a:hover,
#menu .menuList01 ul li a:active {
	color:#b29600;
}

/*メイン
-----------------------------------------*/

#main {
	margin: 30px 10px 0 10px;
	float:right;
	width:700px;

}
aside {
	margin: 30px 10px 0 30px;
	
}

/*css　見出し1
-----------------------------------------*/
.heading1{
	position:relative;
	padding:0px 0px 0px 20px;
	border-bottom:2px solid #ccc;
	font-weight: bold;
	font-size: 22px;
	line-height: 38px;
	color:  #333;
}
 
.heading1:before{
	content:''; 
	height:12px; 
	width:12px; 
	display:block; 
	background:#F1CA2E;
	position:absolute; 
	top:-0px; 
	left:5px;
	transform:rotate(-50deg);
	-webkit-transform:rotate(-50deg);
	-moz-transform:rotate(-50deg);
	-o-transform:rotate(-50deg);
	-ms-transform:rotate(-50deg);
}
.heading1:after{
	content:''; 
	height:8px; 
	width:6px; 
	display:block; 
	background:#D8A900 ; 
	position:absolute; 
	top:16px; 
	left:2px;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-ms-transform:rotate(-75deg);
}


/* 	table */
	table {
	margin:50px 0px 0px 0px;
	border-collapse: collapse;
	width:100%;
}
th.t_top {
    border-top: #F1CA2E 4px solid;
}
th {
	border-bottom: #e3e3e3 2px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 2px dotted;
	text-align: left;
	padding: 10px;
}
tr:hover {
    background: #E5C300;
    color: #FFFFFF;
}

 .tleft{
	 text-align: left;
	 line-height:normal;
 }
 
 /*  toPageTo */
#toPageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
	
#toPageTop a {
	display: block;
	width: 60px;
	background: url(img/common/btn_to-page-top_ov.gif) no-repeat;
}

#main {
	border-top:#F1CA2E 6px solid ;
}</pre></body></html>