
/*■初期設定*/

body{
	color:#4c2600;/*通常のテキストカラー*/
	background-color:#f9ffb5; /*背景指定*/
}
a{
	color:#ff6600;/*通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}
a:hover{
	color:#ff9966;/*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration:none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}

/*■フォントサイズ調整*/
body {
	font-family:'メイリオ',Meiryo;/*フォント種*/
	text-align:left;
}


/*■基本レイアウト*/
.main{
	width:90%;
	margin:0 auto;
}

/* ここからは、メインの部分の設定 */
h1 .pc{
	display:block;
	width:100%;
	float:center;
}

h1 .sp{
	display:none;
	width:100%;
	float:center;
}

.intro{
	display:block;
}

.intro img{
	margin:3% 3%;
	width:25%;
} 

.intro .books1{
	margin:3% 2%;
	display:block;
	float:left;
	width:40%;
}

.intro .books1 img{
	margin:0 1%;
	width:48%;
	float:left;
}

.intro .books2{
	margin:3% 2%;
	display:block;
	float:right;
	width:40%;
}

.intro .books2 img{
	margin:0 1%;
	width:48%;
	float:right;
}

h2{
	font-size:1rem;
	font-weight:normal;
	font-family:'メイリオ',Meiryo;
	float:center;
	line-height:1.2em;
}

h3{
	font-size:1.3rem;
	font-weight:normal;
	line-height:1.5em;
}

h4{
	font-size:1.1rem;
	font-weight:normal;
	line-height:1.3em;
}

.ground p{
	font-size:0.8rem;
	line-height:1rem;
	vertical-align:top;
	color:#4C2600;
	margin:0 0 0 0;
	font-family:'メイリオ',Meiryo;
	float:left;
}

.intro h4 .ground{
	font-size:0.6rem;
	text-align:right;
}

.lead{
	font-size:1rem;
}


/* ここからはページのフッターの設定 */
.foot_up_new{
	clear:both;
	height:32px;
	margin:0 0 0 0;
}
.copy{
	height:20px;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin:4px 0 0 0;
}
.copy a{
	text-decoration:none;
}
.p-copy{
	height:20px;
	font-size:10px;
	text-align:right;
	padding:2px;
	margin:4px 0 0 0;
}








