html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  /*background: #DFE8F5;*/
  background: -webkit-linear-gradient(top, #DFE8F5 0%, #C1D0EA 100%);
  background: -moz-linear-gradient(top, #DFE8F5 0%, #C1D0EA 100%);
  background: -o-linear-gradient(top, #DFE8F5 0%, #C1D0EA 100%);
  background: linear-gradient(top, #DFE8F5 0%, #C1D0EA 100%);
  color: #333333;
}

a:link {
  color: #0f99dd;
}
a:visited {
  color: #5588b2;
}
a:hover {
  color: #0c7aad;
}
a:active {
  color: #2812a5;
}

#wrap {
  width: 960px;
  margin: 20px auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px, white 0 0 3px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px, white 0 0 3px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 4px, white 0 0 3px inset;
  overflow: hidden;
  *zoom: 1;
}

#header {
  background: white;
  overflow: hidden;
  *zoom: 1;
}
#header h1 {
  text-align: left;
  padding: 50px 0 0px 8px;
  font-size: 300%;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
  background-color: #f0f8ff;
  color: #B36A73;
}
#header nav#global {
  background-color: #DFE8F5;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFDDDDDD');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #DFE8F5), color-stop(100%, #A5BBE0));
  background-image: -webkit-linear-gradient(top, #DFE8F5 0%, #A5BBE0 100%);
  background-image: -moz-linear-gradient(top, #DFE8F5 0%, #A5BBE0 100%);
  background-image: -o-linear-gradient(top, #DFE8F5 0%, #A5BBE0 100%);
  background-image: linear-gradient(top, #DFE8F5 0%, #A5BBE0 100%);
  padding-left: 3px;
  border-bottom: #C6CFDA solid 1px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset, white 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset, white 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px inset, white 0 1px 2px;
  overflow: hidden;
  *zoom: 1;
}
#header nav#global ul {
  float: left;
  border-right: #A5BBE0 solid 1px;
}
#header nav#global ul li {
  display: inline;
}
#header nav#global ul li a {
  display: block;
  float: left;
  padding: 0 10px;
  line-height: 50px;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  text-shadow: white 0 1px 0;
  border-left: #A5BBE0 solid 1px;
  border-right: #d9d9d9 solid 1px;
  color: #555555;
}
#header nav#global ul li:first-child a {
  border-left: none;
}

#about {
  padding: 10px 10px 0;
  margin-top: 30px;
}
#about ol li {
  display: block;
  height: 150px;
  float: left;
  padding: 12px 12px 12px 15px;
  width: 283px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  overflow: hidden;
  *zoom: 1;
}
#about ol li:nth-child(2) {
  margin: 0 5px;
}
#about ol li h2 {
  font-size: 138.5%;
  font-weight: bold;
  border-bottom: #eeeeee solid 1px;
}
#about ol li p {
  padding: 10px 0 0;
  margin: 0 0 1.2em;
  line-height: 1.4;
}
#body {
  clear: both;
  padding: 40px 10px 0;
  overflow: hidden;
  *zoom: 1;
}
#main {
  float: left;
  width: 760px;
}
#main h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 4px;
  margin: 0 0 10px;
  border-bottom: #dddddd solid 1px;
  -webkit-box-shadow: white 0 1px 0;
  -moz-box-shadow: white 0 1px 0;
  box-shadow: white 0 1px 0;
}
#main h3 {
  font-size: 153.9%;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 6px;
}
#main .breadcrumbs {
  padding: 0 0 5px 3px;
}
#main .breadcrumbs ol li {
  display: inline;
  font-size: 93%;
}
#main .breadcrumbs ol li a {
  text-decoration: none;
}
#main .breadcrumbs ol li a:after {
  content: " > ";
}
#articles {
  width: 725px;
}
#articles article {
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 18px 16px;
  margin: 0 0 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
}
#articles article header {
  border-bottom: #dddddd solid 1px;
  padding: 0 0 4px;
  -webkit-box-shadow: white 0 1px 0;
  -moz-box-shadow: white 0 1px 0;
  box-shadow: white 0 1px 0;
}

