@charset "UTF-8";


/*=================================================================
/ basic style
/=================================================================*/

html {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

html.ios {
	-webkit-text-size-adjust: none;
}

body {
	margin: 0;
	padding: 0;
	color: #222222;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;
}

.mac body {
	font-family: Helvetica, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

/* basic elements */

a {
	outline: 0 none;
	color: #222222;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #4ba435;
}

.caution {
	color: #006600;
}

.closedcaution {
	color: #bb0000;
}

.btn {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
	height: 25px;
	line-height: 0;
	cursor: pointer;
}

a.btn img,
div.btn img,
.btn input[type="image"] {
	position: relative;
	top: 0;
	left: 0;
}

a.btn:focus img,
a.btn:hover img,
div.btn:focus img,
div.btn:hover img,
.btn input[type="image"]:focus,
.btn input[type="image"]:hover {
	top: -27px;
}

a.link {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
	height: 20px;
	line-height: 0;
}

a.link img {
	position: relative;
	top: 0;
	left: 0;
}

a.link:focus img,
a.link:hover img {
	top: -22px;
}

a.com {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	border: none;
	padding: 0;
	height: 15px;
	line-height: 0;
}

a.com img {
	position: relative;
	top: 0;
	left: 0;
}

a.com:focus img,
a.com:hover img {
	top: -17px;
}

img {
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}

.sound-only {
	overflow: hidden;
	position: absolute;
	top: -1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

/* tool tip */

div.tooltip {
	position: fixed;
	z-index: 1000;
	border-top: 1px solid rgba(191, 191, 183, 0.6);
	border-right: 1px solid rgba(191, 191, 183, 0.6);
	border-bottom: 1px solid rgba(110, 110, 105, 0.6);
	border-left: 1px solid rgba(110, 110, 105, 0.6);
	padding: 3px 4px;
	background-color: #ffffd0;
	line-height: 1.1;
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
}

/* form elements */

input[type="text"],
input[type="password"],
textarea {
	outline: 0 none;
	border: 1px solid #747474;
	padding: 6px 2px 5px;
}

.ie input[type="text"],
.ie input[type="password"],
.ie textarea,
.win.chrome input[type="text"],
.win.chrome input[type="password"],
.win.chrome textarea {
	vertical-align: middle;
	padding: 3px 2px;
}

.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 textarea,
.win.gecko input[type="text"],
.win.gecko input[type="password"],
.win.gecko textarea {
	padding: 4px 2px 3px;
}

input[type="radio"],
input[type="checkbox"] {
	outline: 0 none;
	margin: 1px;
}

select {
	outline: 0 none;
	border: 1px solid #747474;
	padding: 6px 4px 5px 2px;
}

select[disabled] {
	background-color: #fff;
	color: #747474;
}

.ie select,
.win.chrome select {
	padding: 3px 4px 3px 2px;
}

.ie7 select,
.win.gecko select {
	padding: 4px 4px 3px 2px;
}

input[type="text"].error,
input[type="password"].error,
textarea.error,
select.error {
	border: 1px solid #bb0000;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #4ba435;
}

input[type="text"].novalue,
input[type="password"].novalue,
textarea.novalue {
	color: #747474;
}

button:hover {
	cursor: pointer;
}

label:focus,
label:hover,
label.hover {
	color: #4ba435;
}

.fileUploadCompact {
	overflow: hidden;
	position: relative;
	min-height: 25px;
}

.fileUploadCompact .upload {
	position: relative;
	width: 200px;
}

.fileUploadCompact .upload .btnFileUpload {
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
}

.fileUploadCompact .upload .input {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.fileUploadCompact .upload input[type="file"] {
	position: relative;
	height: 25px;
	width: 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-moz-opacity:0;
	-khtml-opacity: 0;
	cursor: pointer;
}

.gecko .fileUploadCompact .upload input[type="file"] {
	width: auto;
}

.ie .fileUploadCompact .upload input[type="file"] {
	width: 40px;
}

.fileUploadCompact .nofile,
.fileUploadCompact .filename {
	position: relative;
	float: left;
	z-index: 2;
	margin: 1px;
	border: none;
	width: 139px;
	background-color: transparent;
}

.fileUploadCompact .nofile {
	color: #747474;
}

.fileUploadCompact .nofile:focus,
.fileUploadCompact .filename:focus {
	margin: 0;
	border: 1px solid #4ba435;
	background-color: #ffffff;
}

.fileUploadCompact .btnFileUpload,
.fileUploadCompact .btnFileRemove {
	display: block;
	float: left;
	overflow: hidden;
	margin-left: 5px;
	border: medium none;
	padding: 25px 0 0;
	width: 50px;
	height: 0;
	background: transparent url(/shared/img/btn_ss_fileselect.gif) no-repeat scroll left top;
}

.ie7 .fileUploadCompact .btnFileUpload,
.ie7 .fileUploadCompact .btnFileRemove {
	height: 25px;
}

.fileUploadCompact .btnFileRemove {
	background: transparent url(/shared/img/btn_ss_fileremove.gif) no-repeat scroll left top;
}

.fileUploadCompact .btnFileUpload.hover,
.fileUploadCompact .btnFileRemove:focus,
.fileUploadCompact .btnFileRemove:hover {
	background-position: 0 -27px;
}

/* fileUploaderCompactを四列以上のテーブルで利用す際のスタイル */

.fileUploadCompact--min .upload,
.fileUploadCompact--min .remove {
	width: 160px;
}

.fileUploadCompact--min .upload input[type="file"] {
	width: 160px;
}

.fileUploadCompact--min .nofile,
.fileUploadCompact--min .filename {
	width: 100px;
  box-sizing: border-box;
}
/* end */

/* fileUploaderCompactを2列のテーブルで利用す際のスタイル */
.fileUploadCompact--2 .upload {
	width: 100%;
}

.fileUploadCompact--2 .upload input[type="file"] {
  width: 340px
}

.fileUploadCompact--2 .nofile,
.fileUploadCompact--2 .filename {
	width: 80%;
  box-sizing: border-box;
}
.fileUploadCompact--2 .btnFileRemove {
  float: right
}
/* end */

.input-items {
	overflow: hidden;
	margin: -1px 0 4px;
}

.ie7 .input-items {
	margin: 0;
}

.input-items li {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 6px 0 0;
	padding: 2px 0;
}

.ie7 .input-items li {
	margin: 0;
}

.input-items li input[type="checkbox"],
.input-items li input[type="radio"] {
	position: absolute;
	top: 1px;
	left: 0;
}

.mac .input-items li input[type="checkbox"] {
	top: 0;
}

.mac.safari .input-items li input[type="checkbox"] {
	top: 2px;
}

.input-items li label {
	display: block;
	margin: 0 0 0 23px;
	line-height: 1.3em;
}

.ie7 .input-items li label {
	margin: 5px 0 0 23px;
}


/*=================================================================
/ common layout
/=================================================================*/

.skiplink {
	overflow: hidden;
}

.skiplink a {
	overflow: hidden;
	position: absolute;
	top: 1px;
	height: 1px;
}

.skiplink a:focus {
	position: relative;
	margin: 0 20px;
	height: auto;
}

#bodywrapper {
	min-width: 1000px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

#container {
	min-width: 1000px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background: transparent url(/shared/img/bg.gif) repeat-y scroll center top;
	font-size: 84.6%;
	line-height: 1.6;
}

#container .wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#page-title {
	float: right;
	overflow: hidden;
	position: relative;
	margin-left: -6px;
	padding: 34px 20px 0 26px;
	width: 720px;
	background: #ffffff url(/shared/img/rbg.gif) repeat-y scroll left top;
}

#left-column {
	float: left;
	width: 239px;
}

#left-column .wrapper {
	overflow: visible;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 0 30px;
	width: 239px;
}

