/* line 4, ../sass/default.scss */
body {
  font-family: "Times New Roman", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  line-height: 1.6em;
  color: #333;
  background-color: #FFF;
}

/* line 12, ../sass/default.scss */
img {
  vertical-align: bottom;
}

/* line 16, ../sass/default.scss */
a {
  color: #0077dd;
  text-decoration: none;
  cursor: pointer;
}
/* line 20, ../sass/default.scss */
a:hover {
  color: #005599;
  text-decoration: underline;
}

/* line 27, ../sass/default.scss */
header {
  padding: 10px 10px 10px 10px;
  width: 940px;
  height: 230px;
  margin: 0 auto;
  position: relative;
}
/* line 33, ../sass/default.scss */
header:before, header:after {
  content: " ";
  display: table;
}
/* line 37, ../sass/default.scss */
header:after {
  clear: both;
}

/* line 42, ../sass/default.scss */
div.middle {
  padding: 10px 10px 10px 10px;
  width: 940px;
  margin: 0 auto;
  position: relative;
}
/* line 47, ../sass/default.scss */
div.middle:before, div.middle:after {
  content: " ";
  display: table;
}
/* line 51, ../sass/default.scss */
div.middle:after {
  clear: both;
}

/* line 56, ../sass/default.scss */
footer {
  padding: 10px 10px 10px 10px;
  width: 940px;
  margin: 100px auto 0 auto;
  position: relative;
}
/* line 62, ../sass/default.scss */
footer:before, footer:after {
  content: " ";
  display: table;
}
/* line 66, ../sass/default.scss */
footer:after {
  clear: both;
}
/* line 69, ../sass/default.scss */
footer div.stamp_divider {
  text-align: center;
  height: 65px;
}
/* line 74, ../sass/default.scss */
footer p.copyright {
  text-align: center;
  font-weight: bold;
}

