/* CSS Document */



/*----------------------------------------------------------*/

/* ページ全体の設定*/

/*----------------------------------------------------------*/

.style01 {

	font-size: 80%; line-height: 160%; 

	}
	
.style02 {

	font-size: 80%; line-height: 150%; 

	}
	
.style03 {

	font-size: 90%; color: #B30000; font-weight: 600;

	}

.style04 {

	font-size: 100%; color: #0D2581; font-weight: 600;

	}
	
.style05 {

	font-size: 100%; line-height: 160%; 

	}
	
.style06 {

	font-size: 70%;

	}
	
.style07 {

	background-image: url(outline/images/bg.gif);
	background-repeat: no-repeat; 
	
	}

p { marign:0; }



h3 { width:660px; border:1px solid #ffffff; font-size:100%; padding:3px 8px; margin:0 0 10px 0;}



h4 { font-size:100%; margin:0 0 2px 0;}



h5 { font-size:100%; margin:2px 0 10px 0; color:#B70016; font-weight:normal;}
		

/*----------------------------------------------------------*/

/* リンクの設定*/

/*----------------------------------------------------------*/

   A:link{color:#464646; text-decoration:none;}

   A:visited{color:#53AE4E; text-decoration:none;}

   A:hover{color:#53AE4E; text-decoration:underline;}

   A:active{color:#53AE4E; text-decoration:none;}