#right-column {
	float: right;
	min-height: 373px;
	position: relative;
	z-index: 0;
	margin-left: -6px;
	padding: 0 20px 0 6px;
	width: 740px;
	background: #ffffff url(/shared/img/rbg.gif) repeat-y scroll left top;
}


/*=================================================================
/ header
/=================================================================*/

#header {
	min-width: 1000px;
	padding: 0 0 2px;
	width: 100%;
	background: #ffffff url(/shared/img/hr_w.gif) repeat-x scroll left bottom;
}

#header .wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
}

#header .logo {
	float: left;
	margin: 20px 0 35px;
	padding: 0 10px;
	width: 200px;
	line-height: 0;
}

#header .right-column {
	float: right;
	width: 740px;
}

#header .username {
	float: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	color: #4ba435;
	font-size: 84.6%;
	line-height: 1.4em;
}

#header .members-menu {
	float: left;
	overflow: hidden;
	margin: 15px 240px 10px 20px;
	width: 480px;
}

#header .members-menu ul {
	float: left;
	overflow: hidden;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

#header .members-menu li {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 25px 0 0;
	padding: 0;
	height: 15px;
	line-height: 0;
}

#header .members-menu li a img {
	position: relative;
	top: 0;
}

#header .members-menu li a:focus img,
#header .members-menu li a:hover img {
	position: relative;
	top: -17px;
}

#header .main-menu {
	overflow: hidden;
	margin: 0 0 0 240px;
	padding: 11px 0 0 0;
	width: 720px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left top;
}

#header .main-menu li {
	float: left;
	position: relative;
	margin: 0 25px 0 0;
	padding: 0;
	height: 55px;
	line-height: 0;
}

#header .main-menu li a {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: -57px;
	padding-top: 57px;
	height: 55px;
}

#header .main-menu li.current a,
#header .main-menu li a:focus,
#header .main-menu li a:hover {
	padding-top: 0;
}

#header .main-menu li a img {
	position: relative;
	top: -57px;
}

#header .sub-menu {
	position: absolute;
	overflow: hidden;
	bottom: 36px;
	right: 58px;
}

#header .sub-menu li {
	float: right;
	overflow: hidden;
	position: relative;
	margin: 0 0 0 25px;
	padding: 0;
	height: 15px;
	line-height: 0;
}

#header .sub-menu li a img {
	position: relative;
	top: 0;
}

#header .sub-menu li a:focus img,
#header .sub-menu li a:hover img {
	position: relative;
	top: -17px;
}

#header .serch-box {
	position: absolute;
	top: 9px;
	right: 20px;
	width: 220px;
}

/*
#header .serch-box input.gsc-input {
	border: 1px solid #747474;
}

#header .serch-box input.gsc-input:focus {
	border: 1px solid #4ba435;
}
*/

/*=================================================================
/ page title
/=================================================================*/

#page-title h1 {
	padding: 0 10px 9px;
	font-size: 154.5%;
	line-height: 0;
}

#page-title h1.border {
	border-bottom: 1px solid #747474;
}

#page-title .rss {
	position: absolute;
	top: 30px;
	right: 30px;
}

#page-title .update {
	position: absolute;
	top: 0;
	right: 0;
	padding: 34px 30px 9px;
	color: #747474;
	font-size: 91.6%;
}

.win #page-title .update {
	font-size: 100%;
}

#page-title p.must_example {
	position: absolute;
	top: 0;
	right: 0;
	padding: 34px 30px 9px;
	color: #747474;
	font-size: 91.6%;
}

.win #page-title p.must_example {
	font-size: 100%;
}

#page-title p.must_example .must {
	color: #4ba435;
}


/*=================================================================
/ left column
/=================================================================*/

#left-column .section {
	position: relative;
	padding: 12px 0 15px 20px;
	background: transparent url(/shared/img/hr_w.gif) repeat-x scroll left top;
}

#left-column .section.first {
	padding-top: 10px;
	background-image: none;
}

#left-column .pgh {
	position: relative;
	padding: 11px 9px 0 10px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left top;
}

#left-column .pgh.first {
	padding-top: 10px;
	background-image: none;
}

#left-column .section .pgh.first {
	padding: 0 9px 0 10px;
}

#left-column p {
	padding: 0 9px 10px 30px;
}

#left-column .section p,
#compact-search p {
	padding-left: 10px;
}

#left-column .section .pgh p,
#compact-search .pgh p {
	padding: 0 0 10px 0;
}

#left-column p.important {
	color: #006600;
}

/* tabs */

#left-column .tabs {
	position: relative;
	margin-right: -1px;
	padding: 0 0 5px 30px;
}

#left-column .section .tabs {
	padding-left: 10px;
}

#left-column .section .pgh .tabs {
	padding-left: 0;
}

