/*--------------------全体--------------------*/

#all * {
	border:0 none;
	line-height:1.2;
	margin:0;
	padding:0;
}

#all{
	width: 750px;
	margin-top: 10px;
	background-color:  #fff6be;
}

#all .mb {
	margin-bottom: 10px;
}

/*float*/
#all .float_l {
	float: left;
	display: inline;
}

#all .float_r {
	float: right;
	display: inline;
}



/*-------------table------------*/

#all table {
	 border-collapse: collapse;
	 border-spacing: 0;
	 font-size: 12px;
	 width: 420px;
}


#all .spec table td.top{
	font-weight: bold;
}

/*---------------dl---------------*/
#all .category dl  {
	padding: 10px 0px;
}

#all .category dd {
	font-size: 18px;
	font-weight: bold;
}

#all .category dt.name {
	font-size: 27px;
	font-weight: bold;
}

#all .category dt.name span {
	font-size: 15px;
	font-weight: bold;
}

#all .category dt.text {
	font-size: 13px;
	font-weight: nomal;
	text-align: justify;
	line-height: 1.6;
	margin: 8px 0;
}


/*-------------新BOX関係------------*/
#all .boxtop {
	border: double 5px #ea5433;
	padding: 10px;
}


#all p.nonm{
	margin: 0px !important;
}


/*-------------BOX関係------------*/

#all .section {
	margin-top: 25px;
	margin-bottom: 10px;
}

#all .section p{
	margin-bottom: 0px;
}


#all .category {
	padding: 0px 10px 10px 10px;
}

/*-------------画像関係------------*/

#all .img_r {
	float: right;
	margin:0px 0px 5px 10px;
	display: inline;
}

#all .img_r02 {
	float: right;
	margin:30px 70px 5px 10px;
	display: inline;
}

#all .img_l {
	float: left;
	margin-right: 20px;
	display: inline;
}

#all .line {
	float: left;
	height: 220px;
	margin: 10px 5px 0px 5px;
	width: 1px;
	border-right: 1px dashed;
	border-color: #a7a7a7;
}

/*-------------テキスト関係------------*/
#all p {
	font-size: 13px;
	line-height: 1.6em;
	text-align: justify;
	text-indent: 1em;
	margin-bottom: 10px;
}


/*--------------------全体ここまで--------------------*/

p.top_text {
font-size:15px;
margin:10px 0;
text-align:center;
}

/*--------------------Index.html----------------------*/

p.top_text{
	font-size: 13px;
	border-bottom:2px dotted !important;
	border-top:2px dotted  !important;
	font-weight: bold;
	line-height: 1.5 !important;
	margin-top: 30px !important;
	text-indent: 0em !important;
	text-align: center !important;
}

p.top_text span{
	font-size: 11px;
	font-weight: normal;
	line-height: 1.6 !important;
	margin-top: 10px !important;
}




/*--------------------kata01.html ----------------------*/
#all .kata01_bg {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

#all .kata01_bg table td{
	 padding: 4px;
	 border-bottom: 2px solid #f39839 !important;
}

.kata01 .category dd {
	color: #ea5433 !important;
	border-bottom: 1px solid #f39839 !important;
}

.kata01 .category dt.name {
	color: #f39839;
}

.kata01 .spec table tr.c{
	background-color: #DCDCDC;
	font-weight: bold;
}

.kata01 .category {
	border-color: #f39839 !important;
}

.kata01 table td{
	 padding: 4px;
	 border-bottom: 2px solid red;
}


#all .kata01x {
	border: double 5px #f39839;
	padding: 10px;
}

#all .kata01x span{
	color: #f39839;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	text-indent:0em !important;
}
/*--------------------kata02.html ----------------------*/
#all .kata02_bg {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

#all .kata02_bg table td{
	 padding: 4px;
	 border-bottom: 2px solid #f9bf00 !important;
}

.kata02 .category dd {
	color: #2fa8e1 !important;
	border-bottom: 1px solid #f9bf00 !important;
}

.kata02 .category dt.name {
	color: #f9bf00;
}

.kata02 .spec table tr.c{
	background-color: #DCDCDC;
	font-weight: bold;
}

