@charset "Shift_JIS";
/* ƒy[ƒW‚ÌŠî–{ƒfƒUƒCƒ“—pCSS */
body {
	color: #000000;
	font-size: 100%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	background-color: #ffffff;
	text-align: center;
	margin : 0px;
	padding : 0px;
}

.navi {
	width: 230px;
	position: absolute;
	margin-left: 0px;
	margin: 0px;
	float: left;
z-index: 6;

}

.special_image {
	float:right;
	background-color:#ffffff;
	width : 555px;
	padding : 0px;
	position: relative;
z-index: 2;
}

.contents {
	background-color: #ffffff;
	width: 800px;
	margin:auto;
	text-align: left;
	position: relative;
z-index: 1;

}

form{
	margin:0px;

}



/* ƒwƒbƒ_@---------------------------------------------------------------------- */
.header {
	background-color: #ffffff;
	background-image: url(../images/head_back2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 67px;
	border-bottom: solid 40px #ffffff;
	margin-bottom: 0px;
}

.header img {
	margin-top : 13px;
	border : none;
}

.search {
	position:absolute;
	right: 5px;
	padding: 0px;
	top: 37px;
	
}

.rss img {
	position:absolute;
	top :18px;
	bottom: 0px;
	right : 7px;
	padding: 0px;
	border : none;
}

.mojibotan {
	font-size: 100%;
	font-weight: bold;
	position:absolute;
	bottom: 0px;
	right: 40px;
	padding: 0px;
	top: 10px;
	
}	

/* ƒƒCƒ“‚Ì‚b‚r‚r -------------------------------------------------------------- */


h1 {
	font-size: 130%;
	margin: 0px 0px 5px 0px;
	color: #000000;
	padding:0px;
	text-align: left;
	clear:both;
	text-indent: 0px;
}

h1 a {
	display: block;
	width: 245px;
	height: 30px;
}

ul#point {
	font-size: 90%;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 180%;
}

li#point {
	padding-left: 15px;
	background: url(../images/list_mark.gif) no-repeat 0px 0.6em;
}

ul#point2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
	line-height: 100%;
}
li#point2 {
	padding-left: 15px;
	background: url(../images/list_mark.gif) no-repeat 0px 0em;
}

div.banner {
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 12px;

}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #4e67ff;
	text-decoration: underline;
}
a:active {
	color: #4r67ff;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 120%;
	margin: 0px;
	color: #000000;
	padding:7px 0px 1px 5px;
	border-bottom : solid 3px #4169e1;
	text-align: left;
	clear:both;
	width:100%;

}

/* ƒiƒrƒQ[ƒVƒ‡ƒ“ ---------------------------------------------------------------- */

#nav{
  *zoom: 1;
  list-style-type: none;
  width: 840px;
  padding: 0;
	position: absolute;
	top: 69px;
	right : 0px;
z-index: 100;

}
#nav:before, #nav:after{
  content: "";
  display: table;
}
#nav:after{
  clear: both;
}
#nav li{
  position: relative;
  width: 160px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
	list-style-type:none;
}
#nav li a{
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
  display: block;
  margin: 0px;
  background: #26499d;
  color: #ffffff;
  font-size: 9pt;
	font-weight: bold;
	display:block;
	height:34px;
	line-height:2.3em;
font-weight:bold;
   border-width: 0px 1px 1px 1px;
   border-style: solid;
   border-color: #ffffff;

}
#nav li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#nav li ul li{
  width: 160px;
}
#nav li ul li a{
  background: #26499d;
  text-align: center;
}
#nav li:hover > a{
  background: #26499d;
}
#nav li a:hover{
  background: #ffffff;
text-decoration: none;
color: #333333;
	border-width: 0px 5px 0px 5px;
	border-style: solid;
	border-color: #c9171e;
}

#nav li ul{
  display: none;
}
#nav li:hover ul{
  display: block;
}

/* IE6—p */
* html #nav li {
   behavior: expression(
      this.onmouseover=new Function

("this.className='column1'"),
      this.onmouseout=new Function

("this.className=''"),
      this.style.behavior = 'none'
   );
}

* html #nav li li {
   behavior: expression(
      this.onmouseover=new Function

("this.className='column2'"),
      this.onmouseout=new Function

("this.className=''"),
      this.style.behavior = 'none'
   );
}

#nav .column1 {position:relative;}
#nav .column1 ul {display:block;}
#nav .column1 * ul {display:none;}

#nav .column2 {position:relative;}
#nav .column2 ul {display:block;}
#nav .column2 * ul {display:none;}


/* ƒiƒrƒQ[ƒVƒ‡ƒ“2 ---------------------------------------------------------------- */
#nav2 {
	background-color: #ffffff;
	zoom:1;
	width: 245px;
	position: absolute;
	top: 270px;
	left: 0px;
z-index: 8;

}
#nav2 ul {
 	display:block;
	margin:0;
	padding:0;
	list-style-type: none;
}
#nav2 li {
	float: left;
	background-color:#ffffff;
}

#nav2 li a {
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	margin-bottom: 5px;
	font-size: 90%;
	font-weight: bold;
	display:block;
	height:2.3em;
	line-height:2.3em;
	width: 200px;
	color:#ffffff;
   border-width: 1px 1px 1px 1px;
   border-style: solid;
   border-color: #192f60;
	border-left:solid 15px #25b7c0;

}


#nav2 a:link {
	color: #333333;
}
#nav2 a:visited {
	color: #333333;
}
#nav2 a:hover {
	color: #333333;
	text-decoration: underline;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #c9171e;
	border-left:solid 15px #c9171e;
}
#nav2 a:active {
	color: #333333;
	background-color:#ffffff;
}

/* ƒy[ƒW‰ºƒŠƒ“ƒN ---------------------------------------------------------------- */

.footer {
	background-color:#ffffff;
	width: 800px;
	font-size: 90%;
	text-align:center;
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
	clear: both;
	position: relative;
	border-top: solid 1px #666666;
	color: #666666;
}
.footer a{
	color: #000000;
}


.bottom_link {
	clear:both;
	width: 800px;
	border-top: solid 1px #666666;
	font-size: 90%;
	line-height: 200%;
	color: #666666;
	text-align: center;
	background-color:#ffffff;
	margin: 10px 0px 0px 0px;
	padding-top: 10px;
}

/* Ó”C•\Ž¦ */

address {
	clear:both;
	width: 800px;
	margin-top : 10px;
	font-size: 90%;
	color: #000000;
	text-align: center;
	font-style: normal;
	font-size: 80%;
}
/* mypage’Ç‰Á--------------------------------------------------------------------- */

h1.mypage {
	background-image:url(../images/main_mypage_logo.gif) ;
	background-repeat: no-repeat;
	height : 30px;
	width : 245px;
}

.mypage {
	width:245px;
	margin:18px 0 0 0;
	padding:0px;
	
}


.table {
	margin:0 ;
	padding:0;
	border-collapse: collapse;
	
}

.table th {
	text-align:left;

}

.login_text {
	width:105px;
	margin:0 0 1px 5px;
}
.loginbtn {
	display:block;
	text-align:center;
	margin:10px auto 10px auto;
	padding:0;
}

ul.mservice {
	margin:0;
	padding:0;
}

ul.mservice li {
	margin:0;
	padding:3px 0 0 35px;
	background:url(wr_img/icon_mypage_help.gif) left top no-repeat;
}

	
