@charset "utf-8";
@import url("design_base.css");
/* DIV 設定 */
div#main-contents {
	position: relative;
	margin: 0px auto;
	width: 800px;
	max-width: 800px;
	min-width: 800px;
	padding-bottom: 20px;
	color: #000;
	background-color: #fff;
	}
div#navigation {
	margin-top: 3px;
	clear: both;
	}
	div#navigation table {
		width: 100%;
		}
	div#navigation td {
		background-color: #f90;
		font-weight: bold;
		color: #000;
		text-align: center;
		border-top: 1px solid #f90;
		border-left: 1px solid #f90;
		}
	div#navigation td.end {
		border-right: 1px solid #f90;
		}
	div#navigation a {
		background-color: #fff;
		color: #000;
		display: block;
		padding: 6px 3px;
		}
	div#navigation a:hover, div#navigation a.cur {
		background-color: #f90;
		color: #fff;
		}

div#header {
	background-image: url("image/bar.gif");
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	font-size: 80%;
	}
	div#header p {
		text-align: right;
		color: #fff;
		background-color: transparent;
		font-weight: bold;
		letter-spacing: 2px;
		}
		div#header p small {
			font-weight: normal;
			}
	div#header p.tagline {
		color: #000;
		background-color: transparent;
		letter-spacing: 5px;
		}
		div#header p.tagline span {
			color: #f90;
			background-color: transparent;
			}
		div#header p.tagline img {
			vertical-align: middle;
			}
	div#header a {
		text-decoration: none;
		color: #000;
		background-color: transparent;
		}
	div#header a:hover {
		text-decoration: underline;
		}
	div#header div#header-sign {
		float: left;
		}
		div#header-sign h1 span {
			display: none;
			}
	div#header div#header-navi {
		text-align: right;
		margin-top: 8px;
		}
		div#header-navi b {
			font-weight: normal;
			font-size: 110%;
			}
		div#header-navi p {
			text-align: left;
			font-size: 120%;
			font-weight: normal;
			margin-left: 240px;
			color: #000;
			background-color: transparent;
			}
		div#header-navi p span {
			font-weight: bold;
			font-size: 120%
			}
		div#header-navi ul {
			text-align: right;
			}
		div#header-navi li {
			background-image: url("image/ar_menu.gif");
			background-position: top left;
			background-repeat: no-repeat;
			display:inline;
			padding-left: 16px;
			}
			div#header-navi li.login {
				font-size: 120%;
			}
div#footer {
	width: 100%;
	padding-top: 10px;
	clear: both;
	}
	div#footer a {
		text-decoration: none;
		color: #000;
		background-color: transparent;
		}
	div#footer p.breadcrumbs a {
		text-decoration: underline;
		color: #fff;
		background-color: #f90;
		}
	div#footer a:hover {
		text-decoration: underline;
		}
	div#footer ul{
		font-size: 100%;
		margin: 2px 0px 5px 0px;
		text-align: right;
		padding-bottom: 5px;
		}
	div#footer li {
		display: inline;
		padding-left: 16px;
		background-image: url("image/ar_menu.gif");
		background-position: top left;
		background-repeat: no-repeat;
		}
	div#footer hr {
		visibility: visible;
		height: 2px;
		background-color: #006;
		border-bottom: 4px solid #006;
		}
	div#footer address{
		font-size: 80%;
		text-align: left;
		padding: 2px 0px;
		margin: -2em 0px 0px 1em;
		font-style: normal;
		}
p.breadcrumbs {
	font-size: 80%;
	color: #fff;
	background-color: #f90;
	padding: 5px;
	margin: 0px;
	}
	p.breadcrumbs a {
		color: #fff;
		background-color: #f90;
		}
	p.breadcrumbs b {
		font-size: 120%;
		}
