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

/*-------------------- all --------------------*/
html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

html,button,input,select,textarea {color: #666666;}
h1,h2,h3,h4,h5,h6,p {margin:0; padding:0;}
ol,ul,li {margin:0;	padding:0; list-style:none;}
body {font-size:10pt; font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
img {border:none;}


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

.txt_s{font-size:90%;}
.txt_l{font-size:110%;}
.txt_ll{font-size:140%;}



/*-------------------- link --------------------*/
a {
	outline: none;
	color: #00913A;
	text-decoration:underline;
}
a:hover {
	outline: none;
	color: #71D99A;
	text-decoration:underline;
}
a:active {
	outline: none;
	color: #38a1db;
	text-decoration:underline;
}



.ebook{
	float:right;
	margin:10px 0;
	width:80%;
}
.ebook_menu{
	float:left;
	margin:10px 0 0 10px;
	width:18%;
}

.ebook_menu dl{
	margin:0;
	padding:0;
	width:100%;
}
.ebook_menu dl dt{
	margin:20px 0 10px;
	padding:7px 0 5px 10px;
	font-weight:bold;
	color:#ffffff;
	width:100%;
}
.ebook_menu dl dd{
	margin:0 15px 5px 15px;
	text-indent:-1em;
	padding-left:1em;
	display: list-item;
	list-style: disc inside;
}