/* CSS Document */ 更新情報用CCS

/* 基本装飾 */

body{
}

h1 {
	background-image: url(h1_blue2.jpg);
	background-repeat: no-repeat; 
	height: 39px; 
	font-size: 18px; 
	line-height: 39px; 
	color: #FFFFFF;
	padding-left: 20px; 
	margin: 10px 0 10px 0; 
	text-align: left;
}

p { 
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.font10 { font-size: 10px; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font32 { font-size: 32px; line-height: 45px; }
.red { color: #FF0000; }
.blue { color: #0000FF; }
.sky { color: #0066FF; }
.green { color: #006600; }
.gray { color: #666666; }
.white { color: #FFFFFF; }
.black{color:#000000;}

.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }




/* ページ装飾 ベースは600pxで */

#contents {
	width:600px;
	margin:0 auto;
}

#main {
	width:580px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	background-color:#ffffff;
}

#footer {
	text-align: center;
	color: #333333;
	font-size: 12px;
	clear: both;
}

#footer p {
	margin: 0;
	padding-top: 5px;
	line-height: 17px;
	font-size: 12px;
}

#footer p.copy {
	font-size: 12px;
	line-height: 20px;
}

#footer a { 
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

/* 表組み */
.tb-a {
	border:0
	width:100%;
	line-height: 18px;
	font-size:90%;
}

.tb-a-cell1 {
	background-color: #d6daed;
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.tb-a-cell2 {
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding:10px
;}



BODY{
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin-top: 0;
	background-color:#cfdfee;
	margin:0 auto;
}
