﻿/*************************
　全体用
*************************/

body {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Verdana,Arial,'ＭＳ Ｐゴシック',Osaka,sans-serif;
    margin: 0;
}

*{
	margin: 0;
	padding: 0;
}

.contents{
	margin:0 0 0 10px;
	padding:0;
}

.contents-text{
	margin:0 100px 0 10px;
	padding:0;
}

a:not(.EditIcon):hover {
	position: relative;
	top: 1px;
	left: 1px;
	text-decoration: underline;
}

.contents a:link{
	color:#000000;
	text-decoration:none;
}

.contents a:visited{
	color:#000000;
	text-decoration:none;
}

.contents a:hover{
	color:#000000;
	text-decoration:underline;
}

p{
	font-size: 100%;
	line-height: 130%;
}


/*************************
　グローバルナビ用
*************************/

.ue{
        margin: 10px 0 0 0;
        height: 60px;
}

.ue-hidari{
        float: left;
        width: 465px;
}

.ue-migi{
        margin: 0 0 0 465px;
}

.ue-migi-text{
        background-image: url(https://www.pref.tottori.lg.jp/secure/553924/arrow_red.gif);
        background-repeat: no-repeat;
        background-position: left center;
        float: left;
        margin: 10px 20px 0 10px;
        padding: 0 0 0px 10px;
}

#globalnavi{
	margin: 0;
	padding: 0px 0 0 0;
	width: 900px;
	height: 70px;
	position: relative;
}

#globalnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#globalnavi li{
	float: left;
	margin: 0;
	padding: 0;
}
#gnavi_top{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#gnavi_top a{
	background-image:url("../../../secure/553924/top002.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	height: 65px;
	width: 141px;
text-indent:-9999px;
}
#gnavi_food{
	position: absolute;
	bottom: 0px;
	left: 141px;
}
#gnavi_food a{
	background-image:url("../../../secure/553924/gnavi_food.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	height: 65px;
	width: 177px;
text-indent:-9999px;
}
#gnavi_event{
	position: absolute;
	bottom: 0px;
	left: 318px;
}
#gnavi_event a{
	background-image:url("../../../secure/553924/gnavi_event.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	height: 65px;
	width: 177px;
text-indent:-9999px;
}
#gnavi_shoplink{
	position: absolute;
	bottom: 0px;
	left: 494px;
}
#gnavi_shoplink a{
	background-image:url("../../../secure/553924/gnavi_shoplink.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	height: 65px;
	width: 176px;
text-indent:-9999px;
}
#gnavi_shisaku{
	position: absolute;
	bottom: 0px;
	left: 670px;
}
#gnavi_shisaku a{
	background-image:url("../../../secure/553924/syokudetiiki6.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	height: 65px;
	width: 115px;
text-indent:-9999px;
}
#gnavi_boshu{
	position: absolute;
	bottom: 0px;
	left: 784px;
}
#gnavi_boshu a{
	background-image:url("../../../secure/553924/bosyu-shisaku5.gif");
	background-repeat:no-repeat;
	background-position:bottom left;
	display:block;
	height: 65px;
	width: 114px;
text-indent:-9999px;
}

.top-txt{
	font-size: 90%;
	line-height: 150%;
	padding: 0 0 0 0;
}

.ue-hidari a:hover {
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: underline;
}

.ue-migi a:link{
	color:#000000;
	text-decoration:none;
}

.ue-migi a:visited{
	color:#000000;
	text-decoration:none;
}

.ue-migi a:hover {
	color:#000000;
	text-decoration: underline;
}