@charset "Shift_JIS";

/*
文字の基本設定
-----------------------------------------------------------------------*/
body, th, td {
	font-size: 13px;
	color: #333333; 
	font-family: arial, "ヒラギノ角ゴ pro w3", hirakakupro-w3, sans-serif
;}



/*---リンク---*/
a {
	color: #0086b9; text-decoration: none;
	}
a:link {
	color: #0086b9; text-decoration: none;
	}
a:visited {
	color: #578cb9;
	}
a:hover {
	color: #125382; text-decoration: underline;
	}
a:active {
	color: #3366ff; text-decoration: underline;
	}




/*---見出し---*/
h2{
	margin-top: 0px;
	padding-left: 10px;
	font-size: 130%;
	line-height: 1.4;
	}

h3 {
	margin: 20px 0px 0px 10px;
}

/*h3 {
	margin: 10px 0px 0px 0px;
	font-size: 120%;
	}*/
	
h3 a {
	color: #333333; text-decoration: none;
	}

h3 a:hover {
	color: #125382; text-decoration: underline;
	}

h3 a:visited {
	color: #333333; text-decoration: none;
	}


h4 {
	margin-top: 5px; font-size: 100%; margin-bottom: 0px;
	}

h5 {
	margin-top: 5px; font-size: 105%; margin-bottom: 0px;
	}

h6 {
	margin-top: 5px; font-size: 100%; margin-bottom: 0px;
	}



/*---内容---*/
p {
	line-height: 1.5
;}
ul {
	line-height: 1.5
;}
ol {
	line-height: 1.5
;}
dl {
	line-height: 1.5
;}
p {
	margin-top: 0px;
	margin-bottom: 0.5em
;}
ul {
	margin-top: 0px; margin-bottom: 0px
;}
ol {
	margin-top: 0px; margin-bottom: 0px
;}
dl {
	margin-top: 0px; margin-bottom: 0px
;}
h1 {
	margin-top: 20px; font-size: 125%; margin-bottom: 15px
;}

#header {
	
}

#navi {
	
}
#footer {

	}
#footer address {
 margin-top:5px;
	font-style: normal;
	font-size: 80%;
	}

