/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 2em;
  color: #000000;
  font-size: 14px;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #006600;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

sup {
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
sub {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}

.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  border: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

.clearfix-r:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden; }
/********** body ********* */
body {
  font-family:"Lucida Grande", Tahoma, Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  border-top: 10px solid #333333;
}
.bg {
  width: 1084px;
  margin: 0 auto;
  background: url(../images/bg.png) no-repeat center top;

}
/********** wrapper ********* */
#wrapper, .wrapper {
  width: 960px;
  margin: 0 auto; }

/********** header ********* */
header {
  position: relative;
  border-bottom: 3px solid #494930;
}
header.wrapper {
  margin-bottom: 20px;
}
header h1 {
  width: 492px;
  height: 89px;
  padding: 15px 10px;
  background: url(../images/header_title.png) no-repeat 10px 15px;
}
header ul {
  position: absolute;
  top: 15px;
  right: 0;
  background: url(../images/info.png) no-repeat;
  width: 175px;
  height: 16px;
  font-size: 0;
}
header ul li {
  display: inline-block;
  width: 80px;
  height: 16px;
  padding-left: 10px;
}
header ul li:last-child {
  width: 70px;
}
header ul li a {
  display: block;
  width: 100%;
  height: 16px;
}
/* ******** main ********* */
main.wrapper {
  display: block;
  margin-bottom: 50px;
  min-height: 420px;
}
/* ******** aside ******** */
aside {
  width: 190px;
  padding: 0 10px;
  float: left;
}
aside nav {
  margin-bottom: 30px;
}
aside nav ul li {
  background: url(../images/navi.png) no-repeat;
  width: 190px;
  height: 48px;
}
aside nav ul li:hover {
  background: url(../images/navi_hover.png) no-repeat;
}
aside nav ul li:nth-child(2) {
  background-position: 0 -48px;
}
aside nav ul li:nth-child(3) {
  background-position: 0 -96px;
}
aside nav ul li:nth-child(4) {
  background-position: 0 -144px;
}
aside nav ul li:nth-child(5) {
  background-position: 0 -192px;
  height: 49px;
}
aside nav ul li a {
  display: block;
  width: 190px;
  height: 48px;
}
aside ul.banner li {
  width: 190px;
  height: 47px;
  margin-bottom: 5px;
}
aside ul.banner li:first-child {
  background: url(../images/banner1.png) no-repeat;
}
aside ul.banner li:nth-child(2) {
  background: url(../images/banner2.png) no-repeat;
}
aside ul.banner li:nth-child(3) {
  background: url(../images/banner3.png) no-repeat;
}
aside ul.banner li a {
  display: block;
  width: 100%;
  height: 100%;
}
/********** article ********* */
article {
  width: 720px;
  padding: 0 10px 0 230px;
}
article .breadcrumb ul {
  position: relative;
  top: -10px;
  margin: 0;
}
article .breadcrumb ul li {
  display: inline-block;
  padding: 0;
}
article .breadcrumb ul li:before {
  content: ">";
  margin-right: 3px;
}
article .breadcrumb ul li:first-child:before {
  content: "";
}
article section {
  width: 680px;
  border: 1px solid #CCCCBF;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 5px 20px 20px;
  background: #F5F3ED;
  box-shadow: inset 0 0 0 2px #fff;
  position: relative;
}
/*
article section::after {
  position: absolute;
  top: -5px;
  left: 11px;
  z-index: -1;
  content: '';
  width: 97%;
  height: 100px;
  box-shadow: 0px -7px 20px 15px rgba(0,0,0,.2);
  transform: rotateX(60deg);
}
*/
article section h2 {
  width: 680px;
  height: 40px;
  line-height: 42px;
  background: url(../images/h2.png) no-repeat;
  font-size: 17px;
  color: #006633;
  padding-left: 15px;
  margin-bottom: 10px;
}
article section h2 span {
  font-size: 10px;
  color: #71A488;
  margin: 10px;
  position: relative;
  top: -3px;
}
article section h2 a {
  font-size: 13px;
  background: url(../images/arrow.png) no-repeat left center;
  padding-left: 10px;
  color: #006633;
  float: right;
  margin-right: 20px;
}
article section h3 {
  background: #006600;
  color: #fff;
  font-size: 17px;
  height: 35px;
  line-height: 35px;
  padding-left: 5px;
  margin-bottom: 10px;
}
article section h3 a {
  color: #fff;
  font-size: 15px;
  float: right;
  margin-right: 10px;
}
article section h4 {
  font-size: 15px;
  font-weight: bold;
  border-left: 8px solid #8BCA60;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  margin-bottom: 5px;
}
article div.img_div img {
  margin-right: 10px;
}
article div.left {
  float: left;
  width: 300px;
  margin-bottom: 10px;
}
article div.img_right {
  float: right;
  width: 300px;
  margin-left: 10px;
  margin-bottom: 10px;
}
article div.img_right.wide {
  width: 400px;
}
article div.img_right img {
  margin-right: 10px;
}
article div.left img {
  margin-right: 10px;
}
article div.left p,
article div.img_right p {
  text-align: center;
  margin: 0;
  font-size: 12px;
  line-height: 1.5em;
}
article div.wide p {
  padding: 40px 0;
}
article div.right {
  margin-left: 350px
}
article p {
  margin-bottom: 15px;
}
article p.SawarabiMincho {
  margin-bottom: 15px;
  font-family: "Sawarabi Mincho";
}
article p.img_caption {
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
  
}
article p img.right {
  float: right;
  margin: 0 0 15px 20px;
}
article p span.red {
  color: #dc5c2c;
}

article span.bold {
  font-weight: bold;
}
article span.italic {
  font-style: italic;
}
article span.italic2 {
  font-family: 'Gentium Book Basic', serif;
  font-style: italic;
}
article dl.topics dt {
  background: url(../images/arrow.png) no-repeat left center;
  padding-left: 10px;
  font-weight: bold;
  color: #003300;
}
article dl.topics dd {
  color: #006600;
  padding: 0 0 3px 10px;
  margin-bottom: 3px;
  border-bottom: 1px dashed #CCCCBF;
}
article ul {
  margin-bottom: 20px;
}
article ul li {
  padding-left: 15px;
}
/********** footer ********* */
footer {
  border-top: 3px solid #494930;
  text-align: center;
}
footer nav ul {
  margin: 5px 0;
}
footer nav ul li {
  display: inline-block;
  border-left: 1px solid #333333;
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
}
footer nav ul li:last-child{
  border-right: 1px solid #333333;
}
footer p.copyright {
  color: #666659;
}

/*斜字適用用のクラス*/
.italic {
    font-style: italic;
}