@charset "UTF-8";
/* CSS Document */
body, html {
  width:100%;
}
body {
  margin:0;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  background-color: #F1F8FF;
  background-position: center top;
  background-image: url(../top-img/bg_top2.jpg);
  background-repeat: repeat-x;
}

/*header
*************************/
#header {
	}
/* Structure
*************************************************************************************************/
#wrapper {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	}
#container {
  width:750px;
  text-align:left;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  background-color: #FFFFFF;
  padding: 0px;
  height: auto;
}
ul#nav  {
  clear: both;
  margin: 0;
  padding-left: 30px;
  height: 25px;
  font-size: 11px;
  list-style: none;
  border: 1px solid #A5B7FF;
  background-image: url(../top-img/header_nav_bg.gif);
  background-repeat: repeat-x;
	}
#nav li {
  float: left;
  display: inline;
  white-space: nowrap;
  background-image: url(../top-img/header_nav_bg.gif);
  background-repeat: no-repeat;
	}
#nav li a {
  padding: 4px 0;
  width: 112px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C5D1FF;
	}
#nav li a:hover {
  color: #fff;
  background-color: #C5D1FF;
	}
#campaign ul {
  margin: 0;
  height: 60px;
  text-align: center;
  font-size: 75%;
  list-style: none;
  background-color: #98ADFF;
  background-repeat: repeat-x;
  background-position: top;
  padding-top: 8px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 5px;
  border-left-width: 1px;
	}
#campaign li {
  display: inline;
  float: left;
  width: 247px;
	}
#campaign li a {
	display: block;
	text-decoration: none;
	}
#campaign li a span {
	display: block;
	color: #555;
	}
#campaign li a img {
	border: 2px solid #fff;
	}
#campaign li a:hover img {
  border: 2px solid #003399;
	}
/*中央コンテンツコンテナ*/
#contents {
  padding: 0px;
  margin-top: 5px;
}

/*中央コンテンツ内サイドナビコンテナ*/
#contents #sidenavi2 {
  float: right;
  width: 210px;
  color: #000000;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #D0E0FF;
  border: 1px dotted #98ADFF;
  height: auto;
	}
/*中央コンテンツ内メインコンテナ*/
#contents #main2 {
  margin: 0px;
  float: right;
  height: 490px;
  width: 570px;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#contents #main2 h2 {
  height: 25px;
  font-size: 9px;
  color: #FFFFFF;
  background-image: url(../top-img/midashi1.gif);
  background-repeat: no-repeat;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#contents #main2 h3 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
#contents #main {
  float: left;
  width: 510px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px;
  height: auto;
}
#contents #main h2 {
  height: 20px;
  font-size: 15px;
  color: #000099;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  display: block;
  border-bottom-style: solid;
  border-bottom-color: #3333CC;
  border-bottom-width: 1px;
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #3333CC;
}
#contents #main h3 {
  font-size: 14px;
  height: 0px;
  color: #FF6600;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
}
#contents #main ul  {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
	}
#contents #main li a {
  display: block;
  width: 460px;
  color: #088bdd;
  text-decoration: none;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-image: url(../top-img/icon_arrow.gif);
  margin: 0;
  background-position: 20px 50%;
	}
#contents #main li a:hover {
  color: #003399;
  background-color: #CCFFFF;
	}
    
/*小ブロック*/
.p1 {
  font-size: 12px;
  line-height: 16px;
  padding: 0px;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 30px;
}
.p2 {
  font-size: 12px;
  padding: 0px;
  line-height: 18px;
  text-indent: 1em;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
}
.p3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #3366CC;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
}
.p4 {
  font-size: 13px;
  padding: 0px;
  line-height: 20px;
  text-indent: 1em;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #333333;
}
.p5 {
  font-size: 13px;
  padding: 0px;
  line-height: 20px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 25px;
  color: #333333;
}
.p6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #6600FF;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.p7 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #006633;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.pad {
	padding-left: 110px;
}

/*中央コンテンツ右サイドナビ*/

#contents #sidenavi2 dl {
	margin: 0 0 20px 20px;
	padding: 0;
	font-size: 80%;
	}
#contents #sidenavi2 dl img  {
  border: 2px solid #3333CC;
	}