#articles article header .date {
  font-size: 93%;
  color: #999999;
}
#articles article .body {
  padding: 10px 0 0;
  border-bottom: dotted 1px #dddddd;
}
#articles article .body p {
  font-size: 108%;
  margin: 0 0 1.4em;
  line-height: 1.7;
}
#articles article .body h4 {
  font-size: 138.5%;
  font-weight: bold;
  margin: 0 0 0.8em;
  padding: 2px 0 2px 8px;
  border-left: 6px solid #444444;
}
#articles article .body h5 {
  font-size: 123.1%;
  font-weight: bold;
  margin: 0 0 0.8em;
}
#articles article .body h6 {
  font-size: 108%;
  font-weight: bold;
  margin: 0 0 0.8em;
}
#articles article .body h6:before {
  content: "■";
  margin: 0 4px 0 0;
}
#articles article .body strong {
  font-weight: bold;
}
#articles article .body ul {
  list-style: square;
  margin: 0 0 1.4em 2em;
}
#articles article .body ol {
  list-style: decimal;
  margin: 0 0 1.4em 2em;
}
#articles article .body li {
  line-height: 1.6;
  margin: 0 0 0.6em;
}
#articles article .body table {
  margin: 0 0 1.4em;
}
#articles article .body table th,
#articles article .body table td {
  padding: 8px 12px;
  border: #cccccc solid 1px;
}
#articles article .body table th {
  background: #eeeeee;
  text-align: center;
  font-weight: bold;
}
#articles article footer {
  padding: 18px 0 0;
}
#articles article footer dl {
  color: #999999;
}
#articles article footer dl dt {
  display: inline;
}
#articles article footer dl dd {
  display: inline;
}
aside#comments {
  width: 725px;
  color: #555555;
  margin: 0 0 10px;
}
aside#comments h3 {
  border-bottom: #dddddd solid 1px;
  -webkit-box-shadow: white 0 1px 0;
  -moz-box-shadow: white 0 1px 0;
  box-shadow: white 0 1px 0;
}
aside#comments ul li {
  display: block;
  padding: 5px 0;

  background: #f9f9f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 16px;
  margin: 10px 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
}
aside#comments ul li p {
  line-height: 1.4;
  margin: 0 0 6px;
}
aside#comments ul li dl {
  color: #999999;
  font-size: 83%;
}
aside#comments ul li dl dt {
  display: inline;
}
aside#comments ul li dl dd {
  display: inline;
}
#sub {
  float: right;
  width: 180px;
}
#sub .ad {
  background: #ff328b;
  height: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 10px;
}
#sub nav#local ul {
  border-bottom: #dddddd solid 1px;
  margin: 0 0 10px;
}
#sub nav#local ul li a {
  display: block;
  background: #C5DAC0;
  line-height: 20px;
  padding: 20px 8px 4px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 1px inset;
  text-align: right;
  text-decoration: none;
}
#footer {
  clear: both;
  background: #193056;
  -webkit-box-shadow: black 0px 1px 2px inset;
  -moz-box-shadow: black 0px 1px 2px inset;
  box-shadow: black 0px 1px 2px inset;
  margin: 30px 0 0;
  padding: 0 0 0 13px;
  color: white;
}
#footer nav {
  text-align: left;
}
#footer nav ul {
  padding: 20px 0;
}
#footer nav ul li {
  display: inline;
}
#footer nav ul li a {
  color: white;
}
#footer nav ul li a:link {
  text-decoration: none;
}
#footer nav ul li a:visited {
  text-decoration: none;
  color: #dddddd;
}
#footer nav ul li a:hover {
  text-decoration: underline;
  color: #1cbeff;
}
#footer nav ul li a:active {
  text-decoration: underline;
  color: #93e0ff;
}