/********************xxx.html【BODY】**********************/
body { margin: 0px 0px 0px;			/* 上.左右.下のマージン */
	 background-color: #FFFFFF;
	 scroll:auto;}
A 	 	{ text-decoration: none ; }
A:hover { background-color: #FFD200; }
.iro A:hover { background-color: #FFFFFF;
			text-decoration: underline; }
.banner A:hover { background-color: #FFFFFF; }

A:link 		{color: #0033CC ;}
A:visited 	{color: #0033CC ;}
A:active 	{color: #0033CC ;}
b			{font-weight:700;
			font-size: 9pt;}
strong		{font-weight:700;
			color: #000000;
			font-size: 9pt;}
table 		{ border: 1px;
			bordercolor: #CCCCCC;
			padding: 3px;
			margin-bottom: 0px;}
td			{font-size: 9pt;
			padding: 3px;}
tr			{font-size: 9pt;}

.body {
	font-size: 12px;
	line-height: 18px;
}

.body-B {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.body2-B {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}

.body2 {
	font-size: 10px;
	line-height: 16px;
}
.line {
	font-size: 12px;
	line-height: 16px;
}
/******************index.html【header】********************/
/*上のタイトルGIF*/
div.head_logo_co01 {
	position:	relative;
	background-image : url("img/UC_top01.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-color: "#FF9118";
	height: 47px;
	margin-bottom: 0px;
	}
/*下のタイトルGIF*/
div.head_logo_co02 {
	position:	relative;
	background-image : url("img/UC_top02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color: "#FFFFFF";
	height: 51px;
	margin-bottom: 0px;
	}
/*メインの写真*/
div.head_main_jpeg {
	position:	relative;
	background-image : url("img/main_jpeg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 258px;
	margin-bottom: 50px;
	}
	
	
/*******************FLASHmenu*********************/
div.flash_menu{
	position:	relative;
	background-position: center;
	top: -35px;
	}



/*******************上部リンクバー(ただのオレンジのバー)*********************/
div.head_link {
	position: absolute;
	top: 96px;
	left: 0px;

	width:100%;

	background-color: "#FFD200";

	height:37px;
	font-size:5px;

/*	
	margin-top: 0px;
	background-color: "#FFD200";
	padding: 12px;
	text-align:	center;
	font-size: 12px;
	color: white;
	margin-bottom: 50px;*/
	}
/****************タイトルからのマージン****************/
div.margin-bottom01 {
	margin-bottom: 35px;
	}
/*****************フッダコピーライト*******************/
div.copy {
	margin-top: 50px;
	/* background-color: "#BABABA"; */
	/* padding: 0px; */
	/* text-align:	center; */
	font-size: 9px;
	/* color: #000000; */
	/* margin-bottom: 0px; */
	}
div.foot_copy {
	margin-top: 20px;
	background-color: "#BABABA";
	padding: 4px;
	text-align:	center;
	font-size: 10px;
	color: #000000;
	margin-bottom: 30px;
	}
/*****************その他*******************/
div.bntable {
	margin-top: 50px;
	padding: 4px;
	text-align:	center;
	font-size: 9px;
	color: #000000;
	margin-bottom: 30px;
	border: thin solid #999999;
	width: auto;
	}
/*****バックナンバー内テーブルレイヤー*****/
.table1 { width: 600px;
		  vertical-align: top;
		  table-layout: fixed;
		  color: #0033FF } 
.table2 { width: 600px;
		  vertical-align: middle;
		  background-color: #CCCCCC; } 
/* 番号 */
.td1 {  width: 25px;
		vertical-align: top;
		text-align: right;
	    background-color: #0033FF;
		font-size:12px;
		color: #FFFFFF;
		/*［上］ と ［右］ と ［下］ と ［左］ を指定 */
		padding: 5px 2px 4px 2px; }
/* 題名 */
.td2 {  width: 575px;
	    background-color: #FFFFFF;
		font-size:12px;
		line-height: 15px;
		padding: 5px 2px 4px 4px; }
/* PDFダウンロード題名1 */
.td2_pdf1 {  width: 545px;
	    background-color: #FFFFFF;
		font-size:12px;
		vertical-align: top;
		line-height: 15px;
		padding: 4px 2px 4px 4px; }
/* PDFダウンロード画像 */
.td2_pdf2 {  width: 30px;
	    background-color: #FFFFFF;
		vertical-align: middle;
		text-align: center; }
		/* PDFダウンロード題名1 */
.td2_pdf3 {  width: 570px;
	    background-color: #FFFFFF;
		font-size:12px;
		vertical-align: middle;
		line-height: 15px;
		padding: 4px 2px 4px 4px; }