#left-column .tabs li {
	overflow: hidden;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
	width: 205px;
	height: 25px;
}

#left-column .tabs li a img {
	position: relative;
	top: 0;
}

#left-column .tabs li.current a img,
#left-column .tabs li a:focus img,
#left-column .tabs li a:hover img {
	top: -27px;
}

#left-column .tabs li a.error img {
	top: -54px;
}

#left-column .tabs li.current a.error img,
#left-column .tabs li a.error:focus img,
#left-column .tabs li a.error:hover img {
	top: -81px;
}

/* buttons */

#left-column .buttons {
	overflow: hidden;
	position: relative;
	padding: 0 0 5px 30px;
}

#left-column .section .buttons {
	padding-left: 10px;
}

#left-column .section .pgh .buttons {
	padding-left: 0;
}


#left-column .buttons li {
	overflow: hidden;
	position: relative;
	margin: 0 0 5px;
	padding: 0;
	width: 200px;
	height: 25px;
}

/* compact search */

#compact-search {
	position: relative;
	padding: 0 0 15px 20px;
}

#compact-search h2 {
	position: relative;
	border-bottom: 1px solid #747474;
	padding: 34px 9px 9px 10px;
	height: 17px;
	line-height: 0;
}

#compact-search .header {
	display: block;
	padding: 0 0 7px;
	width: 200px;
	color: #4ba435;
}

#compact-search .input-line {
	display: block;
	padding: 0 0 10px;
	width: 200px;
}

#compact-search .input-items {
	margin: -6px 0 0;
	padding: 0 0 10px;
	width: 200px;
}

#compact-search input[type="text"] {
	width: 194px;
}

#compact-search select {
	width: 200px;
}

#compact-search .btn.search {
	margin: 0 0 10px;
	width: 200px;
}


/*=================================================================
/ right column
/=================================================================*/

/* box */

#right-column .box {
	position: relative;
	margin: 0 0 25px;
	border: 1px solid #747474;
	width: 718px;
}

#right-column .box.lower {
	margin: 0 0 30px;
}

#right-column .box .top {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
	width: 720px;
	height: 3px;
	background: transparent url(/shared/img/box_top.gif) no-repeat scroll 0 0;
}

#right-column .box .bottom {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: -1px;
	width: 720px;
	height: 3px;
	background: transparent url(/shared/img/box_bottom.gif) no-repeat scroll 0 0;
}

#right-column .box .top-arrow {
	position: absolute;
	z-index: 1;
	top: -6px;
	left: -1px;
	width: 720px;
	height: 8px;
	background: transparent url(/shared/img/box_top_arrow.gif) no-repeat scroll 0 0;
}

#right-column .box .bottom-arrow {
	position: absolute;
	z-index: 1;
	bottom: -6px;
	left: -1px;
	width: 720px;
	height: 8px;
	background: transparent url(/shared/img/box_bottom_arrow.gif) no-repeat scroll 0 0;
}

#right-column .box .top-tab {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
	width: 720px;
	height: 3px;
	background: transparent url(/shared/img/box_top_tab.gif) no-repeat scroll 0 0;
}

#right-column .box .bottom-even {
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: -1px;
	width: 720px;
	height: 3px;
	background: transparent url(/shared/img/box_bottom_even.gif) no-repeat scroll 0 0;
}

#right-column .box dl {
	overflow: hidden;
	margin: 0 0 -1px;
}

#right-column .box dt {
	clear: both;
	float: left;
	position: relative;
	top: -1px;
	padding: 4px 0 3px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll 1px 0;
}

#right-column .box dd {
	float: left;
	overflow: hidden;
	position: relative;
	top: -1px;
	padding: 4px 0 3px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left top;
}

#right-column .box dt span {
	display: block;
	margin: 0 -1px 0 0;
	padding: 2px 11px 2px 9px;
	width: 100px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#right-column .box dd p,
#right-column .box dd ul {
	overflow: hidden;
	margin: 0;
	padding: 2px 9px 2px 11px;
	width: 579px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll left top;
}

#right-column .box ul.paging {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 9px 5px 0;
	width: auto;
	background: transparent;
}

#right-column .box .paging li {
	float: left;
	padding: 0 0 0 10px;
	color: #747474;
	white-space: nowrap;
}

#right-column .box .paging li.current {
	color: #4ba435;
}

#right-column .box .sorting li {
	float: left;
	border-left: 1px solid #747474;
	padding: 0 15px;
	white-space: nowrap;
}

#right-column .box .sorting li.first {
	border-left: none;
	padding: 0 15px 0 0;
}

#right-column .box .sorting .current a {
	color: #4ba435;
}

#right-column .box .sorting .ascend,
#right-column .box .sorting .descend {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 13px;
	height: 7px;
}

#right-column .box .sorting .ascend img,
#right-column .box .sorting .descend img {
	position: absolute;
	left: 5px;
}

#right-column .box .sorting .ascend img {
	top: 9px;
}

#right-column .box .sorting a:hover .ascend img,
#right-column .box .sorting a:focus .ascend img,
#right-column .box .sorting .current .ascend img {
	top: -9px;
}

#right-column .box .sorting .descend img {
	top: 9px;
}

#right-column .box .sorting a:hover .descend img,
#right-column .box .sorting a:focus .descend img,
#right-column .box .sorting .current .descend img {
	top: -27px;
}

#right-column .box .manage li {
	float: left;
	padding: 0 25px 0 0;
}

#right-column .box .manage li a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 15px;
}

#right-column .box .manage li a img {
	position: relative;
	top: 0;
}

#right-column .box .manage li a:focus img,
#right-column .box .manage li a:hover img {
	position: relative;
	top: -17px;
}

/* buttons */

#right-column .buttons {
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0 0 0 250px;
	height: 25px;
}

#right-column .buttons li {
	float: left;
	padding: 0 0 0 10px;
}

#right-column .buttons li.first {
	padding: 0;
}

/*
#right-column .buttons li a,
#right-column .buttons li .btn {
	width: 220px;
}
*/

#right-column .buttons li a.s,
#right-column .buttons li .s.btn {
	width: 160px;
}

/* steps */

#right-column .steps {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	height: 53px;
}

#right-column .steps li {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	width: 144px;
	height: 53px;
}

#right-column .steps li img {
	position: relative;
	top: 0;
}

