@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
  
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
   font-size:12px;
   color:#333;
   background:#eee;
}

br {
   letter-spacing:normal;
}

a {
   color:#0B64B7;
   text-decoration:none;
}

a:hover {
   color:#84BFF6;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}


h1 {

	font-weight: bold;
	font-size:12px;
	display:inline;
   margin:0;
}



h3,h4,h5,h6 {
   margin:0;
}

.socialbuttons div {
	  float: right;
	}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:980px;
   margin:10px auto;
   border:1px solid #333;
   background:#fff;
}

#header {
   width:980px;

}

#menu {
   float:left;
}

#topicPath {
   display:inline;/* for IE6 */
   float:left;
}

#contents {
   clear:both;
}

#main {
   float:left;
   width:740px;
   padding:10px;
}

#sub {
   float:right;
   width:200px;
   padding:10px;
}

#pageTop {
   clear:both;
}

#footer {
   clear:both;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0px;
   font-size:12px;
}

#header h1 a {
   color:#333;
}

#header #pr p {
   margin:0;
   padding:0px;
   font-size:11px;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   width:900px;
   margin:10px;
   padding:5px;
   background:#ffffff;
}

 h2 {
background: #008ee1; /* Old browsers */
background: -moz-linear-gradient(top,  #008ee1 0%, #0073cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee1), color-stop(100%,#0073cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #008ee1 0%,#0073cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#0073cc',GradientType=0 ); /* IE6-9 */
border-radius:2px;
-webkit-border-radius:2px;
box-shadow:0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.5);
text-shadow:1px 1px 1px #0066a1;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	margin: 0px 0 10px 0;
	padding:5px 20px 5px 20px;
}
/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   border-left:1px solid #fff;
   font-weight:bold;

}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   border-right:1px solid #fff;
}

#menu li a {
   display:block;
   width:220px;
   color:#fff;
   line-height:30px;
   text-decoration:none;
   background:#333333;
}

#menu li:first-child a {
   width:113px;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:#0076CE;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#0076CE;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
background: #008ee1; /* Old browsers */
background: -moz-linear-gradient(top,  #008ee1 0%, #0073cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee1), color-stop(100%,#0073cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #008ee1 0%,#0073cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#0073cc',GradientType=0 ); /* IE6-9 */
border-radius:2px;
-webkit-border-radius:2px;
box-shadow:0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.5);
text-shadow:1px 1px 1px #0066a1;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	line-height: 1.5em;
	margin: 0px 0 10px 0;
	padding:5px 20px 5px 20px;
}

#main h3 {
  font-size: 1.2em;
  padding-left:12px;
  border:1px #ccc solid;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fcfcfc), color-stop(0.50, #fcfcfc), color-stop(0.50, #f2f2f2), color-stop(1.00, #f2f2f2));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcfcfc', endColorstr='#f2f2f2');
  margin-bottom:14px;

}



#main h4 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:13px;
   border-bottom:1px solid #ccc;
}

#main h5 {
   margin-bottom:5px;
   font-size:12px;
   border-bottom:1px dotted #ccc;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}


#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

