@charset "utf-8";

* {
	color:#333333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	background-image: none;
}

body {
	text-align:center;
}

a {
	color:#0076A8;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}

li {
	list-style-type: none;
}

/*
ベース
-------------------------------------------------------------------*/
#base {
	clear:both;
	width:700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#wrap {
margin: 0 auto;
_text-align: center;
background-color:#ffffff;
}

/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	position: relative;
}
#top_img h1{
	font-size: 40px;
	position: absolute;
	top: 65px;
	left: 180px;
	color:#C7F49B;

  background: -webkit-gradient(linear, left top, left bottom, from(#F4F19B), to(#C7F49B));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#top_img p{
	/*color: #F5EF47;*/
	font-size: 40px;
	position: absolute;
	top: 65px;
	left: 180px;

	color:#44c0fe;
  	text-shadow:0 -1px 0 rgba(255,255,255,0.6),0 1px 1px rgba(0,0,0,0.5);
}
#top_img p:before {
  	color:#0036b4;
  	-webkit-mask-image:-webkit-linear-gradient(-85deg, rgba(0,0,0,0), rgba(0,0,0,0) 40%, rgba(0,0,0,1) 80%, rgba(0,0,0,1));
}
#top_img p:after  {
	color:#d7edff;
  	-webkit-mask-image:-webkit-linear-gradient(-85deg, rgba(0,0,0,1), rgba(0,0,0,1) 10%, rgba(0,0,0,0.25) 48%, rgba(0,0,0,0) 48%, rgba(0,0,0,0));
}

#contents {
	width:700px;
	margin-right: auto;
	margin-left: auto;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #74818B;
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

/*--------------【ログイン】---------------*/
table.logintbl {
	margin-top:10px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
    width: 500px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.0em;
	
}
table.logintbl th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5FCFB;
    line-height: 120%;
    text-align: right;
    color:#999999;
	width:200px;
}
table.logintbl td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

.botan  {
	color:#999999;font-size:9pt;
	font-weight:bold;
	border:none;width:60px;height:30px;background:url(../img/botan.gif) top right no-repeat; cursor: pointer;outline:none;
}
.botanS  {
	color:#999999;font-size:8pt;
	_font-weight:bold;
	border:none;width:40px;height:20px;background:url(../img/botanS.gif) top right no-repeat; cursor: pointer;outline:none;
}
.botanL  {
	color:#999999;font-size:9pt;
	font-weight:bold;
	border:none;width:90px;height:30px;background:url(../img/botanL.gif) top right no-repeat; cursor: pointer;outline:none;
}

/*エラーメッセージ*/	
p.mymsg {
	height: 20px;
	/*width: 593px;*/
	margin-top: 10px;
	color: #F630A0;
	font-weight: bold;
	font-size: 1.0em;
	text-align: center;
	}


