p{
	line-height: 140%;
	font-size: 12px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",sans-serif;
}

/***** 見出し（テキストタイトル部分）******/
h1 {
	font-color: #8B3524;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: auto;
	margin-top: 10px;
	color: #EB3984;
	letter-spacing: 0.2em;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #EB3984;
	line-height: 150%;
}

/***** 見出し（テキストタイトル部分）******/
h2 {
	margin: 1px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 0px;
	color: #993300;
	letter-spacing: 0.1em;
}

/***** メイン部分 ******/
#main{
width: 277px;
height: auto;
background-color: white;
margin: 10px 0px 0px 0px;
border-left:1px solid #000000;
border-right:1px solid #000000;
border-top: 1px solid #000000;
border-bottom:1px solid #000000;
} 
/***** スクロールボックス部分******/
.scroll_box{
padding: 0px ;
margin: 0px;
text-align: left;
width: 277px;
height: 400px;
overflow: auto; 
}
/***** テキスト部分 ******/
.text{
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