#contents #sidenavi2 dl a:hover img  {
  border: 2px solid #99CCFF;
	}
#contents #sidenavi2 dt {
	margin-bottom: 2px;
	}
#contents #sidenavi2 dd {
	margin-bottom: 6px;
	padding-right: 20px;
	}

.subp {
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right;
  margin-top: 10px;
	}
/* Section
---------------------------------------*/
.section1,
.section2,
.section3 {
	clear: both;
	margin-bottom: 30px;
	}
    .section1 {
  padding: 10px;
  border: 1px solid #f60;
  background-color: #ffc;
  background-repeat: no-repeat;
  background-position: bottom;
	}
.section2 {
	padding: 10px;
	border-right: 1px solid #abce88;
	border-bottom: 1px solid #abce88;
	background: #efd;
	}



#qa #news dd {
	font-size: 100%;
	margin-bottom: 20px;
	}

#main ul.box {
	margin: 0 0 30px 30px;
	padding: 10px 0 0 0;
	list-style: none;
	}
#main .number ol {
	background: #fff;
	}
#main .number ol li {
  color: #444;
  clear: both;
  border: none;
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
  font-size: 12px;
	}

#main .number ol li.num00 {
  list-style-image: url(../img/faq-q.gif);
	}
#main .number ol li.num001 {
  list-style-image: url(../img/faq-a.gif);
	}
.number em {
 font-weight: normal;
	color: #f60;
	font-size: 150%;
	}
.number img {
  float: right;
  margin-left: 15px;
	}
/* etc.
---------------------------------------*/
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
.pagetop {
	clear: both;
	}
.pagetop a {
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
  color: #003399;
  border: 1px solid #ddd;
  background-image: url(../top-img/linklist_bg.gif);
  background-repeat: repeat;
	}
.pagetop a:hover {
	background: #f1f1f1;
	}
    
dl.dlside {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
  margin-left: 20px;
  margin-top: 0px;
	}
.dlside dt {
	color: #630;
	}
.dlside dd {
  margin-top: -19px;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 70px;
  color: #333333;
	}

#map .dlside dt {
	padding-top: 5px;
	border-top: 1px dotted #c99;
	}
#map .dlside dd {
	margin: -1.5em 0 5px 80px ;
	}

#menu .dlside dt {
	padding-top: 10px;
	border-top: 1px dotted #c99;
	}
#menu .dlside dt a {
  padding-left: 15px;
  background-image: url(../top-img/icon_arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 50%;
	}
#menu .dlside dd {
	color: #600;
	margin: -1.5em 0 10px 190px ;
	}
#menu .dlside dd img {
	margin-right: 10px;
	float: left;
	}
/*フッタ*/
address {
  font-size: 12px;
  font-style: normal;
  color: #003399;
  margin: 0px;
  padding: 10px 0px 0px 15px;
  height: 40px;
  background-image: url(../top-img/bottomBack.gif);
  background-repeat: no-repeat;
  background-position: bottom;
}
/* footer
---------------------------------------*/
#footer {
	clear: both;
	}
#footernav {
	margin: 20px 0 0 0;
	padding: 5px 20px;
	list-style: none;
	font-size: 90%;
	border-top: 1px solid #f63;
	border-bottom: 1px solid #f63;
	background: url(../../images/common/header_nav_bg.gif) repeat;
	}
#footernav li {
	margin-right: 8px;
	padding-right: 8px;
	display: inline;
	white-space: nowrap;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF6666;
	}
#footernav a {
	color: #990000;
	}
#footercldata {
	padding: 0;
	display: inline;
	list-style: none;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	}
#footercldata li {
	padding: 7px 0 7px 8px;
	display: block;
	float: left;
	width: 161px;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #f63;
	}
#footercldata .rightlist {
	width: 162px;
	border-right: none;
	}
#footercldata a {
	display: block;
	}
#footercldata em {
	font-size: 110%;
	font-family: Helvetica;
	font-weight: bold;
	}
#footer p {
	clear: both;
	margin: 0;
	padding: 15px 0;
	font-size: 80%;
	}
/*テキスト非表示*/
em {
	visibility: hidden;
}
