@charset "UTF-8";

body {
background-color: #ffffff;
}

#base {
width: 70%;
margin-top: 0;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
/* border: solid 1px gray; */
}

#header {
margin-top: 5px;
margin-bottom: 10px;
/* border: solid 1px gray; */
}

#myname {
text-decoration: none;
font-size: 11px;
font-family: sans-serif;
color: #666666;
}

#nav ul {
list-style-type: none;
margin-top: 5px;
margin-bottom: 20px;
padding: 5px;
overflow: hidden;
background-color: #ffa500;
text-align: center;
font-size: 14px;
font-family: sans-serif;
}

#nav li {
width: 140px;
display: inline-block;
color: #666666;
}

#nav li a {
text-decoration: none;
color: #ffffff;
}

#nav li a:hover {
text-decoration: none;
color: #ffff00;
}

#main {
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
width: 700px;
font-family: sans-serif;
/* border: solid 1px gray; */
}

#visual {
margin-top: 40px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
width: 700px;
background-color: #f5f5f5;
}

#shoulder {
font-size: 12px;
color: #666666;
}

h1 {
color: #ffa500;
font-size: 20px;
}

h2 {
color: #666666;
font-size: 16px;
}

h3 {
color: #666666;
font-size: 14px;
}

p {
font-size: 14px;
line-height: 2.3;
color: #666666;
}

#profile {
font-size: 14px;
color: #666666;
}

#profile2 {
font-size: 12px;
font-weight: normal;
color: #666666;
}

#name {
width: 300px;
height:20px;
}

#mail {
width: 300px;
height:20px;
}

#comment {
width: 500px;
height:120px;
}

#goto {
font-size: 14px;
}

#footer {
margin-top: 10px;
margin-bottom: 10px;
padding: 7px;
background-color: #ffa500;
/* border: solid 1px gray; */
}
