?/* ページ初期化 */
/* --------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, blockquote {
  margin: 0 0 10px 0;
  padding: 10px;
}

p {
  margin: 0 0 10px 0;
  padding: 1px;
}

img {
  border:  none;
}

/* ページ基本構造 */
/* --------------------------------------------------- */

blockquote {
  border: 1px dotted #bbbbbb;
  margin: 5px 10px;
  padding: 5px 10px;
  background: #fff3af;
}

/* 基本レイアウト */
/* --------------------------------------------------- */

body {
  margin: 0 auto 0 auto;
  background: #FFD5E5;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  width: 820px;
  line-height: 18px;
}
#wrapper {
  padding: 0 10px;
  background: transparent url(img/wrapper.png);
  width: 800px;
  float: left;
}

/* headerレイアウト */
/* --------------------------------------------------- */

#header {
  margin: 0 auto 0 auto;
  width: 800px;
  height: 120px;
  float: left;
}

h1 {
  display:none;
  font-size: 12pt;
  color: #666666;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 0px;
}

h2 {
  display:none;
  font-size: 12pt;
  color: #666666;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 0px;
}

#logo {
  margin: 0 auto 0 auto;
  width: 800px;
  height: 80px;
  float: left;
}

/* mainレイアウト */
/* --------------------------------------------------- */

#main {
  margin: 0 auto 20px 0;
  width: 800px;
  float: left;
}

.soutai-headline {
  margin: 0 auto 0px;
  position: relative;
  top: 0px;
  left: 0px;
}

.sectiontxt {
  margin: 0 auto 30px auto;
  background-image: url(img/sectiontxt.gif);
  width: 750px;
}

.sectiontxt p {
  line-height: 30px;
  margin-bottom: 30px;
}

.p-strong {
  font-weight: bold;
}

.p-strong-red {
  line-height: 25px;
  font-weight: bold;
  color: #ff0000;
}

.p-highlight {
  padding: 2px 2px 0 0;
  font-weight: bold;
  background-color: #ffff66;
  margin-right: 2px;
  margin-left: 2px;
}

.section {
  margin: 0 auto 30px auto;
  width: 750px;
}

.check {
  font-size: 16pt;
  background: transparent url(img/checkbox.gif) no-repeat scroll left center;
  list-style-type: none;
  padding-left: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #cc0000;
}

.check-non {
  font-size: 16pt;
  background: transparent url(img/checkbox-non.gif) no-repeat scroll left center;
  list-style-type: none;
  padding-left: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #cc0000;
}

h3 {
  font-size: 18pt;
  color: #cc0000;
  padding-bottom: 0px;
}

.subheadline {
  border: 10px solid #800000;
  padding: 10px 20px;
  font-size: 20pt;
  list-style-type: none;
  padding-left: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
}

.subtxt {
  padding: 10px 20px;
  font-size: 16pt;
  list-style-type: none;
  padding-left: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.outer {
    margin: 0px 1px;
    background: #E4F2FF;
    border-top: 1px solid #B1C6D9;
    border-bottom: 1px solid #B1C6D9;
}
 
.inner {
    margin: 0px -1px;
    background: #E4F2FF;
    border-left: 1px solid #B1C6D9;
    border-right: 1px solid #B1C6D9;
}

.innertxt {
  margin: 0 auto 30px;
  background-image: url(img/sectiontxt.gif);
  width: 680px;
}

.innertxt p {
  line-height: 30px;
  margin-bottom: 30px;
}

.innernontxt {
  margin: 0 auto 30px;
  width: 680px;
}

.innernontxt p {
  line-height: 30px;
  margin-bottom: 30px;
}

.yohaku {
  margin: 0 20px;
}



/* footerレイアウト */
/* --------------------------------------------------- */

#footer {
  background: #FFD5E5;
  color: #000000;
  clear: both;
  width: 800px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}

#footer a:link{
  color: #0000FF;
}

#footer a:visited {
  color: #0000FF;
}

#footer a:hover {
  color: #FF00FF;
}

/* boxレイアウト */
/* --------------------------------------------------- */


#sidebox {
    margin: 0 auto; /* center for now */
    background: url(img/boxbody-r.png) no-repeat bottom right;
    font-size: 100%;
}
#sidebox .boxhead {
    background: url(img/boxhead-r.png) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}
#sidebox .boxhead .h {
    background: url(img/boxhead-l.png) no-repeat top left;
    margin: 0;
    padding: 22px 30px 5px;
    color: #000000; 
    font-weight: bold; 
    font-size: 1.2em; 
    line-height: 1.5em;
/*    text-shadow: rgba(0,0,0,.4) 0px 2px 5px;  Safari-only, but cool */
}
#sidebox .boxbody {
    background: url(img/boxbody-l.png) no-repeat bottom left;
    margin: 0;
    padding: 30px 30px 31px;
}

#sidebox .boxhead01 {
    background: url(img/boxhead01-r.png) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}
#sidebox .boxhead01 .h {
    background: url(img/boxhead01-l.png) no-repeat top left;
    margin: 0;
    padding: 22px 30px 5px;
    color: #FFD42A; 
    font-weight: bold; 
    font-size: 1.2em; 
    line-height: 1.5em;
/*    text-shadow: rgba(0,0,0,.4) 0px 2px 5px;  Safari-only, but cool */
}

/* rolloverレイアウト */
/* --------------------------------------------------- */

.rollover01 {
width:300px;
height:100px;
background:url(img/button-rollover.png) no-repeat left bottom;
}

.rollover01 a {
display:block;
line-height:1px;
outline:none;
}

.rollover01 a:hover {
text-indent:-9999px;
}

.rollover02 {
width:300px;
height:100px;
background:url(img/button2-rollover.png) no-repeat left bottom;
}

.rollover02 a {
display:block;
line-height:1px;
outline:none;
}

.rollover02 a:hover {
text-indent:-9999px;
}

/* nameレイアウト */
/* --------------------------------------------------- */

.name {
  font-family:'HGS行書体','HG正楷書体-PRO','ＭＳ 明朝',sans-serif;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

/* linkレイアウト */
/* --------------------------------------------------- */

a:link{
  color: #0000FF;
}

a:visited {
  color: #0000FF;
}

a:hover {
  color: #FF0000;
}