@charset "Shift_JIS";
/* CSS Document */


/* common ==== */
*{
	margin:0;
	padding:0;
	}
body {
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-size: 90%;
	/*font-family:sans-serif;*/
	line-height: 110%;
}
.bodyinner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:15px;
	background-image: url(/link/images/bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.wrapper {
	background-image: url(/link/images/bg.gif);
	background-repeat: repeat-y;
}
div{
	clear:both;
	}
a {
	color:#86B9F2;
	cursor:pointer;
	text-decoration:none;
	}
a:visited{
		color:#86B9F2;
		cursor:pointer;
	}
a:hover{
	color:#86B9F2;
	cursor:pointer;
	}
h1,h2,p,ul,li,table,tr,td {
padding: 0px;
margin: 0px;
font-weight: normal;}
label{
	cursor:pointer;
	}
.ma_t3 {
	margin-top: 3px;}
.ma_t5 {
	margin-top: 5px;}
.pa_t5 {
	padding-top: 5px;}
.b {
	font-weight: bold;}
.f_r {
	float: right;}
.f_l {
	float: left;}
.clear {
	clear: both;}
.note{
	font-size:70%;
	}
li{
	list-style-position:outside;
	margin: 4px ;
}
li ul{
		margin-left:10px;
		margin-top:10px;
		font-size:95%;
		list-style-type:none;
	}
/* header ==== */
.header {
	background-image: url(/link/images/head_bar.gif);
	background-repeat: no-repeat;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.header h1 {
	color: #333333;
	font-size: 160%;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
	background-image: url(/link/images/dotted.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


/* main ==== */
.main {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
.main:after{
        content: "";
        display: block;
        clear: both;
        height: 1px;
        overflow: hidden;
		}
* html .main{
	display:block;
	zoom:1;
	}
*+html .flow{
  display:block;
  zoom:1;
  }
.txt {
	margin-top:5px;
	margin-bottom: 5px;
	font-size:95%;
}
.information{
	}
/* main-h2*/
h2 {
	font-size: 100%;
	color: #666666;
	padding:5px 0;}
h2 .p{
	font-weight:bold;
	background: url(/link/images/h2bg.gif) repeat-y;
	padding:2px 0 0 25px;
	display: block;
}

/*----- content box */
.block{
		margin-bottom:20px;
	}
	.block .bl_body{
		padding-left:30px;
		padding-top:10px;
	}
	.block .bl_title {
		background: url(/link/images/h2bg_bottom.gif) no-repeat bottom;
		padding:7px 0 1px 0;
		margin-bottom: 5px;
	}
	.block .bl_title .bl_title_inner {
		background: url(/link/images/h2bg_top.gif) no-repeat top;
	}
/*-----button def */
.control{
		padding-top:20px;
		padding-left:220px;
		padding-bottom:20px;
	}
.control:after{
        content: "";
        display: block;
        clear: both;
        height: 1px;
        overflow: hidden;
  }
* html .control{
	zoom:1;
	}
*+html .control{
  zoom:1;
  }
.submit {
		cursor:pointer;
		display:block;
		float:left;
		padding:0;
		border-style:none;
		background-color:#E9E9E9;
		color:#14A7DE;
		background-image:url(/link/images/btn_b_l.png);
		background-position:left;
		background-repeat:no-repeat;
		padding-left:11px;
		height:33px;
	}
	.submit input{
		display:block;
		float:left;
		cursor:pointer;
		border-style:none;
		background-color:#E9E9E9;
		background-image:url(/link/images/btn_b_r.png);
		background-position:right;
		background-repeat:no-repeat;
		width:200px;
		padding-right:11px;
		height:33px;
	}
/*----- shopping cart info */
.generic{
		font-size:90%;
	}
	.generic th{
		width:150px;
		padding-top:0.5em;
		padding-bottom:0.5em;
		background-color: #e2eefb;
		padding-left: 13px;
		text-align: left;
		font-weight: normal;
		color: #333333;
	}
	.generic td{
		width:150px;
		text-align:right;
		padding-top:0.5em;
		padding-bottom:0.5em;
		border-bottom:dashed 1px #D4D4D4;
	}
/*-----input parts */
option {
		padding-right:1.0em;
	}
.code{
		font-family:monospace;
		ime-mode:off;
	}
	
/*----- paytype selection --*/
.flow{
		width:88%;
		margin:auto;
	}
	.flow:after {
		    content: "";
		    display: block;
		    clear: both;
		    height: 1px;
		    overflow: hidden;
		}
	* html .flow{
		height:1.0em;
	} 
	*+html .flow{
		min-height:1em;
	}	
	.flow ul{
	}
	.flow ul li{
		list-style-type:none;
		float:left;
		font-size:80%;
		color:#c0c0c0;
		margin:3px 10px;
	}
	.flow ul li.current{
		color:#000000;
		font-weight:bold;
		padding-bottom:8px;
		background:url(/link/images/al_up.png) left bottom no-repeat;
	}
	.flow ul li.active{
		color:#86B9F2;	
	}
	
.paytypelist{
	
	}
	.paytypelist ul li{
		list-style-type:none;
		margin:10px;
	}
/*----- credit input table*/
table#credit{
	
	}
	table#credit th{
		width:200px;
	}
	table#credit td{
		width:200px;
	}
/*----- check error */
.alert {
		background-color:#F2F2F2;
		padding:10px 0 10px 5px;
		border: solid 1px #F9AAAA;
		color:#E93A21;
		font-size:90%;
		font-weight:bold;
	}
.warn{
		background-color:#F2F2F2;
		color:#1E80EC;
		padding:10px 0 10px 5px;
		border: solid 1px #1E80EC;
		font-size:90%;
		font-weight:bold;
	}
#GP_msg{
		background-color:#EAEAEA;
		padding:10px 0 10px 5px;
		border: solid 1px #F9AAAA;
	}
	#GP_msg li{
		color:#E93A21;
		font-size:90%;
		font-weight:bold;
		list-style-position: inside;
	}
/*-----allocated_numbers */
.allocated_numbers{
		font-size:100%;
		width:500px;
		margin-left:auto;
		margin-right:auto;
		margin-top:30px;
		margin-bottom:30px;
		background:#FFFFFF;
		color:#1A1A1A;
	}
	.allocated_numbers dt{
		padding:5px 5px 2px 1px;
	}
	.allocated_numbers dd{
		font-family:monospace;
		padding:5px 5px 2px 1px;
		border-bottom:dotted 1px #E9E9E9;
		margin-left:30px;
		margin-bottom:5px;
	}

/*----- cvs */
#cvs_l_f_info{
	}
	#cvs_l_f_info dl{
		}
	#cvs_l_f_info dl dt{
			margin-top:15px;
			font-weight:bold;
			padding:5px;
			border:solid 1px #E9E9E9;
			border-bottom-style:none;
		}
	#cvs_l_f_info dl dd{
			padding-top:5px;
			padding-left:10px;
			padding-bottom:10px;
			border:solid 1px #E9E9E9;
			border-top-style:none;
		}
	.information ol{
			font-size:95%;
			margin-left:15px;
			margin-top:15px;
		}