@charset "utf-8";
/*----------------------------------------------------
	共通
----------------------------------------------------*/
html, body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#333333;
	line-height:180%;
	background-color:#FFF;
	font-size:12px;
	height:100%;
	overflow:hidden;
}
input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
div {zoom: 1;/*for IE 5.5-7*/}

/* リンク
----------------------------------------------------*/
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:active {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#014099;
	text-decoration:underline;
}

/*----------------------------------------------------
	#wrapper（ページ全体）
----------------------------------------------------*/
#wrapper {
	width:100%;
	height:100%;
	text-align: left; 
	position:relative;
}
#debug{
	padding:15px 20px 0 0;
	float:right;
	display:none;
}

/*----------------------------------------------------
	エラー
----------------------------------------------------*/
.error{
	color: red;
	font-size:12px;
	padding-top:5px;
	
}

/*----------------------------------------------------
	説明吹き出し
----------------------------------------------------*/
#ExpText{
	position:absolute;
	font-size:10px;
	display:none;
	z-index:1002;
}
#ExpText .fukiArrow{
	position:relative;
	margin:0 auto;
	display:block;
	width:9px;
	height:5px;
	background:url(../img/common/over_fuki_arrow.png) no-repeat 0 0;
	text-indent:-9999px;
}
#ExpText .fukiTxt{
	position:relative;
	display:block;
	margin:0 auto;
	background:#000;
	padding:0 7px;
	color:#FFF;
	line-height:27px;
	text-align:center;
}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
#global_header {
	height:99px;
	width:100%;
	min-width:1000px;
	position:fixed;
	background-color:#FFF;
	overflow:hidden;
	z-index:1000;
	top:0;
	left:0px;
	border-bottom:1px #CCCCCC solid;
}
#global_header #logo{
	width:278px;
	height:100px;
	float:left;
}
#global_header #logo h1{
	padding:0px;
}
#global_header #logo h1 img{
	width:auto;
	height:100px;
}
#global_header h2{
	position:absolute;
	top:40px;
	left:300px;
	font-size:24px;
	padding:5px 0px 0px 0px;	
}
#global_header:after {
    clear: both;
}
#global_header div.message {
	position: absolute;
	left:500px;
	right:55px;
	top: 10px;
	height: 83px;
}
#loginId{
	padding:15px 20px 0 0;
	float:right;
	color:#666;
}
#onlineHelp{
	margin:14px 20px 0 0;
	float:right;
}
#onlineHelp a{
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:23px;
	height:23px;
	background:url(../img/common/help_icon.jpg) no-repeat 0 0;
	position:relative;
}
#onlineHelp a:hover {
	background:url(../img/common/help_icon_ov.jpg) no-repeat 0 0;
}
/* 最も左でないアイコン
#customLogin{
	margin:14px 20px 0 -10px;
	float:right;
}
#customLogin a{
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:23px;
	height:23px;
	background:url(../img/common/amana-icon.jpg) no-repeat 0 0;
	position:relative;
}
#customLogin a:hover {
	background:url(../img/common/amana-icon-ov.jpg) no-repeat 0 0;
} */
#menu{
	margin:8px 10px 0 0;
	
	float:right;
}
#menu a{
	cursor:pointer;
	display:block;
	text-indent:-9999px;
	width:44px;
	height:32px;
	background:url(../img/common/btn_setting.png) no-repeat 0 0;
	position:relative;
}
#menu a:hover {
	background-position:0 -32px;
}
/*----------------------------------------------------
	#header_menu
----------------------------------------------------*/
#menu_mask{
	position:fixed;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:9998;
}
#menu_mask div {
	position:absolute;
	left:0px;
	right:0px;
	top:100px;
	bottom:0px;
	width:100%;
	background:#000;
	filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
	-moz-opacity:0.4;
	opacity:0.4;
}
#header_menu{
	display:none;
	position:fixed;
	top:38px;
	right:9px;
	width:400px;
	z-index:9999;
	background-color:#fff;
}
#header_menu div.linkbox{
	width:400px;
	background-color:#fff;
}
#header_menu div div.menulink{
	 /*clear: both;*/
	 width:200px;
	 float:left;
}
#header_menu div div.menulink a.link{
	background-color:#fff;
	display:block;
	padding:10px;
	line-height:100%;
	color:#666666;
	text-align:center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
