@import url("about_mall.css");

/*---------------------------------------------
	全画面ヘッダー
	※プレミアムの企業詳細を除く
										専用CSS
  ---------------------------------------------*/
#header_container {
	margin: 0 auto;
	padding: 0;
	clear: both;
}

#menu{
	background-image:url(img/header_bg.jpg);
	height:80px;
	background-repeat:no-repeat;
	width:950px;
	margin:0;
	padding:0;
	font-size: 12px;
}

#menu li{
	list-style: none;
	float:left;
	font-weight:bold;
/*	border-right: 1px #D9D6D6 solid;
	padding: 0px 14px;*/
	margin-top:5px;
}

#menu .first{
	padding-left: 8px;
}

#menu li a{
	color:#ffffff;
	text-decoration: none;
}

#menu li a:hover{
	color:#f79618;
}

#menu li#end{
	list-style: none;
	float:left;
	font-weight:bold;
	padding: 0px 2em;
	margin-top:10px;
	border-right:none;
}

#menu li li {
	border-bottom: 1px solid #f2f2f2;
	margin: 0;
}

#menu li li a:hover {
	color: #fff;
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			38px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;*/
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
/*	background:		#BDD2FF;*/
}
.sf-menu li li {
	background:		#797A7A;
}
.sf-menu li li li {
/*	background:		#9AAEDB;*/
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:#959596;
	color: red;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	25px;
	padding-left: 5px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			10px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/*---------------------------------------------
	全画面フッター
										専用CSS
  ---------------------------------------------*/
#container form {
	margin: 0;
}

#footer_container {
	text-align: center;
	font-size: 13px;
	margin: 0 auto;
	margin-top: 30px;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}

#footer_container #bottom_menu{
	background-image: url(img/bottommenu_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 95px;
	margin-bottom: 2px;
}

#footer_container ul {
	width: 535px;
	padding-top: 30px;
	margin: 0 auto;
}

#footer_container ul li{
	list-style: none;
	float:left;
	border-right: 1px darkgray solid;
	padding: 0px 10px;
	margin-top:5px;
	list-style: none;
}

#footer_container ul li.end{
	border-right:none;
}

#footer_container #copyright {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	width: 950px;
	height: 29px;
	background-color: #ffffff !important;	/*ASPNETPortal.cssとbase.css内のbackground-colorプロパティを削除して下さい。また、削除後はこのプロパティの指定は不要です*/
}

#footer_container #copyright address {
	border-left:0;
	color:#FFFFFF;
	font-style:normal;
	padding:5px 0 0 5px;
}

/*---------------------------------------------
	システムエラー画面、メンテナンス画面
  ---------------------------------------------*/
#urgency_page #urgency_head {
	background-image:url("./img/m_heder_02.jpg");
	background-position:0 57px;
	background-repeat:no-repeat;
	height:130px;
}

#urgency_page #urgency_head h1{
	background-image:url("./img2/title.gif");
	background-repeat:no-repeat;
	height:42px;
	padding-top:-40px;
	margin:9px 0 9px 9px
	width:950px;
}

#urgency_page #urgency_head h1 span {
	display:none;
}

#urgency_page #urgency_main {
	clear:both;
	margin:0 auto;
	padding:0;
}

#urgency_page .textbox {
	border-top:100px;
	border:7px solid orange;
	padding:50px; 
	padding-top:50px;
	margin:10px 50px 50px 50px;
}

#urgency_page h3{
	text-align:center;
	padding-top:-500px;	
	margin-top:10px;
	color:crimson;
	font-size:50px;
	padding-top:-50px;
}
#urgency_page p {
	text-align:center;
	font-size:19px;
	padding-top:-500px;
	line-height:130%;
	
}

#urgency_page #inquiry{
	background:none repeat  #F0F0E8;
	width:484px;
	padding:10px;
	margin-top:50px;
	margin-left:120px;
	padding-bottom:-10px;
}

#urgency_page h4{
	text-align:center;
	color:deepskyblue;
	font-size:25px;
	margin-top:10px;
}

#urgency_page .note{
	margin-bottom:20px;
}

/*↓以下、【メンテナンス画面】のタイトルの色設定*/
#urgency_page .maintetitle{
	color:dodgerblue;
}

