@charset "UTF-8";
/* CSS Document */

body {
text-align: center;
}
#page {
line-height: 1.3;
text-align: left;
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#headerArea #headerBlock {
width: 1000px;
height: 64px;
}
#headerArea #headerBlock #logo { float: left; }
#headerArea #headerBlock #utilityBox {
width:auto;
}
#headerArea #headerBlock #utility {
float: right;
width:150px;
margin-top:15px;
}
.iconColor {
color:#FF903C;
}
#headerArea #headerBlock #utility ul li {
	margin-top:5px;
}
#headerArea #headerBlock #utility ul li a {
text-decoration: none;
color:black;
}
#headerArea #gNavi {
width: 1000px;
height:53px;
}
#headerArea #gNavi li {
height: 53px;
width: 200px;
float: left;
}
#contensArea {
	width:960px;
	margin:0 auto;
}
#contensArea #mainContents {
width: 700px;
float: left;
margin-top: 20px;
}
#footerArea {
text-align: center;
padding-top: 28px;
padding-bottom: 10px;
color: #595757;
clear: both;
}
#footerArea ul #textNavi { margin-bottom: 5px; }
#footerArea ul #textNavi li { display: inline; }
#footerArea ul #textNavi li a {
color: #3D62AD;
text-decoration: none;
}

/*サイドコンテンツ（index以外）*/
#page #contensArea #side {
width: 187px;
float: right;
margin-top: 20px;
}
#contensArea #side #bookSide {
background: url(../images/img-side_ebook_bg.jpg) no-repeat;
height: 120px;
width: 187px;
position:relative;
}
#bookSide .notes {
	width:177px;
	text-align:center;
	margin-top: 45px;
	margin-left:3px;
	float: left;
	position:absolute;
}
#bookSide .notes p {
	font-size:85%;
	white-space:nowrap;
}
#bookSide .notes ul li {
	margin-top: 1px;
}
#contensArea #side #banner {
margin-top: 20px;
text-align: center;
}
#contensArea #side #banner h4 { margin-bottom: 6px; }

/*各タイトルの見出し*/
.midashi {
height: 28px;
width: 680px;
font-size: 180%;
color: #FFF;
background: #B4AA82;
font-weight: bold;
margin-bottom: 20px;
padding-left:20px;
line-height: 30px;
}