@charset "utf-8";
/* CSS Document */


/* index専用 ------------------------------------ */
/* キャンペーン情報（トップ） */
#content-body #area-campaign{
	width:716px;
	margin:0 0 20px;
	border:2px solid #60C8F4;
	}
	
#content-body #area-campaign div{
	margin:10px;
	}
	
#content-body #area-campaign p.ca_day{
	font-size:130%;
	margin:0 auto 10px;
	font-weight:bold;
	}
	
/* 白洋舎のサービスご案内（トップ） */
#content-body #area-service div{
	width:350px;
	float:left;
	margin:0 5px 20px;
	}
	
#content-body #area-service p{
	font-size:85%;
	margin:0 auto 5px;
	}
	
/* メディア掲載情報（トップ） */
#content-body #area-media h4{
	font-size:120%;
	color:#999;
	margin:0 auto;
	}
#content-body #area-media table td{
	background:url("img/i56224846a03dd.gif") repeat-x scroll left bottom;
    padding: 1em 1em 1em 0;
    text-align: left;
    vertical-align: top;
	}
/* news & topics（トップ） */
#content-body table.table01 td span.td-ico {
    background:url("img/i56224976018c8.gif") no-repeat scroll left center;
}
	


/* 全画面共通 ------------------------------------ */
	
/* 基本設定 */
body {
	background-attachment: scroll;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
table {
	border-collapse:collapse; 
	}
	
/* CLEAR FIX */
.clearfix{
  zoom:1;
}  
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}   
/* CLEAR FIX Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */


/* レイアウト調整 */
#content-body {
    margin: 0 0 25px 20px;
    width: 720px;
	font-size:90%;
	line-height:1.5em;
	}

#content.con-w {
	background:url("img/i564478ed01864.gif") 0 0 repeat-x; 
	}

#box {
    float: left;
    margin: 0 0 0 0;
	}

#box {
    width: 230px;
	}

#footer p {
	width:100%;
	}


/* バナーエリア */
.banner {
    background: #ffffff none repeat scroll 0 0;
    color: #333;
	}

.banner .sideBn_title{
	font-size: 100%;
	text-align:left;
    font-weight: bold;
    padding: 0 0 5px 0;
	border-bottom:3px solid #60C8F4;
	color:#2DBDF8;
	}

.banner .sideBn_txt{
    background: #D1EEF5 none repeat scroll 0 0;
	border-top:1px solid #0099DD; border-left:1px solid #0099DD; border-right:1px solid #0099DD;
    color: #333;
	}
	
.banner .sideBn_txt ul{
	margin:0; padding:0;
	list-style:none;
	}
	
.banner .sideBn_txt li{
	vertical-align:middle;
	text-align:center;
	border-bottom:1px solid #0099DD;
	}
	
.banner .sideBn_txt a{
	font-size: 90%;
	display:block;
    color: #000;
	padding:5px;
	}
	
.banner .sideBn_txt a{
	font-size: 90%;
	display:block;
    color: #000;
	padding:5px;
	text-decoration:none;
	}

.banner .sideBn_txt a:hover{
	background-color:#0099DD;
	color:#FFF;
	}


/* グローバルナビ */
#menu_yoko {
    width: 100%;
	height:45px;
	border-bottom:none;
	background:url("img/i564478b623b37.gif") 0 0 repeat-x;
	border-left:1px solid #0B5575;
	}


#menu_yoko li a {
	display:block;
	height:45px;
	line-height:47px;
    background: rgba(0, 0, 0, 0) url("img/i5644786b3c1f3.gif") no-repeat scroll right bottom;
	color:#ffffff;
	}

#menu_yoko li a:hover{
	 background: rgba(0, 0, 0, 0) url("img/i5644789d4ac01.gif") no-repeat scroll right bottom;
	 font-weight:bold;
	 color:#2EBDF8;
	 }

#menu_yoko li#on a {
	 background: rgba(0, 0, 0, 0) url("img/i5644789d4ac01.gif") no-repeat scroll right bottom;
	 font-weight:bold;
	 color:#111184;
	 }

#content.con-w {
	padding-top:20px;
	}


/* 見出し */
#content.con-w h3 {
    background: none;
    font-size: 160%;
    font-weight: bold;
    padding: 0 0 5px 0;
	border-bottom:3px solid #60C8F4;
	color:#2DBDF8; 
	}
	
#content.con-w h4 {
	background-image: url("img/i5645472a2dc44.jpg");
	background-repeat:no-repeat;
	background-position:0 bottom;
    border-left: medium none;
    border-right: medium none;
    font-weight: bold;
	font-size: 110%;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0 0 0 5px;
	border-bottom: none;
    color: #009933; 
	}
	
#content.con-w h4.bl {
	background-image: url("img/i564580327319f.gif");
	background-repeat:no-repeat;
	background-position:0 bottom;
	font-size: 120%;
	padding:5px 6px 5px 20px;
	color:#FFF;	
	}
		
#content-body h5 {
    clear: both;
    font-size: 105%;
    margin-bottom: 10px;
}	
	
/* 画像のホバー設定 */	
a:hover img {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
