@CHARSET "UTF-8";

/* for IE7 */  
*+html body {  
font-family:'メイリオ';  
font-size:75%;  
}

body,td,th {
	font-size: 12px;
	color: #FFFFFF;
}


/* ログイン画面 *************************************************/

.loginTbl {
	width: 560px;
	border-collapse:collapse;
}

.loginLabel {
	text-align: right;
	width: 150px;
	vertical-align: text-top;
	padding-top: 6px;
}

.loginInput {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.loginCompornent {
	width: 70% ;
}

/* ホーム画面 ***************************************************/


.homeRoleList{
	width: 100% ;
	font-size: 13px ;
	text-align: left ;
	border-collapse: collapse;
}

.homeRoleList th {
	background-color: #ffe4e1 ;
}

.homeRoleList td {
	padding-bottom: 15px;
}

.homeRoleCategory{
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}

.homeRole {
	background-image: url(../img/role-list-icon.png), url(../img/role-btn-bg.png);
	background-repeat: no-repeat, repeat;
	background-position: 15px center, left center;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	-pie-background: 
	url("img/role-list-icon.png") no-repeat 15px center,
	url("img/role-btn-bg.png") repeat left center;
	border: 4px solid #c6bfa0;
	min-width:440px;
	margin-right: 0px;
	margin-left: 20px;
	display: block;
	-webkit-box-shadow: 0px 3px 5px 0px #ccc; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 3px 5px 0px #ccc; /* Firefox用 */
	box-shadow: 0px 3px 5px 0px #ccc;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 60px;
}

.homeRole a {
	font-size: 16px;
	display: block;
	float: left;
	vertical-align: middle;
	width: 40%;
	font-weight: bold;
	color: #069;
	text-decoration: none;
	padding-top:4px;
}

.homeRole a:hover {
	color: #228B22  ;
}

.homeRoleDescription{
	font-size: 10px;
	color: #666666;
	float: right;
	text-align: left;
	display: block;
	width: 55%;
	padding-top: 6px;
	margin-left: 5%;
	padding-bottom: 5px;
}

.homeRole:after{
	content : "";
	display : block;
	height : 0;
	clear : both;
}

.roleList {
	margin-top: 30px;
}


/* メニュー画面 ******************************************************************/

.menuLabel{
	font-size: 13px;
	font-weight: bold;
}

.editTbl.arrowimg {
	margin-right: 10px ;
	margin-left: 10px ;
}
.stepWrap img.errmark1, img.errmark2 {
	margin-left: 30px ;
}


.menuImg {
	padding-top: 5px ;
	height: 15px ;
	margin-right: 20px ;
}

.menuLoginAuth {
	width: 20% ;
	font-size: 13px ;
	text-align: right ;
}

/* 一覧画面 ******************************************************/

.roleMenu{
	width: 100%;
	text-align: left;
	font-size: 15px;
	background-image: url(../img/roleMenu-bg.png);
	background-repeat: repeat-x;
	height: 70px;
	background-position: bottom;
}

.menudescription{
	font-size: 13px ;
}

.exportCsvVal{
	font-size: 13px ;
	border-bottom: 1px #008b8b solid ;
}

.searchCond{
	font-size: 13px;
}

.SearchCondName {
	font-weight: bold;
	color: #FFF;
	width:10%;
}

.searchInput {
	min-width: 500px;
}

.searchLinkMenu {
	color: #4169e1 ;
	font-size: 13px ;
	text-align	 : left ;
	vertical-align: middle ;
}
.searchLinkMenu:hover {
	color: #ff69b4 ;
	cursor: pointer;
}

.listRowEven{
	background-color: #effaff ;
}

.listDetail{
	border-bottom: 1px #c0c0c0 solid ;
	border-right: 1px #c0c0c0 solid ;
}

.listDetailChk{
	border-bottom: 1px #c0c0c0 solid ;
	border-right: 1px #fff solid ;
	text-align: center ;
}

.searchBaseTbl {
	font-size :13px;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}

.searchBaseTdHeader{
	padding-left: 20px;
	font-size:13px;
	background-image: url(../img/arrow_yerrow.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.searchBaseTdHeader div {
	font-weight: bold ;
	color: white ;
	padding-right: 20px ;
}
.searchBaseTd div {
	color: white ;
	padding-right: 35px ;
	padding-left: 8px ;
}

.basisInfo {
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}

/* タブ - テーブル *************************************************************/

.editTabForcused{
	border-bottom: 1px solid white;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	border-right: 1px solid white;
	padding-top: 3px;
	padding-right: 18px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color:#0579b1;

	width : 200px  ;
	color : white ;
	text-align: left ;
}

/* 入力欄 - テーブル *************************************************************/

.editTab{
	width : 200px  ;
	text-align: center ;
	border: 2px #6495ed solid ;
	background-color: #afeeee;
	color : #0000cd  ;
}

.editTab:HOVER{
	width: 200px  ;
	text-align: center ;
	border: 2px #6495ed solid ;
	background-color: #ffb6c1 ;
	color: white ;
	cursor: pointer;
}

.editBtnYes, .editBtnNo, .editBtnDel{
	height: 30px;
	background-image: url(../img/btn-bg-vgrn.png);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	color: #FFF;
	cursor: pointer;
	margin-top: 1em;
	margin-right: 1em;
	font-size: 12px;
	line-height: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.editBtnNo {
	background-image: url(../img/btn-bg-gry.png);
}

.editBtnDel {
	background-image: url(../img/btn-bg-vblu.png);
}

.editTbl{
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
	margin-bottom:10px;
}

.editAttrName{
	width: 20% ;
	font-weight:	bold;
	text-align: left ;
	vertical-align: top ;
	padding: 5px ;
}

.editTbl tr.odd {
	background-color:#effaff;
	border-bottom: 1px #d9d9d9 solid ;
}

.editTbl tr.even {
	background-color: white;
	border-bottom: 1px #d9d9d9 solid ;
}

.editAttrVal, .editAttrVal_width{
	width: 30% ;
	text-align: left ;
	padding-top: 5px ;
	padding-bottom: 5px ;
}

.editAttrVal_width{
	width: 70% ;
}

.editAttrDescription{
	font-size: 11px;
	width: 50%;
	text-align: left;
	vertical-align:top;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:10px;
	color:	#999999;
}

.componenTxt{
	width: 95% ;
}

.componenMaskedPwd{
	width: 95% ;
}

.componenUnMaskedPwd{
	width: 95% ;
}

.componentCombo {
	width: 96% ;
}

.componentTxtArea{
	width: 95% ;
	height: 45px ;
}

.ldapSearchTblHeader{
	font-size:13px;
	color: #FFF;
	padding-bottom: 0.3em;
	padding-top: 0.6em;
}

.LdapSearchTbl {
	width: 100%;
	margin-top: 1em;
}

.LdapSearchTblHeader{
	font-weight: bold;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
	padding-bottom: 0.3em;
}

.ldapSearchBtn {
	background-image: url(../img/btn-bg-grn.png);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	color: #FFF;
	cursor: pointer;
	margin-top: 1em;
	margin-right: 1em;
	font-size: 12px;
	line-height: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}


/**ヘッダ***************************************************/
#header-container {
	display: block;
	width: 100%;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
	height: 88px;
	min-width:900px;
}

#header-left {
	float: left;
	height: 48px;
	width: 364px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#header-right {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 48px;
}

#menuLoginAuth {
	background-color: #004a73;
	float: left;
	height: 26px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
}
#Authlabel {
	float: left;
	color: #00b3fe;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
#userName {
	color: #000;
	float: right;
	background-color: #85b7cf;
	border:2px solid #004a73;
	height: 19px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
.menuLogOut {
	font-size: 0.8em;
	float: right;
	background-image: url(../img/home-icon.png);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 30px;
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 1em;
	background-position: center top;
}
.LogOut {
	font-size: 0.8em;
	float: right;
	background-image: url(../img/logout-icon.png);
	background-repeat: no-repeat;
	height: 18px;
	padding-top: 30px;
	margin-left: 1em;
	padding-right: 1em;
	padding-left: 1em;
	background-position: center top;
}
#menuLoginAuth a:link {
	color					: 85b7cf ;
	text-decoration			:none ;
}
#menuLoginAuth a:hover {
	color					: #ffffff ;
	cursor					: pointer;
}
.baseLink {
	text-decoration: none;
}

