<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 */

.ie6 .gridContainer.clearfix {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	
}

.ie6 .gridContainer {
	/*	width: 88.2%;*/
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;/*	padding-left: 0.9%;
	padding-right: 0.9%;
*//*	height: 2133px;
	width: 986px;
	margin-left: 227px;*/
}
.ie6 #LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.ie6 #header1 {
	clear: both;
	float: left;
	width: 48.9795%;
	display: block;
	padding-left: 0px;
}
.ie6 #header2 {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 38.7755%;
	display: block;
	padding-top: 35px;
}
.ie6 #nav_sp {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
}
.ie6 #nav_tb_pc {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 55px;
}
.ie6 #headerimg {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.ie6 #content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 69.3877%;
	display: block;
	
}

.ie6 #sidebar {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 28.5714%;
	display: block;
}

.ie6 #content .single a {
	float: left;
	padding-left: 30px;
}
#tabpanel {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.ie6 #footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.ie6 #nav_tb_pc #dropdown li a {
	font-size: 14px;
}





.ie6 #top1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 48.9795%;
	display: block;
}

.ie6 #search {
	clear: none;
	float: left;
	margin-left: 2.0408%;
	width: 38.7755%;
	display: block;
}

.ie6 #box .box_1 dl dd {
	text-align: center;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ie6 #box .box_1 {
	border: 1px solid #030;
	padding: 10px;
	border-radius: 8px;
	display: block;
}

.ie6 #top_gairaishinryou {
	display: block;
}
/*.oldie #content .gairai_uketuke {
	font-size: 14px;
}
.oldie #content .gairai_uketuke table {
	margin-bottom: 10px;
	margin-left: 5px;
	width: 100%;
}*/

.ie6 #content #post01 #index {
	border: 1px solid #090;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 10px;
	font-size: 14px;
}
.ie6 .TabbedPanelsContent{
	font-size: 14px;
}
.ie6 .TabbedPanelsContent.TabbedPanelsContentVisible ol li {
	font-size: 14px;
}
.ie6 table   {
	width: 100%;
	font-size: 14px;
}

.ie6 #dropdown li a {
	height: 52px;
	color: #818181;
	text-shadow: 0 1px 1px #fff;
	line-height: 55px;
	background-image: url(../sozai/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	text-align: center;
	width: 105px;
}
/*タブレット・パソコンのドロップダウンのはじめ*/
.ie6 #dropdown,
.ie6 #dropdown ul{
	margin: 0;
	list-style: none;
}
.ie6 #dropdown{
	margin-bottom: 10px;
	height: 55px;
	position: relative;
	z-index: 100;
	background-image: url(../sozai/navi_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 50%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.ie6 #dropdown li{
	position: relative;
	margin: 0;
}
.ie6 #dropdown a{
	display: block;
	text-decoration: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

/* メイン階層 */
.ie6 #dropdown &gt; li{
	float: left;
	width: 105px;
	text-align: center;
}
#dropdown &gt; li &gt; a{
	height: 52px;
	color: #818181;
	text-shadow: 0 1px 1px #fff;
	line-height: 55px;
	background-image: url(../sozai/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ie6 #dropdown &gt; li:hover &gt; a{
	color: #2e8b57;
	background-image: url(../sozai/menu_hover_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.ie6 #dropdown &gt; li:first-child &gt; a{
	background-image: url(../sozai/menu_first_bg.jpg);
}
.ie6 #dropdown &gt; li:first-child:hover &gt; a{
	background-image: url(../sozai/menu_first_hover_bg.jpg);
}

/* サブ階層 */
.ie6 #dropdown ul{
	position: absolute;
	left: -25px;
	z-index: 9999;
	width: 150px;
	border: 1px solid #bbb;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
	padding: 0;
}
.ie6 #dropdown ul a{
	padding: 0 1em;
	color: #777;
}
.ie6 #dropdown li ul a span{
	display: block;
	border-top: 1px solid #bbb;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
.ie6 #dropdown ul li:first-child &gt; a span{ border-top-color: transparent; }
.ie6 #dropdown ul li:hover{ background: #2e8b57; }
.ie6 #dropdown ul li:hover &gt; a span{
	color: #fff;
}
.ie6 #dropdown ul li:hover &gt; a span,
.ie6 #dropdown ul li:hover + li &gt; a span{
	border-color: transparent;
}

/* 孫階層 */
.ie6 #dropdown ul ul{
	top: -8px;
	left: 190px;
}

/* icon */
.ie6 #dropdown li.balloon-caret{
	position: absolute !important;
	top: -13px;
	left: 92px;
	width: 16px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ie6 #dropdown ul ul li.balloon-caret{
	top: 16px;
	left: -13px;
	width: 13px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ie6 #dropdown span.icon{
	position: absolute;
	border: none;
}
.ie6 #dropdown li .icon{
	top: 24px;
	right: 20px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ie6 #dropdown ul .icon{
	top: 12px;
	right: 24px;
	width: 10px;
	height: 10px;
	border: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}


/*タブレット・パソコンのドロップダウンのおわり*/

.ie6 #dropdown li{
	float: left;
	width: 105px;
	text-align: center;
	height: 52px;
}
/*.ie6 #dropdown &gt; li &gt; a{
	height: 52px;
	color: #818181;
	text-shadow: 0 1px 1px #fff;
	line-height: 55px;
	background-image: url(../sozai/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}*/

.ie6 #nav_tb_pc #dropdown li a {
	font-size: 12px;
}.gridContainer.clearfix #content #post01 #index #p1 dl dd strong {
	color: #F00;
}
.gridContainer.clearfix #content dd table tr th {
	color: #FAC407;
}
.gridContainer.clearfix #content dd table tr th {
	color: #000;
}
</pre></body></html>