/* ここから本文の設定　*/

a {
	text-decoration: underline
}

/* 見出し１（ページのタイトル）の設定　*/

h1 {
    border-left-style: solid;
    border-left-color: darkgreen;
    border-left-width: thick;   
    background-color: rgba(0,100,0,0.07); 
    font-size: 160%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 4px 10px;
}

h1 a {
	text-decoration: none;
}


/*見出し２　の設定　*/

h2 {
    border-bottom-style: solid;
    border-bottom-color: darkgreen;
    font-size: 145%;
    margin-bottom: 2%;  
    margin-top: 4%;  
}

/*見出し３　の設定　*/

h3 {   
    font-size: 120%;
    background-color: darkgreen;
    color: whitesmoke;
    font-size: 100%;
    margin-bottom: 2%;
    margin-top: 4%;
    padding: 2px 10px;

}


/*見出し４　の設定　*/

h4 {
    border-left-style: solid;
    border-left-color: darkgreen;
    border-left-width: nomal;   
    font-size: 100%;
    margin-top: 4%;
    margin-bottom: 2%;
    padding: 2px 10px;
    font-weight: 500;
}



/* 本文の設定終わり　*/

