@charset "UTF-8";

.subtitle {
  font-size:80%;
  margin:left:40px;
}

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	color:#333333;		/*文字色*/

} 
body {
	background-color:white;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
}
div#pagebody {
	width:800px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;	/*テキストの配置を左揃えにする*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-image:url("./graphic/back1.png");	/*内容全体の背景*/
	background-color:white;		/*内容全体の背景色*/
}

/*============================================
イベント
============================================*/
div#event {
	width:510px;
	float:left;
}

/*============================================
書誌情報
============================================*/
div#book_info {
	background-image:url("./graphic/haikei_ami.png");	/*内容全体の背景*/
	margin-left: 85px;
	margin-top: 10px;
}

div#book_info_l {
	background-image:url("./graphic/haikei_ami.png");	/*内容全体の背景*/
	width:300px;			/*幅の指定*/
	height:260px;			/*幅の指定*/
	margin:10px 0px 10px 0px;
	padding-left:10px;
	float:left;
}
div#book_info_r {
	background-image:url("./graphic/haikei_ami.png");	/*内容全体の背景*/
	width:300px;			/*幅の指定*/
	height:260px;			/*幅の指定*/
	margin:10px 0px 10px 0px;
	padding-left:10px;
	float:left;
}

/*============================================
サンプル
============================================*/

div#sample {
	width:390px;			/*幅の指定*/
	margin:10px 0px 10px 0px;
	padding-left:10px;
	float:left;
}
