@charset "UTF-8";

/*=======================*/
/* 各ページ共通          */
/*=======================*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
	list-style: none;
}

body{
	color: #333333;
	font-size: 85%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5em;
	background-image: url(../img/common/bg.png)
}

input,
textarea{
	font-size: 100%;
	padding: 3px;
	vertical-align: middle;
}
select{
	font-size: 100%;
	padding: 3px 0 3px 3px;
	vertical-align: middle;
}
option{ margin-right: 3px; }
label{ margin-left: 0.3em; }

img{ border: none }

a { outline : 0;}
a:link { color: #64A01B; }
a:hover { text-decoration: underline; }
a:visited { color: #666666; }

br.clear{
	clear: both;
}


/*=======================*/
/* 全体　　　　          */
/*=======================*/

#whole{
	position: relative;
	width: 906px;
	margin: 0 auto;
	padding: 25px 27px 50px 27px;
	background-color: #FFFFFF;
}

h1 a{
	display: block;
	position: relative;
	left: 10px;
	width: 345px;
	height: 55px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background-image: url(../img/common/title.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#head_link{
	position: absolute;
	top: 55px;
	right: 33px;
	width: 330px;
	height: 12px;
}

#overview a,
#inquiry a,
#privacy a{
	display: block;
	position: absolute;
	top: 0;
	height: 12px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#overview a{
	left: 0;
	width: 59px;
	background-image: url(../img/common/overview.png);
}

#inquiry a{
	right: 160px;
	width: 81px;
	background-image: url(../img/common/inquiry.png);
}

#privacy a{
	right: 0;
	width: 129px;
	background-image: url(../img/common/privacy.png);
}

#contents{
	position: relative;
}


/*=======================*/
/* メニュー　　          */
/*=======================*/

#sitemenu h2{
	display: none;
}

#sitemenu ul{
	height: 63px;
	margin-bottom: 15px;
}

#sitemenu li{
	float: left;
}

#menu_about a,
#menu_elderly a,
#menu_advertise a,
#menu_landuse a,
#menu_recruite a{
	height: 63px;
	display: block;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}
#menu_about a:hover,
#menu_elderly a:hover,
#menu_advertise a:hover,
#menu_landuse a:hover,
#menu_recruite a:hover{ background-position: left bottom; }

#menu_about a{
	width: 240px;
	background-image: url(../img/common/menu_about.png);
}

#menu_elderly a{
	width: 166px;
	background-image: url(../img/common/menu_elderly.png);
}

#menu_advertise a{
	width: 166px;
	background-image: url(../img/common/menu_advertise.png);
}

#menu_landuse a{
	width: 166px;
	background-image: url(../img/common/menu_landuse.png);
}

#menu_recruite a{
	width: 168px;
	background-image: url(../img/common/menu_recruite.png);
}


/*=======================*/
/* パンくずリスト        */
/*=======================*/

#breadcrumbs_list{
	margin-bottom: 30px;
	padding-left: 15px;
}

#breadcrumbs_list em{
	font-weight: bold;
}


/*=======================*/
/* ページトップへ        */
/*=======================*/

p.gototop{
	position: relative;
	height: 19px;
	margin: 30px 3px 20px 3px;
	clear: both;
	background-image: url(../img/common/dotline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

p.gototop a{
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 19px;
	text-indent: -9999px;
	background-image: url(../img/common/pagetop.png);
	background-position: left top;
	background-repeat: no-repeat;
}


/*=======================*/
/* フッター　　          */
/*=======================*/

#footer{
	width: 906px;
	height: 106px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(../img/common/footer_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
}




