@charset"utf-8";

/*--------------------------------------  
	共通のスタイル 
---------------------------------------*/
body{
	font-size:62.5%;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
 min-width:1080px;
}

img{
	vertical-align:bottom;
}

#wrap{
	width:100%;
}

#headerWrap{
	border-bottom:1px solid #eee;
	border-top:3px solid #20489C;
}

#headerInner,
#gNav{
	width:1080px;
	margin:0 auto;
}

#headerInner{
	height:82px;
}

#headerInner h1{
	padding-top:19px;
	float:left;
}

#headerInner #headerMenu{
	padding-top:23px;
	float:right;
}

#gNav{
	clear:both;
	margin-top:20px;
	background:url(/files/navBar.png) left top no-repeat;
	height:54px;
}

#gNav li{
	background:url(/files/navBar.png) right top no-repeat;
	padding:0 1px 0 0;
	text-align:center;
	float:left;
}

#gNav li a{
	display:block;
	padding:8px 0 17px;
	background:url(/files/navHover.png) center 56px no-repeat;
}

#gNav li a:hover{
	display:block;
	padding:8px 0 13px;
	border-bottom:4px solid #20489C;
	background:url(/files/navHover.png) center bottom no-repeat;
    -webkit-transition: 0.20s ease-out;
    -moz-transition: 0.20s ease-out;
    -ms-transition: 0.20s ease-out;
    -o-transition: 0.20s ease-out;
    transition: 0.20s ease-out;
}

#gNav li a.active{
	display:block;
	padding:8px 0 13px;
	border-bottom:4px solid #20489C;
	background:url(/files/navHover.png) center bottom no-repeat;
}

#gNav li.nav01{
	width:152px;
}
#gNav li.nav02{
	width:208px;
}
#gNav li.nav03{
	width:282px;
}
#gNav li.nav04{
	width:206px;
}
#gNav li.nav05{
	width:225px;
}



#wrap{
	width:1080px;
	margin:0 auto;
}

#contents{
	float:left;
	width:810px;
	padding-bottom:80px;
}

#side{
	width:240px;
	margin-left:840px;
	padding-bottom:50px
}

#index #contents{
	float:left;
	width:760px;
	padding-bottom:80px;
}

#index #side{
	width:290px;
	margin-left:790px;
}


#side .banner01 img{
	padding-bottom:40px;
	margin:-3px 0 0 -3px;
}
#side .banner02 img{
	margin-bottom:20px;
}


#side h2{
	padding:20px 0;
	text-align:center;
	font-size:18px;
	background:#20489C;
	color:#fff;
}

#subNav{
	background:url(/files/subNavBg.png);
	padding:0 4px 4px;
	font-weight:bold;
	margin-bottom:30px;
}

#subNav ul{
	background:#fff;
}

#subNav li:first-child{
	border-top:none;
}

#subNav li{
	border-top:1px solid #E9EAEC;
}

#subNav li a{
	display:block;
	font-size:16px;
	line-height:16px;
	padding:20px 0 20px 40px;
	background:url(/files/subNavArrow.png) 20px center no-repeat;
	text-decoration:none;
	color:#000;
}

#subNav .active a{
	background:url(/files/subNavArrow.png) 20px center no-repeat #EDD928;
}

#banner01 li{
	margin-bottom:15px;
}

#banner01 li.movieBtn img{
	margin:-3px 0 0 -3px;
}

#banner02 li{
	margin-bottom:8px;
}

footer{
	background:url(/files/bg02.gif);
	clear:both;
}

#footerInner{
	background:url(/files/footer_nami.png) top repeat-x;
	padding:50px 0 40px;
}

#footerSiteMap{
	display:table;
	width:1080px;
	margin:0 auto;
}

#footerSiteMap ul{
	display:table-cell;
	width:216px;
}

#footerSiteMap ul li a{
	padding-left:15px;
	background:url(/files/footerArrow01.png) center left no-repeat;
	line-height:2.2em;
	color:#000;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#footerSiteMap ul li ul{
	display:block;
	padding-left:10px;
}

#footerSiteMap ul li ul li a{
	padding-left:10px;
	background:url(/files/footerArrow02.png) center left no-repeat;
	line-height:1.8em;
	color:#333;
	font-size:12px;
	text-decoration:underline;
	font-weight:normal;
}

footer #copyright{
	width:1080px;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
	border-top:1px solid #eee;
	color:#777;
}

#pageTop{
	position:fixed;
	right:10px;
	bottom:10px;
}
