@charset "Shift_JIS";


/* 一括で全要素の余白をゼロ指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

a:hover {
  color: #0099ff;
  text-decoration: underline;
}

/* ------------ フォントスタイル フォントサイズ */
body {
  font-size: 0.85em;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
}

/* ----------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 0em auto 0;
  width: 720px;
}

#header {
  height: 110px;	
  overflow: hidden;	
}	

#globalnavi {
  width: 100%;
  position: relative;
	
}

#contents {
  float: right;
  width: 660px;
  padding: 2em 30px 1em 30px;
}

#footer {
  height: 30px;	
  overflow: hidden;		
  clear: both;
}

/* ----------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}


/* -- test-- */

/* -- サイト名 -- */
.logo {
  text-align:center;
  font-size: 2.2em;
 /*  背景  */
  padding: 0.75em 0.75em;
  background-color: #0066cc;
  /* border-left: 6px solid #ccc; */
/* 
  padding: 10px;
  border-bottom: medium solid #ff00ff;
*/
}



.title {
  text-align:left;
  font-size: 2.2em;
 /*  背景  */
  padding: 0.50em 0.75em;
  background-color: #0066cc;
  /* border-left: 6px solid #ccc; */
/* 
  padding: 10px;
  border-bottom: medium solid #ff00ff;
*/
}

.title a {
  text-decoration: none;
  color: #ffffff;
}

.title a:hover {
  text-decoration: underline;
}


/* -- 概要 -- */
.description { }


/* ------------- #contents内の指定 */

h2 {
  color: #2B2B2B;
  font-size: 1.0em;
  margin-bottom: 1.0em;
  padding: 5px 10px 7px 10px;
  border-left: 3px solid #787878;
  border-bottom: 1px solid #C3C3C3;
}

h3 {
  font-size: 1.2em;
  color: #0099ff;
  text-align: left;
  padding: 0.5em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

h4 {
position: relative; /*相対位置*/
padding: 0.5em 0.5em 0.5em 0.5em; /*アイコン分のスペース*/
line-height: 1.4;
font-size: 1.2em;
color: #ff6a6a;
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
background: #FFF6C8;
}


h5 {
padding: 0.5em;/*文字周りの余白*/
font-size: 1.2em;/*サイズ*/
color: #000000;/*文字色*/
background: #FFEEFD;/*背景色*/
border-left: solid 7px #F800FF;/*左線（実線 太さ 色）*/
}

h6 {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
font-size: 1.2em;/*サイズ*/
color: #000000;/*文字色*/
background: #eeeeee;/*背景色*/
border-left: solid 7px #0099ff;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}

h7 {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
font-size: 1.2em;/*サイズ*/
color: #000000;/*文字色*/
background: #eeeeee;/*背景色*/
border-left: solid 7px #F800FF;/*左線*/
border-bottom: solid 3px #d7d7d7;/*下線*/
}

h8 {
margin-bottom: 1.5em;	
padding: 0.5em;
font-size: 1.0em;/*サイズ*/
color: #000000;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7db4e6;/*左線*/
}



/* ---------- #globalnaviの指定 */

#globalnavi ul {
  width: 250px;
  margin: 10px 12px;	
  list-style-type: none;
  position: absolute;
  background-color: #FFFFFF;
}

#globalnavi li {
  text-align:center;
  display: inline;
  width: 100%;
  font-size: 1.3em;
  float: left;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 0.7em;
  background-color: #0099ff;
  color: #FFFFFF;
  font-weight: bold;
}

#globalnavi li a:hover {
  background-color: #7AC9FF;
  color: #FFFFFF;
}

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

.red {
	color: red;
	font-weight: bold; 
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }


/* ---------- #footer内の指定 */
#footer p { 
  text-align: center;
  font-size: 1.2em;
  color: #ffffff;
  /*  背景  */
  padding: 0.3em 0.75em;
  background-color: #0066cc;
}

/* -------- #faq内の指定 */
dl{
     width:620px;
     margin:70px;
     line-height:1.7em;
     font-size: 1.1em;/*文字サイズ*/
     overflow: hidden;
}

dl dd,
dl dt{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

dl dt{
     margin:10px 20px 0 15px;
}

dl dd:first-letter,
dl dt:first-letter{
     font-size: 1.2em;
     font-weight: bold;
     margin-right:1px;
     padding:5px;
     font-family: arial, sans-serif;
}


dl dd{
     margin: 20px 0 0 15px;
     padding-bottom:15px;/*文字と下線の間*/
     border-bottom: 1.5px #000 solid;
}

dl dt:first-letter{
     font-size: 1.7em;
     color: #6C6C6C;
}
dl dd:first-letter{
     font-size: 1.7em;
	 color: #0066cc;
}

dt { 
	cursor:pointer;/*Qでポインタ基切り替え*/
}


/*Qを連番*/

/* ---------------------------------------- #topbuttonの指定 */


#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 120%;
	font-weight: bold;
}
#page-top a {
    text-decoration: none;
    color: #FFFFFF;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 60px;
    background: #FFE894;
	border-top : 5px solid #FFEFD1;
	border-right: 5px solid #FFEFD1;
	border-left : 5px solid #FFEFD1;
    border-bottom: 5px solid #FFEFD1;
}
#page-top a:hover {
    color: #FFFFFF;	
    text-decoration: none;
    background: #ADFFFB;
    border-top : 5px solid #D2F9F9;
	border-right: 5px solid #D2F9F9;
	border-left : 5px solid #D2F9F9;
    border-bottom: 5px solid #D2F9F9;
}

