diff --git "a/\043mokumoku.css\043" "b/\043mokumoku.css\043"
deleted file mode 100644
index 336b82a..0000000
--- "a/\043mokumoku.css\043"
+++ /dev/null
@@ -1,50 +0,0 @@
-body{background-color:#f5f5dc ;}
-
-/* home iroiro*/
-nav{
-text-align: center;
-}
-nav ul{
-margin: 0 ;
-padding: 0 ;
-}
-nav li{
-list-style: none;
-display: inline-block;
-width: 10%;
-min-width: 90px;
-}
-nav li:not(:last-child){
-border-right:2px solid #ddd;
-}
-nav a{
-text-decoration: none;
-color: #333;
-}
-nav a.home{
-color: #00B0F0;
-border-bottom:2px solid #00B0F0;
-}
-nav a:hover{
-color:#F7CB4D;
-border-bottom:2px solid #F7CB4D;
-}
-
-
-/*丸い写真*/
-img.spring{border-radius:50%;
-width:150px;
-height:150px;
-object-fit:cover; /*アスペクト比を維持したまま拡大縮小*/
-}
-img.winter{border-radius:50%;
-width:150px;
-height:150px;
-object-fit:cover; /*アスペクト比を維持したまま拡大縮小*/
-}
-
-
-
-
-
-
diff --git "a/.\043mokumoku.css" "b/.\043mokumoku.css"
deleted file mode 120000
index 36196d6..0000000
--- "a/.\043mokumoku.css"
+++ /dev/null
@@ -1 +0,0 @@
-c120110@hoy.e.koeki-u.ac.jp.1811
\ No newline at end of file
diff --git a/mokumoku.css b/mokumoku.css
index aea58eb..37b2545 100644
--- a/mokumoku.css
+++ b/mokumoku.css
@@ -37,6 +37,13 @@
height:150px;
object-fit:cover; /*アスペクト比を維持したまま拡大縮小*/
}
+
+img.summer{border-radius:50%;
+width:150px;
+height:150px;
+object-fit:cover; /*アスペクト比を維持したまま拡大縮小*/
+}
+
img.winter{border-radius:50%;
width:150px;
height:150px;
@@ -46,3 +53,5 @@
+
+
diff --git a/mokumoku.html b/mokumoku.html
index ebd8522..3f4f702 100644
--- a/mokumoku.html
+++ b/mokumoku.html
@@ -46,7 +46,7 @@
@@ -62,4 +62,3 @@