#right-column .steps li.current img {
	top: -55px;
}

/* tab */

#right-column .tabs {
	position: relative;
}

#right-column .tabs ul {
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 720px;
}

#right-column .tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 5px 0 0;
	padding: 0;
	height: 45px;
}

#right-column .tabs li a img {
	position: relative;
	top: 0;
}

#right-column .tabs li.current a img,
#right-column .tabs li a:focus img,
#right-column .tabs li a:hover img {
	top: -47px;
}

#right-column .tabline {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
}

/* search results */

#search-results {
	padding: 0 0 0 20px;
	width: 720px;
}

#search-results p {
	margin: 10px 0 20px;
	padding: 0 10px;
}

h2.title-search-results {
	visibility: hidden;
	height: 0;
}

#search-results .noresult {
	clear: both;
}

#search-results .noresult h3 {
	margin: 50px 0;
	padding: 0 10px;
	font-size: 163.6%;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

#search-results .noresult p {
	margin: 0 0 120px;
	padding: 0 10px;
	text-align: center;
}

#search-results table {
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	margin: 0 0 25px;
	width: 720px;
}

#search-results th {
	border-top: 1px solid #747474;
	background-color: #4ba435;
	color: #ffffff;
	vertical-align: top;
}

#search-results td {
	border-top: 1px solid #747474;
	padding: 1px 0 0;
	vertical-align: top;
}

#search-results .even td {
	background-color: #fffff6;
}

#search-results .closed td {
	background-color: #f7f7f7;
}

#search-results th .cell-wrapper {
	margin: 0 0 0 -1px;
	padding: 5px 10px;
	border-left: 1px solid #ffffff;
}

#search-results .cell-wrapper.first {
	margin: 0;
	border-left: none;
	border-right: 1px solid #ffffff;
}

#search-results td .cell-wrapper {
	margin: 0 0 0 -1px;
	border-top: 1px solid #747474;
	border-left: 1px solid #747474;
}

#search-results td .cell-wrapper.first {
	margin: 0;
	border-left: none;
	border-right: 1px solid #747474;
}

#search-results table dl {
	overflow: hidden;
	margin: 0 0 -1px;
}

#search-results table dt {
	clear: both;
	float: left;
	position: relative;
	top: -1px;
	padding: 4px 0 3px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left top;
}

#search-results table dd {
	float: left;
	position: relative;
	top: -1px;
	padding: 4px 0 3px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left top;
}

#search-results table dt span {
	display: block;
	margin: 0 -1px 0 0;
	padding: 2px 11px 2px 10px;
	width: 100px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#search-results table dd p,
#search-results table dd h3 {
	margin: 0;
	padding: 2px 10px 2px 11px;
	width: 339px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll left top;
}

#search-results table p {
	margin: 0 10px;
	padding: 5px 0 6px;
	width: 219px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left bottom;
}

#search-results table p.status {
	color: #006600;
}

#search-results table p.update {
	margin: 0 10px;
	border: none;
	padding: 6px 0;
	background-image: none;
	color: #747474;
	font-size: 91.6%;
}

.win #search-results table p.update {
	font-size: 100%;
}

/* detail */

#detail {
	margin: 0 0 0 20px;
	width: 720px;
}

#detail p,
#detail ul {
	margin: 10px 0 20px;
	padding: 0 10px;
}

#detail ul.caution ul,
#detail ul.caution-b ul {
	margin: 0;
}

#detail ul.caution li,
#detail ul.caution-b li {
	position: relative;
	padding: 0.1em 0 0.1em 1em;
}

#detail ul.caution li .mark,
#detail ul.caution-b li .mark {
	position: absolute;
	top: 0.1em;
	left: 0;
}

#detail .section .buttons {
	float: right;
	margin: -4px 0 5px;
	padding: 0 10px;
}

#detail .section .buttons.bottom {
	margin: 5px 0 30px;
}

#detail .section .buttons img {
  display: block;
}

#detail h2 {
	margin: 0 0 9px;
	padding: 0 0 0 10px;
	font-size: 154.5%;
	line-height: 0;
}

#detail h2.border {
	margin: 0;
	padding: 0 0 9px 10px;
	border-bottom: 1px solid #747474;
}

#detail .section h2 {
	float: left;
	margin: 0 0 9px;
	padding: 0 0 0 10px;
	line-height: 0;
}

#detail .section h2 span.caption{
  font-size: 11px;
	line-height: 17px;
}

#detail .update {
	color: #747474;
	font-size: 91.6%;
}

.win #detail .update {
	font-size: 100%;
}

#detail table {
	clear: both;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	margin: 0 0 25px;
}

#detail td {
	vertical-align: top;
	padding: 4px 0 3px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll -1px 0;
}

#detail td.h,
#detail td.d {
	background-position: 0 0;
}

#detail tr.even td {
	background-color: #fffff6;
}

#detail tr.even td.h,
#detail tr.even td.d {
	background-color: transparent;
}

#detail tr.first td {
	padding: 3px 0;
	background-image: none;
}

#detail h3 {
	position: relative;
	z-index: 1;
	margin: 0 -1px 0 0;
	padding: 2px 11px 2px 10px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
	width: 159px;
}

#detail h3.bar {
  clear: both;
  margin: 0;
  border-top: 1px solid #747474;
  padding: 4px 10px;
	background: none;
  background-color: #4ba435;
  color: #ffffff;
  clear: both;
	width: auto;
}

#detail h3.nobb {
  border-bottom: none;
}

#detail .left h3 {
	width: 50px;
	margin: 0;
	padding: 2px 0 2px 10px;
	background: transparent;
}

#detail h4 {
	position: relative;
	z-index: 1;
	margin: 0 -1px 0 0;
	padding: 2px 11px 2px 10px;
	width: 99px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#detail .cell-wrapper {
	position: relative;
	padding: 2px 10px 2px 11px;
	width: 520px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll left top;
}

#detail table td.fullwidth .cell-wrapper {
	padding: 2px 10px;
	width: 700px;
	background-image: none;
}

#detail table p.caution,
#detail table ul.caution,
#detail table ul.caution-b {
	position: relative;
	margin: 8px 0 4px;
	padding: 0;
	font-size: 91.6%;
	line-height: 1.4em;
}

