@charset "utf-8";

/*スペースコントロール系のCSS(上からのマージン)*/
.sc-top5px {
	margin-top: 5px;
}
.sc-top10px {
	margin-top: 10px;
}
.sc-top15px {
	margin-top: 15px;
}

.sc-top20px {
	margin-top: 20px;
}

.sc-top6px {
	margin-top: 6px;
}

.sc-top7px {
	margin-top: 7px;
}

.sc-top8px {
	margin-top: 8px;
}

.sc-top9px {
	margin-top: 9px;
}

.sc-top16px {
	margin-top: 16px;
}
.sc-top24px {
	margin-top: 24px;
}

.sc-top27px {
	margin-top: 28px;
}

.sc-top28px {
	margin-top: 28px;
}

.sc-top30px {
	margin-top: 30px;
}

.sc-top32px {
	margin-top: 32px;
}

.sc-top42px {
	margin-top: 42px;
}


/*テキストサイズに関するCSS*/
.stxt { font-size:80%; line-height:120%; }
.mtxt { font-size:80%; line-height:120%; }
.ltxt { font-size:90%; line-height:120%; }

.fixed-stxt {
	font: 8pt/120% "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
}

.fixed-mtxt {
	font: 9pt/130% "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
}

.fixed-ltxt {
	font: 10pt/130% "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
}


/*ラインに関するCSS*/
.line { width:100%; height:1px; background-color:#ccc; }

/* for macIE \*/
* html body #page #pageBodyArea #contentBlock .line {
	overflow:hidden;
}


/*テーブルセルに対する色のコントロール(SEIKOCOLOR)*/
.global-bg-ctg { background-color:#38466D; }


/*テキストリンクに対する設定*/	
a:link {
	color:#35456c;
	}
a:visited {
	color: #663366;
	}
a:hover {
	color: #660000;
	}
a img {
	border: none;
	}
em {
	font-style: normal;
	font-weight: normal;
	color: #ff6600;
	}
	
/*イメージに対する設定*/
	
img {border: none;}

/*下記タグに対する設定*/	
p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6, dt, dd, input, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: normal;
	font-weight: normal;
	}
	
/*下記タグに対する設定*/	
table {
	margin: 0px;
	padding: 0px;
	border: none;
	}	
.center {
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body #page #pageBodyArea #contentBlock ul li,
body #page #pageBodyArea #contentBlock ol li,
body #page #pageBodyArea #contentBlock table th,
body #page #pageBodyArea #contentBlock table td,
body #page #pageBodyArea #contentBlock dl dt,
body #page #pageBodyArea #contentBlock dl dd,
body #page #pageBodyArea #contentBlock p{
	line-height : 120% ;
}
body #page #pageBodyArea #contentBlock strong{
	font-weight : bold ;
}
body #page #pageBodyArea #contentBlock ul.normal li{
	margin-left : 20px ;
	list-style-type : disc ;
	_margin-left : 25px ;
}
body #page #pageBodyArea #contentBlock table.normal{
	border-left : #ccc 1px solid ;
	border-top : #ccc 1px solid ;
}
body #page #pageBodyArea #contentBlock table.normal th,
body #page #pageBodyArea #contentBlock table.normal td{
	border-right : #ccc 1px solid ;
	border-bottom : #ccc 1px solid ;
}

