@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;
}


/*---------------------------------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: #F00;
  	font-size: 12px;
	padding: 15px 50px 5px 5px;
	text-align:left;
	font-style:italic;
}

#a{
	color: #666666;
  	font-size: 12px;
	padding: 15px 50px 5px 5px;
	text-align:left;
}





h5 {
	font-size: 14px;
	color: #39C;
	border-left: 10px #39C solid;
	border-bottom: 2px #39C solid;
	margin: 0 10px 10px 10px;
	padding: 5px 0 5px 5px;
	text-align:left;
}



h6 {
	font-size: 12px;
	color: #666;
	margin: 0 0 5px 10px;
	padding: 5px 0 5px 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #76081e;
}


h3 {
	font-size: 12px;
	color: #76081e;
	margin: 0 40px 10px 40px;
	padding: 5px 5px 5px 5px;
	font-weight:normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #76081e;
	border-right-color: #76081e;
	border-bottom-color: #76081e;
	border-left-color: #76081e;
}



h4 {
	font-size: 14px;
	color: #76081e;
	margin: 0 10px 10px 0px;
	padding: 5px 0 5px 0px;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #76081e;
}


#boxarea {
}

#topic {
	padding: 60px 0 0 0 ;
}

#sample_image {
	padding:10px 0;
}

#totop{
	padding:10px 0 0 0; 
	margin:20px 0 0 0; 
	border-top:1px  #999999  dotted;
	text-align:center;
}




#contents {
	color: #333333;
	padding: 0 10px 20px 20px;
	text-align: left;
} 






.clear {
   clear:both;　/*floatの解除、ここがポイント*/
}
