/*---base---*/

body{
font-family:Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-weight:normal;
font-style:normal;
font-size:75%;
line-height:160%;
text-align: center;
color:#333333;
background-image:url(../images/background-main.jpg);
background-repeat:repeat-x;
}

*{
margin:0px;
padding:0px;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:lighter;
}

img{
border-width: 0px;
border-style: none;
vertical-align:top;
}

table {
font-size:100%;
line-height:160%;
}

#wrapper{
width:100%;
height:100%;
background-image:url(../images/background-side.jpg);
background-repeat:repeat-y;
background-position:center;
float:left;
}

#base{
margin:0px auto;
width:800px;
text-align:left;
}

#header{
width:800px;
line-height:74px;
float:left;
text-indent:15px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}


#main{
width:800px;
float:left;
}

a:link,a:visited{
color:#006699;
text-decoration:none;
}

a:active,a:hover{
color:#00ccff;
text-decoration:none;
}

/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mgb {
float:left;
margin:0 0 20px 0;
}

#ebook-btn {
clear:both;
width:730px;
margin:0 60px 20px;
float:left;
display:inline;
padding-top:20px;
}

#ebook-btn dt{
width:290px;
float:left;
}

#ebook-btn dt a{
width:200px;
height:82px;
float:left;
display:block;
text-indent:-9999px;
}

#ebook-btn dt a:link,
#ebook-btn dt a:visited{
background-image:url(../images/ebook-btn.jpg);
}

#ebook-btn dt a:hover,
#ebook-btn dt a:active{
background-image:url(../images/ebook-btn-on.jpg);
}

#ebook-btn dd{
width:440px;
float:left;
}

/*IE6-------------------------------------*/
* html #ebook-btn {
	width:750px;
	margin:0 20px 20px;
	padding-left:70px;
}

* html #ebook-btn dt{
	width:280px;
}

* html #ebook-btn dd {
	width:400px;
}

/*IE6ここまで-----------------------------*/

#ebook-btn dd p{
margin:0 0 10px 0;
}

.get-flash-player a{
display:block;
font-size:85%;
}

.get-flash-player img{
margin:0 10px 0 0;
}

.ebook-operation {
width:800px;
list-style-type:none;
margin:0 0 20px -10px;
float:left;
display:inline;
}

.ebook-operation li{
width:380px;
float:left;
margin:0 0 20px 20px;
display:inline;
}

.ebook-operation h3{
width:380px;
float:left;
margin:0 0 20px 0;
}

.ebook-operation dl{
width:380px;
float:left;
}

.ebook-operation dt{
width:170px;
float:left;
text-align:center;
}

.ebook-operation dd{
width:200px;
float:right;
margin:0 10px 0 0;
display:inline;
}

.ebook-operation dd span{
font-size:85%;
}

#right-click-title {
width:800px;
line-height:50px;
float:left;
background-image:url(../images/right-click.jpg);
background-repeat:no-repeat;
background-position:10px 50%;
text-indent:160px;
}

.right-click-list {
width:800px;
float:left;
margin:0 0 30px 0;
list-style-type:none;
}

.right-click-list li{
float:left;
margin:0 0 0 33px;
display:inline;
}

.border-text01 {
width:760px;
float:left;
border-bottom:1px dotted #cccccc;
margin:0 20px 20px;
display:inline;
}

.system-data {
width:800px;
float:left;
background-image:url(../images/system-data.jpg);
background-repeat:no-repeat;
background-position:0 100%;
padding-bottom:60px;
}

.system-data dl{
width:760px;
float:left;
margin:0 20px 20px;
display:inline;
}

.system-data dt{
width:160px;
float:left;
}

.system-data dt strong{
background-image:url(../images/icon01.jpg);
background-repeat:no-repeat;
background-position:0 50%;
padding-left:10px;
display:block;
}

.system-data dd{
width:600px;
float:right;
}

.system-data dd a{
margin-top:10px;
}

/*---カスタマイズ箇所---*/

	#content {
		width:795px;
		height:auto;
		margin-top:40px;
		margin-bottom:20px;
	}

	#content_left {
		width:300px;
		float:left;
		margin-left:20px;
	}

	#content_right {
		width:435px;
		float:right;
		margin-left:20px;
		margin-right:20px;
		border-bottom:dashed;
		border-width:1px;
		padding-bottom:10px;
	}

/*IE6-------------------------------------*/
* html #content_right {
		width:415px;
		margin:0 10px 0 10px;
}
/*IE6ここまで-----------------------------*/

	#content_right ul {
		margin-left:20px;
	}

	#content_right li {
		padding-bottom:10px;
		line-height:1.5;
	}

	h1#book_title {
		font-size:200%;
		font-weight:bold;
		padding-bottom:20px;
		line-height:1.2;
	}

	.bold {
		font-weight:bold;
	}