#detail table p.caution ul,
#detail table ul.caution ul,
#detail table ul.caution-b ul,
.win #detail table p.caution,
.win #detail table ul.caution,
.win #detail table ul.caution-b {
	font-size: 100%;
}

#detail table ul.caution ul,
#detail table ul.caution-b ul {
	margin: 0;
}

#detail table p.caution.first,
#detail table ul.caution.first
#detail table ul.caution-b.first {
	margin: 4px 0;
}

#detail td table {
	margin: -5px 0;
	border: none;
}

#detail td table h4 {
	margin: 0 -1px 0 0;
	padding: 2px 11px 2px 0;
	width: 99px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#detail td table .cell-wrapper {
	padding: 2px 0 2px 11px;
	width: 460px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll left top;
}

#detail td table td.fullwidth .cell-wrapper,
#detail td table td[colspan="2"] .cell-wrapper {
	padding: 2px 0 2px 0;
	width: 520px;
	background: transparent;
}

#detail table .manage {
	margin: 0 0 -5px;
}

#detail table .manage li {
	display: block;
	height: 15px;
	overflow: hidden;
	padding: 0 0 5px;
}

#search-results .decoratedPart h3,
#detail .decoratedPart h3,
#confirm-table .decoratedPart h3 {
	float: none;
	margin: 20px -10px 10px;
	border: none;
	padding: 0 10px 9px;
	width: auto;
	height: auto;
	background: transparent url("/shared/img/hr.gif") repeat-x scroll left bottom;
	color: #004400;
	font-size: 127%;
	line-height: normal;
}

#search-results .decoratedPart h4,
#detail .decoratedPart h4,
#confirm-table .decoratedPart h4 {
	float: none;
	margin: 20px 0 10px;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	color: #004400;
	font-size: 109.1%;
	line-height: normal;
}

#search-results .decoratedPart h5,
#search-results .decoratedPart h6,
#detail .decoratedPart h5,
#detail .decoratedPart h6,
#confirm-table .decoratedPart h5,
#confirm-table .decoratedPart h6 {
	float: none;
	margin: 20px 0 10px;
	padding: 0;
	width: auto;
	height: auto;
	font-weight: bold;
	line-height: normal;
}

#search-results .decoratedPart p,
#detail .decoratedPart p,
#confirm-table .decoratedPart p {
	margin: 10px 0;
	padding: 0;
	width: auto;
	height: auto;
	background-image: none;
}

#search-results .decoratedPart strong,
#search-results .decoratedPart em,
#detail .decoratedPart strong,
#detail .decoratedPart em,
#confirm-table .decoratedPart strong,
#confirm-table .decoratedPart em {
	color: #004400;
}

#search-results .decoratedPart dl,
#search-results .decoratedPart ul,
#search-results .decoratedPart ol,
#detail .decoratedPart dl,
#detail .decoratedPart ul,
#detail .decoratedPart ol,
#confirm-table .decoratedPart dl,
#confirm-table .decoratedPart ul,
#confirm-table .decoratedPart ol {
	margin: 10px 0;
	padding: 0;
}

#search-results .decoratedPart dt,
#detail .decoratedPart dt,
#confirm-table .decoratedPart dt {
	float: none;
	margin: 10px 0 5px;
	padding: 0;
	width: auto;
	height: auto;
	background-image: none;
	font-weight: bold;
	line-height: normal;
}

#search-results .decoratedPart dd,
#detail .decoratedPart dd,
#confirm-table .decoratedPart dd {
	margin: 5px 0 10px;
	padding: 0 1em;
	background-image: none;
}

#search-results .decoratedPart ul li,
#detail .decoratedPart ul li,
#confirm-table .decoratedPart ul li {
	margin: 5px 1em 5px 2em;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
}

#search-results .decoratedPart ol li,
#detail .decoratedPart ol li,
#confirm-table .decoratedPart ol li {
	margin: 5px 1em 5px 2em;
	padding: 0;
	list-style-position: outside;
	list-style-type: decimal;
}

/* edit table */

#edit-table {
	padding: 0 0 0 20px;
	width: 720px;
}

#edit-table .hidden {
	display: none;
}

#edit-table p,
#edit-table ul {
	margin: 10px 0 20px;
	padding: 0 10px;
}

#edit-table p.m,
#edit-table ul.m {
	margin: 10px 0 10px;
	padding: 0 10px;
}

#edit-table ul.caution ul,
#edit-table ul.caution-b ul {
	margin: 0;
}

#edit-table ul.caution li,
#edit-table ul.caution-b li {
	position: relative;
	padding: 0.1em 0 0.1em 1em;
}

#edit-table ul.caution li .mark,
#edit-table ul.caution-b li .mark {
	position: absolute;
	top: 0.1em;
	left: 0;
}

#edit-table ul.error {
	padding: 4px 10px;
	background-color: #f8e5e5;
	color: #bb0000;
}

#edit-table ul.error a:hover {
	color: #bb0000;
}

#edit-table .section h2 {
	float: left;
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 0;
}

#edit-table p.must_example {
	float: right;
	margin: 2px 0 6px;
	padding: 0 10px;
	color: #747474;
	font-size: 91.6%;
}

.win #edit-table p.must_example {
	font-size: 100%;
}

#edit-table p.must_example .must {
	color: #4ba435;
}

#edit-table .term {
	overflow: auto;
	margin: 0 0 25px;
	border: 1px solid #747474;
	padding: 25px 10px 5px;
	width: 698px;
/*	height: 418px; */
}

#edit-table .termp {
	height: 129px;
}

#edit-table .termr {
	height: 300px;
}


#edit-table table {
	clear: both;
	margin: 0 0 25px;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
}

#edit-table .box table {
	margin: 0;
	border: none;
}

#edit-table table.top {
	margin: 0;
	border-bottom: none;
}

#edit-table table.middle {
	margin: 0;
	border-top: none;
	border-bottom: none;
}

#edit-table table.bottom {
	border-top: none;
}

#edit-table table td {
	background: transparent url(/shared/img/hr.gif) repeat-x scroll -1px 0;
}

#edit-table table td.h,
#edit-table table td.d {
	background-position: 0 0;
}

#edit-table table tr.even td {
	background-color: #fffff6;
}

#edit-table table tr.even td.h,
#edit-table table tr.even td.d {
	background-color: transparent;
}