#header_menu div div.menulink a.link:hover{
	background-color:$par25;
	text-decoration:none;
}

#header_menu div div.menulink a.link div:hover{
	background-color:$par25;
	text-decoration:none;
}

#header_menu div div.site_name{
	background-color:#f5f5f5;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	display:block;
	padding:10px;
	line-height:100%;
	color:#616161;
	width:380px;
	height:90px;
}
.name{
	margin:15px 10px 0;
	font-size:14px;
}
.contents_meter{
	width:360px!important;
	height:5px;
	margin:15px 10px 0;
	background:#cfd8dc!important;
}
.meter_to_date{
	height:5px;
	background:$bgcolor!important;
}
.contents_number{
	color:#aebcc4;
	width:380px!important;
	margin-top:20px;
	font-size:14px;
	text-align:center;
}

#header_menu div div.enterprise{
	width:400px;
	background-color:#ebeff2;
}
#header_menu div div.enterprise:hover{
	background-color:#ebeff2;
}
#header_menu div div.enterprise{
	clear:both;
}
#header_menu div div.enterprise a,#header_menu div div.myshelf a{
	color:#fff;
	float:left;
	width:155px;
	height:15px;
	text-decoration:none;
	border-radius:4px;
	-webkit-border-radius:4px; 
    -moz-border-radius:4px;
	margin:10px 0px 10px 17px;
	display:block;
	padding:10px;
	line-height:100%;
	text-align:center;
	background-color:#bdbdbd;
}
#header_menu div div.enterprise a:hover, #header_menu div div.myshelf a:hover{
	background-color:#d0d0d0;
}

/*----------------------------------------
   .userid_area
-----------------------------------------*/

.userid_area{
	height:44px;
	display:block;
	background:#FFF;
}

.userid_area div{
	float:left;
}
.userid_area div.icon_user{
	background:url("../../img/common/user_icon.png") no-repeat scroll center center!important;
	height:44px;
	width:44px;
}
.userid_area div.id{
	margin-left:10px;
	height:32px;
	padding-top:12px;
	color:#616161;
}

.userid_area div#logout{
	padding:17px 15px 0 0;
	line-height:100%;
	float:right;
}
.userid_area div#logout a{
	line-height:100%;
	color:#44a7de;
	text-align:center;
}
.userid_area div#logout a:hover{
	color:#7ac8f3;
	text-decoration:none;
}

/*----------------------------------------------------
	#navi_directory
----------------------------------------------------*/
#navi_directory {
	position:absolute;
	top:101px;
	left:0px;
	padding:0 20px;
	font-size:11px;
	overflow:hidden;
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px #CCC solid;
}
#navi_directory li { float: left; margin-right:3px; }
#navi_directory li.arrow { margin-top:12px;width:13px;height:13px;background:url(../img/common/navi_directory_icon.gif) no-repeat left center; }
#navi_directory li a { color:#0099d5;}
#navi_directory li a:hover { text-decoration:underline; }
#navi_directory li:after { content: ""; padding: 0 5px 0 0 }
#navi_directory li:last-child:after { content: ""; }
#navi_directory .return{
	float:right;
	margin-right:220px; /* サイドバーのワイド  */
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#container{
	position:absolute;
	top:142px;
	width:100%;
	overflow: hidden;
	bottom:0;
} 
#search_area{
	position:fixed;
	left:0px; /* サイドメニュー分 */
	top:50px;
	border-bottom:1px #ccc solid;
	background-color:#FFF;
	height:85px;
	width:100%;
	overflow:hidden;
	z-index:1000;
}

