@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;  
}
#debug{
	padding:15px 20px 0 0;
	float:right;
	display:none;
}

/*----------------------------------------------------
	エラー
----------------------------------------------------*/
.error{
	color: red;
	font-size:12px;
	padding-top:5px;
	line-height:170%;
	
}
.error_roll{
	color: red;
	font-size:12px;
	padding-top:5px;
	margin-left:10px;
	line-height:120%;
	
}

/*----------------------------------------------------
	header#globalHeader
----------------------------------------------------*/
#global_header {
	height:100px;
	width:100%;
	position:fixed;
	background-color:#FFF;
	overflow:hidden;
	z-index:1000;
	top:0;
	left:0;
	right:0;
	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
}
#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:150px;
	background-color:#fff;
	z-index:9999;
}
#header_menu div.system_menu{
	 width:150px;
}
#header_menu div a{
	background-color:#fff;
	display:block;
	padding:10px;
	line-height:100%;
	color:#666666;
	 text-align:center;
}
#header_menu div a:hover{
	background-color:#ccc;
	text-decoration:none;
}
#header_menu div.site_name{
	background-color:#fff;
	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-color:#cfd8dc!important;
}
.contents_number{
	color:#aebcc4;
	width:380px!important;
	margin-top:20px;
	font-size:14px;
	text-align:center;
}
#header_menu div div.logout{
	background-color:#f5f5f5;
	padding:10px 0px;
	line-height:100%;
	color:#666666;
}
/*
#header_menu div.logout a{
	width:80px;
	margin:0 auto;
	display:block;
	padding:10px;
	line-height:100%;
	color:#666666;
	text-align:center;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}
*/
#header_menu div div.logout a:hover{
	background-color:#FFFFFF;
}
/*
#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;
	border-radius:4px;
	-webkit-border-radius:4px; 
    -moz-border-radius:4px;
	margin:10px 0px 10px 17px;
	background-color:#bdbdbd;
}
#header_menu div div.enterprise a:hover, #header_menu div div.myshelf a:hover{
	background-color:#d0d0d0;
}
*/

#header_menu .setting_fukiarrow{
	position:fixed;
	top:103px;
	right:15px;
	width:25px;
    display:block;
    height:11px;
    background:url("../img/common/setting_arrow.png") no-repeat scroll center center;
}
/*----------------------------------------------------
	.help_setting
----------------------------------------------------*/

.help_setting{
	position:absolute;
	right:0;
	top:0;
	height:103px;
	width:52px;
}
.help_setting #help a{
	width:52px;
	height:52px;
	display:block;
	background:url(../img/common/icon_help.png) no-repeat 0 0;
}
.help_setting #help a:hover{
	background:url(../img/common/icon_help_color.png) no-repeat 0 0;
}
.help_setting #setting a{
	width:52px;
	height:51px;
	display:block;
	background:url(../img/common/icon_setting.png) no-repeat 0 0;
}
.help_setting #setting a:hover{
	background:url(../img/common/icon_setting_color.png) no-repeat 0 0;
}

/*----------------------------------------------------
  adminのヘッダー
-----------------------------------------------------*/
#admin_header_menu{
	display:none;
	position:fixed;
	top:38px;
	right:9px;
	width:152px;
	border:1px #CCCCCC solid;
	z-index:9999;
}
#admin_header_menu li{
	clear: both;
}
#admin_header_menu li a{
	background-color:#f5f5f5;
	border-top:#FFF solid 1px;
	border-bottom:#ccc solid 1px;
	display:block;
	padding:10px;
	line-height:100%;
	color:#666666;
}
#admin_header_menu li a:hover{
	border-top:#cccccc solid 1px;
	background-color:#cccccc;
	text-decoration:none;
}
#admin_header_menu li.site_name{
	background-color:#f5f5f5;
	 border-top:#FFF solid 1px;
	 border-bottom:#ccc solid 1px;
	display:block;
	padding:10px;
	line-height:100%;
	color:#666666;
}
#admin_header_menu li.logout{
	background-color:#f5f5f5;
	padding:10px 0px;
	line-height:100%;
	color:#666666;
	background: -moz-linear-gradient(top, #d6d6d6, #f5f5f5 10%); /* mozilla */
    background: -webkit-gradient(linear, center top, center bottom, from(#d6d6d6), color-stop(0.1,#f5f5f5)); /* Webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d6d6d6', endColorstr='#f5f5f5'); /* IE5.5以上 */
}
#admin_header_menu li.logout a{
	border:#b8d2d8 solid 1px;
	width:80px;
	margin:0 auto;
	display:block;
	padding:10px;
	line-height:100%;
	color:#666666;
	text-align:center;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background: -moz-linear-gradient(top, #FFFFFF, #eeeeee); /* mozilla */
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#eeeeee)); /* Webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#eeeeee'); /* IE5.5以上 */
}
#admin_header_menu li.logout a:hover{
	background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF); /* mozilla */
    background: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#FFFFFF)); /* Webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#FFFFFF'); /* IE5.5以上 */
}


/*----------------------------------------------------
	#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 ul{
	padding-left:20px;
}
#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:0px;
}
#main_contents{
	padding-left:278px;
}
#group_contents{
	padding-left:556px;
}
#menu_contents{
	padding-left:278px;
	padding-top:75px;
}
#menu_access_contents{
	padding-left:278px;
	padding-top:75px;
}
#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 dl{
}
#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;
}

#admin{
	position:relative;
}

#topbar{  
	width: 100%;
	background-color:#FFF;
	position:fixed;
	left:298px;
	top:142px;
	border-bottom:1px solid #ccc;
}  
#topbar_menu_access{  
	width: 100%;
	background-color:#FFF;
	position:fixed;
	left:298px;
	top:142px;
	border-bottom:1px solid #ccc;
	height:55px;
}
/*----------------------------------------------------
	btn
----------------------------------------------------*/
ul.btn_set01{
	text-align: center;
	padding-bottom:15px;
	padding-left:5px;
}
ul.btn_set01 li{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding-right:10px;
}
ul.btn_set01 li a{
	display:block;
	width:120px;
}
a.glaybtn01{
	display:block;
	width:140px;
	height:12px;
	background-color: #000;
	text-shadow: none;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size:12px;
	text-align: center;
	line-height:1em;
	padding:16px 0px;
}
a.glaybtn01:hover {
	text-decoration:none;
	background-color: #9e9e9e;
    border: none;
    cursor: pointer;
}


a.glaybtn04{
        display:inline-block;
        width:140px;
        border: 1px #e0e0e0 solid;
        background: #fafafa;
        text-shadow: none;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #9e9e9e;
        font-size:12px;
        text-align: center;
        padding:0px 0px;
}
a.glaybtn04:hover {
        text-decoration:none;
        background-color: #e0e0e0e;
        border: 1px #e0e0e0 solid;
        cursor: pointer;
        color:#000000;
}
/*----------------------------------------------------
	リレーション
----------------------------------------------------*/
#relation{
	position:fixed;
	width:100%;
	height:222px;
	background-color:#FFF;
	z-index:1051;
	bottom:-178px;
}
.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;
}
