/*▼▼HTML再定義▼▼*/
/*--body設定（文字色と背景色は必ずセットで指定！！）--*/
/*--ポップアップ等でbody設定が複数ある時は↓は削除。id又はclassでページ毎に指定--*/
body{
	margin:6px 0 0 0;		/*IE・NN用の余白*/
	padding:6px 0 0 0;		/*OPERA用の余白*/
	color:#000033;		/*文字色*/
	background:url(../img/background_lines.gif);	/*背景色、背景画像等*/
}
/*---フォントサイズ---*/
.fn12 {
	font-size: 12px;
	line-height: 18px;
}
.fn12-2 {
	font-size: 12px;
	line-height: 20px;
}
.fn10 {
	font-size: 10px;
	line-height: 16px;
}
.fn10-uppermanu {

	color:#0099CC;
	font-size: 10px;
	line-height: 20px;
}

.fn14 {
	font-size: 14px;
	line-height: 18px;
}

/*---メニュー部分擬似クラス---*/

A:link {
	color:#339900;
	background:transparent;
	text-decoration: underline;
}
A:visited {
	color:#339900;
	background:transparent;
	text-decoration: underline;
}
A:hover {
	color:#99CC33;
	background:transparent;
	text-decoration: underline;
}
A:active{
	color:#66CC00;
	background:transparent;
	text-decoration: underline;
}

.list-menu A:link {
	font-size: 14px;
	color:#480000;
	text-decoration: none;
}
.list-menu A:visited {
    font-size: 14px;
	color:#480000;
	text-decoration: none;}
.list-menu A:hover { 
　　font-size: 14px;
    color:#CC0000;
　　position: relative; top: 1px; left: 1px;
	text-decoration: none;}
}  
.list-menu A:active{
	font-size: 14px;
	color:#FF0000;
	text-decoration: none;}
}
.upper-menu A:link,.upper-menu A:visited {
	font-size: 10px;
	color:#000080;
	text-decoration: underline;
}	
.upper-menu A:hover,.upper-menu A:active { 
　　font-size: 10px;
    color:#990033;
	text-decoration: underline;
}  

.bgimg{background:url(../img/index_img/main_background_pic.jpg) no-repeat;
}
.leftmenu A	{
	display:block;
	width:153px;
	padding:7px;
	text-decoration:none;
	font-size:12px;
	color:#000066;
	}
.leftmenu A:hover	{
	font-size:12px;
	background-color:#CFDAF1;
	color:#000033;
	text-decoration:none;	
	}
.leftmenu A:visited	{
	display:block;
	width:153px;
	padding:7px;
	text-decoration:none;
	font-size:12px;
	color:#000066;
	}
.C1menu A	{
	display:block;
	width:175px;
	padding:7px;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	}
.C1menu A:hover	{
	font-size:12px;
	background-color:#32A2B6;
	color:#FFFFFF;
	text-decoration:none;	
	}
.C1menu A:visited	{
	display:block;
	width:175px;
	padding:7px;
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	}	
.boder {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC66;
}
