@charset "Shift_JIS";
/* CSS Document */

#header {
	height:150px;
	background:#ffffff;
	box-shadow:0 4px 5px 0 rgba(0,0,0,0.2);
	position:relative;
	}

/*ロゴ*/
#header h1 {
	float:left;
	width:250px;
	}

/*説明テキスト表示部分*/
#link_msg_show {
	height:45px;
	width:550px;
	margin-left:250px;
	padding:5px 0 0 10px;
	text-align:left;
	}

/*グローバルナビ*/
#header ul {
	list-style-type:none;
	width:550px;
	margin-left:250px;
	}
	
#header ul li {
	display:inline-block;
	width:122px;
	height:100px;
	margin-right:8px;
	}

#header ul li a {
	display:block;
	background-color:transparent;
	}

/*保育園紹介*/
#header ul li.navi_prof {
	background:url(../img/navi/prof02.png);
	}

/*保育内容*/
#header ul li.navi_child {
	background:url(../img/navi/child02.png);
	}

/*入園案内*/
#header ul li.navi_adm {
	background:url(../img/navi/adm02.png);
	}

/*アクセス*/
#header ul li.navi_acc {
	background:url(../img/navi/acc02.png);
	}

#header ul li a img {
	transition: 0.3s ;
	}

#header ul li a:hover img {
	opacity: 0.0 ;
	}

/*説明テキスト_表示枠*/
#header p {
	width:490px;
	height:20px;
	padding:10px 15px;;
	border-radius: 10px;
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px;
	color:#ffffff;
	}

#header p.prof_txt {
	background:#bae900;
	}

#header p.child_txt {
	background:#66cc66;
	}
	
#header p.adm_txt {
	background:#3399ff;
	}
	
#header p.acc_txt {
	background:#ff9999;
	}

/*ホームリンク_非表示中*/
.head_home {
	position:absolute;
	top:15px;
	right:20px;
	}