@charset "euc-jp";
/* CSS Document */

/************************************************************************/
/* standard */

form,
form *,
form * * {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: small;
	line-height: 1.2em;
	vertical-align: middle;
	font-family: "MS PGothic", Osaka, "HiraKakuPro-W3", Geneva, Arial, Helvetica, sans-serif;
}
textarea {
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 1.4em;	/**/
	vertical-align: top;
}

/************************************************************************/
/* cursor */

label,
input.btn,
input.radio,
input.checkbox {
	cursor: pointer;
}

/************************************************************************/
/* color */

textarea,
select,
input.file,
input.text {
	border: 1px solid #aaaaaa;
}

*.Fix {
	border: 1px solid #aaaaaa;
	background-color: #ffffee;
}

/************************************************************************/
/* extent */

* textarea,
* select,
* option,
* input,
* *.Fix {
	padding: 2px;
}

option,
input {
	height: 16px;
}

option {
	margin-right: 4px;
}
select {
	/*height: 20px;*/
	padding: 0;
}

select.mini {
	height: 16px;
	font-size: 10px;
	line-height: 1.2em;
}
select.mini option {
	height: 14px;
	font-size: 10px;
	line-height: 1.2em;
	padding: 0px;
	/*padding-right: 10px;*/
}


input.mini {
	height: 14px;
	font-size: 10px;
	line-height: 1.2em;
	vertical-align: middle;
}

input.miniBtn {
	height: 20px;
	font-size: 10px;
	line-height: 1.2em;
	vertical-align: top;
	padding-top: 2px;
	margin-left: 4px;
}

input.file {
	height: 20px;
}
label.labelMini {
	font-size:10px;
	margin: 0;
	white-space: nowrap;
	vertical-align: middle;
}

*.h15  { height: 15px; }
*.h16  { height: 16px; }
*.h18  { height: 18px; }
*.h20  { height: 20px; }
*.h22  { height: 22px; }
*.h40  { height: 40px; }
*.h50  { height: 50px; }
*.h60  { height: 60px; }
*.h70  { height: 70px; }
*.h100 { height: 100px; }
*.h120 { height: 120px; }
*.h200 { height: 200px; }
*.h240 { height: 240px; }

*.w30  { width: 30px;display:inline; }
*.w60  { width: 60px; }
*.w65  { width: 65px; } /*XSmall*/
*.w70  { width: 70px; } /*XSmall*/
*.w80  { width: 80px; } /*XSmall*/
*.w90  { width: 90px; } /*XSmall*/
*.w95  { width: 95px; } /*XSmall*/
*.w100 { width: 100px; } /*Small*/
*.w110 { width: 110px; } /*Medium*/
*.w120 { width: 120px; } /*Medium*/
*.w125 { width: 125px; } /*Medium*/
*.w130 { width: 130px; } /*Medium*/
*.w140 { width: 140px; } /*Medium*/
*.w150 { width: 150px; } /*Medium*/
*.w160 { width: 160px; } /*Medium*/
*.w180 { width: 180px; } /*Medium*/
*.w200 { width: 200px; } /*Medium*/
*.w205 { width: 205px; } /*Medium*/
*.w210 { width: 210px; } /*Medium*/
*.w220 { width: 220px; } /*Medium*/
*.w230 { width: 230px; } /*Medium*/
*.w240 { width: 240px; } /*Medium*/
*.w250 { width: 250px; } /*Medium*/
*.w260 { width: 260px; } /*Medium*/
*.w265 { width: 265px; } /*Medium*/
*.w270 { width: 270px; } /*Medium*/
*.w280 { width: 280px; } /*Medium*/
*.w290 { width: 290px; } /*Medium*/
*.w300 { width: 300px; } /*Large*/
*.w310 { width: 310px; } /*Large*/
*.w340 { width: 340px; } /*Large*/
*.w350 { width: 350px; } /*Large*/
*.w360 { width: 360px; } /*Large*/
*.w380 { width: 380px; } /*Large*/
*.w400 { width: 400px; } /*Large*/
*.w410 { width: 410px; } /*Large*/
*.w440 { width: 440px; } /*Expantion*/
*.w450 { width: 450px; } /*Expantion*/
*.w464 { width: 464px; } /*Expantion*/
*.w465 { width: 465px; } /*Expantion*/
*.w470 { width: 470px; } /*Expantion*/
*.w480 { width: 480px; } /*Expantion*/
*.w500 { width: 500px; } /*Expantion*/
*.w520 { width: 520px; } /*Expantion*/
*.w525 { width: 525px; } /*Expantion*/
*.w530 { width: 530px; } /*Expantion*/
*.w550 { width: 550px; } /*Expantion*/
*.w555 { width: 555px; } /*Expantion*/
*.w557 { width: 557px; } /*Expantion*/
*.w560 { width: 560px; } /*Expantion*/
*.w674 { width: 674px; } /*Expantion*/
*.wWide { width: 680px; } /*Expantion*/