/*----------------------------------------------------
	#output
----------------------------------------------------*/
#output {
	padding:10px 10px 0 10px;
	font-size:11px;
	overflow:hidden;
}
#output ul{
	float:left;
}
#output li { float: left;margin-right:10px;}
#output li:after { padding: 0 5px }
#output li a{
	display:block;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 20px;
	color: #333;
	padding: 5px 5px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	width:100px;
}
#output li a:hover{
	text-decoration:none;
	background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
#output .dropactive a{
	background-color:#ffbf4f;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffdea3), color-stop(100%, #f9c261));
	background-image: -webkit-linear-gradient(top, #ffdea3, #f9c261);
	background-image: -moz-linear-gradient(top, #ffdea3, #f9c261);
	background-image: -ms-linear-gradient(top, #ffdea3, #f9c261);
	background-image: -o-linear-gradient(top, #ffdea3, #f9c261);
	background-image: linear-gradient(top, #ffdea3, #f9c261);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdea3', endColorstr='#f9c261',GradientType=0 ); /* IE6-9 */
}
#output .dropover a{
	background-color:#FF0000;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0000), color-stop(100%, #FF0000));
	background-image: -webkit-linear-gradient(top, #FF0000, #FF0000);
	background-image: -moz-linear-gradient(top, #FF0000, #FF0000);
	background-image: -ms-linear-gradient(top, #FF0000, #FF0000);
	background-image: -o-linear-gradient(top, #FF0000, #FF0000);
	background-image: linear-gradient(top, #FF0000, #FF0000);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#FF0000',GradientType=0 ); /* IE6-9 */
}
#output .btn_image_upload,#admin_menu .btn_image_upload{
	float:right;
	margin-right:0px; /* サイドバーのワイド  */
}
#output .btn_image_upload a,#admin_menu .btn_image_upload a{
	display:block;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 20px;
	color: #333;
	padding: 5px 5px;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	width:100px;
}
#output .btn_image_upload a:hover,#admin_menu .btn_image_upload a:hover{
	text-decoration:none;
	background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; 
}
/*----------------------------------------------------
	footer#global_footer
----------------------------------------------------*/
#global_footer {
	display:block;
	height:30px;
	text-align:center;
	position:relative;
/*	margin-top:10px;*/
}
#global_footer .copyright{
	/*position:absolute;
	left:50%;
	margin-left:-92px;
	padding-right:54px;
	background:url(../img/common/amana_login_logo.gif) no-repeat right 5px;*/
}
/*----------------------------------------------------
	#search_zoon
----------------------------------------------------*/
#search_zoon{
	display:none;
}
/* 絞り込み検索 */
#search_zoon .menu_search{
	padding:10px 10px 0 10px;
	font-size:11px;
}
#search_zoon .menu_search h2{
	border:1px solid #ccc;
	border-radius: 5px;
	padding:5px 10px;
    text-shadow: 0 1px 0 #ddd; 
}
#search_zoon .menu_search dt{
	padding:5px 10px 0px 10px;
}
#search_zoon.menu_search dd{
	padding:2px 10px 5px 10px;
	border-bottom: 1px solid #ddd;
}
#search_zoon .menu_search dl input{
	width:100%;
}
#search_zoon.menu_search dl select{
	width:100%;
}
#search_zoon .menu_search .btn_more_search{
	margin-top:10px;
}
#search_zoon .menu_search .btn_search{
	margin-top:10px;
}


.relation_footer{
    background-color:#fff;
    width:100%;
    height:44px;  
    border-top:1px solid #ddd;
}
.relation_footer > img {
    float:left;
}
.relation_footer div {
    float:left;
    padding:13px 5px 0px 20px;
}
.relation_footer #help,.relation_footer .partition{
	padding:13px 5px 0px;
}

.partition{
	color:#cdcdcd;
}

.relation_footer #setting {
	padding:0!important;
}
.relation_footer #help a {
	color:#3399cc;
	font-size:12px;
}
.relation_footer #copyRight {
    float:right;
    padding:10px 5px 0px;
}