@charset "UTF-8";
/*
Theme Name: がもよんにぎわいプロジェクト
Author: S.N
Author URI:
*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}

img.tb{
	display:none;
}
img.sp{
	display:none;
}
@media screen and (max-width: 999px) {
	img.pc{display:none;}
	img.tb{display:inline;}
}
@media screen and (max-width: 739px) {
	img.tb{display:none;}
	img.sp{display:inline;}
}

html{
	height:100%;
}
body {
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	color: #333333;
	text-align:center;
	font-size:14px;
	/*line-height:24px;*/
	line-height:26px;
	height:100%;
	-webkit-text-size-adjust:none;
	background:#FFFFFF url(images/header_bg.png) top repeat-x;
	min-width:1000px;
}
body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック'\9;}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:16px;
	line-height:24px;
}
strong{
	font-weight:bold;
}
em{
	font-style:normal;
	color:#CC0000;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*標準のリンク*/
a{
	color: #1473B4;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*画像のhoverは透過*/
a:hover img{
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}
/*-------------------------フッター固定（フッター高200px）*/
#wrapper {
	width: 980px;
	text-align:left;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -200px;
}
#contents{
	padding-bottom:201px;
}
footer {
	height:200px;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
}
/*-------------------------ロゴ*/
header h1{
	float:left;
}
header h1 strong{
	font-size:12px;
	line-height:40px;
	display:block;
}
header h1 strong br{
	display:none;
}
header h1 img{
	margin:15px 0;
}
/*-------------------------siteinfo*/
header ul.siteinfo{
	float:right;
}
header ul.siteinfo li{
	float:left;
	font-size:13px;
	line-height:24px;
	margin-top:8px;
}
header ul.siteinfo li.ya a{
	padding-left:10px;
	margin-right:15px;
	background:url(images/header_ya.png) left no-repeat;
	font-weight:bold;
	color:#666666;
}
header ul.siteinfo li.ya a:hover{
	text-decoration:underline;
}
/*-------------------------検索枠*/
#searchform{
	width:255px;
	height:28px;
	background:url(images/header_search.png) no-repeat;
	float:right;
	margin:19px 0 6px 0;
}
#searchform input[type="text"]{
	width:223px;
	height:28px;
	border:none;
	background:none;
	float:left;
	font-size:12px;
	line-height:28px;
	text-indent:5px;
}
#searchform input[type="submit"]{
	width:32px;
	height:28px;
	border:none;
	background:url(images/header_search_btn.png) left top no-repeat;
	float:left;
}
#searchform input[type="submit"]:hover{
	background-position:bottom;
}
/*-------------------------btn*/
header ul.btn{
	float:right;
	width:300px;
}
header ul.btn li{
	float:right;
	margin-left:5px;
}
/*-------------------------グローバルメニュー*/
header nav{
}
header nav h2 {
	display: none;
}
header nav > ul{
	padding-right:2px;
	background:url(images/header_nav.png) right top no-repeat;
}
header nav > ul > li{
	float: left;
	width:155px;
	font-size:15px;
}
header nav > ul > li > a{
	display:block;
	height:50px;
	line-height:50px;
	padding-left:2px;
	background:url(images/header_nav.png) left top no-repeat;
	color:#333333;
	text-shadow:0px 1px 0px #FFFFFF;
	font-weight:bold;
	text-align:center;
}
header nav > ul > li > a:hover{
	background-position:left bottom;
}
header nav > ul > li > a.current{
	color:#095E99;	
}
header nav > ul > li.home{
	width:48px;
}
header nav > ul > li.home > a > span{
	display:block;
	text-indent:-9999em;
	background:url(images/header_nav_home.png) top no-repeat;
}
header nav > ul > li.home > a.current > span{
	background-position:bottom;
}

/*サブメニュー*/
header nav > ul > li > ul{
	z-index:1000;
	display:none;
	position: absolute;
	top: 180px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	padding:0px 10px 25px 10px;
	background: url(images/header_nav_sub.png) bottom no-repeat;
}
header nav > ul > li > ul:before{
	content: ""; 
	display: block; 
	padding-top:12px;
	background:url(images/header_nav_sub_t.png) top repeat-x;
}
header nav > ul > li > ul > li{
	float:left;
	width:20%;
	margin:5px 0;
	padding:0 15px;
}
header nav > ul > li > ul > li > a{
	padding-left:10px;
	background:url(images/nav_ya.png) left no-repeat;
}
header nav > ul > li > ul > li > a[target]{
	padding-left:12px;
	background:url(images/header_blank.png) left no-repeat;
}
header nav > ul > li > ul > li > a:hover{
	text-decoration:underline;
}

/*活動ごあんない*/
header nav > ul > li:nth-child(5) > ul > li:first-child{
	float:none;
	width:auto;
}
header nav > ul > li:nth-child(5) > ul > li{
	width:25%;
}
@media screen and (max-width: 739px) {
	header nav > ul > li:nth-child(5) > ul > li{float:none;width:auto;}
}
header nav > ul > li > ul > li > strong{
	display:block;
	padding:3px 0;
	border-bottom:1px solid #CCC;
	margin-bottom:3px;
}
header nav > ul > li > ul > li > span{
	display:block;
	padding:3px 0 3px 10px;
	background:url(images/nav_ya.png) left 10px no-repeat;
}
header nav > ul > li > ul > li > span > a:hover{
	text-decoration:underline;
}


/*contents
-----------------------------------------------------------------------------------------*/
#contents{
}

/*footer
-----------------------------------------------------------------------------------------*/
footer {
	min-width:980px;
	background:#B90000 url(images/footer_bg.png) bottom repeat-x;
	text-align:left;
	padding-top:27px;
}
footer a:hover{
	text-decoration:underline;
}
footer div{
	width:980px;
	margin:0 auto;
}
/*-------------------------上へ*/
#toPageTop {
	position:fixed;
	bottom: 5px;
	right: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background:#000;

}
* html #toPageTop {position:absolute;}
#toPageTop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}
/*-------------------------フッターナビ*/
footer nav{
	float:right;
}
footer nav h2{
	display:none;
}
footer nav ul{
	float:left;
}
/*btn*/
footer nav ul.btn li{
	margin-bottom:5px;
}

/*siteinfo*/
footer nav ul.siteinfo{
	margin-left:25px;
	padding-left:25px;
	border-left:1px solid #FFFFFF;
}
footer nav ul.siteinfo li{
	line-height:28px;
	font-size:14px;
}
footer nav li a{
	color:#FFFFFF;
}
/*-------------------------data*/
footer ul.data li{
	color:#FFFFFF;
	line-height:22px;
}



footer ul.data li.map img{
	position:relative;
}
footer ul.data li.map img:after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*影を入れる*/
    -webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
    inset 0 0 100px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5),
    inset 0 0 100px rgba(0, 0, 0, 0.2);

}


footer ul.data li.map img{
	float:right;
	margin-right:25px;

}



footer ul.data li.logo{
	margin-bottom:5px;
}
footer ul.data li.telfax a{
	color:#D9E021;
	margin-left:10px;
	padding-left:14px;
	background:url(images/footer_access.png) left no-repeat;
}
footer ul.data li.telfax{
	font-weight:bold;
	margin-top:2px;
}
/*-------------------------Copyright*/
footer small{
	display:block;
	font-size:10px;
	padding-top:6px;
	line-height:20px;
	letter-spacing:1px;
	color:#fff;
}
footer small a{
	color:#fff;
}
