/*ベース*/
body{
	margin: 0px;
	padding: 0px;
}

a:link{
	color: #000099;
}
a:visited{
	color: #330099;
}
a:hover{
	color: #0066FF;
}

p{
	margin: 0px;
	padding: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li{
	list-style: none;
}

img {
    border: 0px;
}

div, form, input, h1, h2, h3, h4{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	line-height: 18px;
	color: #333;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

.sTxt{
font-size: 10px;
line-height: 14px;
}

#MainArea{
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding: 0px;
}
#SideArea{
	margin-top: 40px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #333;
	text-align: left;
	padding: 0px;
}

#MainArea h1{
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #5B92C8;
	padding: 0px;
	margin-bottom: 2px;
}

#MainArea h1 .h1jp{
	font-weight: bold;
	font-size: 14px;
	color: #5B92C8;
	padding: 0px;
	margin-bottom: 2px;
	display: inline;
}

#MainArea h2{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #5B92C8;
	border-bottom: 1px solid #5B92C8;
	border-left: 5px solid #5B92C8;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #C6D9EC;
}
#MainArea h2 .h2jp{
	font-weight: normal;
	font-size: 11px;
	color: #5B92C8;
	display: inline;
}
#MainArea .lead{
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 10px;
}

#MainArea table{
	margin-bottom: 10px;
}

