@charset "UTF-8";
/* CSS Document */
/* Author: A.Sato */

body {
  vertical-align: top;
  font-size: 9pt;
  line-height: 1.2em;
  padding: 0px;
  margin: 0px;
}
img {
  border: 0px;
}
ol, ul {
  list-style:none;
}
a:link {
  text-decoration:none;
  color:#000000;
}
a:visited {
  text-decoration:none;
  color:#555555;
}
a:active {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
  color:#0000ff;
}
a img {
	border: 0;
}
a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
a:hover img.over {
	opacity:1;
	filter:alpha(opacity=100);
}
header {
  background-image: url(../images/top_bg.png);
  background-repeat: repeat-x;
}

#head {
  width: 1100px;
  height: 110px;
  margin:0px auto;
}
#head_link {
  width: 1020px;
  height: 12px;
  font-size: 12px;
  margin:0px auto;
  padding: 9px 40px;
  line-height: 1em;
}
#head_link a {
  font-weight: bold;
  margin:0px;
  padding: 0px 35px 0px 0px;
}
#head_link a:link {
  color: #fff;
  text-decoration:none;
}
#head_link a:visited {
  text-decoration:none;
  color:#ddd;
}
#head_link a:active {
  text-decoration:none;
}
#head_link a:hover {
  text-decoration:underline;
  color:#ffd;
}
#main {
  padding: 30px 15px;
  margin: 0px auto;
  width: 1070px;
  text-align: left;
}

#navis {
  float: left;
  margin:0px;
  padding: 0px 30px 0px 0px;
  width: 250px;

}

#user_data {
  margin:0px 0px 20px 0px;
  padding: 20px;
  width: 210px;
  color: #000;
  background: #eee;
}
#user_data .logout {
  text-align: right;
  padding: 5px 0px 0px 0px;

}
#navis ul{
  margin:0px 0px 40px 0px;
  padding: 0px;
}
#navis ul li {
  width: 250px;
  height: 35px;
  margin:0px;
  padding: 0px;
}

#navis ul li a{
  font-weight: bold;
  background-image: url(../images/bt_bg.png);
  background-position: 0px top;
  display: block;
  padding: 11px 20px;
  width: 210px;
  height: 13px;
  margin: 0px;
}

#navis ul li a:hover{
  background-position: 0px bottom;
}

.navi_title1 {
  text-align: center;
  font-weight: bold;
  margin:0px;
  padding: 9px;
  color: #fff;
  background: #369adb;
}

.navi_title2 {
  text-align: center;
  font-weight: bold;
  margin:0px;
  padding: 9px;
  color: #fff;
  background: #f79c24;
}

#contents {
  float: left;
  width: 790px;
  margin:0px;
  padding: 0px;

}

.titles {
  background-image: url(../images/con_title_bg.png);
  background-repeat: no-repeat;
  font-weight: bold;
  margin:5px 0px;
  font-size: 15px;
  padding: 15px 20px;
  color: #fff;
  width: 745px;
  height: 15px;
}

.texts{
  margin: 20px 0px 30px 20px;
  width: 770px;
}

.points {
  font-weight: bold;
  padding: 5px;
  color: #555;
  background: #eee;
}
.items {
  padding: 5px 0px 10px 10px;
  color: #000;
}
#top_bt1 {
  float: left;
  width: 320px;
  margin: 30px 60px 10px 0px;
  padding: 0px;
}

#top_bt2 {
  float: left;
  width: 320px;
  margin: 30px 0px 10px 0px;
  padding: 0px;
}

#gotop{
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  padding: 5px 0px 15px 0px;
  cursor: pointer;
}
#gotop img{
  cursor: pointer;
}
#foot{
  text-align: center;
  color: #000;
  background: #eee;
  border-top: 1px #dadada solid;
  padding: 10px 0px;
}

#scbox {
  width: 750px;
  height: 580px;
  overflow: auto;
}

.table02 {
  padding: 0px;
}

.table02 th {
  color: #fff;
  background: #369adb;
  padding: 5px 10px;
  margin:1px;
}

.table02 .tdt1{
  padding: 5px 10px;
  margin:1px;
}
.table02 .td01{
  padding: 5px 10px;
  margin:1px;
}
.table02 .td11{
  padding: 5px 10px;
  margin:1px;
  text-align: right;
}

.table02 .tdt2{
  padding: 5px 10px;
  margin:1px;
  background: #eee;
}
.table02 .td02{
  padding: 5px 10px;
  margin:1px;
  background: #eee;
}
.table02 .td12{
  padding: 5px 10px;
  margin:1px;
  text-align: right;
  background: #eee;
}


/* QR */

#contents #qr_preview{
	z-index:103;
	display:none;
	margin:0px;
	padding:15px;
	width: 230px;
	height: 230px;
	position:absolute;
	background: url(../images/qr_bg.gif) no-repeat 0 0;
	top: 190px;
	left: 280px;
}

#contents #qr_preview .img_box{
	width: 230px;
	height: 110px;
	margin: 0px;
	padding:10px 0px 0px 0px;
	text-align: center;
}
#contents #qr_preview .qr_txt{
	margin: 0px;
	padding:5px 0px 0px 0px;
	width: 230px;
	height: 85px;
}

#contents #qr_preview .qr_txt #qr_name{
	font-weight:bold;
	font-size:15px;
	text-align: center;
}

.qr_info_link {
	padding: 5px;
	font-weight:bold;
	font-size:11px;
	line-height: 1.1em;
	text-align: center;
}
.qr_info_link a:link {
	color: #e00;
	text-decoration: underline;
}
.qr_info_link a:visited {
	color: #e00;
	text-decoration: underline;
}
.qr_info_link a:hover, a:active, a:focus {
	color: #090;
	text-decoration: none;
}

.block1{
	z-index:100;
	display:none;
	border:none;
	margin:0px;
	padding:0px;
	position:absolute;
	width:100%;
	height:200%;
	top:0px;
	left:0px;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
}

.block2{
	z-index:101;
	display:none;
	border:none;
	margin:0px;
	padding:0px;
	width:100%;
	height:200%;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity:0.40;
	-moz-opacity:0.40;
	filter:alpha(opacity=40);
}


.com_right {
	padding: 5px 20px 5px 0px;
	text-align: right;
}
.center{
  text-align: center;
}
.caution {
  color: #f00;
  font-weight: bold;
}
.no_h {
	height: 0px;
	font-size: 0pt;
}
.clear {
  clear: both;
}