#edit-table .box table tr td {
	background-color: transparent;
}

#edit-table .box table tr td.h,
#edit-table .box table tr td.d {
	background-color: #fffff6;
	background-position: -1px 0;
}

#edit-table table tr.first td {
	background-image: none;
}

#edit-table table td {
	vertical-align: top;
	padding: 4px 0 3px;
}

#edit-table table tr.first td {
	padding: 3px 0;
}

#edit-table table h3 {
	position: relative;
	z-index: 1;
	margin: 0 -1px 0 0;
	padding: 6px 11px 6px 10px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
	width: 159px;
}

#edit-table table h3.withmust {
	padding: 6px 36px 6px 10px;
	width: 134px;
}

#edit-table table .left h3 {
	width: 50px;
	margin: 0;
	padding: 6px 0 6px 10px;
	background: transparent;
}

#edit-table .box table h3 {
	padding-left: 9px;
}

#edit-table .box table .left h3 {
	width: 51px;
}

#edit-table table .left2c h3 {
	margin-right: -120px;
}

#edit-table table h4 {
	position: relative;
	z-index: 1;
	margin: 0 -1px 0 0;
	padding: 6px 11px 6px 10px;
	width: 99px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#edit-table .box table h4 {
	width: 98px;
}

#edit-table table h4.withmust {
	padding: 6px 36px 6px 10px;
	width: 74px;
}

#edit-table table h3 .caution,
#edit-table table h4 .caution {
	color: #747474;
}

#edit-table table .cell-wrapper {
	padding: 2px 10px 2px 11px;
	width: 520px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll left top;
}

#edit-table .box table .cell-wrapper {
	padding: 2px 9px 2px 11px;
}

#edit-table table td.fullwidth .cell-wrapper {
	padding: 2px 10px;
	width: 700px;
	background: transparent;
}

#edit-table .box table td.fullwidth .cell-wrapper {
	padding: 2px 9px;
}

#edit-table table p {
	position: relative;
	margin: 8px 0 4px;
	padding: 0;
	font-size: 91.6%;
	line-height: 1.4em;
}

#edit-table table td.fullwidth p,
.win #edit-table table p {
	font-size: 100%;
}

#edit-table table p.value {
	margin: 4px 0;
	color: #4ba435;
	font-size: 100%;
}

#edit-table table p.main {
	font-size: 100%;
}

#edit-table table p.first {
	margin: 4px 0;
}

#edit-table table p.input-line,
#edit-table table div.input-line {
	position: relative;
	margin: 0;
	font-size: 100%;
}

#edit-table table p.example {
	overflow: hidden;
	margin: 4px 0;
	padding: 0 0 0 2em;
	color: #747474;
}

#edit-table table p.example span.ex {
	display: block;
	float: left;
	margin: 0 0 0 -2em;
	width: 2em;
}

#edit-table table ul.caution,
#edit-table table ul.caution-b {
	position: relative;
	margin: 8px 0 4px;
	padding: 0;
	font-size: 91.6%;
	line-height: 1.4em;
}

#edit-table table td.fullwidth ul,
#edit-table table p ul,
#edit-table table ul.caution ul,
#edit-table table ul.caution-b ul,
.win #edit-table table ul.caution,
.win #edit-table table ul.caution-b {
	font-size: 100%;
}

#edit-table table ul.caution ul,
#edit-table table ul.caution-b ul {
	margin: 0;
}

#edit-table table ul.caution.first,
#edit-table table ul.caution-b.first {
	margin: 4px 0;
}

#edit-table table ul.input-items {
	margin: -1px 0 4px;
	padding: 0;
}

#edit-table table ul.l,
#edit-table table ul.c2,
#edit-table table ul.c3 {
	overflow: hidden;
	margin: 1px -20px 1px 0;
	padding: 0;
}

#edit-table table ul.l li,
#edit-table table ul.c2 li,
#edit-table table ul.c3 li {
	float: left;
	margin: 2px 20px 2px 0;
}

#edit-table table ul.c2 li {
	width: 250px;
}

#edit-table table ul.c3 li {
	width: 160px;
}

#edit-table table ul.c2 li.clear,
#edit-table table ul.c3 li.clear {
	clear: both;
}

#edit-table table ul.error {
	margin: 0 0 5px;
}

#edit-table table ul.buttons {
	margin: 0;
	padding: 8px 0 3px;
	background: transparent url("/shared/img/hr.gif") repeat-x scroll left top;
}

#edit-table table .must {
	color: #4ba435;
}

#edit-table table td.h .must {
	max-height: 1.6em;
	overflow: hidden;
	position: absolute;
	top: 6px;
	right: 11px;
	width: 25px;
	font-size: 91.6%;
	text-align: right;
}

.win #edit-table table td.h .must {
	font-size: 100%;
}

#edit-table table .inline {
	margin: 0 5px;
}

#edit-table table span.caution.right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 0 6px;
	width: 120px;
	font-size: 91.6%;
	line-height: 1.2em;
}

.win #edit-table table span.caution.right {
	font-size: 100%;
}

#edit-table table span.caution.left {
	margin: 0 0 0 20px;
	font-size: 91.6%;
	line-height: 1.2em;
}

.win #edit-table table span.caution.left {
	font-size: 100%;
}

#edit-table table span.num {
	position: absolute;
	top: 0;
	right: 0;
	color: #747474;
}

#edit-table table span.over.num {
	color: #bb0000;
}

#edit-table table .btn.address {
	width: 180px;
}

#edit-table table .btn.zip2address {
	position: absolute;
	top: 0;
	right: 120px;
	margin: 0 20px 0 0;
	width: 180px;
}

#edit-table table .inner-table {
	padding: 0 0 1px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left bottom;
}

#edit-table table table.inner-table {
	margin: -5px 0;
	border: none;
	background: transparent;
}

#edit-table table table.inner-table td {
	background: transparent url(/shared/img/hr.gif) repeat-x scroll -1px 0;
}

#edit-table table table.inner-table td.h,
#edit-table table table.inner-table td.d {
	background-position: 0 0;
}

#edit-table table table.inner-table .even td {
	background-color: #fffff6;
}

#edit-table table table.inner-table tr.first td {
	background: transparent;
}

#edit-table table table.inner-table span.caution.right {
	width: 70px;
}

