@charset "utf-8";

/* Base
-------------------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}
* {
	font-size: 100%;
}
body {
	color: #444444;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: url(../img/top/background_repeats.jpg) repeat-x center top;
	text-align: center;
	/*\*/
	letter-spacing: 0.075em;
	/**/
}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img { border: none; vertical-align: bottom; }


/* --ClearFix-- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* HEAD
-------------------------------------------------------------------------------------------*/
#head {
	width: 100%;
	height: 444px;
	margin-bottom: 54px;
	background: url(../img/top/background.jpg) no-repeat center top;
	text-align: center;
}
#head #inner {
	width: 952px;
	height: 444px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: url(../img/top/background.jpg) no-repeat center top;
}

#head #inner h1 {
	width: 222px;
	position: absolute;
	top: 13px;
	left: 9px;
	z-index: 10;
}
#head #inner p.logoText {
	width: 167px;
	position: absolute;
	top: 17px;
	left: 65px;
	z-index: 11;
}
#head #inner h2 {
	width: 479px;
	position: absolute;
	top: 96px;
	left: 177px;
}
#head #inner p.speechBalloon {
	width: 118px;
	position: absolute;
	top: 111px;
	right: 0;
}

/* Link
------------------------ */
#head #inner .link01 {
	position: absolute;
	top: 184px;
	left: 177px;
	text-align: left;
}
#head #inner .link02 {
	position: absolute;
	top: 184px;
	left: 397px;
	text-align: left;
}
#head #inner .link01 p.contentLink01 a,
#head #inner .link02 p.contentLink02 a {
	display:block;
}
#head #inner .link01 p.contentLink01 { background: url(../img/top/link_button01b.jpg); width:130px; }
#head #inner .link02 p.contentLink02 { background: url(../img/top/link_button02b.jpg); width:130px; }

#head #inner .link01 p.contentLink01 a:hover,
#head #inner .link02 p.contentLink02 a:hover {
	background-color:transparent;
}
#head #inner .link01 p.contentLink01 a:hover img,
#head #inner .link02 p.contentLink02 a:hover img  {
	visibility:hidden;
}

/* Head Navigation 
------------------------ */
#head #inner ul#headNav {
	width: 293px;
	position: absolute;
	top: 0;
	right: 0;
}
#head #inner ul#headNav li {
	float: left;
	list-style: none;
}
#head #inner ul#headNav li a {
	display:block;
}
#head #inner ul#headNav li.headNav01 { background: url(../img/navigation/head_nav_01b.jpg); width:186px; }
#head #inner ul#headNav li.headNav02 { background: url(../img/navigation/head_nav_02b.jpg); width:107px; }

#head #inner ul#headNav li a:hover {
	background-color:transparent;
}
#head #inner ul#headNav li a:hover img {
	visibility:hidden;
}

/* Navigation
------------------------ */
#head #inner ul#nav {
	width: 952px;
	position: absolute;
	top: 369px;
	left: 0;
}
#head #inner ul#nav li {
	float: left;
	list-style: none;
}
#head #inner ul#nav li a {
	display:block;
}
#head #inner ul#nav li.nav01 { background: url(../img/navigation/nav_01b.jpg); width:167px; }
#head #inner ul#nav li.nav02 { background: url(../img/navigation/nav_02b.jpg); width:197px; }
#head #inner ul#nav li.nav03 { background: url(../img/navigation/nav_03b.jpg); width:182px; }
#head #inner ul#nav li.nav04 { background: url(../img/navigation/nav_04b.jpg); width:132px; }
#head #inner ul#nav li.nav05 { background: url(../img/navigation/nav_05b.jpg); width:132px; }
#head #inner ul#nav li.nav06 { background: url(../img/navigation/nav_06b.jpg); width:142px; }

#head #inner ul#nav li a:hover {
	background-color:transparent;
}
#head #inner ul#nav li a:hover img {
	visibility:hidden;
}


/* Content
-------------------------------------------------------------------------------------------*/
#content {
	width: 950px;
	margin: 0 auto;
}

/* MainColum
------------------------ */
#mainColumn {
	width: 645px;
	float: left;
	margin: 0 0 80px 1px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
#mainColumn h2 {
	margin-bottom: 10px;
}
#mainColumn a:link    { color: #555555; text-decoration: underline; }
#mainColumn a:visited { color: #555555; text-decoration: underline; }
#mainColumn a:hover   { color: #167CDE; text-decoration: underline; }
#mainColumn a:active  { color: #3A9EFF; text-decoration: underline; }


/*-- News (新着情報) --*/
.newsBox {
	width: 645px;
	margin-bottom: 50px;
	position: relative;
}
.newsBox p.listButton {
	position: absolute;
	top: 5px;
	right: 0px;
}

.newsBox dl {
	width: 645px;
	border-bottom :1px solid #E2E2E2;

}
.newsBox dl dt {
	width: 170px;
	float: left;
	clear: both;
	padding: 12px 0 12px 0;
	background: url(../img/common/line_A.gif) repeat-x left top;
}
.newsBox dl dt span {
	width: 50px;
	height: 14px;
	margin: 1px 6px 0 3px;
	display: block;
	float: left;
}
.newsBox dl dd {
	width /**/: 465px;
	margin: 0 0 0 170px;
	padding: 12px 5px 12px 5px;
	background: url(../img/common/line_B.gif) repeat-x right top;
}


/*-- info (県内商工会・おすすめ情報) --*/
.infoBox {
	width: 300px;
	float: left;
}
.boxLeft {
	margin-right: 45px;
}
.infoBox dl {
	width: 300px;
	border-bottom :1px solid #E2E2E2;
}

