/* CSS Document */


/*---------------------------------------
全体
---------------------------------------*/
body {
    padding: 0px;
    margin: 0px;
}


form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}


body,p,td {
	color: #666666;
	}


/*---------------------------------------
改行
---------------------------------------*/
.br30 {font-size: 30px;line-height: 30px;}
.br20 {font-size: 20px;line-height: 20px;}
.br10 {font-size: 10px;line-height: 10px;}
.br5 {font-size: 5px;line-height: 5px;}
.br2 {font-size: 2px;line-height: 2px;}




/*---------------------------------------
テキスト
---------------------------------------*/
/*フォント10*/
.css10_s {
	font-size:70%;
	}

.css10 {
	font-size:70%;
	line-height:130%;
	}


/*フォント12*/
.css12_s {
	font-size:80%;
	line-height:120%;
	}

.css12 {
	font-size:80%;
	line-height:150%;
	}

.css12a {
	font-size:80%;
	line-height:200%;
	}

/*フォント14*/
.css14 {
	font-size:90%;
	}

.title14 {
	font-size:90%;
	font-weight:bold;
	line-height:130%;
	}

.topics {
	font-size:90%;
	line-height:130%;
	}


/*フォント16*/
.css16 {
	font-size:100%;
	}

.titlel16 {
	font-size:100%;
	font-weight:bold;
	line-height:130%:
	}


/*フォント他*/
.fcont {
	font-size: 80%;
	line-height:1.4em;
}

.small {
	font-size: 70%;
	line-height:1.4em;
}

.fnt_r {
	color: #830E02;
	font-size: 80%;
	line-height:1.4em;
}


/*---------------------------------------
 LINK 
 ---------------------------------------*/

a.l1:link, a.l1:visited {
	color: #830E02;
	text-decoration: none;
	font-weight: bold;
}

a.l1:hover {
	color: #830E02;
	text-decoration: underline;
	font-weight: bold;
}

a.l1:active {
	color: #830E02;
	text-decoration: underline;
	font-weight: bold;
}

a.l2:link, a.l2:visited {
	color: #666666;
	text-decoration: none;
}

a.l2:hover {
	color: #666666;
	text-decoration: underline;
}

a.l2:active {
	color: #666666;
	text-decoration: underline;
}

a.l3:link, a.l3:visited {
	color: #999999;
	text-decoration: none;
}

a.l3:hover {
	color: #999999;
	text-decoration: none;
}

a.l3:active {
	color: #999999;
	text-decoration: none;
}

a.l4:link, a.l4:visited {
	color: #666666;
	text-decoration: none;
}

a.l4:hover {
	color: #666666;
	text-decoration: none;
}

a.l4:active {
	color: #666666;
	text-decoration: none;
}

/*---------------------------------------
点線
---------------------------------------*/
.dotline1 { 
	background-image: url(../img/dotline.gif); 
	height: 1px;
	width: 100%; 
	}
	
	
	/*---------------------------------------
フッター下リンク
---------------------------------------*/
.ft_link{
font-size:10px;
margin:5px 0 5px 15px;
}