/**進捗状況***************************************************/

#job {
	background-color: #000;
	width:100%;
	display:block;
	position: relative;
	height: 31px;
	margin-bottom: 20px;
	min-width:900px;
}
#job ul {
	background-color: #000;
	color: #FFF;
	display:block;
	margin-left: 20px;
}
#job ul li {
	padding-right:2.5em;
	font-size:0.9em;
	float: left;
	display: block;
	height: 24px;
	padding-top: 7px;
	padding-left: 2em;
	color: #80bbd7;
}
#job ul li.currentjob {
	font-weight:bold;
	background-image: url(../img/job-bg.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
}
#job ul li.home {
	background-image: url(../img/job-home.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 0px;
}

#job span {
	display:none;
}



/**メインコンテンツ***************************************************/



/**ロール一覧画面***************************************************/
.rolecontents {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding: 20px;
	border: 4px solid #ededed;
	min-width:860px;
	margin: 20px;
}
.roleList {
	margin-top: 30px;
}


/**ロール一覧画面＞ロール操作メニュー*******************************/
ul#roleMenuList {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #e4e4e4;
}
ul#roleMenuList li, ul#roleMenuList a {
	color:#0579b1;
	font-size:11px;
	display: block;
}
ul#roleMenuList li {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e4e4e4;
	border-left-color: #FFF;
	height:70px;
	background-image: url(../img/roleMenu-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
ul#roleMenuList a {
	text-decoration: none;
	padding-top: 45px;
	padding-left:1.5em;
	padding-right:1.5em;
	height:25px;
}
#role01 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon01.png);
	background-repeat: no-repeat;
}
#role02 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon02.png);
	background-repeat: no-repeat;
}
#role03 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon03.png);
	background-repeat: no-repeat;
}
#role04 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon04.png);
	background-repeat: no-repeat;
}
#role05 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon05.png);
	background-repeat: no-repeat;
}
#role06 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon06.png);
	background-repeat: no-repeat;
}
#role07 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon07.png);
	background-repeat: no-repeat;
}
#role08 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon08.png);
	background-repeat: no-repeat;
}
#role09 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon09.png);
	background-repeat: no-repeat;
}
#role10 a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon10.png);
	background-repeat: no-repeat;
}

