1/*　必須スタイル　*/
p {
	line-height: 150%;
}
li {
	line-height: 150%;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	line-height: 130%;
}

h2 {
	font-size: 120%;
	font-weight: bold;
}
h3 {
	font: 110%;
	font-weight: bold;
}
h4 {
	font: 100%;
	font-weight: bold;
}
ul {
	line-height: 150%;
	margin-left: 20px;
}
dl {
	line-height: 125%;
}
dt {
	line-height: 150%;
	font-weight: bold;
	background: #FFFFFF;
	margin-right: 10px;
}
dd {
	line-height: 150%;
	padding-bottom: 10px;
}

/*更新プログラム必須スタイル　*/
.xxl {
	font: 140%;
	font-weight: bold;
}
.xl {
	font: 130%;
	font-weight: bold;
}
.l {
	font: 120%;
	font-weight: bold;
}
.m {
	font: 110%;
	font-weight: bold;
}

/*　カスタムスタイル　*/
.f14px {
	font: 14px;
	line-height: 150%;
}
.f12px {
	font: 12px;
	line-height: 150%;
}
.white-link {
	color: #FFFFFF;
}

.navi {
	font: 14px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border-top: 1px solid #3366CC;
	border-right: 1px none #3366CC;
	border-bottom: 1px solid #3366CC;
	border-left: 1px none #3366CC;
}
.top-coment {
	line-height: 150%;
	margin-right: 40px;
	margin-left: 40px;
}
.navi2 {
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border-top: thick none #CC6600;
	border-right: thin solid #CC6600;
	border-bottom: thin none #CC6600;
	border-left: thin solid #CC6600;
}
.navi-footer {

	font: 14px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border-top: thick none #CC6600;
	border-right: thin solid #CC6600;
	border-bottom: thick solid #CC6600;
	border-left: thin solid #CC6600;
}
.content {
	line-height: 150%;
	margin-right: 30px;
	margin-left: 30px;
	color: #000000;
	background: #FFFFFF;


}
.under-line {
	border-bottom: 1px solid #3366CC;
}
.side-line {
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border-top: 1px solid #CC6600;
	border-right: 1px none #CC6600;
	border-bottom: 1px none #CC6600;
	border-left: 1px none #CC6600;
}

.footer {
	font: 90%;
	line-height: 130%;
	color: #000000;
	background: #FFFFFF;
}
body {
	color: #000000;
	background: #3366CC;
	margin: 0px;
	padding: 0px;
}

.content th{
	background-color:#3165CE;
	color: #FFFFFF;
}
.textcenter {
	text-align: center;
}