/* line 82, ../sass/default.scss */
header h1#site_title {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 45px;
  height: 58px;
}
/* line 88, ../sass/default.scss */
header div.lang-sw {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 93, ../sass/default.scss */
header div.lang-sw ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 97, ../sass/default.scss */
header div.lang-sw ul li {
  float: left;
}
/* line 99, ../sass/default.scss */
header div.lang-sw ul li:first-child {
  padding-right: 7px;
}
/* line 102, ../sass/default.scss */
header div.lang-sw ul li + li:before {
  content: " | ";
}
/* line 109, ../sass/default.scss */
header nav {
  height: 50px;
  width: 640px;
  margin: 0 auto;
}
/* line 114, ../sass/default.scss */
header nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
/* line 119, ../sass/default.scss */
header nav ul li {
  float: left;
  margin: 0;
  padding: 0 10px;
}
/* line 124, ../sass/default.scss */
header nav ul li a {
  display: block;
  width: 140px;
  height: 50px;
  background-image: url("../images/nav.png");
  text-indent: -9999px;
}
/* line 132, ../sass/default.scss */
header nav ul li.home a {
  background-position: 0 0;
}
/* line 134, ../sass/default.scss */
header nav ul li.home a:hover {
  background-position: -140px 0;
}
/* line 139, ../sass/default.scss */
header nav ul li.profile a {
  background-position: 0 -50px;
}
/* line 141, ../sass/default.scss */
header nav ul li.profile a:hover {
  background-position: -140px -50px;
}
/* line 146, ../sass/default.scss */
header nav ul li.blog a {
  background-position: 0 -100px;
}
/* line 148, ../sass/default.scss */
header nav ul li.blog a:hover {
  background-position: -140px -100px;
}
/* line 153, ../sass/default.scss */
header nav ul li.link a {
  background-position: 0 -150px;
}
/* line 155, ../sass/default.scss */
header nav ul li.link a:hover {
  background-position: -140px -150px;
}

/* line 166, ../sass/default.scss */
body.home header nav ul li.home a {
  background-position: -140px 0;
}

/* line 170, ../sass/default.scss */
body.profile header nav ul li.profile a {
  background-position: -140px -50px;
}

/* line 174, ../sass/default.scss */
body.blog header nav ul li.blog a {
  background-position: -140px -100px;
}

/* line 178, ../sass/default.scss */
body.page-slug-link header nav ul li.link a {
  background-position: -140px -150px;
}

/* line 187, ../sass/default.scss */
p.site_description {
  text-align: center;
}

/* line 194, ../sass/default.scss */
body.home div.profile {
  width: 640px;
  padding-left: 20px;
  margin: 40px auto;
}
/* line 199, ../sass/default.scss */
body.home div.profile div.person {
  padding-bottom: 20px;
}
/* line 202, ../sass/default.scss */
body.home div.profile div.person h3 {
  margin: 0;
  padding: 0;
}
/* line 207, ../sass/default.scss */
body.home div.profile div.person p {
  padding-left: 20px;
}
/* line 213, ../sass/default.scss */
body.home div.news {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}
/* line 219, ../sass/default.scss */
body.home div.news h2 {
  font-size: 24px;
}
/* line 223, ../sass/default.scss */
body.home div.news ul {
  list-style: none;
  padding: 0 0 0 20px;
}
/* line 227, ../sass/default.scss */
body.home div.news ul li {
  padding-bottom: 3px;
}
/* line 230, ../sass/default.scss */
body.home div.news ul li span.date {
  padding-right: 0.5em;
}

/* line 239, ../sass/default.scss */
body.profile div.profile {
  width: 820px;
  padding-left: 20px;
  margin: 10px auto;
}
/* line 245, ../sass/default.scss */
body.profile div.profile:before, body.profile div.profile:after {
  content: " ";
  display: table;
}
/* line 249, ../sass/default.scss */
body.profile div.profile:after {
  clear: both;
}
/* line 253, ../sass/default.scss */
body.profile div.profile h2 {
  font-size: 24px;
  text-align: center;
}
/* line 259, ../sass/default.scss */
body.profile div.profile div.person {
  width: 640px;
  padding-bottom: 20px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
}
/* line 266, ../sass/default.scss */
body.profile div.profile div.person:last {
  padding-right: 0;
}
/* line 270, ../sass/default.scss */
body.profile div.profile div.person h3 {
  margin: 0;
  padding: 0;
}
/* line 275, ../sass/default.scss */
body.profile div.profile div.person h4 {
  margin: 0;
  padding: 0;
}
/* line 280, ../sass/default.scss */
body.profile div.profile div.person p {
  margin-left: 9px;
  padding-left: 10px;
}
/* line 285, ../sass/default.scss */
body.profile div.profile div.person hr {
  border: none;
  background: none;
}
/* line 290, ../sass/default.scss */
body.profile div.profile div.person div.relative {
  margin-top: 120px;
}
/* line 292, ../sass/default.scss */
body.profile div.profile div.person div.relative h3 {
  padding-left: 20px;
}
/* line 295, ../sass/default.scss */
body.profile div.profile div.person div.relative h4 {
  padding-left: 20px;
}
/* line 298, ../sass/default.scss */
body.profile div.profile div.person div.relative p {
  padding-left: 30px;
}
/* line 303, ../sass/default.scss */
body.profile div.profile div.person div.photos {
  padding-top: 20px;
}
/* line 305, ../sass/default.scss */
body.profile div.profile div.person div.photos div.img_single {
  text-align: center;
  padding-bottom: 2em;
}
/* line 308, ../sass/default.scss */
body.profile div.profile div.person div.photos div.img_single p {
  margin: 0.5em 0 0.5em 0;
  padding: 0 0 0 0;
}
/* line 313, ../sass/default.scss */
body.profile div.profile div.person div.photos div.img_plural {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* line 317, ../sass/default.scss */
body.profile div.profile div.person div.photos div.img_plural div.img_single {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 325, ../sass/default.scss */
body.profile div.profile div.person div.photos div.v_bottom div.img_single {
  vertical-align: bottom;
}
/* line 332, ../sass/default.scss */
body.profile div.profile nav {
  height: 30px;
  width: 820px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #F6F6F6;
}
/* line 340, ../sass/default.scss */
body.profile div.profile nav ul {
  width: 420px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
/* line 346, ../sass/default.scss */
body.profile div.profile nav ul li {
  float: left;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
/* line 352, ../sass/default.scss */
body.profile div.profile nav ul li a {
  font-size: 16px;
  display: block;
  width: 120px;
  height: 30px;
  color: #333;
  font-weight: bold;
  vertical-align: middle;
}
/* line 361, ../sass/default.scss */
body.profile div.profile nav ul li a:hover {
  text-decoration: none;
}
/* line 369, ../sass/default.scss */
body.profile div.profile nav ul li.koshiro-onchi a:hover {
  color: #666;
  border-bottom: 1px solid #1B1464;
}
/* line 377, ../sass/default.scss */
body.profile div.profile nav ul li.kunio-onchi a:hover {
  color: #666;
  border-bottom: 1px solid #1B1464;
}
/* line 385, ../sass/default.scss */
body.profile div.profile nav ul li.motoko-onchi a:hover {
  color: #666;
  border-bottom: 1px solid #1B1464;
}

/* line 398, ../sass/default.scss */
body.page-slug-koshiro_onchi div.profile nav ul li.koshiro-onchi a {
  border-bottom: 1px solid #1B1464;
}

/* line 402, ../sass/default.scss */
body.page-slug-kunio_onchi div.profile nav ul li.kunio-onchi a {
  border-bottom: 1px solid #1B1464;
}

/* line 406, ../sass/default.scss */
body.page-slug-motoko_onchi div.profile nav ul li.motoko-onchi a {
  border-bottom: 1px solid #1B1464;
}

/* line 414, ../sass/default.scss */
body.page-slug-link div.link {
  width: 820px;
  padding-left: 20px;
  margin: 10px auto;
}
/* line 418, ../sass/default.scss */
body.page-slug-link div.link:before, body.page-slug-link div.link:after {
  content: " ";
  display: table;
}
/* line 422, ../sass/default.scss */
body.page-slug-link div.link:after {
  clear: both;
}
/* line 427, ../sass/default.scss */
body.page-slug-link h2 {
  font-size: 24px;
  text-align: center;
}

/* line 437, ../sass/default.scss */
body.blog div.middle {
  margin-top: 30px;
}
/* line 440, ../sass/default.scss */
body.blog div.sidebar {
  padding: 1px 0 0 20px;
  width: 250px;
  float: left;
}
/* line 445, ../sass/default.scss */
body.blog div.sidebar h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 451, ../sass/default.scss */
body.blog div.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 457, ../sass/default.scss */
body.blog div.sidebar li.widget {
  margin-bottom: 20px;
}
/* line 461, ../sass/default.scss */
body.blog div.sidebar ul li.widget ul {
  list-style: none;
  padding-left: 20px;
}
/* line 465, ../sass/default.scss */
body.blog div.sidebar ul li.widget ul li {
  padding-bottom: 3px;
}
/* line 470, ../sass/default.scss */
body.blog div.main {
  padding: 1px 0;
  width: 600px;
  padding-left: 39px;
  padding-right: 20px;
  float: right;
  border-left: 1px solid #F6E6B3;
}
/* line 479, ../sass/default.scss */
body.blog div.main article {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dashed #CCC;
}
/* line 486, ../sass/default.scss */
body.blog div.main article:last-child {
  border-bottom: none;
}
/* line 490, ../sass/default.scss */
body.blog div.main article p.entry-date {
  margin: 0;
  padding: 0;
  line-height: 1em;
  position: absolute;
  top: 28px;
  right: 0;
}
/* line 498, ../sass/default.scss */
body.blog div.main article p.entry-categories {
  margin: 0;
  padding: 0;
  line-height: 1em;
  position: absolute;
  top: 0px;
  right: 0;
}
/* line 506, ../sass/default.scss */
body.blog div.main article h1 {
  margin-top: 0;
  padding-top: 1em;
  width: 480px;
  font-size: 24px;
}
/* line 512, ../sass/default.scss */
body.blog div.main article img {
  max-width: 100%;
  height: auto;
}
/* line 520, ../sass/default.scss */
body.blog nav.paging-navigation .page-numbers {
  padding-right: 0.5em;
  font-size: 1.1em;
}
/* line 524, ../sass/default.scss */
body.blog nav.paging-navigation .current {
  font-weight: bold;
}
/* line 529, ../sass/default.scss */
body.blog div#nav-below div.nav-previous {
  float: left;
}
/* line 532, ../sass/default.scss */
body.blog div#nav-below div.nav-next {
  float: right;
}
/* line 535, ../sass/default.scss */
body.blog div#nav-below:before, body.blog div#nav-below:after {
  content: " ";
  display: table;
}
/* line 539, ../sass/default.scss */
body.blog div#nav-below:after {
  clear: both;
}

/* line 545, ../sass/default.scss */
div.not-found {
  text-align: center;
}