#edit-table table .inner-table .line {
	clear: both;
	padding: 4px 0 3px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left top;
}

#edit-table table .inner-table div.line {
	padding: 6px 0 5px;
}

#edit-table table .inner-table .line.first {
	margin: -5px 0 0;
	padding: 3px 0;
	background-image: none;
}

#edit-table table .inner-table div.line.first {
	padding: 5px 0;
}

#edit-table table .inner-table h4 {
	padding: 6px 11px 6px 0;
	width: 105px;
}

#edit-table table .inner-table .cell-wrapper {
	padding: 2px 0 2px 11px;
	width: 394px;
}

#edit-table table .inner-table dt {
	float: left;
	margin: 0 -1px 0 0;
	padding: 6px 11px 6px 0;
	width: 105px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#edit-table table .inner-table dd {
	overflow: hidden;
	margin-left: 114px;
	padding: 3px 0 3px 11px;
	width: 394px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll left top;
}

#edit-table table .inner-table label {
	margin: 0;
}

#edit-table table .inner-table li label {
	margin: 0 0 0 23px;
}

#edit-table table .inner-table .inline {
	display: inline;
	margin: 0 5px;
}

/* confirm table */

#confirm-table {
	padding: 0 0 0 20px;
	width: 720px;
}

#confirm-table h2 {
	float: left;
	line-height: 0;
	margin: 0 0 9px;
	padding: 0 0 0 10px;
}

#confirm-table p,
#confirm-table ul {
	margin: 10px 0 20px;
	padding: 0 10px;
}

#confirm-table p.m,
#confirm-table ul.m {
	margin: 10px 0 10px;
	padding: 0 10px;
}

#confirm-table ul.caution ul,
#confirm-table ul.caution-b ul {
	margin: 0;
}

#confirm-table ul.caution li,
#confirm-table ul.caution-b li {
	position: relative;
	padding: 0.1em 0 0.1em 1em;
}

#confirm-table ul.caution li .mark,
#confirm-table ul.caution-b li .mark {
	position: absolute;
	top: 0.1em;
	left: 0;
}

#confirm-table .section {
	clear: both;
}

#confirm-table .section .buttons {
	float: right;
	margin: -4px 0 5px;
	padding: 0 10px;
}
#confirm-table table {
	clear: both;
	margin: 0 0 25px;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
}

#confirm-table .box table {
	margin: 0;
	border: none;
}

#confirm-table tr.even td {
	background-color: #fffff6;
}

#confirm-table tr.even td.h {
	background-color: transparent;
}

#confirm-table .box table tr td {
	background-color: transparent;
}

#confirm-table .box table tr td.h,
#confirm-table .box table tr td.d {
	background-color: #fffff6;
	background-position: -1px 0;
}

#confirm-table tr.first td {
	background-image: none;
}

#confirm-table td {
	background: transparent url(/shared/img/hr.gif) repeat-x scroll -1px 0;
	vertical-align: top;
	padding: 4px 0 3px;
}

#confirm-table td.h,
#confirm-table td.d {
	background-position: 0 0;
}

#confirm-table tr.first td {
	padding: 3px 0;
}

#confirm-table table h3 {
	position: relative;
	z-index: 1;
	margin: 0 -1px 0 0;
	padding: 2px 11px 2px 10px;
	width: 159px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#confirm-table table .left h3 {
	margin: 0;
	padding: 2px 0 2px 10px;
	width: 50px;
	background: transparent;
}

#confirm-table .box table h3 {
	padding-left: 9px;
}

#confirm-table .box table .left h3 {
	width: 51px;
}

#confirm-table table .left2c h3 {
	margin-right: -120px;
}

#confirm-table table h4 {
	position: relative;
	z-index: 1;
	margin: 0 -1px 0 0;
	padding: 2px 11px 2px 10px;
	width: 99px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#confirm-table .box table h4 {
	width: 98px;
}

#confirm-table .cell-wrapper {
	padding: 2px 10px 2px 11px;
	width: 520px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll left top;
	word-wrap: break-word;
}

#confirm-table .box .cell-wrapper {
	padding: 2px 9px 2px 11px;
}

#confirm-table table td.fullwidth .cell-wrapper {
	padding: 2px 10px;
	width: 700px;
	background-image: none;
}

#confirm-table td table {
	margin: -5px 0;
	border: none;
}

#confirm-table td table h4 {
	margin: 0 -1px 0 0;
	padding: 2px 11px 2px 0;
	width: 159px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll right top;
}

#confirm-table td table .cell-wrapper {
	padding: 2px 0 2px 11px;
	width: 340px;
	background: transparent url(/shared/img/vl.gif) repeat-y scroll left top;
}

#confirm-table td table td[colspan="2"] .cell-wrapper {
	padding: 2px 0 2px 0;
	width: 520px;
	background: transparent;
}

#confirm-table table p.caution,
#confirm-table table ul.caution,
#confirm-table table ul.caution-b {
	position: relative;
	margin: 8px 0 4px;
	padding: 0;
	font-size: 91.6%;
	line-height: 1.4em;
}

#confirm-table table p.caution ul,
#confirm-table table ul.caution ul,
#confirm-table table ul.caution-b ul,
.win #confirm-table table p.caution,
.win #confirm-table table ul.caution,
.win #confirm-table table ul.caution-b {
	font-size: 100%;
}

#confirm-table table ul.caution ul,
#confirm-table table ul.caution-b ul {
	margin: 0;
}

#confirm-table table ul.caution.first,
#confirm-table table ul.caution-b.first {
	margin: 4px 0;
}

/* complete */

#complete {
	padding: 0 0 0 20px;
	width: 720px;
}

#complete h2 {
	margin: 50px 0;
	padding: 0 10px;
	font-size: 163.6%;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

#complete p {
	margin: 0 0 50px;
	padding: 0 10px;
	text-align: center;
}

#complete p.caution,
#complete ul.caution {
	margin: 50px 0 20px;
	padding: 18px 10px 0 10px;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left top;
	text-align: left;
	font-size: 91.6%;
	line-height: 1.4em;
}

#complete ul.caution-b {
	margin: 0 0 20px;
	padding: 0 10px 0 10px;
	text-align: left;
	font-size: 91.6%;
	line-height: 1.4em;
}