.kata02 .category {
	border-color: #f9bf00 !important;
}

.kata02 table td{
	 padding: 4px;
	 border-bottom: 2px solid red;
}


#all .kata02x {
	border: double 5px #f9bf00;
	padding: 10px;
}

#all .kata02x span{
	color: #f9bf00;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	text-indent:0em !important;
}
/*--------------------kata03.html ----------------------*/
#all .kata03_bg {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

#all .kata03_bg table td{
	 padding: 4px;
	 border-bottom: 2px solid #8cc31f !important;
}

.kata03 .category dd {
	color: #a40b5b !important;
	border-bottom: 1px solid #8cc31f !important;
}

.kata03 .category dt.name {
	color: #8cc31f;
}

.kata03 .spec table tr.c{
	background-color: #DCDCDC;
	font-weight: bold;
}

.kata03 .category {
	border-color: #8cc31f !important;
}

.kata03 table td{
	 padding: 4px;
	 border-bottom: 2px solid red;
}


#all .kata03x {
	border: double 5px #8cc31f;
	padding: 10px;
}

#all .kata03x span{
	color: #8cc31f;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	text-indent:0em !important;
}
/*--------------------kata04.html ----------------------*/
#all .kata04_bg {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

#all .kata04_bg table td{
	 padding: 4px;
	 border-bottom: 2px solid #01a862 !important;
}

.kata04 .category dd {
	color: #e70012 !important;
	border-bottom: 1px solid #01a862 !important;
}

.kata04 .category dt.name {
	color: #01a862;
}

.kata04 .spec table tr.c{
	background-color: #DCDCDC;
	font-weight: bold;
}

.kata04 .category {
	border-color: #01a862 !important;
}

.kata04 table td{
	 padding: 4px;
	 border-bottom: 2px solid red;
}


#all .kata04x {
	border: double 5px #01a862;
	padding: 10px;
}

#all .kata04x span{
	color: #01a862;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	text-indent:0em !important;
}
/*--------------------kata05.html ----------------------*/
#all .kata05_bg {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

#all .kata05_bg table td{
	 padding: 4px;
	 border-bottom: 2px solid #008fdb !important;
}

.kata05 .category dd {
	color: #621d87 !important;
	border-bottom: 1px solid #008fdb !important;
}

.kata05 .category dt.name {
	color: #008fdb;
}

.kata05 .spec table tr.c{
	background-color: #DCDCDC;
	font-weight: bold;
}

.kata05 .category {
	border-color: #008fdb !important;
}

.kata05 table td{
	 padding: 4px;
	 border-bottom: 2px solid red;
}


#all .kata05x {
	border: double 5px #008fdb;
	padding: 10px;
}

#all .kata05x span{
	color: #008fdb;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	text-indent:0em !important;
}
/*--------------------kata06.html ----------------------*/
#all .kata06_bg {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

#all .kata06_bg table td{
	 padding: 4px;
	 border-bottom: 2px solid #8c82be !important;
}

.kata06 .category dd {
	color: #1d2089 !important;
	border-bottom: 1px solid #8c82be !important;
}

.kata06 .category dt.name {
	color: #8c82be;
}

.kata06 .spec table tr.c{
	background-color: #DCDCDC;
	font-weight: bold;
}

.kata06 .category {
	border-color: #8c82be !important;
}

.kata06 table td{
	 padding: 4px;
	 border-bottom: 2px solid red;
}


#all .kata06x {
	border: double 5px #8c82be;
	padding: 10px;
}

#all .kata06x span{
	color: #8c82be;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	text-indent:0em !important;
}
/*--------------------kata07.html ----------------------*/
#all .kata07_bg {
	margin-bottom: 10px;
	padding: 10px;
	position: relative;
}

#all .kata07_bg table td{
	 padding: 4px;
	 border-bottom: 2px solid #b367a7 !important;
}

.kata07 .category dd {
	color: #f26099 !important;
	border-bottom: 1px solid #b367a7 !important;
}

.kata07 .category dt.name {
	color: #b367a7;
}

.kata07 .spec table tr.c{
	background-color: #DCDCDC;
	font-weight: bold;
}