table {
  table-layout: fixed;
	  border-spacing: 0;
  border-collapse: separate;
  word-break: break-all;

	}
	table th {
	  color: #fff;
	  padding: 4px 9px;
background: #008ee1; /* Old browsers */
background: -moz-linear-gradient(top,  #008ee1 0%, #0073cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee1), color-stop(100%,#0073cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #008ee1 0%,#0073cc 100%); /* W3C */
	  font-weight: bold;
	  border-left:1px solid #258;
	  border-top:1px solid #258;
	  border-bottom:1px solid #258;
	  line-height: 120%;
	  text-align: center;
	  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
	}
	table th:first-child {
	  border-radius: 5px 0 0 0;
	}
	table th:last-child {
	  border-radius:0 5px 0 0;
	  border-right:1px solid #258;
	  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
	}
	table tr td {
	  padding: 4px 9px;
	  border-bottom: 1px solid #84b2e0;
	  border-left: 1px solid #84b2e0;
	  font-size:13px;
	  text-align: left;
	}
	table tr td:last-child {
	  border-right: 1px solid #84b2e0;
	  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	}
	table tr {
	  background: #fff;
	}
	table tr:nth-child(2n+1) {
	  background: #f1f6fc;
	}
	table tr:last-child td {
	  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
	}
	table tr:last-child td:first-child {
	  border-radius: 0 0 0 5px;
	}
	table tr:last-child td:last-child {
	  border-radius: 0 0 5px 0;
	}
	table tr:hover {
	  background: #bbd4ee;
	  cursor:pointer;
	}


h2 {
background: #008ee1; /* Old browsers */
background: -moz-linear-gradient(top,  #008ee1 0%, #0073cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee1), color-stop(100%,#0073cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #008ee1 0%,#0073cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#0073cc',GradientType=0 ); /* IE6-9 */
border-radius:2px;
-webkit-border-radius:2px;
box-shadow:0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.5);
text-shadow:1px 1px 1px #0066a1;
	color:#ffffff;
	font-size:130%;
	font-weight:bold;
	line-height: 1.5em;
	margin: 0px 0 10px 0;
	padding:5px 20px 5px 20px;
	width:100%
}

.line{

  border-bottom: 1px dotted #cccccc;
  border-top: 1px dotted #cccccc;

    }

.bold{
	_display: inline;
	display: inline-block;
	font-weight:bold;
}



.title {
  font-size: 1.2em;
  padding-left:12px;
  border:1px #ccc solid;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fcfcfc), color-stop(0.50, #fcfcfc), color-stop(0.50, #f2f2f2), color-stop(1.00, #f2f2f2));
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: -o-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #fcfcfc 50%, #f2f2f2 50%, #f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#fcfcfc', endColorstr='#f2f2f2');
  margin-bottom:14px;

}

.midashi {
background: url(../images/gold.png);
background-repeat: no-repeat;
background-position: left bottom;
  border-bottom: 1px solid #cccccc;
  /*border-top: 1px solid #cccccc;*/

padding:25px 30px 20px 55px;
color:#333333;
font-weight:bold;
font-size: 20px;

}

.s_midashi {
 display: inline;
 padding: 0.5em 55px;
 background: #FFF url(../images/yubi.png) no-repeat left center;
background-position: left bottom;

  text-decoration: none;
  display: block;
  color: #000000;
  border-bottom: 2px dotted #eeeeee;
font-weight:bold;

  font-size: 15px;

	margin: 0px 0 10px 0;

 }

.s_midashi2 {
 display: inline;
 padding: 0.5em 55px;
 background: #FFF url(../images/memo.gif) no-repeat left center;
background-position: left bottom;

  text-decoration: none;
  display: block;
  color: #000000;
  border-bottom: 2px dotted #eeeeee;
font-weight:bold;

  font-size: 15px;

	margin: 0px 0 10px 0;

 }

.s_midashi3 {
 display: inline;
 padding: 0.5em 55px;
 background: #FFF url(../images/nanido.gif) no-repeat left center;
background-position: left bottom;

  text-decoration: none;
  display: block;
  color: #000000;
  border-bottom: 2px dotted #eeeeee;
font-weight:bold;

  font-size: 15px;

	margin: 0px 0 10px 0;

 }

.s_midashi4 {
 display: inline;
 padding: 0.5em 55px;
 background: #FFF url(../images/money.gif) no-repeat left center;
background-position: left bottom;

  text-decoration: none;
  display: block;
  color: #000000;
  border-bottom: 2px dotted #eeeeee;
font-weight:bold;

  font-size: 15px;

	margin: 0px 0 10px 0;

 }

.s_midashi5 {
 display: inline;
 padding: 0.5em 55px;
 background: #FFF url(../images/osusume.gif) no-repeat left center;
background-position: left bottom;

  text-decoration: none;
  display: block;
  color: #000000;
  border-bottom: 2px dotted #eeeeee;
font-weight:bold;

  font-size: 15px;

	margin: 0px 0 10px 0;

 }

.s_midashi6 {
 display: inline;
 padding: 0.5em 55px;
 background: #FFF url(../images/maiku.gif) no-repeat left center;
background-position: left bottom;

  text-decoration: none;
  display: block;
  color: #000000;
  border-bottom: 2px dotted #eeeeee;
font-weight:bold;

  font-size: 15px;

	margin: 0px 0 10px 0;

 }

.s_gaiyo{

	width: 700; 
	margin: 0;
	padding: 3px 5px;
	text-align:left;
	font-size: 98%;
	line-height: 1.5em;

}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:3px;
   border:1px solid #84b2e0;
}
#sub h2 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #421076;
   border-bottom:none;
   background:#421076;
}

#sub h4 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #421076;
   border-bottom:none;
   background:#421076;
}

#sub h3 {
background: #008ee1; /* Old browsers */
background: -moz-linear-gradient(top,  #008ee1 0%, #0073cc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008ee1), color-stop(100%,#0073cc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #008ee1 0%,#0073cc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #008ee1 0%,#0073cc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#0073cc',GradientType=0 ); /* IE6-9 */
/*border-radius:2px;*/
/*-webkit-border-radius:2px;*/
box-shadow:0px 1px 1px rgba(0,0,0,0.5);
-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.5);
text-shadow:1px 1px 1px #0066a1;
	color:#ffffff;
	font-size:105%;
	font-weight:bold;
	line-height: 1.5em;
	margin: 0px 0 10px 0;
	padding:5px 20px 5px 20px;
	width:82%
}

#sub ul {
   overflow:hidden;
   margin:0;
   padding:0;
   background:#fff;
}

#sub li {
   width:255px;
   margin-top:-1px;
   line-height:1.4;
   list-style:none;
   border-top:1px solid #84b2e0;
}

#sub li a {
   display:block;
   padding:8px 4px;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
   outline:none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   border-top:1px solid #333;
   background:#ddd;
}