/*  */
form#input_form {
	}
	form#input_form dl {
		margin: 1em 0px;
		}
	form#input_form dt {
		margin-top: 1em;
		margin-left: 1em;
		border-left: 0.5em solid #ccc;
		text-indent: 0.5em;
		}
	form#input_form dt.imp {
		border-left: 0.5em solid #c00;
		font-weight: bold;
		}
	form#input_form dt.imp em {
		color: #c00;
		background-color: transparent;
		margin-left: 0.5em;
		font-size: 80%;
		}
	form#input_form dt.imp small {
		font-weight: normal;
		}
	form#input_form dt em {
		font-style: normal;
		}
	form#input_form dd {
		margin-left: 4em;
		margin-bottom: 1em;
		}
	form#input_form fieldset {
		margin: 1em;
		padding: 1em 0.5em;
		border: 2px solid #000;
		}
	form#input_form legend {
		font-weight: bold;
		border: 2px solid #000;
		padding: 5px 2em;
		}
	form#input_form fieldset p {
		margin: 5px;
		}
form#input_view {
	}
	form#input_view dl {
		margin: 1em 0px;
		}
	form#input_view dt {
		margin-top: 1em;
		margin-left: 1em;
		border-left: 0.5em solid #ccc;
		text-indent: 0.5em;
		}
	form#input_view dt.imp {
		border-left: 0.5em solid #c00;
		font-weight: bold;
		}
	form#input_view dt.imp em {
		color: #c00;
		background-color: transparent;
		margin-left: 0.5em;
		font-style: normal;
		font-size: 80%;
		}
	form#input_view dd {
		padding: 0.2em 0.5em;
		margin-left: 4em;
		max-width: 35em;
		border-bottom: 1px dashed #ccc;
		}
	form#input_view fieldset {
		margin: 1em;
		border: 2px solid #000;
		}
	form#input_view legend {
		font-weight: bold;
		border: 2px solid #000;
		padding: 5px 2em;
		}
table.useraddr {
	}
	table.useraddr th {
		text-align: left;
		font-size: 90%;
		}
	table.useraddr td {
		padding: 3px;
		}
span.total {
	font-size: 130%;
	font-weight: bold;
	}
a.help {
	text-decoration: none;
	}

/*  */
#err {
	background-image: url("image/error.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px 0px 20px 70px;
	margin: 10px 0px;
	border: 4px double #c30;
	color: #c30;
	background-color: transparent;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	}
#caution {
	background-image: url("image/caution.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 0px 15px 50px;
	margin: 10px 0px;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	}
#hint {
	background-image: url("image/hint.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 0px 10px 50px;
	margin: 10px 0px;
	border: 1px solid #006;
	font-size: 100%;
	text-align: left;
	}
	#err img, #caution img, #hint img {
		vertical-align: middle;
		}
p.imp {
	font-size: 140%;
	font-weight: bold;
	margin: 1em;
	}
p.pagetop {
	clear: both;
	border: 1px solid #ccc;
	padding: 1px 3px;
	text-align: right;
	}
	p.pagetop a {
		display: block;
		font-size: 80%;
		}
table#guide {
	width: 100%;
	}
	table#guide caption {
		text-align: left;
		font-weight: bold;
		}
	table#guide td {
		padding: 2px;
		font-size: 80%;
		white-space: nowrap;
		text-align: center;
		}
	table#guide td.bef {
		padding: 5px;
		border:4px double #ccc;
		color: #999;
		background-color: transparent;
		text-align: left;
		}
	table#guide td.now {
		padding: 5px;
		border:4px double #fc3;
		color: #000;
		background-color: #ff9;
		text-align: left;
		}
	table#guide td.aft {
		padding: 5px;
		border:4px double #ccc;
		color: #000;
		background-color: #ffc;
		text-align: left;
		}
	table#guide td.view {
		padding: 5px;
		border:4px double #000;
		color: #000;
		background-color: #fff;
		text-align: left;
		}
	table#guide td.navi {
		padding: 2px 0px 3px 20px;
		background-image: url("image/lis2.gif");
		background-repeat: no-repeat;
		background-position: left center;
		vertical-align: middle;
		text-align: left;
		font-weight: bold;
		}
	table#guide a {
		color: #000;
		}
