BODY {
	color:             #333333;
	background-color:  #eeeeee;
	padding:           0;
	margin:            0;
	text-align:        center;
}

body,td,div,p{
	line-height: 160%;
	font-size:10pt;
}

a:link { text-decoration:underline;color:#003399;}
a:visited { text-decoration:underline;color:#0066CC;}
a:active { text-decoration:underline;color:#990000;}
a:hover	{ color:#003399;background-color: #FDFFC8;}

/* main */

html,body { height: 100%; width: 100%;}
table.main { height: 100%;}

.dan20{
	margin-left:20px;
	margin-right: 20px;
}


/* スペース　上
*********************************************** */
.s_t5 {margin-top: 5px;}
.s_t10 {margin-top: 10px;}
.s_t15 {margin-top: 15px;}
.s_t20 {margin-top: 20px;}
.s_t100 {margin-top: 100px;}

.sp_t5 {padding-top: 5px;}


/* スペース　下
*********************************************** */
.s_b5 {margin-bottom: 5px;}
.s_b10 {margin-bottom: 10px;}
.s_b15 {margin-bottom: 15px;}
.s_b20 {margin-bottom: 20px;}
.s_b30 {margin-bottom: 30px;}


/* 見出し
******************************************************************************************** */
.mtitle_small {font-size: 10px;}
.mtitle_l{
	font-weight: bold;
	font-size: 18px;
	color:#FFFFFF;
	padding-left: 15px;
	line-height: 100%;
}

.mtitle_l sup{
	line-height:2em;
}

.mtitle_r{
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
	padding-right: 15px;
}

.bd_tb{
	border-top: 4px #333333 solid;
	border-bottom: 4px #333333 solid;
	padding: 5px;
	line-height: 120%;
}


/* テーブル
******************************************************************************************** */

.tableglay{
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
}

.tdglay{
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.tdglayc{
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #eeeeee;
}

.l_g{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: thin solid #CCCCCC;
	width: 400px;
}


/* コピーライト
******************************************************************************************** */
div#copy {
	border-top:solid #000000 1px;
	clear: none;
	width: 660px;
	padding-top: 10px;
	padding-bottom: 50px;
	color: #333333;
	font-size: 10px;
}

div#pagetop{
	width: 660px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* カラー
******************************************************************************************** */
.red{ color:#ff6600 }
.blue{ color:#0066CC }
.green{color:#006600}
.purple{color:#663399}
.gray{ color:#666666 }
.grayc{ color:#999999 }
.white{ color:#ffffff }

/* サイズ スタイル
******************************************************************************************** */
.f_small {font-size: 90%;}
.f_big {font-size: 120%;}
.fs_bold {font-weight: bold;}
