<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

body {
	color: #000;
	font-size: 90%;
	margin: 0 auto;
	width: 784px;

	/* ie6 背景画像キャッシュされない問題への対応　*/
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
a {
	background:#fff;
	color: #187FC3;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	/*text-decoration:none;*/
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	/*color: #e32;*/
	/*font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;*/
	height: 50px;
	width: 800px
	font-size: 26px;
	margin-left: 53.5px;
	padding-top: 0;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	/*margin: 0 12px;*/
}

/*
 * ヘッダー
 */
div#header {
	background-image: url(../img/layout/Base_logo_147_42.png);
	background-repeat: no-repeat;
	border: 0;
	width: auto;
	height: 60px;
	padding: 0px;
	margin: 0px;
}
div#header.login
{
	/*background-image: url(../img/share/login_header.png);
	background-color: #ffffff;*/
	background-color: transparent;
}

div#header .leftarea {
	height: 60px;
	width: 191px;
	float: left;
}

div#header .rightarea {
	width: 609px;
	float: right;
}

div#header .messagearea {
	height: 27px;
	width: 625px;
	margin-top: 8px;
	margin-left: 159px;
	float: left;
	_display: inline;
}

/* Layout */

#container {
	background-image: url(../img/layout/Base_Plain_784_522.png);
	height: 522px;
	width: 784px;
	text-align: left;
}
#container.login{
	background-image: url(../img/layout/Base_Login_NoNavi_784_522.png);
}
#container.select_serial{
	background-image: url(../img/layout/Base_ID_PC_784_522.png);
}
#container.edit_arid{
	background-image: url(../img/layout/Base_error_784_52.png);
}

#header{
	background-color: #000000;
	height: 70px;
	padding-top: 20px;
	padding-left: 20px;
}
#header h1 {
	background: url("../img/if6_logo.jpg") no-repeat left;
	color: #000;
	height: 50px;
	padding-top: 0px;
	padding-left: 0px;
}
#header h1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
#content{
	/*background: #FFFFFF;*/
	background-color: transparent;
	clear: both;
	color: #333;
	padding: 0;
	overflow: auto;
	width: 784px;
}
#afterRequestInfo{
	background-image: url(../img/requests/Plate_Message_483_181.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 131px;
	width: 433px;
	float: left;
	_display: inline;
	margin-top: 124px;
	margin-left: 150px;
	padding: 20px;
}
#afterRequestInfo .infoHeader {
	margin-top: 24px;
	color: #187FC3;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
p.imprtnt-srl {
	margin-top: 24px;
	text-align: center;
	width: 100%;
}
p.imprtnt-srl-next {
	margin-top: 0px;
	text-align: center;
	width: 100%;
}
#footer {
	clear: both;
    background: url(../img/layout/footer_logo_128_42.png) no-repeat transparent right;
    height: 42px;
	padding: 0;
	margin: 0;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	/* clear: both; */
	color: #333;
	/* margin-bottom: 10px; */
	/* width: 100%; */
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	/* clear: both; */
	/* margin-right: 20px; */
	padding: 0;
	/* width: 80%; */
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/* clear: both; */
	/* margin-bottom: 1em; */
	/* padding: .5em; */
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	/* clear: both; */
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}

/*
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
*/

select {
	/* clear: both; */
	/* font-size: 120%; */
	font-size: 12px;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	/* padding: 2px 5px; */
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	background-image: url(../img/layout/Caution_20_18.png);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	color: #323232;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding-top: 4px;
	padding-left: 30px;
	float: left;
}
div.message-info {
	clear: both;
	color: #688B55;
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding-top: 4px;
	padding-left: 6px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

hr.footer {
	width: 95%;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

p#copyright {
	width: 780px;
	height: 50px;
	font-size: 11px;
	color: #000000;
	text-indent: 20px;
	line-height: 45px;
	background-color: #FFFFFF;
	background-image: url("../img/login/login_da_logo.png");
	background-repeat: no-repeat;
	background-position: right center ;
}
div#sub_container {
	/*background-color: #FFFFFF;*/
	background-color: transparent;
	width: 784px;
	height: 420px;
	padding: 0;
	overflow: hidden;
	float: left;
	_display: inline;
}
div#sub_header {
	width: 784px;
	height: 50px;
	margin-top: 35px;
	float: left;
	_display: inline;
	/*padding-top: 25px;*/
}
div#sub_main {
	width: 784px;
	height: 396px;
	float: left;
	_display: inline;
}