div#change-list {
	margin-left: 200px;
	}
	div#change-list dl {
		margin-top: 1em;
		}
	div#change-list dt {
		font-weight: bold;
		padding-top: 10px;
		}
	div#change-list dt.border {
		padding-bottom: 10px;
		border-bottom: 1px dashed #999;
		}
	div#change-list dt a {
		font-weight: normal;
		font-size: 80%;
		}
	div#change-list dd {
		border-bottom: 1px dashed #999;
		padding: 10px 0px 0px 10%;
		}
div#change-tag {
	float: left;
	margin-bottom: 100px;
	}
	div#change-tag ul {
		margin-left: 10px;
		}
	div#change-tag li {
		margin: 2px;
		border: 1px solid #999;
		}
	div#change-tag li.add {
		font-weight: bold;
		border: 2px solid #999;
		}
	div#change-tag a {
		padding: 3px 16px;
		display: block;
		color: #000;
		background-color: transparent;
		}
	div#change-tag a:hover {
		color: #000;
		background-color: #f0f0f0;
		}
p.changep {
	text-align: right;
	}
p.errcode {
	font-size: 140%;
	font-weight: bold;
	}
.popup a {
	text-decoration: none;
	}
.popup li {
	list-style-type: disc;
	margin-left: 1em;
	}
.popup a span {
	position: absolute;
	top: -62px;
	left: -150px;
	width: 200px;
	padding: 5px;
	visibility: hidden;
	background: #f5f5f5;
	border: 2px solid #999;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	white-space: normal;
	}
/* .popup a:hover, .popup a:hover span {
	visibility: visible;
	} 
.popup a:hover span {
	display: block;
	} */
.oddr td {
	color: #000;
	background-color: transparent;
	}
.evenr td {
	color: #000;
	background-color: #fffff0;
	}
.inneru {
	padding-left: 16px;
	background-image: url("image/ar_inneru.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
.innerd {
	padding-left: 16px;
	background-image: url("image/ar_innerd.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
dl#loginf {
	margin: 10px;
	}
	dl#loginf dt {
		margin-top: 1em;
		font-weight: bold;
		}
	dl#loginf dd {
		margin: 1em;
		font-size: 90%;
		}
	dl#loginf ul li {
		list-style-type: disc;
		margin-bottom: 8px;
		}
dl#news_list {
	margin: 5px;
	}
	dl#news_list dt {	
		font-weight: bold;
		font-size: 120%;
		}
	dl#news_list dd {
		margin-left: 10px;
		margin-bottom: 5px;
		}
	dl#news_list p {
		line-height: 140%;
		}
	dl#news_list td {
		padding: 5px;
		}
span.item_yen {
	color: #f33;
	background-color: transparent;
	}
	span.item_yen big {
		font-weight: bold;
		font-size: 140%;
		}
p.itemfoot {
	text-align: right;
	font-size: 80%;
	}
div.loginform {
	width: 70%;
	float: left;
	}
	div.loginform dl#loginf dt {
		background-image: url("image/dts2.gif");
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 20px;
		}
	div.loginform dt a {
		font-size: 80%;
		font-weight: normal;
		}
p.note {
	font-weight: bold;
	}
p.kai_mes {
	position: absolute;
	margin-left: 420px;
	margin-top: 200px;
	border: 2px solid #f00;
	padding: 8px;
	color: #f00;
	background-color: transparent;
	font-weight: bold;
	width: 15em;
	}
input.default-value {
	color:#999;
	}
div#doend {
	border: 1px solid #000;
	margin: 12px 0px;
	padding: 8px 12px;
	}
	div#doend ul {
		margin-left: 18px;
		}
	div#doend ul li {
		margin: 5px 0px;
		list-style-type: disc;
		}

