@charset "utf-8";
/* CSS Document */


p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}

li {
   list-style:none;
}
a {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #CC0000;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#66FFFF;
}



#container {
	width: 800px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 100%;
	background-color:#FFFFFF;
	}
#rogo {
    background-image:url(images/top/rogo.gif);
    height: 74px;
}

#rogo h1 {
text-indent:-9999px;
}

#utility-nav {
     position:absolute;
     top:10px;
     left:300px;
}

#utility-nav ul {
     width:500px;
     padding:10px 0;
     overflow:hidden;
     text-align:right;
}

#utility-nav ul li {
    display:inline;
    padding:0 5px;
    font-size:12px;
}

#utility-nav ul li a {
    font-size:100%;
}
	


/* ここから下ナビゲーションボタンに関する設定 */
#navibar {
	width: 180px;
	float: left;
	overflow:hidden;
	margin-top:3px;
	}

#navibar li a:hover,
#navibar li a:active, 		/* for IE (Keyboard) */
#navibar li a:focus {		/* for Netscape (Keyboard) */
    background-position: 4px center;
}

#navibar #navigation {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image:url(images/top/navigation01.jpg);
	margin-bottom: 1px;
}
#navibar #btn00 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image:url(images/top/btn00.jpg);
	margin-bottom: 1px;
}

#navibar #btn01 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image:url(images/top/btn01.jpg);
	margin-bottom: 1px;
}

#navibar #btn02 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn02.jpg);
	margin-bottom: 1px;
}
#navibar #btn03 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn03.jpg);
	margin-bottom: 1px;
}
#navibar #btn04 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn04.jpg);
	margin-bottom: 1px;
}
#navibar #btn05 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn05.jpg);
	margin-bottom: 1px;
}
#navibar #btn06 a {
	height: 27px;
	width: 180px;
	display: block;
	text-indent: -9999px;
	background-image: url(images/top/btn06.jpg);
	margin-bottom: 1px;
}

#pickup {
   width:174px;
   margin-top:8px;
   margin-left:3px;
   padding-bottom:8px;
   padding-top:8px;
   line-height:1.5em;
   border:solid 1px #666666;
}

#pickup h2 {
    font-size:14px;
    color:#2ea6df;
    padding-left:4px;
}

#pickup p {
    font-size:12px;
    color:#000000;
    margin-top:10px;
    padding-left:4px;
    padding-right:4px;
}

.point {
    color:#FF0000;
}


/* ここまでナビゲーションボタンに関する設定 */

/* ここからメインコンテンツの中身に関する設定 */
#maincontent {
	width: 600px; /* 横幅を変更 */
	float: right;
	font-size: 12px;
	height:1600px;
}



#maincontent  h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2ea6df;
	padding-bottom: 15px;
}

#maincontent  p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

#topic01 {
	height: 165px;
	width: 550px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
}


table, th, td {
  margin:0 auto;
  padding: 0;
  border-collapse: separate;
  border: none;
}

table {
  width:500px;
  border: 1px solid #eeeeee;
  margin-top:20px;
  margin-bottom:20px;
  font-family: sans-serif;

}

caption {
  width:300px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 8px;
  padding-bottom: 6px;
  padding-top: 5px;
  border-left: 5px solid #307bcf;
  line-height: 0.8;
  font-weight: bold;
  text-align: left;
  font-size: 12px;
  color:#307bcf;
}

th {
 
  border-color: #629cdd #8db7e6 #629cdd #eeeeee;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  background: #629cdd;
  font-weight: bold;
  font-size:14px;
  text-align: left;
  padding-left:10px;
  padding-right:10px;
  
}

td {
  
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  font-size: 100%;
  padding-left:10px;
  padding-right:10px;
}

/* ここまでメインコンテンツの中身に関する設定 */


#footer {
	clear: both;
	width: 100%;
	margin-top:20px;
	background-color: #2ea6df; 
	height: 50px;
	
}

#footer ul {
    padding-top:10px;
    padding-bottom:10px;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	display: block;
	padding-right:5px;
	float:right;
	font-size: 14px;
	color:#FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #CC0000;
}



/* ここからコンテンツページに関する設定 */
#pankuzu {
	width: 575px;
	position:absolute;
	left:220px;
	top:80px;
	
}

#pankuzu a {
	font-weight: normal;
	color:#999999;
	font-size: 11px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
}


/* ここまでコンテンツページに関する設定 */