div#sub_main .requestCheckPane{
	color: #323232;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, Helvetica, "Luxi-sans", "Nimbus Sans L", sans-serif;
	background-image: url("../img/requests/Base_Request_Flame_784_522.png");
	background-repeat: no-repeat;
	background-position: 9px 10px;
	width: 695px;
	height: 352px;
	margin-left: 15px;
	padding-top: 30px;
	padding-left: 28px;
	padding-right: 31px;
	float: left;
	_display: inline;
}

div#sub_main .requestCheckPane .userInfoArea {
	background-image: url(../img/user/PLATEforPANEL_217_87.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	display: inline;
	margin-right: 7px;
	margin-bottom: 8px;
	width: 217px;
	height: 87px;
	_overflow: hidden;
}

div#sub_main .requestCheckPane .userInfoArea .icon_area{
	float:left;
	display: inline;
	width:72px;
	height:65px;
}

div#sub_main .requestCheckPane .userInfoArea .message_area{
	color: #E95477;
	font-size: 12px;
	background-image: url(../img/requests/Request_Fukidashi.png);
	background-repeat: no-repeat;
	background-position: 7px 0px;
	float:left;
	display: inline;
	width:122px;
	height:40px;
	padding-top: 9px;
	padding-left: 36px;
	padding-right: 19px;
	padding-bottom: 16px;
}

div#sub_main .requestCheckPane .userInfoArea .icon_area .user_icon_55{
	background-image: url(../img/share/User_55.png);
	float: left;
	display: inline;
	width: 55px;
	height: 55px;
}

div#sub_main .requestCheckPane .detailInfoArea{
	float: right;
	display: inline;
	width: 469px;
	height: 65px;
	padding-top: 30px;
	_overflow: hidden;
}

div#sub_main .requestCheckPane .detailInfoArea .detailInfo{
	color:#187FC3;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0;
	line-height:150%;
	float: left;
	display: inline;
	width: 453px;
	height: 49px;
	padding: 8px;
	_overflow: hidden;
}

div#sub_main .requestCheckPane .categoryInfoArea{
	color:#187FC3;
	float: left;
	display: inline;
	width: 679px;
	height: 34px;
	margin-top: 47px;
	padding: 8px;
	_overflow: hidden;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}

div#sub_main .requestCheckPane .urlInfoArea{
	color:#187FC3;
	float: left;
	display: inline;
	width: 679px;
	height: 34px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 8px;
	_overflow: hidden;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}

div#sub_main .requestCheckPane .urlInfoArea .urlText{
	float: left;
	display: inline;
	width: 679px;
	height: 34px;
}

div#sub_main .requestCheckPane .urlInfoArea .preview{
	float: left;
	display: inline;
	width: 60px;
	margin-top: 8px;
	height: 26px;
}

div#sub_main .requestCheckPane .buttonArea{
	float: left;
	display: inline;
	width: 695px;
	height: 28px;
	margin-top: 2px;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
}

div#sub_main .requestCheckPane .buttonArea .left{
	float: left;
	display: inline;
	width: 250px;
	height: 28px;
	margin-left: 90px;
}

div#sub_main .requestCheckPane .buttonArea .right{
	float: right;
	display: inline;
	width: 250px;
	height: 28px;
	margin-right: 90px;
}

div#sub_main .afterEditPane{
	position: absolute;
	background-image: url("../img/requests/Request_kabuse.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 714px;
	height: 320px;
	float: left;
	_display: inline;
	margin-top: 30px;
	margin-left: 32px;
}
div#sub_main .afterEditPane .donemessage{
	color:#3283D7;
	float: left;
	_display: inline;
	background-image: url("../img/requests/Request_Done.png");
	width: 363px;
	height: 63px;
	font-size: 20px;
	font-weight: bold;
	line-height: 63px;
	text-align: center;
	margin-top: 144px;
	margin-left: 175px;
}
div#sub_main .endEditLicenseMessage {
	color:#3283D7;
	float: left;
	_display: inline;
	background-image: url("../img/login/Request_Done.png");
	width: 363px;
	height: 59px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin-top: 144px;
	margin-left: 211px;
	margin-right: 210px;
	padding-top: 4px;
}