#role01 a:hover {
	background-image: url(../img/roleMenu/icon01hover.png);
}
#role02 a:hover {
	background-image: url(../img/roleMenu/icon02hover.png);
}
#role03 a:hover {
	background-image: url(../img/roleMenu/icon03hover.png);
}
#role04 a:hover {
	background-image: url(../img/roleMenu/icon04hover.png);
}
#role05 a:hover {
	background-image: url(../img/roleMenu/icon05hover.png);
}
#role06 a:hover {
	background-image: url(../img/roleMenu/icon06hover.png);
}
#role07 a:hover {
	background-image: url(../img/roleMenu/icon07hover.png);
}
#role08 a:hover {
	background-image: url(../img/roleMenu/icon08hover.png);
}
#role09 a:hover {
	background-image: url(../img/roleMenu/icon09hover.png);
}
#role10 a:hover {
	background-image: url(../img/roleMenu/icon10hover.png);
}

/**一覧画面＞条件設定*******************************************/
#maincontents .TopChkArea {
	height: 50px;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

/**一覧画面＞検索オプション表示******************************/
ul#roleMenuSearch {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e4e4e4;
}
ul#roleMenuSearch li, ul#roleMenuSearch a {
	color:#693;
	font-size:11px;
	display: block;
}
ul#roleMenuSearch li {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	height:70px;
	background-image: url(../img/roleMenu-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
ul#roleMenuSearch a {
	text-decoration: none;
	padding-top: 45px;
	padding-left:1.5em;
	padding-right:1.5em;
	height:25px;
}
#showSearchMenuImg a {
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon11.png);
	background-repeat: no-repeat;
}
#showSearchMenuImg a:hover {
background-color:#006699;
	color:#FFF;
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon11hover.png);
	background-repeat: no-repeat;
}

#showSearchMenuImg2 a {
	color:#FFF;
	background-color:#693;
	background-position: center 8px;
	background-image: url(../img/roleMenu/icon11on.png);
	background-repeat: no-repeat;
}

#searchMenu {
	background-color: #693;
	width: 100%;
}
.toggle_container {
}
.serchMenuTable {
margin:2em;
}

.ldapSearchTblCell {
	padding-bottom: 0.5em;
	vertical-align: middle;
	padding-right: 1em;
}

/**一覧画面＞コンテナ******************************/
.containerLabel {
	color: #FFF;
	background-image: url(../img/container-bg.png);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 91px;
	padding-left: 1em;
}
.containerLabel2 {
	color: #036;
	background-image: url(../img/container-bg2.png);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	line-height: 25px;
	width: 91px;
	padding-left: 1em;
}
#containerWrapper {
	margin-right: auto;
	margin-left: auto;
}
#containerWrapper select {
	background-color: #cbf0ff;
	height: 26px;
	color: #0282b8;
	width:auto;
	margin-top: 0px;
	line-height: 12px;
	vertical-align: middle;
	min-width:70px;
}
.containerTbl {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.containerTbl td {
	padding-right: 0.5em;
}




/**一覧画面＞ユーザリスト******************************/

#userList {
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}

