html  {
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navi_none {
	display: none;
}

.pankuzu {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.8em;
}
.pankuzu a {
	text-decoration: none;
}
.pankuzu a:hover {
	color: #D58000;
	text-decoration: underline;
}
.pankuzu ol {
	margin: 0px;
	padding: 4px 8px;
	list-style-type: none;
}
.pankuzu li {
display:inline;
margin-right:3px;
}
.pankuzu .p_line {
	background-image: url(../../category/category_img/pankuzu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 12px;
} 
* html .pankuzu .p_line {
	background-image: url(../../category/category_img/pankuzu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 12px;
} 
*:first-child+html .pankuzu .p_line {
	background-image: url(../../category/category_img/pankuzu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 12px;
}

.base #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.detaillBtn{
	height:auto;
	min-height:0;
	text-align:right;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}
.get_adobe {
	border: 1px solid #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F7F7F7;
	font-size: 0.8em;
	color: #666666;
}
.get_adobe img {
	margin-right: 10px;
	float: right;
	margin-left: 10px;
}
.get_adobe p {
	margin-top: 3px;
	margin-right: 122px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
	padding: 0px;
}






.base #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000078;
	background-image: url(../../top_img/footer_back.jpg);
	background-repeat: repeat-x;
	height: 65px;
} 
.base #footer h4 {
	font-size: 0.6em;
	margin: 0px;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.base #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 0.6em;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.base #footer .navi {
	float: right;
	width: 140px;
	height: 65px;
	font-size: 0.8em;
	text-align: left;
}
.base #footer .navi li {
	display: inline;
}
.base #footer .navi ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.base #footer .navi a {
	background-image: url(../../top_img/head_list_point.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	display: block;
	height: 14px;
	margin-left: 10px;
	background-position: 0px 0px;
	text-decoration: none;
	font-weight: normal;
	color: #003366;
}
.base #footer .navi a:hover {
	color: #D58000;
}




.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>


[if IE 5]>
<style type="text/css"> 
/* この条件分岐コメントに IE 5* を対象とした css ボックスモデルのフィックスを配置します */
.base #menu { width: 220px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* この条件分岐コメントにすべてのバージョンの IE を対象とした css のフィックスを配置します */
.base #menu { padding-top: 30px; }
.clear {
	clear: both;
	height: 140px;
	padding: 10px;
}

.base #mainContent {
	zoom: 1;
}
/* 上述の専用のズームプロパティにより、いくつかのバグを回避するのに必要な hasLayout が IE に対して設定されます */
</style>
<![endif]
.top_back  {
	text-align: right;
}
.top_back {
	text-align: right;
	clear: both;
}
.top_back a {
	text-decoration: none;
	background-image: url(../../category/category_img/page_top.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 1.5em;
	height: 19px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.top_back a:hover {
	color: #D58000;
	text-decoration: underline;
}
#co {
	background-color: #006633;
}
.syousai a {
	display:block;
	width:100px;
	height:20px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	background-image: url(../../category/soudan/img/soudan_s_btn.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.syousai {
	background-image: url(../../category/soudan/img/soudan_s_btn_on.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 5px;
	margin-left: 480px;
	margin-bottom: 5px;
}

.syousai a:hover {
	background-image: none;
	background-repeat: no-repeat;
}
ol {
	font-size: 0.9em;
	line-height: 150%;
	padding-left: 2.5em;
}
.dan01 {
	text-indent: -1em;
	padding-left: 1em;
	margin-left: 1em;
}
.dan02 {
	text-indent: -1em;
	padding-left: 2em;
	margin-left: 2em;
}
.dan03 {
	text-indent: -1em;
	padding-left: 3em;
	margin-left: 3em;
}
.dan01a {
	text-indent: -1em;
	padding-left: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.indent01 {
	margin-right: 0px;
	margin-left: 0em;
	padding-right: 0px;
	padding-left: 0em;
}
.indent02 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
.noindent {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.9em;
}
.noindent_under {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