a.preview_button {
	display: block;
	background-image: url(../img/filter/PreviewButton_60_18.png);
	background-position: 0px 0px;
	background-color: transparent;
	border: 0;
	width: 60px;
	height: 18px;
	cursor: pointer;
	padding: 0px;
	margin-top: 0px;
	_overflow: hidden;
	outline: none;
}
a.preview_button:hover {
	background-position: -60px -0px;
}
a.preview_button:active {
	background-position: -120px -0px;
}

a.requestallowbutton {
	background: url(../img/requests/Request_Permit_Button_250_28.png) no-repeat 0 0;
	background-position: 0px 0px;
	border: 0;
	display: block;
	height: 28px;
	width: 250px;
	padding: 0px;
	cursor: pointer;
	_overflow: hidden;
	outline: none;
}
a.requestallowbutton:hover{background-position: -250px 0px;}
a.requestallowbutton:active{background-position: -500px 0px;}

a.requestdenybutton {
	background: url(../img/requests/Request_Permit_Button_250_28.png) no-repeat 0 0;
	background-position: -750px 0px;
	border: 0;
	display: block;
	height: 28px;
	width: 250px;
	padding: 0px;
	cursor: pointer;
	_overflow: hidden;
	outline: none;
}
a.requestdenybutton:hover{background-position: -1000px 0px;}
a.requestdenybutton:active{background-position: -1250px 0px;}

a.requestdonebutton {
	background: url(../img/requests/Request_Close_Button200_30.png) no-repeat 0 0;
	background-position: 0px 0px;
	border: 0;
	display: block;
	height: 30px;
	width: 200px;
	padding: 0px;
	cursor: pointer;
	_overflow: hidden;
	outline: none;
	margin-top: 48px;
	margin-left: 257px;
	float: left;
	_display: inline;
}
a.requestdonebutton:hover{background-position: -200px 0px;}
a.requestdonebutton:active{background-position: -400px 0px;}

h2.login_header {
	background: url("../img/login/login_titlebar_login.png") no-repeat;
	color: transparent;
}

h2.select_pc_header {
	background: url("../img/login/login_titlebar_pc.png") no-repeat;
	color: transparent;
}

h2.select_serial_header {
	background: url("../img/login/login_titlebar_serial.png") no-repeat;
	color: transparent;
}

table.login {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	border: 1;
	border-color: #000000;
	background-color: transparent;
}
table.login th.row {
	width: 145px;
	color: #FFFFFF;
	border-color: #000000;
	border: 0;
	background: #044889;
}
table.login td {
	width: 370px;
	padding: 5px;
	border-color: #000000;
	border: 1;
	text-align: left;
}

span.header {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
span.navigate {
	padding: 1px 0 0 0;
	font-size: 11px;
	text-align: left;
}
#login_form {

}
#login_mailaddress {
	width: 424px;
	height: 22px;
	/*background: #BFE1FF;*/
	/*border: 1px solid #999;*/
	background-color: transparent;
	border: none;
	margin-top:1px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	color: #333333;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif,MS Pゴシック;
	ime-mode: disabled;
}
#login_mailaddress_focus {
	width: 424px;
	height: 22px;
	/*background: #BFE1FF;*/
	/*border: 1px solid #999;*/
	background-color: transparent;
	border: none;
	margin-top:1px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	color: #333333;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif,MS Pゴシック;
	ime-mode: disabled;
}
#login_code,
#login_id01,
#login_id02 {
	width: 424px;
	height: 22px;
	/*background: #BFE1FF;*/
	/*border: 1px solid #999;*/
	background-color: transparent;
	border: none;
	float:left;
	margin-top:1px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	color: #333333;
	font-size: 24px;
	font-family: Arial,Helvetica,sans-serif,MS Pゴシック;
	ime-mode: disabled;
}
#CustomPassword,
#login_password {
	width: 424px;
	height: 22px;
	/*background: #BFE1FF;*/
	/*border: 1px solid #999;*/
	background-color: transparent;
	border: none;
	margin-top:1px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	color: #333333;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif,MS Pゴシック;
}
#CustomPassword {
	margin-left: 176px;
}
input.login_button {
	border-style: none;
	border: 0px solid #FFFFFF;
	background-color: transparent;
	background-image: url("../img/login/LogIn_Button_260_36.png");
	background-position: 0px 0px;
	width: 260px;
	height: 36px;
	display: block;
	cursor: pointer;
}
input.login_button:hover {
	background-position: -260px 0px;
}
input.login_button:active {
	background-position: -520px 0px;
}
input.login_button_disabled {
	border-style: none;
	border: 0px solid #FFFFFF;
	background-color: transparent;
	background-image: url("../img/login/LogIn_Button_260_36.png");
	background-position: -780px 0px;
	width: 260px;
	height: 36px;
	display: block;
	cursor: pointer;
}

