@charset "utf-8";

/***************************************************
	index.css
	トップページレイアウトスタイル定義
***************************************************/
/* ------------------------------------------------------------
Font Size (default:14px)
 10px = 71.4% 11px = 78.6% 12px = 85.7% 13px = 92.9% 14px = 100%
 15px = 107% 16px = 111.4% 17px = 121% 18px = 128.6%
------------------------------------------------------------ */

#gNavi li.n01 a {	background-position: 0 -56px;}

#main .topicsList li {	background: url(../img/common/ico_arr.png) 6px 0.5em no-repeat;}


/* トップページ index.html
------------------------------------------------------------ */
/*-----titleArea-----*/
#titleArea {	text-align: center;}
#titleArea #mainTitle {
	width: 950px;
	height: 186px;
	margin: 0 auto 40px;
/*	overflow: hidden;*/
}

/*-----contents-----*/
#sNavi .infoBox {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#sNavi .infoBox dd {
	padding: 10px 5px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#sNavi #townInfo.infoBox dd {
	padding-left: 30px;
}
#sNavi #townInfo.infoBox dd.population,
#sNavi #townInfo.infoBox dd.household {
	padding-bottom: 0;
	background: url(../img/common/ico_01.png) 10px 15px no-repeat;
}
#sNavi #townInfo.infoBox dd.townbody {
	border-bottom: 1px dotted #cccccc;
}

#sNavi #anotherlanguage.infoBox dd { padding-left: 15px; border-bottom: #cfcfcf 1px dotted; }
#sNavi #anotherlanguage.infoBox dd.end { border-bottom: none; }

#sNavi .infoBox a.emergency_link,
#sNavi .infoBox a.information_link {	font-weight: bold;}

#sNavi #eventcalendar dd a {
	display: block;
	padding: 0 2px 2px 10px;
	border-bottom: 1px dotted #cccccc;
	background: url(../img/common/ico_06.png) 0 0.5em no-repeat;
	font-size: 92.9%;
}

#sNavi #contentNavi {	margin: -5px 0 10px;}

#main #usefulMenu {
	margin-bottom: 20px;
	background: url(../img/index/menu_bg.png) 0 100% no-repeat;
}
#main #usefulMenu dl {
	float: left;
	width: 175px;
	margin-right: 12px;
}
#main #usefulMenu dl.menu_04 {	margin-right: 0;}
#main #usefulMenu dd {
	padding: 5px 2px;
	border-right: 2px solid #f46200;
	border-left: 2px solid #f46200;
}
#main #usefulMenu dl.menu_02 dd {	border-color: #ba1760;}
#main #usefulMenu dl.menu_03 dd {	border-color: #4b95a9;}
#main #usefulMenu dl.menu_04 dd {	border-color: #7b56a9;}
#main #usefulMenu dd a span {
	display: block;
	padding: 3px 5px 8px;
	font-size: 85.7%;
	line-height: 1.3;
	text-decoration: underline;
	color: #0000a0;
}
#main .imgNavi {	padding: 0 0 0 6px;}
#main .imgNavi li.n04 {	margin-right: 0;}

#main #callcenter {	padding: 20px 0 50px;}

#main p.bannerline {	width: 736px;}
#main p.bannerline img {  padding: 10px 10px 10px 0;}
/*#main p.bannerline .end img {  padding: 10px 0 10px 0;}*/
#main .bannerArea .bannerList li#companysupport_bn{
	width:125px;
}
#main .bannerArea .bannerList li#university_bn{
	width:175px;
}

#main ad_bannerArea a img{
	clear:both;
}
	
/* スライダー */
.nivo-controlNav {
    position: absolute;
    left: 0;
    bottom: -25px;
    text-align: center;
    display: block;
    width: 100%;
}
.nivo-controlNav a {
    position: relative;
    z-index: 990;
    cursor: pointer;
    text-indent: -9999px;
    display: inline-block;
	border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 14px;
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.nivo-controlNav a.active {
    font-weight: bold;
    background-color: #14a668;
}
#mainTitle .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background: url(/js/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#mainTitle a.nivo-prevNav {
    left: 15px;
}
#mainTitle a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
#mainTitle:hover .nivo-directionNav a {
    opacity: 1;
}
#mainTitle {
	display:none;
}