/**一覧画面＞モーダルウィンドウ******************************/
#dialog_mov select {
	background-color: #cbf0ff;
	height: 26px;
	color: #0282b8;
	width:auto;
	margin-top: 0px;
	line-height: 12px;
	vertical-align: middle;
	min-width:70px;
}
.modalBtn, .modalBtnC {
	background-image: url(../img/btn-bg-vgrn.png);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	color: #FFF;
	cursor: pointer;
	margin-top: 1em;
	margin-right: 1em;
	font-size: 12px;
	line-height: 12px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.modalBtn {
	background-image: url(../img/btn-bg-vgrn.png);
}
.modalBtnC {
	background-image: url(../img/btn-bg-gry.png);
}
#dialog_csv td {
	color: #FFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 1em;
}
#dialog_help td {
	color: #FFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 1em;
}
#dialog_mail td {
	color: #FFF;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 1em;
}

/**一覧画面＞ページ移動指定******************************/
#textbox_go {
	height: 18px;
	width: 35px;
	margin-left:10px;
	margin-right:10px;
}


/*ホーム*/
#logincontents {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc );
	border: 8px solid #ededed;
	line-height: 26px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 560px;
	padding: 40px;
}




/**編集画面**********************************************/
.arrow_left {
	margin-right:10px;
	margin-left:10px;
}

.arrow_mg, .arrow_mg_red, .arrow_mg_red_csv {
	height: 20px;
	font-size:11px;
	font-weight:bold;
	color:white;
	padding-top:6px;
	padding-bottom:10px;
	padding-left:8px;
	padding-right:8px;
	background-color:#bb2a5a;
	border: 0px solid #bb2a5a;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
}
.arrow_mg_red {
	background-color:#ff3300;
}

.arrow_mg_red_csv {
	padding-top:10px;
	padding-bottom:8px;
	background-color:#ff3300;
}

.down_arrow, .down_arrow_red {
	width: 100%;
	height: 50px;
	margin-bottom:10px;
	background-position: 20px bottom;
	background-image: url(../img/down_arrow.png);
	background-repeat: no-repeat;
}
.down_arrow_red {
	background-image: url(../img/down_arrow_red.png);
}

.down_arrow_red_csv {
	height: 50px;
	margin-right:20px;
	margin-top:10px;
	background-position: 20px bottom;
	background-image: url(../img/down_arrow_red.png);
	background-repeat: no-repeat;
}
.chk {
	padding-right: 0.5em;
}


/** タブ共通 START***************************************************************************************************************/


ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 50px; /*--Set height of tabs--*/
	border: 8px solid #ededed;
	width: 150px;
}
ul.tabs li {
	margin: 0;
	padding: 0;
	height: 50px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 8px solid #ededed;
	border-right: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #000;
}
ul.tabs_TOP {
	margin: 0;
	padding: 0;
	/*float: left;*/
	list-style: none;
	height: 50px; /*--Set height of tabs--*/
	border: 8px solid #ededed;
	width: 150px;
}
ul.tabs_TOP li {
	margin: 0;
	padding: 0;
	height: 50px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 8px solid #ededed;
	border-bottom: none;
	margin-left: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #000;
}

#tab1_TOP, #tab2_TOP, #tab3_TOP, #tab4_TOP, #tab5_TOP, #tab6_TOP {
	font-weight:bold;
	text-decoration: none;
	display: inline;
	font-size: 1.2em;
	padding: 0 5px;
	outline: none;
	color:#fff;
}
#tab1_TOP {
	color:#fff;
}


ul.tabs_SPACE {
	margin: 0;
	padding: 0;
	/*float: left;*/
	list-style: none;
	height: 50px; /*--Set height of tabs--*/
	border: 3px solid #ededed;
	width: 150px;
}
ul.tabs_SPACE li {
	margin: 0;
	padding: 0;
	height: 50px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 3px solid #0099CC;
	border-bottom: none;
	margin-left: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #000;
}

#tab1_SPACE, #tab2_SPACE, #tab3_SPACE, #tab4_SPACE, #tab5_SPACE, #tab6_SPACE {
	text-decoration: none;
	display: inline;
	font-size: 1.1em;
	padding: 0 5px;
	outline: none;
	color:#ddddff;
}


#tab1_a, #tab2_a, #tab3_a, #tab4_a, #tab5_a, #tab6_a, #tab7_a, #tab8_a, #tab9_a, #tab10_a {
	font-weight:bold;
	text-decoration: none;
	display: block;
	font-size: 1.0em;
	padding: 0 5px;
	outline: none;
	color:#0077af;
}

#tab1_a{
	font-size: 1.0em;
	color:#cc3366;
}
#tab2_a{
	color:#0077af;
}

#tab3_a{
	color:#0077af;
}

#tab4_a{
	color:#0077af;
}

#tab5_a{
	color:#0077af;
}

#tab6_a{
	color:#0077af;
}