.kata07 .category {
	border-color: #b367a7 !important;
}

.kata07 table td{
	 padding: 4px;
	 border-bottom: 2px solid red;
}


#all .kata07x {
	border: double 5px #b367a7;
	padding: 10px;
}

#all .kata07x span{
	color: #b367a7;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px;
	text-indent:0em !important;

}
/*--------------------検索--------------------*/

#all .kensaku {
	background-color: #fffff0;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 100%;
	width: 100%;
	margin: 0px 0 5px 0;
}

div#Other .kensaku {
	background-color: #fffff0;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 100%;
	margin: 10px 0 5px 0;
}



#all .kensaku .kensaku_sub {
	margin: 5px !important;
}

#all .kensaku2 .kensaku_sub {
	margin: 5px !important;
}

#all .kensaku a {
	margin: 0px 20px;
}

#all .kensaku img {
	margin-left: 3px;
	position: relative;
	top: 2px;
	float: none !important;
}


#all .kensaku_CATALOG {
	line-height: 1.3 !important;
	letter-spacing: 1.3 !important;
	background-color: #fffff0;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 5px 0 0px 0;
	padding:3px 3px 3px 6px;
	font-size: 12px;
}

#all .kensaku_CAT {
	line-height: 1.3 !important;
	letter-spacing: 1.3 !important;
	text-align: center;
	margin: 5px 0 0px 0;
	padding:3px 3px 3px 6px;
	font-size: 12px;
}

/*--------------------検索ここまで--------------------*/


/*------------------------------- clearfix[float解除]----------------------------*/
/*clearfix*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	} 
	
.clearfix {
	display: inline-block;
	}

div#Other .clearfix {
	display: inline-block;
	height: 140px;
	}
	
	
 /* Hides from IE-mac \*/ 
 * html .clearfix {
 	height: 1%;
 	}
 .clearfix {
 	display: block;
 	}
  /* End hide from IE-mac */

.clearfix:after {
content:".";
display:block;
height:0.1px;
clear:both;
visibility:hidden;
overflow:hidden;
}


.clearfix {
  min-height: 1px;
  zoom:1;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*------------------------------- clearfix[float解除] ここまで----------------------------*/




/*footer*/
#footer_body {
	font-size: 12px;
	width: 98%;
	float: left;
	margin: 50px 10px 300px 10px;
	border-top: 1px solid #000000;
	padding-top: 15px;
	position: relative;
}


#footer_body .footer_left {
	float: left;
	font: normal "ＭＳ Ｐゴシック";
	letter-spacing: 0.05em;
	position: absolute;
	top: 6em;
	left: 15px;
}
#footer_body .footer_center {
	float: left;
	width: 35em;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -15em;
}
#footer_body .footer_right {
	float: left;

	letter-spacing: 0.05em;
	position: absolute;
	top: 6em;
	right: 15px;
}
#footer_body ul {
	list-style: none;
}
#footer_body .page {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	margin-top: 8px;
	color: #333333;
}
#footer_body .page_2 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}
#footer_body .page_3 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}
#footer_body .page_4 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}
#footer_body .page_5 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}
#footer_body .page_6 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}

#footer_body .page_7 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}

#footer_body .page_8 {

	letter-spacing: 0.01em;
	font-weight: 600;
	float: left;
	color: #333333;
	padding-top: 0.6em;
}

#footer_body .on {
	border-left: 5px solid #ff0000;
	padding-left: 5px;
	margin: 7px 0 0 13px;

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: left;
}
#footer_body .off {
	border-left: 5px solid #555555;
	padding-left: 5px;
	margin: 7px 0 0 13px;

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: left;
}
#footer_body .on2 {
	border-left: 5px solid #ff0000;
	padding-left: 5px;
	margin: 7px 0 0 5px;

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: left;
}
#footer_body .off2 {
	border-left: 5px solid #555555;
	padding-left: 5px;
	margin: 7px 0 0 5px;

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: left;
}
#footer_body .top {

	line-height: 1.4em;
	letter-spacing: 0.05em;
	float: none;
	text-align: center;
	margin-top: 20px;
}