@charset "UTF-8";
/*ロゴ部分の設定*/
h1#logo{
	width:100%;
	height:63px;
	margin:0;
	padding:0;
	background:#fff url(../oroshiyaimg/pandalogo.gif) no-repeat left top;
	border-bottom:1px solid #00b9db;
	text-align:right;
	font-size:9px;
	font-weight:100;
	position:relative;
}
/*テキスト部分の位置設定*/
/*親要素（この場合は上記の#logo）にrelativeを設定することで*/
/*こっちににabsoluteを設定しても親要素内での絶対指定になる*/
h1#logo span{
	display:block;
	position:absolute;
	bottom:5px;
	right:10px;
}

/*ナビゲーション部分の設定*/
#navi{
	width:100%;
	height:32px;
	margin:0;
	padding:0;
}
#topnavi{
	width:960px;
	margin:0 auto;
	padding:5px 0;
	background-color:#edfdff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#topnavi:after{
	content:".";
	clear:both;
	visibility:hidden;
}
#topnavi li{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#topnavi a{
	display:block;
	height:21px;
	padding:11px 16px 0 32px;
	background:url(../oroshiyaimg/listmark.png) no-repeat left top;
}
#topnavi a:hover{
	background-position:0px -32px;
	background-color:#fcfcfc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*イメージスライド、会員登録部分*/
#jquery-cycle{
	width:960px;
	height:288px;
	display:block;
	margin:0 auto;
}


/*会員登録部分*/
#headImage{
	width:960px;
	height:288px;
	margin:0 auto;
	position:relative;
}
#headImage #signin{
	width:224px;
	height: 224px;
	padding-top: 64px;
	background:rgba(255,255,255,0.8) url(../oroshiyaimg/loginhead.gif) no-repeat center top;
	position:absolute;
	top:0;
	right:0;
	z-index:9999;
}
#signin a{
	display:block;
	width:192px;
	height:48px;
	margin:0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	 margin-bottom:16px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

#signin a:active{
	position:relative;
	top:2px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#signin p{
	width:184px;
	font-size:11px;
	padding:10px 20px;
	line-height:1.3em;
}

#signin p a{
	display:inline;
	-webkit-box-shadow: none;
	-moz-box-shadow:    noen;
	box-shadow:         noen;
	text-decoration:underline;
}