* {
	margin: 0;
	padding: 0;
}

html{ height:100%;}

body{
	font-size:12px;
	font-family: "Meiryo","Verdana","MS P Gothic", "Osaka", sans-serif;
    height: 100%; background-color: rgb(61,88,111);}

img {border:none;}

h1 { }
h2, h3, #footer { clear:both; }
h2 {font-size:14px; line-height:125%; letter-spacing:0.1em;  margin:15px 0 5px 0;}
h3, h4 {font-weight:bold; padding-top:25px; padding-bottom:10px; font-size:14px;}

/* -----リンクの色指定----- */
a { color:#000; text-decoration: underline; }
a:link		{ color:#000; text-decoration: underline; }
a:visited	{ color:#000; text-decoration: underline; }
a:active	{ color: #F6F; text-decoration: none; }
a:hover		{ color: #F6F; text-decoration: none; }

.recomend{width:600px; margin:30px auto; background-color:#FFF; padding:30px;}
.cover{float:left;}
.text{float:right; width:450px;}
.book{clear:both; padding:10px 0;}
.author{ padding:20px 0 0 0;}