@import url(font_style.css);

.delatePrint{
display:none;
}

.altPrint{
display:inline!important;
}

body{
margin-left:0px;
margin-top:0px;
}
/* !head structure --------------------------------------------- */
#logo{
float:right;
}


/* !nav structure --------------------------------------------- */

	
/* !content ----------------------------------------------- */

/* 大外 */

	
/* ラップ */
#wrap{
	content:".";
	display:block;
}






/* インラインフレーム */

#iFrame_top{ 
	width:200px!important;
	width/**/:220px;
	
	height:auto; 
	border:solid 1px #999;
	padding:10px;
	
}

#iFrame_top dl dt{ 
	border-bottom:1px solid #666;
}

#iFrame_top dl dd{ 
}
  
	
/* MISC ----------------------------------------------- */

	
.borderTop_Rgray{ border-top:#596471 3px solid; }


.headlineBook{
border-left:#cc9966 3px solid;
padding-left:10px;
 }
 
.labelCap{display:block;margin:-10px 0 0 180px; line-height:0px;
}


/* MISC 2 ----------------------------------------------- */

.clearfix {
width:100%;
min-height:1px;　/* IE 7対策 */
}


/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */
.clearfix:after {
content:"";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

.clearfix { display:inline-table; }

/* Mac IE には適用させない \*/
* html .clearfix { height:1px; }
.clearfix { display:block; }
