/*===========================================================
This css is ... General,Links,Stracture,,,CSS
============================================================*/

/*=============================== General Layout ================================*/
/*-------------------------------------------------
  General layout(position)
-------------------------------------------------*/
*
{	/*margin: 0px auto 0px auto;*//*これを有効にするとIEは継承してしまう*/
	margin: 0px 0px 0px 0px;/*これでffもIEも枠のセンタリングOK*/
	position:relative;
}

body
{	position :relative;
	_text-align:center;/*ieのための設定 ieバグ利用*/
	color:darkslategray;
	height:auto;
	background-color:#e4e4ed;
}


/*-------------------------------------------------
  General layout(decoration)
-------------------------------------------------*/
*
{	font-style: normal;
	font-weight: normal;
	font-size : 9/*.5*/pt;
}

body
{	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,"ＭＳ ゴシック", "Osaka−等幅", Trebuchet, Arial, sans-serif;
	/*background: gray url(../images/bg.gif);*//*00sidetitlebg2.gif);*/
/*	background: url(../images/bg_soto.gif) center repeat-y ;*//*00sidetitlebg2.gif);*/
/*	background-color: #eef3f3; */
}

img
{	border: 0px;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", "sans-serif";
	font-weight: normal;
}


/* Lines */
hr
{
	width:99%;
	height:1px;
	color: transparent;
	background-color:transparent;
	border-color:	 silver/*darkslategray*/;
	border-style:dotted/*solid*/;
	border-bottom:none;
	margin: 0 0 0 1px;
	padding: 0 0 0 0;
}


/* Lists */
ul,ol
{	list-style: /*none*/;
	padding:2px 3px 0px 15px;
	/*padding: 0px 0px 0px 10px;*/
}

li
{
	margin-left:5px;
	padding:0px 0px 0px 4px;
	/*list-style-type:circle;*/
}


/*dl,dt,dd,a
{
	height:auto;
}*/



/* class */
.date
{
	color:olive;/*chocolate;darkkhaki;rosybrown;saddlebrown;maroon;*/
	font-size:10px;
}
/*============================== General Layout END =================================*/


/*============================== Links layout START =================================*/
/*-------------------------------------------------
  Links layout
-------------------------------------------------*/
/* Links general */