*.ImeActive { ime-mode: active; }
*.ImeInactive {
	ime-mode: inactive;
	background-color: #ffffee;
}
*.ImeDisabled {
	ime-mode: disabled;
	border: 1px solid #aaaaaa;
	background-color: #ffffee;
}

/* Hides from IE-mac \*/
/* End hide from IE-mac */

/************************************************************************/

a,
input,
label {
	display: inline;
}

/************************************************************************/

.keywdForm {
	margin: 0px 8px 0px 8px;
	width: 470px;
}
select.keywd {
	margin: 0px;
	width: 80px;
}
input.keywd {
	width: 360px;
	height: 16px;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #99cccc;
	border-left: 1px solid #99cccc;
	border-bottom: 1px solid #ffffee;
	border-right: 1px solid #ffffee;
	vertical-align: baseline;
	/*background-color: #e4f4f4;*/
}

.btnPanel {
	display: block;
	padding: 0;
	text-align: right;
	vertical-align: bottom;	
	margin: 0.5em 0;
}
.btnPanel th,
.btnPanel td {
	padding: 0px;
	vertical-align: bottom;	
}
.btnPanel th {
	text-align: left;
}
.btnPanel td {
	text-align: right;
}
/************************************************************************/
*
table.formTbl {
	/*width: 680px;*/
	width: 100%;/**/
	margin: 0 0 0.25em 0;
}

*
table.formTbl caption {
	font-size: small;
	line-height: 1.4em;
	font-weight: normal;
	color: #000066;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 18px;
}
*
table.formTbl td.panel {
	font-size: small;
	line-height: 1.4em;
	font-weight: normal;
	color: #000066;
}
*
table.formTbl td,
*
table.formTbl th,
*
table.formTbl ul li {
	font-size: small;
	line-height: 1.4em;
	font-weight: normal;
	color: #000066;
	text-align: left;
}
*
table.formTbl td,
*
table.formTbl th {
	/*border: 1px solid #cccccc;*/
	border-top: 1px solid white;
	background-color: #ccddee;
}
*
table.formTbl td {
	padding: 4px 8px 4px 8px;
	font-weight: normal;
	vertical-align: top;
}
table.formTbl td.wide {
	padding: 4px 0px 4px 16px;
}
table.formTbl td.wide div {
	margin-bottom: 2px;
	font-weight: bold;
}
*
table.formTbl th {
	width: 20%;
	padding: 6px 0 4px 16px;
	font-weight: bold;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: top;
}
*
table.formTbl td.red,
*
table.formTbl td span.red {
	color: #c00;
	font-weight: bold;
	font-size: small;
}
*
table.formTbl td.req,
*
table.formTbl td span.req {
	color: #c00;
	font-size: x-small;
	margin-left: 8px;
}
*
table.formTbl td.red {
	padding: 3px 0 3px 8px;
	width: 1%;
}
*
table.formTbl ul li {
	margin: 0px;
	margin-left: 16px;
	padding: 0px;
}
*
table.formTbl th.category {
	padding: 3px 0px 3px 0px;
	font-size: small;
	text-align: left;
	line-height: 1.4em;
	font-weight: bold;
	color: #000066;
	border-top: 1px solid white;
	background-color: #d0d8df;
}
*
table.formTbl label {
	padding: 0px;
	font-size: small;
	text-align: left;
	line-height: 1.6em;
	font-weight: bold;
	color: #000066;
}
*
table.formTbl th label.f10 {
	padding: 0px;
	font-size: x-small;
	text-align: left;
	line-height: 1.6em;
	font-weight: normal;
	color: #000066;
}
*
table.formTbl th .icon {
	padding: 3px 8px 3px 8px;
	text-align: right;
	border-top: 1px solid white;
	background-color: #d0d8df;
}