input.editlicense_button {
	border-style: none;
	border: 0px solid #FFFFFF;
	background-color: transparent;
	background-image: url("../img/login/lisence_edit_260_36.png");
	background-position: 0px 0px;
	width: 260px;
	height: 36px;
	display: block;
	cursor: pointer;
	margin-top: 28px;
	margin-left: 260px;
}
input.editlicense_button:hover {
	background-position: -260px 0px;
}
input.editlicense_button:active {
	background-position: -520px 0px;
}
input.editlicense_button.disabled {
	border-style: none;
	border: 0px solid #FFFFFF;
	background-color: transparent;
	background-image: url("../img/login/lisence_edit_260＿36.png");
	background-position: -780px 0px;
	width: 260px;
	height: 36px;
	display: block;
	cursor: pointer;
}

input.closewindow_button {
	border-style: none;
	border: 0px solid #FFFFFF;
	background-color: transparent;
	background-image: url("../img/login/Request_Close_Button200_30.png");
	background-position: 0px 0px;
	width: 200px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin-top: 28px;
	margin-left: 292px;
}
input.closewindow_button:hover {
	background-position: -200px 0px;
}
input.closewindow_button:active {
	background-position: -400px 0px;
}

a.forgot_password {
	background-color: transparent;
	color: #688B55;
	text-decoration: none;
	font-size: 12px;
	font-variant
	line-height: 200%;
	/*padding-right: 150px*/
}
input.pc_button {
	color: #ffffff;
	border-style: none;
	background-color: transparent;
	background-image: url("../img/login/ID_PC_bar4_322_30.png");
	background-position: 0px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	width: 322px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin-top: 10px;
}
input.pc_button:hover { background-position: -322px 0px; }
input.pc_button:active { background-position: -644px 0px; font-size: 12px; }

