@charset "utf-8";

/*
===== CONTENTS =========================================

 // Site Outline //

	Site Name:  河出書房新社
	URL:  http://www.kawade.co.jp/


 // Font-size Adjustment //

	71% = 10px
	86% = 12px
	100% = 14px
	114% = 16px
	129% = 18px


 // CSS Index //

	1: Body and Base
		: General
	2: Link
		: Link with arrow

=======================================================
*/


/* ------------------------------
 // 1: Body and Base
------------------------------ */
body {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.6;
	background: url(img/background.jpg) repeat top center;
}


/* General
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, li, ol, dl, dt, dd,
address, form, blockquote{
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

ul {
	list-style-type: none;
}

.layoutclear {
	clear: both;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/* ------------------------------
 // 2: Link
------------------------------ */
a:link{
	color: #3192ff;
	text-decoration: underline;
}

a:visited{
	color: #3192ff;
	text-decoration: underline;
}

a:hover{
	color: #3192ff;
	text-decoration: none;
}

a:active{
	color: #3192ff;
	text-decoration: none;
}


/* Link with arrow
--------------------*/
