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

/*----------------------------------------------------------
  レイアウト関係
----------------------------------------------------------*/


body {
  text-align: center;
  font-size: 11px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" sans-serif;
  margin: 0;
  padding: 0;
  background-color:#ffffff;
}


table {
 border-collapse:collapse;
 border-spacing:0;
 *font: x-small;
 font-size:12px;
}

a{
	text-decoration: underline;
	color: #516b26;
}

img{
 vertical-align: bottom;
 border-style:none;
}





/*---------------------------------top　全体*/
#top {
  text-align: center;
}



/* ========================================  あらすじなど */
#text1{
	padding: 5px 5px 10px 40px;
	line-height: 13px;
  	font-size: 11px;
}

#text2{
  	font-size: 15px;
	font-weight: bold;
}

#q{
	color: #333333;
  	font-size: 12px;
	padding: 15px 50px 5px 5px;
}

#a{
	color: darkBlue;
  	font-size: 13px;
	padding: 15px 50px 5px 5px;
}


/* ========================================  メイン画像部分 */
#mainimg
{
	background-image:url(../images/main_01.jpg);
	 width:800px;
	 height:534px;
}

#tameshi
{
	padding-top:500px; 
	padding-left:220px;
}