.selectedserialarea {
	background-image: url("../img/login/ID_Hollow_695_61.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	margin-left: 45px;
	margin-right: 45px;
	padding-left: 0px;
	padding-right: 0px;
	height: 61px;
	width: 694px;
	float: left;
	_display: inline;
}

ul.pc_select {
	height: 371px;
	width: 724px;
	list-style-type: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 0px;
	min-height: 371px;
	overflow-y: auto;
	float: left;
	_display: inline;
}
ul.pc_select li {
	background-image: url("../img/login/ID_PC_hollow_343_61.png");
	background-position: 0px 0px;
	padding-left: 11px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	height: 61px;
	width: 322px;
	float: left;
	_display: inline;
}

.selectarea {
	background-image: url("../img/login/ID_PC_hollow_343_61.png");
	background-position: 0px 0px;
	padding-left: 11px;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	height: 61px;
	width: 322px;
	float: left;
	_display: inline;
}
input.serial_button, button.serial_button {
	color: #ffffff;
	border-style: none;
	background-color: transparent;
	background-image: url("../img/login/ID_PC_barA_322_30.png");
	background-position: 0px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	width: 322px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin-top: 10px;
	/*margin-bottom: 7px;*/
	/*margin-left: 60px;*/
}
input.serial_button:hover, button.serial_button:hover { background-position: -322px 0px; }
input.serial_button:active, button.serial_button:active { background-position: -644px 0px; font-size: 12px; }

input.serial_button_client {
	color: #ffffff;
	border-style: none;
	background-color: transparent;
	background-image: url("../img/login/ID_PC_barA_322_30.png");
	background-position: -966px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	width: 322px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin-top: 10px;
}
input.serial_button_client:hover { background-position: -1288px 0px; }
input.serial_button_client:active { background-position: -1610px 0px; font-size: 12px; }

input.serial_button_disabled {
	color: #7c7c7c;
	border-style: none;
	background-color: transparent;
	background-image: url("../img/login/ID_PC_barA_190_30.png");
	background-position: 0px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	width: 190px;
	height: 30px;
	display: block;
	cursor: default;
	margin-top: 10px;
}

input.serial_button_license, button.serial_button_license {
	color: #ffffff;
	border-style: none;
	background-color: transparent;
	background-image: url("../img/login/ID_PC_barA_322_30.png");
	background-position: 0px 0px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	width: 322px;
	height: 30px;
	display: block;
	cursor: pointer;
	margin-top: 5px;
	/*margin-bottom: 7px;*/
	/*margin-left: 60px;*/
}
input.serial_button_license:hover, button.serial_button_license:hover { background-position: -322px 0px; }
input.serial_button_license:active, button.serial_button_license:active { background-position: -644px 0px; font-size: 12px; }

.continue_button {
	width: 130px;
	height: 30px;
}
.continue_button a {
	background-image: url(../img/login/ID_PC_barA_130_30.png);
	background-position: 0px 0px;
	background-color: transparent;
	border: 0;
	width: 130px;
	height: 30px;
	cursor: pointer;
	padding: 0px;
	margin-left: 2px;
	margin-top: 10px;
	_overflow: hidden;
	display: block;
}
.continue_button a:hover {
	background-position: -130px -0px;
}
.continue_button a:active {
	background-position: -260px -0px;
}

.serial_select {
	float: left;
	height: auto;
	width: 724px;
	list-style-type: none;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 0px;
	min-height: 371px;
	/*overflow-y: auto;*/
}
.serial_select li {
/*	float: left;*/
	margin-left: 15px;
	margin-right: 15px;
}

/* error404 */
div#error404 {
    border: none;
	height: 400px;
    width: 740px;
	padding: 0px;
}

/* errorSystem */
div#error_system {
    border: none;
	height: 400px;
    width: 740px;
	padding: 0px;
}

/* waning area */
table.warning {
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	border: 0px;
}
table.warning td {
	width: 355px;
	padding: 10px;
	border-spacing: 0;
	border: 1px;
	border-color: #FF7FCC;
	text-align: center;
	background-color: #FFDFF2;
}

/*button*/
ul#sub_botton{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 35px;
	float: left;
	display: inline;
}
ul#sub_botton li {
	width:190px;
	height:35px;
	float:left;
	display: inline;
}
ul#sub_botton li a {
	background: none;
	display: block;
	width: 190px;
	height: 35px;
	text-indent: -9999px;
	outline: none;
	/*\*/
	overflow: hidden;/*firefox点線対策*/
	/**/
}
#navi {
	background: url(../img/login/Login_NAVI_190_35.png) no-repeat 0px 0px;
}
#navi a:hover {
	background: url(../img/login/Login_NAVI_190_35.png) no-repeat -190px 0px;
}
#navi a:active {
	background: url(../img/login/Login_NAVI_190_35.png) no-repeat -380px 0px;
}
.checkboxImg {
	background: url(../img/share/checkbox_12_15.png) no-repeat 0 0;
	background-position: 0px 0px;
	border: 0;
	display: block;
	height: 15px;
	width: 12px;
	padding: 0px;
	text-indent: -9999px;
	margin-top: -3px;
	cursor: pointer;
}
.checkboxImg.offstate {background-position: 0px 0px;}
.checkboxImg.onstate {background-position: -24px 0px;}
.checkboxImg.offstate:active,
.checkboxImg.onstate:active {
	background-position: -12px 0px;
}
.checkboxImg_disabled {
	background: url(../img/share/checkbox_12_15.png) no-repeat 0 0;
	background-position: -36px 0px;
	border: 0;
	display: block;
	height: 15px;
	width: 12px;
	padding: 0px;
	text-indent: -9999px;
	margin-top: -3px;
	cursor: default;
}
/* others */
div#omit_mail_text {
	margin-top: 1px;
	margin-left: 5px;
	float: left;
	width: 250px;
	font-weight: bold;
	color: #688B55;
	font-size: 12px;
}
</pre></body></html>