.infoBox dt {
	width: 112px;
	float: left;
	clear: left;
	padding: 7px 0 7px 3px;
	background: url(../img/common/line_A.gif) repeat-x left top;
}

.infoBox dd {
	width: 175px;
	margin: 0 0 0 115px;
	padding: 7px 5px;
	background: url(../img/common/line_B.gif) repeat-x left top;
}
* html .infoBox dd {
	width: 172px;
}

/* SubColum
------------------------ */
#subColumn {
	width: 238px;
	float: right;
	margin-bottom: 80px;
}

#subColumn .linkBannerBox {
	width: 220px;
	padding: 8px;
	margin-bottom: 12px;
	border: 1px solid #E6E6E6;
	background: #EDEDED;
}
#subColumn .pickUpBox {
	width: 220px;
	padding: 0 8px 3px 8px;
	border: 1px solid #E6E6E6;
	background: #EDEDED;
}
#subColumn .pickUpBox dt img {
	width: 220px;
	height: 38px;
	margin-top: -3px;
	position: relative;
}
#subColumn .pickUpBox dd {
	margin-bottom: 5px;
}

/* contentFoot (TopicPath.pagetop)
------------------------ */
#contentFoot {
	width: 950px;
	height: 25px;
	clear: both;
}

/*-- TopicPath --*/
#contentFoot ul.footTopicPath {
	width: 750px;
	float: left;
	margin: 0;
	padding: 0 0 0 14px;
	position: relative;
	background: url(../img/common/marker_topicPath.gif) no-repeat left center;
	font-size: 90%;
	text-align: left;
	color: #777777;
}



/*-- PageTop --*/
#contentFoot p.pageTop {
	width: 113px;
	margin: 0;
	padding: 0;
	float: right;
}




/* Foot
-------------------------------------------------------------------------------------------*/
#foot {
	width: 100%;
	background:  url(../img/footLink/background_repeats.gif) repeat-x left top;
	text-align: center;
}

/* FootNavArea (sitemap)
------------------------ */
#footNavArea {
	width: 950px;
	height: 460px;
	margin: 0 auto 15px auto;
	padding: 0;
	background: url(../img/footLink/background.gif) no-repeat left top;
}
#footNavArea li {
	list-style: none;
	font-size: 95%;
	margin-left: 12px;
	line-height: 1.7;
}
#footNavArea .linkBox {
	width: 237px;
	float: left;
	margin-top: 24px;
	text-align: left;
}
#footNavArea .linkBoxRight {
	width: 220px;
	float: left;
	margin-top: 24px;
	text-align: left;
}
.bottomMargin {
	margin-bottom: 5px;
}

#footNavArea li.changingLine {
	margin-bottom: 4px;
	padding-top: 2px;
	line-height: 1.2;
}

#footNavArea li a:link    { color: #CCCCCC; text-decoration: none; }
#footNavArea li a:visited { color: #CCCCCC; text-decoration: none; }
#footNavArea li a:hover   { color: #CCCCCC; text-decoration: underline; }
#footNavArea li a:active  { color: #CCCCCC; text-decoration: none; }





/* FootInfoNav
------------------------ */
#footInner {
	width: 950px;
	margin: 0 auto 35px auto;
	text-align: left;
	position: relative;
}
#footInner ul {
	width: 619px;
	margin-bottom: 35px;
}
#footInner ul li {
	float: left;
	margin-right: 5px;
	list-style: none;
}


/* FootAddress
------------------------ */
.footAddress {
	width: 620px;
	margin-bottom: 20px;
	padding-left: 55px;
	background: url(../img/common/foot_logo.gif) no-repeat left top;
	font-size: 95%;
	line-height: 1.3;
	clear: both;
}
.footAddress dl dt {
	font-weight: bold;
}

p.footIllustration {
	width: 110px;
	position: absolute;
	top: 18px;
	right: 0;
}




/* SHIFT
------------------------ */
#mainColumn table {
	background: url(../img/top/line_SHIFT_head.gif) repeat-x left top;
	font-size: 100%;
	color: #555555;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	
}
#mainColumn table td {
	width: 300px;
	padding: 10px 0 10px 0;
	background: url(../img/top/line_SHIFT.gif) repeat-x left bottom;
}
#mainColumn .infoBox table .Top_Sintyaku_Kiji .base130:first-child {
	display: none;
}
#mainColumn .infoBox table .Top_Sintyaku_Kiji .base54678913:first-child {
	display: none;
}
#mainColumn .infoBox table .Top_Sintyaku_Kiji img {
	border: solid 3px #eeeeee;
}


#mainColumn .Top_Sintyaku_Kiji a.shop130 {
	width: 280px;
	float: left;
	margin: 0 0 5px -20px;
	padding: 0 0 0 19px;
	position: relative;
	background: url(../img/top/marker_SHIFT.gif) no-repeat 0 4px;
}
#mainColumn .Top_Sintyaku_Kiji a.shop54678913 {
	width: 282px;
	float: left;
	margin: 0 0 5px -20px;
	padding: 0 0 0 18px;
	position: relative;
	background: url(../img/top/marker_SHIFT.gif) no-repeat 0 4px;
}

#mainColumn table a:link    { color: #167CDE; text-decoration: underline; }
#mainColumn table a:visited { color: #3A9EFF; text-decoration: none; }
#mainColumn table a:hover   { color: #555555; text-decoration: underline; }
#mainColumn table a:active  { color: #3A9EFF; text-decoration: none; }



/*
.Top_Sintyaku_Kiji .base130,
.Top_Sintyaku_Kiji .base54678913 {
	font-size: 95%;
}
*/


/* --ClearFix-- */
#mainColumn .Top_Sintyaku_Kiji:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #mainColumn .Top_Sintyaku_Kiji {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.newsBox dl dd:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .newsBox dl dd {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