#tab6_a{
	color:#0077af;
}

#tab7_a{
	color:#0077af;
}

#tab8_a{
	color:#0077af;
}

#tab9_a{
	color:#0077af;
}

#tab10_a{
	color:#0077af;
}






ul.tabs li a:hover {
	background: #ffff00;
}
.tabs li img {
	padding: 0 5px;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	width:450px;
	/* border: 6px solid #73b2bd;
	overflow: hidden;*/
	/*background: #fff;*/
	margin-left: 180px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding: 0px;
	border: 8px solid #ededed;
	line-height: 26px;
	font-size: 12px;
	min-height:700px;
	padding-top:20px;
}

.tab_container_TOP {
	margin-top:50px;
	/* border: 6px solid #73b2bd;*/
	overflow: hidden;
	background: #228B22;
	border-radius: 8px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding: 0px;
	border: 6px solid #ededed;
	line-height: 26px;
	font-size: 12px;
	min-height:300px;
	padding-top:5px;
	background-color: #228B22;
}


.tab_container_SPACE {
	margin-left:24px;
	margin-top:50px;
	width:95%;
	overflow: hidden;
	background: #552266;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding: 0px;
	border: 3px solid #0099CC;
	line-height: 26px;
	font-size: 12px;
	min-height:200px;
	padding-top:15px;
}

.center_div {
	position:relative;
	text-align: center; 
}

.left_div {
	width:40%;
	padding:20px;
	float:left;
	text-align: center; 
	position:relative;
}
.right_div {
	width:40%;
	padding:20px;
	float:right;
	text-align: center; 
	position:relative;
}

.midashi_SPACE {
	text-align: left;
    background: url("../img/contents03_head02.gif") repeat-x scroll 0 0 transparent;
    padding: 2px 10px 0 15px;
}
.midashi {
	text-align: left;
    background: url("../img/contents03_head02.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #999999;
    padding: 2px 10px 0 15px;
}
.honbun {
	text-align: left;
    border: 1px solid #999999;
    padding: 2px 10px 0 15px;
}

#maincontents_edit {
	margin: 20px;
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding: 0px;
	background-image : url(../img/line_gray.png);
	background-position: 20px 0%;
	background-repeat : repeat-Y;
	line-height: 26px;
}

#maincontents_confirm {
	padding-top:20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	border: 8px solid #ededed;
	background-position: 20px 0%;
	background-repeat : repeat-Y;
	line-height: 26px;
	position:relative;
}

