/* COMMON FORMAT */
/* Body Style */
body {
	font-size: 12px;
	background:white;
	text-align : center;
	line-height: 120%;
	color: #4682B4;
	margin-top: 0px;
/*
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}


/* Page Position (Center of Screen) */
.PagePositionC {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


/* Table Style */
TD{font-size:12px;line-height:120%;}
TH{font-size:12px;}

/* Link Style */
a {
color: #4682B4;
font-weight: bold;
text-decoration: none;
}

a:hover {
color:#FF9999;
}

.fnt08n {font-size:8px; text-decoration:none;}
.fnt08b {
font-size:8px;
font-weight:bold;
}
.fnt10n {font-size:10px; text-decoration:none;}
.fnt10b {
font-size:10px;
font-weight:bold;
}


/* Title Bar Style */
.title{
	background-image:url(image/backgrad.jpg);
	font-size: 14px;
	font-weight : bold;
	color: #4682B4;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-top: 4px;
}

.Disctitle{
	font-size: 12px;
	font-weight : bold;
	color: #4682B4;
	margin-top: 20px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	background-color: #DDEEFF;
}

.CntBlk {
	font-weight : normal;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.CntBlkL {
	font-weight : normal;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
/* Create table box */

dl.TblBx100 {
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}
dl.TblBx100 dt {
	/*	border-top: 1px solid #ccc;*/
	float: left;
	font-weight: bold;
	padding-top: 2px;
	width: 100px;
	padding-left: 2px;
	display: block;
}
dl.TblBx100 dd {
	/*	border-top: 1px solid #ccc;*/
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 105px;
	display: block;
}
.TblBxTtl {
	padding-top: 5px;
	margin-left: 4px;
	padding-bottom: 5px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
/*	float: none;*/
}
.TblBxRight {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

