body{
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 12px;
	background-image: url(../common/backline2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

table{
        font-size: 12px;
		color: #424242;
		line-height: 1.5em;
}

/*-----リンク設定--------*/
a:link {
        font-size: 12px;
        color: #4D82C4;
		text-decoration: none;}       
a:visited {
        font-size: 12px;
        color: #4D82C4;
		text-decoration: none;}
a:hover {
        color: #FF6600;
	text-decoration: underline;}

a.f:link {
        font-size: 10px;
        color: #424242;
		text-decoration: none;}       
a.f:visited {
        font-size: 10px;
        color: #424242;
		text-decoration: none;}
a.f:hover {
        color: #FF6600;
	text-decoration: underline;}

a.h:link {
        font-size: 9px;
        color: #424242;
		text-decoration: none;}       
a.h:visited {
        font-size: 9px;
        color: #424242;
		text-decoration: none;}
a.h:hover {
        color: #FF6600;
	text-decoration: underline;}
	
a.site:link {
        font-size: 12px;
		font-weight: bold;
        color: #5378BB;
		text-decoration: none;}       
a.site:visited {
        font-size: 12px;
		font-weight: bold;
        color: #5378BB;
		text-decoration: none;}
a.site:hover {
        color: #FF6600;
		font-weight: bold;
		text-decoration: underline;}
		
a.site2:link {
        font-size: 12px;
		color: #666666;
		text-decoration: none;}       
a.site2:visited {
        font-size: 12px;
		color: #666666;
		text-decoration: none;}
a.site2:hover {
        color: #FF6600;
		text-decoration: underline;}



/*-----余白設定--------*/
.padding5 {padding: 5px;}

.padding3 {padding: 3px;}