/* CSS Document */

/*　contact
*/html {
	overflow-y:scroll;
}
#contact{
	background-color: #59B8D5;
}
#contact h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 13px;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
}
#contact h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
}
#contact p {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 180%;
	font-weight: normal;
	color: #000000;
}
/*about*/
#about{
	background-color: #F4D1D3;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#about h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
}
#about p {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 180%;
	font-weight: normal;
	color: #000000;

}
#about h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #333300;
}



/*other*/
#other{
	background-color: #FFFFFF;
		margin: 5px;
	width: 690px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#other h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: x-small;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
}
#other p {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	line-height: 180%;
	font-weight: normal;
	color: #000000;

}
/*info*/
#info{
	background-color: #FFFFFF;
	margin: 20px 5px 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
	float: none;
	line-height: 180%;
}
#info h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
}
#info p {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 180%;
	font-weight: normal;
	color: #000000;

}
#info h2 {
	background-color: #F4D1D3;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #333300;
	padding: 10px;
}