.win #complete p.caution,
.win #complete ul.caution,
.win #complete ul.caution-b {
	font-size: 100%;
}

#complete ul.caution ul,
#complete ul.caution-b ul {
	margin: 0;
	font-size: 100%;
}

#complete ul.caution li,
#complete ul.caution-b li {
	position: relative;
	padding: 0.1em 0 0.1em 1em;
}

#complete ul.caution li .mark,
#complete ul.caution-b li .mark {
	position: absolute;
	top: 0.1em;
	left: 0;
}

#complete ul.links {
	overflow: hidden;
	position: relative;
	margin: -10px 0 25px;
	padding: 0 10px;
}

#complete ul.links li {
	float: left;
	margin: 0 20px 0 0;
}


#complete span.important {
	display: block;
	margin: 5px 0 10px;
	padding: 4px 10px;
	color: #006600;
	background-color: #FFFFF6;
}

#complete .buttons {
	margin: 50px 0 30px;
}


/*=================================================================
/ footer
/=================================================================*/

#footer {
	min-width: 1000px;
	width: 100%;
	padding: 2px 0 0;
	background: #ffffff url(/shared/img/hr_w.gif) repeat-x scroll left top;
}

#footer .wrapper {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	padding: 7px 20px 0;
	width: 960px;
}

#footer .sns {
	display: block;
	float: left;
	padding-left: 5px;
	line-height: 0;
}

#footer .sns li {
	float: left;
	padding: 0 5px;
}

#footer .pagetop {
	display: block;
	float: right;
	overflow: hidden;
	margin: 3px 0;
	padding-right: 10px;
	height: 14px;
	line-height: 0;
}

#footer .pagetop img {
	position: relative;
	top: 0;
}

#footer .pagetop:hover img {
	position: relative;
	top: -16px;
}

#footer .footer-menu {
	min-height: 15px;
	overflow: hidden;
	margin: 0 0 17px;
	padding: 19px 10px 0;
	background: transparent url(/shared/img/hr.gif) repeat-x scroll left top;
}

#footer .footer-menu li {
	float: left;
	padding: 0 30px 0 0;
	line-height: 0;
}

#footer .footer-menu li a {
	display: block;
	overflow: hidden;
	position: relative;
	padding: 0;
	height: 15px;
}

#footer .footer-menu li a img {
	position: relative;
	top: 0;
}

#footer .footer-menu li a:hover img {
	position: relative;
	top: -17px;
}

#footer .nf {
	position: absolute;
	top: 18px;
	right: 30px;
	line-height: 0;
}

#footer .copyright {
	position: absolute;
	top: 27px;
	right: 275px;
	line-height: 0;
}


/*=================================================================
/ full search
/=================================================================*/

#full-search {
	display: none;
	min-width: 1000px;
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 84.6%;
	line-height: 1.6em;
}

#full-search .top {
	background: transparent url("/shared/img/hr_w.gif") repeat-x scroll left bottom;
	padding: 0 0 2px;
	width: 100%;
	height: 111px;
}

#full-search .bottom {
	background: transparent url("/shared/img/hr_w.gif") repeat-x scroll left top;
	padding: 2px 0 0;
	width: 100%;
	height: 114px;
}

#full-search .middle {
	margin: 0 auto;
	padding: 0 0 0 239px;
	width: 761px;
}

#full-search form {
	overflow: hidden;
	border-left: 1px solid #747474;
}

#full-search .section {
	overflow: hidden;
	position: relative;
}

#full-search .section h2 {
	margin: 34px 0 10px;
}

#full-search p.search-caution {
	float: right;
	margin: 36px 0 6px;
	padding: 0 10px;
	color: #006600;
	font-size: 91%;
}

#full-search .close.btn {
	float: right;
	margin: 32px 0 4px;
	width: 50px;
}

#full-search .buttons {
	padding: 0 0 0 250px;
}


/*=================================================================
/ dialog
/=================================================================*/

.dialog {
	display: none;
	min-width: 1000px;
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 84.6%;
	line-height: 1.6em;
}

.dialog .top {
	background: transparent url("/shared/img/hr_w.gif") repeat-x scroll left bottom;
	padding: 0 0 2px;
	width: 100%;
	height: 111px;
}

.dialog .bottom {
	background: transparent url("/shared/img/hr_w.gif") repeat-x scroll left top;
	padding: 2px 0 0;
	width: 100%;
	height: 114px;
}

.dialog .middle {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

.dialog .box {
	margin: 55px 118px;
	padding: 2px;
	width: 760px;
	background: transparent url("/shared/img/hr_w.gif") repeat scroll left top;
}

.dialog .box-wrapper {
	min-height: 320px;
	background-color: #fffff6;
}

.dialog .box-wrapper p {
	padding: 50px 10px;
	font-size: 163.6%;
	font-weight: 500;
	line-height: 1.6em;
	text-align: center;
}

.dialog .box-wrapper p.caution {
	padding: 0 10px 50px;
	color: #006600;
	font-size: 100%;
}

.dialog .close.btn {
	position: absolute;
	top: -30px;
	right: 128px;
	width: 50px;
}

.dialog .buttons {
	overflow: hidden;
	padding: 0 0 0 134px;
}

#saved-dialog.dialog .buttons {
	padding: 0 0 0 252px;
}

.dialog .buttons li {
	float: left;
	padding: 0 0 0 20px;
}

#cover {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	filter: alpha(opacity=93);
	-moz-opacity:0.93;
	opacity:0.93;
}


/*=================================================================
/ alert
/=================================================================*/

#ajaxzip-alert {
	display: none;
	position: absolute;
	max-width: 180px;
	z-index: 99;
}

#ajaxzip-alert p {
	margin: 0 !important;
	border: 1px solid #bb0000 !important;
	padding: 4px 9px !important;
	background-color: #f8e5e5 !important;
	color: #bb0000 !important;
	text-align: left !important;
	font-size: 100% !important;
}

#ajaxzip-alert .arrow {
	position: relative;
	margin: -1px 0 0 10px;
	width: 12px;
	height: 6px;
	background: transparent url("/shared/img/ajaxzipalertarrow.gif") no-repeat scroll left top;
}

/*=================================================================
/ text indent
/=================================================================*/
.text-indent1 {
	text-indent: -2.5rem;
	margin-left: 2.5rem !important;
}
