@charset "utf-8";
/* CSS Document */

header{background-color:#006699;width:100%; text-align:left;height:100px;box-shadow: 0 3px 5px rgba(0,0,0,0.40); -webkit-box-shadow:0 3px 5px rgba(0,0,0,0.40);
   -moz-box-shadow:0 3px 5px rgba(0,0,0,0.40);

background-color:#006699;background:-webkit-gradient(linear, left top, left bottom, from(#05a4e2), to(#006699));
   }
hgroup{width:640px;}
header h1{margin-left:0px;float:left;}

header h1 img{/*width:160px; height:20px;*/padding-top:5%;padding-left:5px;}
/*メニューボタン*/
.g_navi{width:40%; height:80px; background-color:#009933; float:right;-webkit-border-radius: 8px; -webkit-border-radius: 8px;border-radius: 8px;background:-webkit-gradient(linear, left top, left bottom, from(#99cc00), to(#009933)); color:#ffffff; text-align: center; border: 1px solid #fff;text-shadow: -1px -1px 0 rgba(150, 150, 150, 30); font-size:180%; font-weight:bold;margin-top:3px; margin-right:5px;padding-bottom:0;line-height:1.5;}
