.formInnertxt ol li {
	background-image:   url(../../images/common/x_dotline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.formInnertxt .arw {
	background-image:   url(../../images/common/arw_index.gif);
	background-repeat: no-repeat;
	background-position: 0em center;
	padding-left: 16px;
	color: #446E9E;
	text-decoration: underline;
	margin-top: 6px;
	margin-bottom: 10px;
}

.answer j3 {
}

#alertbox {
	color: #FF0000;
	display: block;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 24px;
	padding-bottom: 24px;
}

li.alartcoment {
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.5em;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
}








/* タブ切り替え */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


#projct_type ul {
	margin: 0px 0px 12px;
	padding: 0px;
}

#projct_type ul li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}




/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
}


.ui-tabs-nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CACACA;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav a.select_renew {
	display: block;
	outline: 0;
	background-image:  url(../images/choice_base_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 240px;
	text-indent: -999pt;
}

.ui-tabs-nav a.select_renew:hover {
	display: block;
	outline: 0;
	background-image:  url(../images/choice_hover_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 240px;
	text-indent: -999pt;
}

.ui-tabs-nav a.select_new {
	display: block;
	outline: 0;
	background-image:  url(../images/choice_base_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 240px;
	text-indent: -999pt;
}

.ui-tabs-nav a.select_new:hover {
	display: block;
	outline: 0;
	background-image:  url(../images/choice_hover_02.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
	width: 240px;
	text-indent: -999pt;
}

.ui-tabs-nav .ui-tabs-selected a.select_renew {
	background-image:  url(../images/choice_carrent_01.gif);
	background-position: 0px 0px;
	height: 37px;
	width: 240px;
	text-indent: -999pt;
}

.ui-tabs-nav .ui-tabs-selected a.select_new {
	background-image:  url(../images/choice_carrent_02.gif);
	background-position: 0px 0px;
	height: 37px;
	width: 240px;
	text-indent: -999pt;
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}

.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}

.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