*
table.formTbl td.white {
	background-color: white;
}
*
table.formTbl td span.f10 {
	font-size: x-small;
}
*
table.formTbl td.btnPanel {
	height: 30px;
	padding: 0px;
	text-align: right;
	vertical-align: bottom;	
	background-color: white;
}

*
table.formTbl td.bone {
	padding: 0px;
}
*
table.formTbl table.bone {
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
}
*
table.formTbl table.bone td {
	margin: 0px;
	padding: 0px;
	border: 0px solid white;
}
table.formTbl tr *.Sub {
	padding-top: 0;
	padding-bottom: 8px;
	border: none;
}

.ArrowLink {
	background-image: url(/_shared/_img/arrow/arrow_right_b.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:1.0em;
	line-height:1.0em;
}

/************************************************************************/
table.formTbl tr td div#ConfrimComment div.Photo img {
	cursor: hand;
	/*border: 1px solid #ddeeff;*/
}
table.formTbl tr td div#ConfrimComment div.Photo div.Caption {
	margin-top: 0px;
	padding: 1px 2px 2px;
	font-size: x-small;
	font-family: "MS PGothic", Osaka, "HiraKakuPro-W3", Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.2em;
	/*background-color:#ddeeff;*/
}
table.formTbl tr td div#ConfrimComment div.Left {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
table.formTbl tr td div#ConfrimComment div.Right {
	float: right;
	margin-left: 8px;
	margin-bottom: 4px;
}
table.formTbl tr td div#ConfrimComment div.Center {
	clear: both;
	padding-left: auto;
	padding-right: auto;
	margin-bottom: 4px;
	text-align: center;
}

table.formTbl tr td div#ConfrimComment div.Top {
	margin-bottom: 4px;
}
table.formTbl tr td div#ConfrimComment div.Bottom {
	margin-top: 4px;
	margin-bottom: 4px;
}
table.formTbl tr td div#ConfrimComment:after {
	content: "";
	display: block;
	clear: both;
}
/************************************************************************/

input.widthExpansion {
	width: 100%;
	height: 19px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #7F9DB9;
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}
textarea.widthExpansion {
	width: 100%;
	margin: 0px;
	padding: 2px;
	border: 1px solid #7F9DB9;
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}

input.widthLarge {
	width: 360px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #7F9DB9;
}
textarea.widthLarge {
	width: 360px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #7F9DB9;
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}

input.widthXSmall {
	width: 100px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	border: 1px solid #7F9DB9;
}
input.widthSmall {
	width: 160px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #7F9DB9;
}
input.widthMedium {
	width: 200px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}
textarea.widthMedium {
	width: 200px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #7F9DB9;
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}


.widthMediumFix {
	width: 200px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #ddddee;
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}
.widthLargeFix {
	width: 360px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #ddddee;
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}
.widthExpansionFix {
	width: 520px;
	height: 19px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #ddddee;
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}

/************************************************************************/
/* Hides from IE-mac \*/
*html *
table.formTbl {
	/*width: 450px;*/
	width: 100%;/**/
}
/* End hide from IE-mac */
/************************************************************************/
.Typewriter * {
	font-family: "MS Gothic", Osaka, "HiraKakuPro-W3", Arial, Helvetica, sans-serif;
}