a:link, a:visited
{	color: green;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{	color: blue;
}

a:active
{	color: red;
}


/*Links atama *//*================atama main kokokara================*/

#atama .main a:link, a:visited
{	color: white;
	text-decoration: none;
	font-size:24pt; /* 注：ieではこの指定が効かないため直接タグにも指定した */
	font-weight: bold;
}
#atama .main a:hover
{	color: blue;
}

#atama .main a:active
{	color: red;
}



/*Links kubi *//*================kubi kokokara================*/

/*fireFox は，単純なコードで動く*/

#kubi dl
{
	margin-left:0px;/*margin-left:2px; IE7で「#kubi dl a」に左マージンを設定するとクリック押し下げ時にボタンが左に揺れるので,ここで左余白を設定*/
	line-height:24px;

}

#kubi dl.kubileft a
{
	float:left;/*fireFoxで必要*/
	position:relative;
	margin :1px 0px 1px 0px;
	padding: 0px 4px 0px 4px;/*padding: 0 10px 0 10px;*/
	background-color:darkcyan;
	font-size : 9pt;
	font-weight:normal;
}

/*forIE*/
#kubi dl.kubileft a dt, #kubi dl.kubileft a dd
{	/*IEのみ,dtとddがrelative状態ではだめ。FireFoxはrelaでもstatでもOK*/
	_position:static;/*ie6only*/
	position:static;/*ie7のために*/
}


#kubi dl a:link, #kubi dl a:visited
{
	color: yellow;
	text-decoration: none;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:silver black black silver;
}

#kubi dl a:hover
{
	color:red;
	background-color:yellowgreen;
}

#kubi dl a:active
{
	color: yellow;
	background-color:grey;
	border-color:black silver silver black;
	border-style: solid;
}




#kubi dl.kubiright a
{
	float:right;/*fireFoxで必要*/
	position:relative;
	margin :1px 0px 1px 0px;/**/
	padding: 0px 9px 0px 9px;
	background-color:teal;
	font-size : 9pt;
	font-weight:normal;
}

/*forIE*/
#kubi dl.kubiright a dt, #kubi dl.kubiright a dd
{	/*IEのみ,dtとddがrelative状態ではだめ。FireFoxはrelaでもstatでもOK*/
	_position:static;/*ie6only*/
	position:static;/*ie7のために*/
}


#kubi dl.kubiright a:link, #kubi dl.kubiright a:visited
{
	color: white;
	text-decoration: none;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:silver black black silver;
	font-size : 9pt;
}

#kubi dl.kubiright a:hover
{
	color:red;
	background-color:yellowgreen;
}

#kubi dl.kubiright a:active
{
	color: yellow;
	background-color:gray;
	border-color:black silver silver black;
	border-style: solid;
}


/* Lists */
#mune-migi ol li
{
	text-indent:-17px;

}



/*Links mune-hidari *//*=====================Links mune-hidari kokokara=========================*/
#main dl a
{
	font-weight:normal;
}



#mune-hidari *
{
	font-size : 9pt;
	/*text-align:left;*/
}

#mune-hidari dl
{ 
	display:block;
	position:relative;/*dlに対してこれがないとIEで表示がちらつく*/
	width:118px/*138px*/;/*これも消すとちらついた*/
	line-height:26px;
	font-weight:normal;
}


#mune-hidari dl dt /*ここはdtのための指定だが，IEでは，１つめのddにまで継承されてしまうようだ*/
{ 
	display:block;
	line-height:200%;
	margin: 0px auto 1px 1px;
	_margin: 1px 0 0px 0px;
	padding: 3px 2px 3px 1px;
	_padding: 2px 0px 0px 1px;
	height:auto;
	border-width: 1px 1px 1px 1px;
	_border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color:darkslategray grey silver grey;
	text-align:center;
	font-size:9pt;
	background-color:#335a84;/*#446b95;*/ /*#008db7;cerulean blue*/
}

*:first-child+html #mune-hidari dl dt
{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	border-width: 1px 1px 2px 1px;
	width:/*138px;*/115px;
	/*height:30px;*/
	border-color:darkslategray grey silver grey;
}

#mune-hidari dl a
{
	display:block;
}


#mune-hidari div  
{
	display:block;/*この縦のメニューの場合，blockにしておくことが大事ie7,ffではコメントアウトしても問題なかった*/	
	position/**/:static;/*ie7only*/
	_position:static;/*ie6only*/
	/*line-height:100%;*/
	/*margin:4px 1px 4px 1px;*/
	margin:0px 0px 0px 0px;
}


#mune-hidari dl dd a/*#mune-hidari dl, #mune-hidari div p*/
{
	display:block;/*この縦のメニューの場合，blockにしておくことが大事ie7,ffではコメントアウトしても問題なかった*/	
	position/**/:static;/*ie7only*/
	_position:static;/*ie6only*/
	/*line-height:100%;*/
	/*margin:4px 1px 4px 1px;*/
	margin:0px 0px 0px 1px;
}


*:first-child+html #mune-hidari dl dd a
{
/*IE7用見本*/}


#mune-hidari a
{
	margin:0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	background-color:#008db7; /*cerulean blue*/
	color: white;
	text-decoration: none;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:whitesmoke darkslategray darkslategray whitesmoke;
	text-align:center;
	line-height:14px; /*120%;*/
	font-size:9pt;
	width:/*135px;*/115px;	/*ieではWIDTHを定義しないと表示がちらつく*/
	_width:118px;	/*ieではWIDTHを定義しないと表示がちらつく*/
}

/*forIE*/
#mune-hidari dl a:hover
{
	background-color:yellowgreen;
	color:red;
}

#mune-hidari dl a:active
{
	color: yellow;
	background-color:teal;
	border-color:darkgreen whitesmoke whitesmoke darkgreen;
}




#mune-hidari .mune-hidari2 a
{
	margin:0px 0px 0px 4px;
	padding: 4px 0px 4px 0px;
	background-color:/*#008db7;cerulean blue*/steelblue;
	color: white;
	text-decoration: none;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:silver darkslategray darkslategray silver;
	text-align:center;
	line-height:120%;
	font-size:9pt;
	width:111px;	/*ieではWIDTHを定義しないと表示がちらつく*/
	_width:118px;	/*ieではWIDTHを定義しないと表示がちらつく*/
}





/*Links mune-migi *//*====================Links mune-migi kokokara============================*/

#mune-migi *
{
	font-size:10pt;
}



#mune-migi dl a
{ 
	padding: 0px 10px 0px 10px;
		margin:1px 1px 1px auto;
	text-align:center;
	text-decoration: none;
	font-size:9pt;
	line-height:190%;
	color: darkslategray;/*yellow;*/
	background-color: lightgrey;/*#008db7;*/ /*cerulean blue*//*mune-hidariと同じ色は #446b95;*/
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:silver darkslategray darkslategray silver;
	/*width:auto;*/
	/*height:0%;*/
	float:left;
	position:relative;

}

#mune-migi dl a 
{	/*IEのみ,dtとddがrelative状態ではだめ。FireFoxはrelaでもstatでもOK*/
	_position:static;/*ie6only*/
	position:static;/*ie7のために*/
	/*display:inline;*/
}

#mune-migi dl a:hover
{
	background-color:yellowgreen;
	color:red;
}

#mune-migi dl a:active
{
	color: yellow;
	background-color:gray;
	border-color:black silver silver black;
}


/*Links asi *//*=========================Links asi kokokara==============================*/

#asi a
{
	/*display:block;*/

	color: yellow;
	text-decoration: none;


	text-align:center;
	line-height:100%;
	font-size:9pt;
	width:600px;	/*ieではWIDTHを定義しないと表示がちらつく*/
	_width:118px;	/*ieではWIDTHを定義しないと表示がちらつく*/
}

/*forIE*/
#asi a:hover
{

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:whitesmoke darkslategray darkslategray whitesmoke;


	background-color:yellowgreen;
	color:red;
}

#asi a:active
{
	color: yellow;
	background-color:gray;
	border-color:darkgreen whitesmoke whitesmoke darkgreen;
}

/*============================== Link Layout END ===================================================*/



/*=========================== HontaiKouzou Layout START ============================================*/

/*-------------------------------------------------
  hat,clothes,shoes(position & decolation)
-------------------------------------------------*/
#hat
{
	position:relative;
	margin:0px auto 0px auto ;
	_text-align:justify;/*ieのtext-alignの継承を消す*/
	height:10px;
	_height:10px;

	/*background: url(../images/bg_sora.png) center repeat-y ;*/
	background: url(../images/bg_sora.png) center repeat-y ;/*00sidetitlebg2.gif);*/
	background-color: #e4e4ed; 
}

#clothes
{
	background: url(../images/bg_soto.gif) center repeat-y ;/*00sidetitlebg2.gif);*/
	background-color: #e4e4ed;/*#dfdfe2; */
}

#shoes
{
	position:relative;
	margin:0px auto 0px auto ;
	_text-align:justify;/*ieのtext-alignの継承を消す*/
	height:10px;
	_height:10px;

	background: url(../images/bg_sita.gif) center repeat-y ;/*00sidetitlebg2.gif);*/
	background-color: #e4e4ed; 
}


/*-------------------------------------------------
  waku(position)
-------------------------------------------------*/
#waku
{
	position:relative;
	margin:00px auto 00px auto ;
	padding: 0px 0px 0px 0px; /*上 右 下 左*/
	_text-align:justify;/*ieのtext-alignの継承を消す*/
	width:720px;/*812px;*/
	height:auto;
	_height:auto;
}

#wakusen
{	
	/*position:relative;*/
	margin: 0px 2px 0px 0px; /*上 右 下 左*/
	padding: 1px 0px 0px 0px; /*上 右 下 左*/
	height:100%;
}


/*-------------------------------------------------
  waku(decoration)
-------------------------------------------------*/
#waku
{	
	/* waku image specific lines */
		/*background-color:transport;*//*lavender;*//*powderblue;antiquewhite;lemonchiffon;*/
		/*background: grey url(../images/00sidetitlebg2.gif);*/
	/* end waku image specific lines */
		background-color:transparent;
}

#wakusen
{

	border-width: 1px 1px 1px 1px;
	border-style: solid;     /*dotted ;*/
	border-color: red transparent red transparent;/*dimgray; */   /*#113344;*/	/*border:10px solid lightstategray;FireFox de Yuukouni narazu */
	background-color:transparent;/*ここを透明にすることによりwakuの背景が見える*/
}

#wakusen img
{
	/*float:right;left;positionがabsoluteのときfloatは無効となる*/
	/*top:10px;bottom:auto;left:300px;right:0;*/
	/*margin: 5px 5px 0px 640px;
	padding:0 0 0 0px;*/
}



/*-------------------------------------------------
  atama(position)
-------------------------------------------------*/
#atama
{
	position:relative;	/*width:708px*//*764px*/;
	/*margin:4px auto 4px 0px;
	padding:10px 20px 10px 20px;*/
	margin:4px 4px 4px 4px;/*上右下左*/
	padding:0px 0px 0px 0px;
	height:186px/*150px*/;
}

/*-------------------------------------------------
  atama(decoration)
-------------------------------------------------*/
#atama
{
	/* atama image specific lines */
		background-color:transparent;/*#008db7;これはセルリアンブルー*//*honeydew;*/ /* 透明は枠内色指定ミス発見のため */  
		/*background-image:url(../images/kousya_syoumen720-194.jpg);*/
		/*background-image:url(../images/kousya_syoumen720-189.jpg);201001*/
		background-image:url(../images/ssh_syoumen.jpg);
		/*background-image:url(../images/ssh_syoumen199.png);*/
		background-position: top/*center center*/;
		background-repeat:no-repeat;/*repeat-x; If small image */
		/*border:2px,solid,orange;*/
	/* end atama image specific lines */
	/*border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color:gainsboro darkgray darkslategray lightgrey;*/
}


#atama h1.sub
{
	padding: /*12*/0px 0px 0 0px;
	line-height:180%;
	text-align:/*center*/center;
	font-size: /*13*/12pt;
	font-weight: bold;
	color: yellow/*orange*/;
	text-shadow: 1px 1px 8px navy;
}

#atama h1.main
{
	padding: /*6*/4px /*0*/30px 0 /*0*/10px;
	line-height: 20px;
	text-align: /*center*/center;
	/*text-decoration:overline underline;*/
	font-size:24pt; /* 注：ieではこの指定が効かないため直接タグにも指定した */
	font-weight: bold;
	color: /*greenyellow*//*navy;*/ lightyellow;
	font-family: fantasy,cursive,"ＭＳ 明朝","ＭＳ Ｐ明朝","太ミン","リュウミン","明朝",serif;
	text-shadow: 1px 1px 8px navy;

}



#atama h1.top1
{
	padding: 5px 30px 0px 50px; /*上 右 下 左*/
	line-height: 20px;
	text-align: left;
	text-decoration:overline underline;
	font-size: 22pt;
	font-weight: normal/*bold*/;
	color: lightyellow;
	font-family: Verdana,Impact,fantasy,georgia,cursive,serif,"ＭＳ Ｐ明朝";
	text-shadow: 1px 1px 3px white;
}

#atama h1.top2
{
	padding: 0px 35px 0px auto;
	margin: -20px 40px 0px auto;
	line-height: 18px;
	text-align: right;
	color: red;
	font-size: 24pt;
	font-weight: bold;
	font-family: fantasy,cursive,serif,"ＭＳ Ｐ明朝";
	text-shadow: 1px 1px 4px navy;
}

#atama h1.bottom1
{
	padding: 00px 50px 0px 0px; /*上 右 下 左*/
	margin: 100px 0px 0px 0px; /*上 右 下 左*/
	line-height:160%;
	text-align:right;
	font-size: 10pt;
	font-weight: bold;
	color: yellow/*orange*/;
	text-shadow: 1px 1px 4px navy;
bottom:10px;
}

#atama h1.bottom2
{
	padding: 0px 50px 0px 0px;
	line-height:0%;
	text-align:right;
	font-size: 20pt;
	font-weight: normal;
	color: white/*orange*/;
	text-shadow: 1px 1px 4px pink;
}

#atama h1.bottom3 a:link,#atama h1.bottom3 a:visited
{
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 50px !important;
	line-height:0px !important;
	text-align:center;
	font-size: 28pt !important;
	font-weight: bold;
	color: lightyellow/*orange*/ !important;
	text-shadow: 1px 1px 10px pink !important;
}

#atama h1.bottom3 a:hover
{
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 50px !important;
	line-height:0px !important;
	text-align:center;
	font-size: 32pt !important;
	font-weight: bold;
	color: yellow !important;
	text-shadow: 1px 1px 10px pink !important;
}

#atama h1.bottom3 a:active
{
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 50px !important;
	line-height:0px !important;
	text-align:center;
	font-size: 32pt !important;
	font-weight: bold;
	color: red/*orange*/ !important;
	text-shadow: 1px 1px 10px pink !important;
}


/*linkvisitedhoveractive*/

/*-------------------------------------------------
  kubi(position)
-------------------------------------------------*/
#kubi
{
	position: relative;
	margin:0px auto 0px 0px;
	padding:0 4px 1px 4px;
	width:708px;
	_width:708px;
	height:28px;
/*	width:796px;
	_width:800px;
	height:32px;*/

	line-height:200%;
	float:left;
	/*display:inline;*/
	clear:both;
}

/*-------------------------------------------------
  kubi(decoration)
-------------------------------------------------*/
#kubi
{
	background-color:darkslategray;/*transparent;*/
	font-size:9pt;
}

#kubi p#counter
{
	color:white;
	/*display: inline;*//*上手くいっているときは不要*/
	margin:2px 0 0 0;
	float:right;
}



/*============================================ MAIN kokokara =================================*/
/*---------------------------------------------------
  main(position)  /*mainとはkubiの下からasiの上まで*/
---------------------------------------------------*/

#main
{
	top:0px;
	left:0px;
	/*position:static;*/
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:716px;/*804px;*/
	_width:716px;/*808px;*/
	height: auto;/*auto;や100%，0%など，FireFoxではbg-colorがpadding分のみ。数値だと反映。IEは常に全部塗る。*/
	border-width: 10px 10px 10px 10px; 
	border-style: solid;
	border-color: pink;
	clear:both;
}

/*-------------------------------------------------
  main(decoration)
-------------------------------------------------*/

#main
{
	background-color:transparent;	/*#446b95;*/ /*色のつき具合を見るため*/  /*#008db7;cerulean blue*/
	/*background-image:url(../images/bg_mune-hidari142.png);*/
	background-image:url(../images/bg_mune-hidari.png);/*これで#446b95の色の背景を下まで実現している。*/
	background-repeat: repeat-y;
	background-position: /*right bottom*/ /*center bottom */ 0px bottom;


	float:left;/*auto;や100%，0%など，FireFoxではbg-colorがpadding分のみ。数値だと反映。IEは常に全部塗る。この状況がfloatを入れることで解消するようだ	*/
}

#main p
{
	padding: 5px 5px 5px 5px;
	line-height: 150%;
}



/*-------------------------------------------------
  mune-hidari(position)
-------------------------------------------------*/
#mune-hidari
{
	position:relative;	/*_position:static;設定は試したがIEで影響せず*/
	margin :0 0 0 0px;
	/*padding :0 1px 0 1px;*/
	width:120px;/*142px;*/
	/*height:auto;*/
	height:100%;
	float:left;/*float niha width shitei ga hissu */
}


/*-------------------------------------------------
  mune-hidari(decoration)
-------------------------------------------------*/
#mune-hidari
{
	background-color:#446b95;
	color:white;
	padding :0 0 0 0;
	/*margin-bottom:50px;*/
	/*clear:both;*/
}

#mune-hidari img
{
	margin: 20px 4px 10px 22px;
	padding:0 0 0 0px;
}



/*-------------------------------------------------
  mune-migi(position)
-------------------------------------------------*/
#mune-migi
{
	position:relative;
	margin: 8px auto 0px 8px;
	_margin: 8px auto 0px 10px;
	padding:0px 0px 15px 0px;
	width:578px/*652px*/;/* (720-4-124) */
	_width:578px/*652px*/;/* (720-4-124) */
	height:auto;
	float:left; /* floatにはwidth指定必須*/	/*このfloatをrightにするとIEはaccess.htmlスクロール時に落ちる*/
}


/*-------------------------------------------------
  mune-migi(decoration)
-------------------------------------------------*/
#mune-migi
{
	/*position:static;*/
	border-color:/*ivory;*/silver;
	border-style:dotted;
	border-width:1px;
	line-height:150%;
	font-size:9pt;
	/* mune-migi image specific lines */
		/*background-image:url(../images/syoumen_pas.jpg);*/
		/*background-position:right;*/
		/*background-attachment: scroll;fixed;*/
		/*background-repeat:no-repeat;*/
		/*background-position: right bottomcenter 98%;*/
		background-color:oldlace; /*transparent;*/  /*#008db7;cerulean blue*/
		/*background-repeat:no-repeat;*//*repeat-x; If small image */
	/* end mune-migi image specific lines */
}






/*-------------------------------------------------
  hara(position)
-------------------------------------------------*/
#hara
{	
	position :relative;/*relative; *//*IEde,hara ga, osamaruniha, static no hituyou ari*/
	margin:0px 0px 8px auto;
	_margin:0px 0px 0px auto;
	padding:0px 0px 0px 0px;
	width:652px;
	_width:652px;
	height:auto;
	clear:none;
	float: right;/*left;*/

	/*border-style: solid;
	border-color: yellow;*/
}


#hara-wakusen
{
	position : relative;
	/*_margin:0px 2px 6px 130px;*/
	padding:0 0 10px 0;
	_padding:0 0px 10px 0px;
	width:652px;
	_width:652px;
	height:auto;
	float:right;

	border-style: solid;
	border-color: green;
	background-color:blue;/*transport;*/
}


/*-------------------------------------------------
  hara(decoration)
-------------------------------------------------*/
#hara
{	
	height:auto;
	line-height:150%;
	/* hara image specific lines */
		background-color:white;/*transparent;*/
		/*background-image:url(../images/jikken-pas2.jpg);*/
		/*background-position: right 15px;*/ /*bottom  100% 100%;*/
		background-repeat:no-repeat;/*repeat-x; If small image */
	/* end hara image specific lines */	
}

#hara-wakusen
{
	border-color:/*ivory;*/silver;
	border-style:dotted;
	border-width:1px;
	/* hara image specific lines */
		background-color:transparent; /*ghostwhite;*/
		/*background-image:url(../images/jikken-pas2.jpg);
		background-position: right bottom;
		background-repeat:no-repeat;*/
	/* end hara image specific lines */	
}







/*hara,mune-migi 共通*/ /*============List==================*/

/*contents##.css ni idou */




/*-------------------------------------------------
  asi(position)
-------------------------------------------------*/
#asi
{	
	position:relative;
	margin: 0px 0 0 0px;
	padding-left:140px/*20px*/;
	width:576px/*784px*/;
	/*_width:704px;*/
	height:20px/*60px*/;
	clear:both;
}

/*-------------------------------------------------
  asi(decoration)
-------------------------------------------------*/
#asi
{	
	border-top-color:#223344;
	border-top-width:1px;
	border-top-style:solid;
	font-size:8pt;
	color:white;
	text-align:left;/*center;*/
	background-color:darkslategray/*transparent*/;
	margin:0 0 5px 0px;
	_margin:0 0 0px 0.5px;
}



/*=========================== HontaiKouzou Layout END ============================================*/












/*=========================== etc Layout START ============================================*/



/*-------------------------------------------------
  BoxType layout
-------------------------------------------------*/






/*-------------------------------------------------
  General class layout
-------------------------------------------------*/
.print
{
	/*visibility: hidden;*/
	display: none;	
}

.screen
{
	/*display:none;*/
}




/*.clearfix:after { content: ""; display: block; clear: both; }*/


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}



