@charset "utf-8";
/* CSS Document */
*{	margin:0;
	padding:0;}	
body {
width:100%;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
font-size:14px;
line-height:normal;
background:#FFF;
color:#111111;
scrollbar-base-color:#FFF;
scrollbar-face-color:#09F;
scrollbar-track-color: #FFF;
scrollbar-arrow-color: #09F;
scrollbar-highlight-color: #FFF;
scrollbar-shadow-color: #FFF;
scrollbar-3dlight-color: #FFF;
scrollbar-darkshadow-color: #FFF;}
ul, ol li {
	list-style :none;
	padding:0px;
	margin:0px;}
img{border-style:none;
	max-width:100%;
	height: auto;}
img a{border-style:none;}
a {	text-decoration :none;}
a:link{color:#000;}
a:visited {color:#000;}
a:hover{color:#000;}
header a:active{color:#000;}

/* ▼▼▼ header ▼▼▼ */
header{
	width:100%;
	margin:0 auto 10px;
	background:#0d0e46;
	color:#FFFFFF;}

h1 span{
	color:#FFF;
	font-size:16px;
	margin:20px;
    vertical-align: top;}

#topline{
	width:960px;
	height: auto;
	text-align:left;
	margin:auto;
	padding: 10px 0 0;
	position:relative;
	clear:both;}
#topline a:hover{opacity:0.8;}
#topL{
	width:600px;
	margin:10px 0 10px;
	float:left;
	}
#topL p{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:60px;}
#topR{
	width:360px;
	margin-top:10px;
	float:left;
	text-align:center;}
#topR div:first-child{
	background:#FFFFFF; color:#0d0e46; margin:10px 0 10px; line-height: 18px; padding:2px 2px 1px;border-radius:18px;
}
/* ▲▲▲ header ▲▲▲ */

#panNavi{
	width:960px;
	margin:4px auto;
	font-size:11px;
	color:#000;
	text-align:left;}
#panNavi a{
	color:#0d0e46;}
	

/*▼ナビゲーション▼*/
nav{
	margin:auto;
	padding:10px 0 10px;}
#gnav li:hover ul li {
	overflow: visible;
	height: 30px;}
#gnav li ul li {
	overflow: hidden;
	height: 0;
	transition: .3s;}
.dropmenu {
	*zoom: 1;
	list-style-type: none;
	width: 958px;
	margin: 0 auto;
	padding: 0px;
	clear: both;}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;}
.dropmenu:after {
	clear: both;}
.dropmenu li {
	color:#0d0e46;
	background:#ffffff;
	position: relative;
	width: 158px;
	height:33px;
	line-height:33px;
	float: left;
	margin-right: 1px;
	padding: 0;
	text-align: center;}
.dropmenu li a:hover {
	background:#0d0e46;}
.dropmenu li:first-child{border-left:2px solid #ffffff;}
.dropmenu li ul li:first-child{border:none;}
.dropmenu li:last-child {margin-right:0;border-right:2px solid #ffffff;}

.dropmenu li .hidden {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;}
.dropmenu li a {
	font-size:1.15em;
	display: block;
	margin: 0;
	text-decoration: none;}
.dropmenu li a:hover{
	color:#FFFFFF;}
	
.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;}
.dropmenu li ul li {
	width: 100%;
	margin:0 0 1px 0;}

.dropmenu li ul li a {
	font-size:1em;
	color: #0d0e46;
	padding:0px;
	background: #FFFFFF;
    border-top: 1px solid #0d0e46;}
.dropmenu li ul li a:hover {
	background: #0d0e46;
	color:#FFFFFF;}



/*▲ナビゲーション▲*/ 
  


/* ▼▼▼ footer ▼▼▼ */
footer{
	width:100%;
	background:#0d0e46;
	color:#FFF;}
#footerNav a:link{color:#FFF;}
#footerNav a:visited {color:#FFF;}
#footerNav a:hover{color:#FFF;
	text-decoration:underline;}
#footerNav{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#FFF dotted 1px;}
#footerNav p{
	width:960px;
	margin:auto;}
#footerNav ul {
	width:860px;
	margin:auto;}
#footerNav ul li{
	margin-bottom:20px;
	margin-right:20px;
	display:inline-block;}
#address{
	width:500px;
	margin:auto;
	text-align:left;}
.copy{
	text-align:center;
	max-width:500px;
	height:20px;
	margin:auto;}
/* ▲▲▲ footer ▲▲▲ */
/* ▼▼▼  clearfix ▼▼▼ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;}
.clearfix {
  min-height: 1px;}
* html .clearfix {
  height: 1px;}
/* ▲▲▲ clearfix ▲▲▲ */


		