.tab_content {
	font-size: 1.2em;
	/*background-color: #fff;*/
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

div.stepWrap {
	position: relative;
}
div.stepWrap_TOP, div.stepWrap_SPACE {
	position: relative;
}
ul.stepArea {
	position: absolute;
	list-style: none;
	left: 0;
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 110%;
}
ul.stepArea_TOP {
	margin: 0;
	padding: 0;
   display:inline-block;

	height:80px;
	position: absolute;
	left: 0;
	font-size: 110%;
}
ul.stepArea_TOP li {
   float:left;
   list-style:none;
}
ul.stepArea_SPACE {
	margin: 0;
	padding: 0;
   display:inline-block;

	height:50px;
	position: absolute;
	left: 0;
	font-size: 110%;
}
ul.stepArea_SPACE li{
   float:left;
   list-style:none;
}

div.inputArea {
/*  border: 6px solid #73b2bd;*/
	border: 8px solid #ededed;
	margin-left: 181px;
	background-color: #fff;
}
li.currentStep {
	height:50px;
	margin-bottom: 10px;
	width: 152px;
	background-color: #0099CC;
	border: 6px solid #ededed;
	border-right: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
	z-index: 200;
	background-image: url(../../Pic/Pic_pro/Pic_KID_mini.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 30px;


}

li.currentStep_dvd {
	display:inline-block;
	height:40px;
	margin-left: 40px;
	margin-right: 50px;
	width: 200px;
	border: 6px solid #ededed;
	border-bottom: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding-top: 5px;
 	padding-bottom: 5px;
	/*vertical-align: middle;*/
	z-index: 200;
/*	background-image: url(../../Pic/Pic_pro/Pic_KID.jpg);*/
	/**/background-color: #228B22;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 30px;
}


li.currentStep_SPACE {
	display:inline-block;
	height:35px;
	margin-left: 45px;
	margin-right: 20px;
	width: 140px;
	border: 3px solid #0099CC;
	border-bottom: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding-top: 5px;
 	padding-bottom: 10px;
	padding-left: 5px;
	/*vertical-align: middle;*/
	z-index: 200;
/*	background-image: url(../../Pic/Pic_pro/Pic_KID.jpg);*/
	background-color: #552266;
	background-repeat: no-repeat;
	background-position: 10px center;
}


li.step, li.step_miru, li.step_pit, li.step_mogu, li.step_Lutz_Pomo, li.step_ship,li.step_goods {
	height:50px;
	width: 100px;
	/*background-color: #FFFFFF;*/
	border-collapse: collapse;
	border: 6px solid #ededed;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 200;
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 30px;
	margin-bottom: 10px;
}


li.step_goods {
	position:relative;
	/**/background-color: #228B22;
	width: 200px;
	height:20px;
	display:inline-block;
	margin-bottom: 0px;
}

.tab_name {
	padding-bottom: 30px;
	padding-left: 40px;
	font-weight: bold;
	color: #9e9e9e;
	border-right: none;
	vertical-align: middle;
	z-index: 200;
}
li.step_miru {
	background-image: url(../../Pic/Pic_pro/Pic_MIRU_mini.jpg);
	background-color: #FFFFFF;
}
li.step_pit {
	background-image: url(../../Pic/Pic_pro/Pic_PIT_mini.jpg);
	background-color: #FF99CC;
}
li.step_mogu {
	background-image: url(../../Pic/Pic_pro/Pic_MOGU_mini.jpg);
	background-color: #993333;
}
li.step_Lutz_Pomo {
	background-image: url(../../Pic/Pic_pro/Lutz_Pomo_mini.jpg);
	background-color: #993333;
}
li.step_ship {
	background-image: url(../../Pic/Pic_pro/ship_mini.jpg);
	background-color: #0099cc;
}

li.step_SPACE2, li.step_SPACE3, li.step_SPACE4 {
	border-collapse: collapse;
	border: 3px solid #0099CC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url( PIE1-3/PIE.htc ); /* CSS3 PIE */
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 200;
	background-image: url(../img/arrow_two.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-right: 10px;

	/**/background-color: #334;
	width: 110px;
	height:15px;
	display:inline-block;
}

/** タブ共通 END  ************************************************************************/



/** テキストボックス関係 START  ************************************************************/

INPUT.textinput {
	BACKGROUND-IMAGE: url(../img/input-bg.gif);
	BORDER-BOTTOM: #1382b8 1px solid;
	BORDER-LEFT: #1382b8 1px solid;
	PADDING-BOTTOM: 4px;
	MARGIN-TOP: 4px;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 16px;
	FONT-SIZE: 100%;
	VERTICAL-ALIGN: middle;
	BORDER-TOP: #1382b8 1px solid;
	BORDER-RIGHT: #1382b8 1px solid;
	PADDING-TOP: 4px;
}
INPUT.textinputerror {
	BACKGROUND-IMAGE: url(../img/input-bg-error.gif);
	BORDER-BOTTOM: #ff0000 1px solid;
	BORDER-LEFT: #ff0000 1px solid;
	PADDING-BOTTOM: 4px;
	MARGIN-TOP: 4px;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 16px;
	FONT-SIZE: 100%;
	VERTICAL-ALIGN: middle;
	BORDER-TOP: #ff0000 1px solid;
	BORDER-RIGHT: #ff0000 1px solid;
	PADDING-TOP: 4px;
}
TEXTAREA.textarea {
	BACKGROUND-IMAGE: url(../img/input-bg.gif);
	BORDER-BOTTOM: #1382b8 1px solid;
	BORDER-LEFT: #1382b8 1px solid;
	PADDING-BOTTOM: 4px;
	MARGIN-TOP: 6px;
	PADDING-LEFT: 4px;
	PADDING-RIGHT: 4px;
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 146px;
	FONT-SIZE: 100%;
	BORDER-TOP: #1382b8 1px solid;
	BORDER-RIGHT: #1382b8 1px solid;
	PADDING-TOP: 4px;
}
	



/**画面共通*******************************************************/
.inputerror {
	font-weight: bold;
	color: #FF0000;
	background-image: url(../img/error-cross.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 10px;
	padding-top: 10px;
	padding-bottom: 1px;
	margin: 0px;
	display: block;
	height: 13px;
	line-height: 13px;
	padding-right: 0px;
}
.editAttrVal select {
	line-height: 12px;
	background-color: #cbf0ff;
	margin-top: 0px;
	height: 26px;
	color: #0282b8;
	vertical-align: middle
}


/**メッセージ表示*************************************************/
.msg-caut, .msg-info{
	display: block;
	padding-top: 15px;
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-bottom: 15px;
	padding-left: 70px;
	padding-right: 15px;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url( PIE1-3/PIE.htc );
	margin-bottom: 30px;
}
.msg-caut {
	font-size: 100%;
	font-weight: bold;
	background-image: url(../img/err_mk.png);
	color: #C00;
	border: 1px solid #C00;
	background-color: #ffe2e2;
}
.msg-info {
	font-size: 100%;
	font-weight: bold;
	background-image: url(../img/info_mk.png);
	color: #639;
	list-style-type: none;
	border: 1px solid #639;
	background-color: #ebd7f1;
}
.msg-index {
	width: 513px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.msg-aside {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.tabErr {
	background-image: url(../img/err_mk2.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}
.btnArea {
	text-align: center;
	display: block;
	margin-bottom: 50px;
}

.waitingTxt {
	font-size: 14px;
	padding-top: 20px;
}
.errorTxt {
	font-size: 14px;
	padding-top: 20px;
	font-weight: bold;
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}
.compNotice {
	color: #960;
}
.compError {
	color: #F00;
}

.box_year, .box_month, .box_day{
	text-align:center;
	width:40px;
	font-weight: bold;
	color: #008;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	margin-left: 10px;
maxlength:4;
}

.box_year {
	width:80px;
}
.Calcu{
	text-align:center;
	width:80px;
	margin-left:20px;

}

.Simulation{
background-image:url(../img/solar_system.png);
background-repeat:no-repeat;
	font-size: 14px;
	padding: 20px;

}

.about_Divline {
	border : 1px solid #999999 ;
	 padding:10px;


	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 15px;
	PADDING-RIGHT: 10px;
	BACKGROUND: url(../img/contents03_head.gif) repeat-x;
	PADDING-TOP: 2px
}

.about_Divlineindex {
	border : 1px solid #999999 ;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 2px;
	PADDING-RIGHT: 2px;
	BACKGROUND: url(../img/contents03_head.gif) repeat-x;
	PADDING-TOP: 2px
}

.about_IE {
	height:5px;
}

.chara_background {
	BACKGROUND: url(../img/chara.png) repeat-y;
	float:left;
	width:90%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
}


#maincontents {
	float:left;
	width:95%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
#maincontents_singl {
	width:95%;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

#wrapper {
}


.bgdiv_shop {
	width:700px;
	background-color:#FF0033;
	background-image: url(../../Pic/HP_SIZE_Red_color.png);
	background-repeat: no-repeat;
}
#toTop {
	height:30px;
	margin: 30 auto;/*センタリング*/
	text-align: center;
}

.clearfix:after {
	DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; CONTENT: "."
}
.clearfix {
	DISPLAY: inline-block
}
* HTML .clearfix {
	HEIGHT: 1px
}
.clearfix {
	DISPLAY: block
}
* {
	PADDING-BOTTOM: 0px; BORDER-RIGHT-WIDTH: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; PADDING-TOP: 0px
}
A {
	OVERFLOW: hidden
}
A IMG {
	BORDER-RIGHT-WIDTH: 0px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; TEXT-DECORATION: none
}
IMG {
	VERTICAL-ALIGN: bottom
}
BODY {
	TEXT-ALIGN: center; LINE-HEIGHT: 150%; FONT-FAMILY: MS Gothic,Osaka,Arial,Helvetica,Sans-serif; COLOR: #fff; FONT-SIZE: 12px
}
#page {
	BACKGROUND: url(http://hanabi.walkerplus.com/images/common/header_bg.jpg) no-repeat center top
}

#container {
	PADDING-BOTTOM: 10px; MARGIN: 0px auto; PADDING-LEFT: 0px; WIDTH: 470px; PADDING-RIGHT: 0px; PADDING-TOP: 10px
}
#container A {
	COLOR: #f4b43a; TEXT-DECORATION: none
}
#container A:hover {
	TEXT-DECORATION: underline
}
#contents {
	MARGIN: 0px auto; WIDTH: 520px
}
.topics {
	margin-bottom:20px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url(PIE1-3/PIE.htc); /* CSS3 PIE */
	padding: 0px;
	border: 3px solid #ededed;
	line-height: 26px;
}

.facebook_welcome {
	background-position:center;
	background-image : url(../img/hs_welcome.png);
    background-repeat: no-repeat;
    display: block;
    height: 337px;
	color:#000033;
}

.top_con {
    background-image: url(../img/57428_facebook-alow-Normal2.png);
    background-repeat: no-repeat;
	background-position: 20px 0px;
    /*background-size:470px 53px;*/
    display: block;
    height: 53px;
    padding-Top: 1.6em;
    padding-left: 5em;
    width: 464px;
	color:#000033;
}

.topics-top {
	PADDING-BOTTOM: 6px;
	PADDING-LEFT: 10px; PADDING-RIGHT: 10px;
	BACKGROUND: url(../img/contents01_head.gif) no-repeat;
	PADDING-TOP: 10px

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url(../PIE1-3/PIE.htc); /* CSS3 PIE */
	padding: 0px;
	border: 2px solid #000;
	min-width:439px;
}
.topics-top_chara {
	width:100%;
	margin-bottom:15px;
	height:37px;
	PADDING-TOP: 30px
	PADDING-BOTTOM: 10px;
	/*PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;*/
	BACKGROUND: url(../img/contents01_head.gif) no-repeat;

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url(../PIE1-3/PIE.htc); /* CSS3 PIE */
	border: 2px solid #000;
}
.topics-top_space {
	padding-left:5px;
	width:53%;
	margin-bottom:15px;
	height:25px;
	PADDING-TOP: 30px
	PADDING-BOTTOM: 10px;
	/*PADDING-LEFT: 10px;
	PADDING-RIGHT: 10px;*/
	/*BACKGROUND: url(../img/contents01_head.gif) no-repeat;*/

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	position:relative; /* PIEを動作させるために追加 */
	behavior: url(../PIE1-3/PIE.htc); /* CSS3 PIE */
	border: 2px solid #3366FF;
}

.contents-title {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 0px;
	HEIGHT: 35px;
	COLOR: #fff;
	FONT-SIZE: 1.2em;
	FONT-WEIGHT: bold;
	PADDING-TOP: 2px
}



.contents-about_title1 {
	PADDING-BOTTOM: 3px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	HEIGHT: 35px;
	COLOR: #fff;
	FONT-SIZE: 1.1em;
	PADDING-TOP: 0px
}
.contents-about_title2 {
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 0px;
	HEIGHT: 35px;
	COLOR: #fff;
	FONT-SIZE: 1.0em;
	PADDING-TOP: 15px
}

.syousai {
	background-position:: 15px 5px;
	background-image : url(../img/arrow01.png);
	background-repeat: no-repeat;
	float:right;
	padding-left:30px;
	margin-right:50px;
}

.space_mk {
	background-position:: 15px 2px;
	background-image : url(../img/space_mk.png);
	background-repeat: no-repeat;
	padding-left:20px;
}

.icon_back {
	text-align : center ;
	width:700px;
	height:25px;
	background-image : url(../img/icon_back.png);
	background-repeat: repeat-x;
	background-position : center center;
	z-index: -1; 
}

.icon_top, .icon_stroy, .icon_movie, .icon_space, .icon_download, .icon_shop, .icon_about {
	float:left;
	width:100px;
	height:25px;
	background-image : url(../img/icon_top.png);
	background-repeat: no-repeat;
	background-position : center center;
	z-index: 1;
}

.icon_stroy {
	background-image : url(../img/icon_stroy.png);
}

.icon_movie {
	background-image : url(../img/icon_movie.png);
}

.icon_space {
	background-image : url(../img/icon_space.png);
}

.icon_download {
	background-image : url(../img/icon_download.png);
}

.icon_shop {
	background-image : url(../img/icon_shop.png);
}

.icon_about {
	background-image : url(../img/icon_about.png);
}


.pagetopclass {
	height:20px;
	background-image : url(../img/pagetop.png);
	background-repeat: no-repeat;
	padding-top:5px;
	padding-left:100px;
	margin:20px;
}
.pagetopP {
	height:20px;
	padding:20px;
/*	margin:20px;*/
}

.top_msg {
	margin-bottom:10px;
	padding:10px;
	width: 400px;
 	background-color: #222;
	/*透明度*/
/*	opacity: 0.8;
	filter: alpha(opacity=80); IE6、IE7対応 */
/*	-moz-opacity: 0.8; Firefox1.5以前対応 */
}

.top_msg_dvd {
	margin-bottom:10px;
	padding:10px;
	width: 200px;
 	background-color: #222;
	/*透明度*/
/*	opacity: 0.3;
	filter: alpha(opacity=30); IE6、IE7対応 */
/*	-moz-opacity: 0.3; Firefox1.5以前対応 */
}
.top_msg_space {
	margin-bottom:10px;
	padding:5px;
	/*width: 200px;*/
 	background-color: #222;
	/*透明度*/
/*	opacity: 0.8;
	filter: alpha(opacity=80); IE6、IE7対応 */
/*	-moz-opacity: 0.8; Firefox1.5以前対応 */
}

span.bottomline {
	color:#33CCCC;
	font-weight:bold;
	font-size:18px;
	border-bottom : 1px solid #FF9933 ;
}

.opop {
	/*透明度*/
	opacity: 0.8;
	filter: alpha(opacity=80);/* IE6、IE7対応 */
	-moz-opacity: 0.8;/* Firefox1.5以前対応 */
}
