﻿@charset "utf-8";


/* ヘッダー
-------------------------------*/

#header {
	clear:both;
	margin: 0 0 6px 0;
	position: relative;
	width: 100%;
}
h1#top {
	position: absolute;
	top: 0;
	left: 22px;
	width: 159px;
	height: 100px;
	zoom:1;
}
#cap {
	margin: 35px 20px 0 0;
	float: right;
	width: 277px;
	height: 31px;
	background: url(../images/top/home_www.gif) right bottom no-repeat;
	font-size: 80%;
	z-index: 2;
}
#cap span {
	position: relative;
	z-index: -1;
}

/*右上ナビ*/
#topNav {
	clear: both;
	width: 100%;
	height: 22px;
	background-color: #f60; 
}
#topNav ul {
	margin: 0 0 0 644px;
	display: inline;
	float: right;
	width: 180px;
}
#topNav li {
	display: inline;
	width: 90px;
}

/* top page用グローバルナビ */
#globalNav {
	padding: 26px 0 0 8px;
	clear: both;
	background: url(../images/top/bg_navi.jpg) right top no-repeat;
	height:95px;
}
#globalNav ul {
	width: 392px;
}
#globalNav li {
	margin: 0 12px 3px 0;
	display: inline;
	float: left;
	width: 86px;
	height: 92px;
}
#globalNav li a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	background-position: left top;
	background-repeat: no-repeat;
}
#globalNav li a:hover {
	background-position: right top;
	background-repeat: no-repeat;
}
#globalNav li#print a {
	background-image: url(../images/top/btn_CriclePrin.gif); 
}
#globalNav li#item a {
	background-image: url(../images/top/btn_CircleItems.gif); 
}
#globalNav li#comp a {
	background-image: url(../images/top/btn_CircleCo.gif); 
}
#globalNav li#town a {
	background-image: url(../images/top/btn_CircleTowns.gif); 
}
.border {
	margin: 0 auto;
	clear: both;
	width: 96%;
	height: 6px;
	background-color: #999;

}
* html .border {
	margin: 0 auto;
	clear: both;
	width: 96%;
	height: 6px;
	background-color: #999;
	font-size: 0%;
	overflow: hidden;
}

/* メインコンテンツ
-------------------------------*/
#sideLtop {
	padding: 10px 0 0 0;
	float: left;
	width: 234px;
	min-height: 500px;
	height: 100% !important;
	height: 500px;
}
/* 左サイド */
#recruit {
	margin: 0 0 25px 0;
	padding: 0 0 0 4px;
	border-right: 1px solid #666; 
	border-bottom: 1px solid #666;
	border-left: 4px solid #f00;
	background-color: #ffe;
	font-size: 108%;
	font-weight: bold;
}
#sideMenu {
	margin: 0 0 25px 0;
}
#sideMenu li {
	margin: 0 0 8px 0;
	padding: 0 0 0 4px;
	border-right: 1px solid #666; 
	border-bottom: 1px solid #666;
	border-left: 4px solid #36f;
	background-color: #ffe;
	font-size: 77%;
	letter-spacing: 2px;
	line-height:1.6;
}
#sideMenu li.comp {
	height: 30px;
	line-height: 30px;
}
#privacy {
	padding: 0 10px 20px;
	text-align: center;
}

/* メイン */
#headline {
	margin: 0 0 0 5px;
	display: inline;
	float: left;
	width :360px;
}
#catch {
	margin: 0 0 20px;
}
#catch li {
	margin: 0 0 8px 0;
	line-height: 0;	
}
#newItem {
	clear: both;
	margin: 40px 0 100px 0;
/*	padding: 5px;
	border: 2px solid #ccc;*/
}
#newItem h2 {
	margin: 0 0 10px;
	font-size: 108%;
}
#niBoxL {
	float: left;
	width: 186px;
}
#niBoxL li {
	list-style: disc inside;
}
#niBoxR {
	float:right;
	width: 174px;
}
/* 右サイド */
#innerR {
	float: right;
	width: 200px;
}
#calendar {
	margin: 0 0 20px;
}
/*#calendar #month {
	position: absolute;
	top: -60px;
	right: 0;
}*/

#privacy h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
}
#pmark {
	margin: 4px 0 8px;
}

/* フッター
-------------------------------*/
	
#copy, address {
	text-align: center;
	font-size: 94%;
	letter-spacing: 1px;
}

/* サイトマップ
-------------------------------*/

#ttlTop {
	padding: 5px 10px;
	margin: 0 10px 10px 10px;
	height: 16px;
	background-color: #666;
	color: #fff;
	font-size: 123.1%;
	text-align: left;
	line-height: 16px;
}
#siteTop {
	margin: 0 0 10px 20px;
}
.colA {
	padding: 0 10px 50px 10px;
	float: left;
	width: 248px;
}
.colB {
	margin: 0 0 0 10px;
	padding: 0 10px 50px 10px;
	float: right;
	width: 248px;
}
.colA h3, .colB h3 {
	margin: 0 0 10px 0;
	padding: 2px 10px;
	background-color: #999;
	color: #fff;
}
.colA li, .colB li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
.colA li li, .colB li li {
	margin: 0 0 0 5px;
	border: none;
}
#top a:hover, .colA a:hover, .colB a:hover {
	text-decoration: none;
	color: #f00;
}

/* 404
-------------------------------*/
#custom {
	margin: 0 auto 50px;
	width: 60%;
	}
#search {
	margin: 5px 0;
	padding: 10px;
	border: 2px solid #ccc;
}
#nex {
	margin: 0 150px 50px 0;
	text-align: right;
}

/* カレンダー
-------------------------------*/
div.jqueryCalendar {
	width		: 197px;
}

div.jqueryCalendar a {
	outline		: 0;
	text-decoration	: none;
}

div.jqueryCalendar ul.navi {
	position	: relative;
	width		: 187px;
	height		: 28px;
	margin		: 0;
	padding		: 5px 5px 0;
	background	: url('/images/calendar/sprites.png') -75px 0 no-repeat;
}

div.jqueryCalendar ul.navi li {
	display		: inline;
	margin		: 0;
	padding		: 0;
	list-style	: none;
}

div.jqueryCalendar ul.navi li a {
	display		: block;
	width		: 22px;
	height		: 13px;
	background	: #FFF;
	text-indent	: -9999px;
	overflow	: hidden;
}

div.jqueryCalendar ul.navi li.prev a {
	float		: left;
	background	: url('/images/calendar/sprites.png') 0 -25px no-repeat;
}

div.jqueryCalendar ul.navi li.prev a:hover {
	background-position	: 0 -38px;
}

div.jqueryCalendar ul.navi li.next a {
	float		: right;
	background	: url('/images/calendar/sprites.png') -25px -25px no-repeat;
}

div.jqueryCalendar ul.navi li.next a:hover {
	background-position	: -25px -38px;
}

div.jqueryCalendar div.main {
	padding		: 0 0 5px;
	background	: url('/images/calendar/sprites.png') -272px 100% no-repeat;
}

div.jqueryCalendar div.caption {
	position	: relative;
	width		: 101px;
	height		: 18px;
	margin		: -30px auto 3px;
	padding		: 2px;
	font-size	: 13px;
	line-height	: 18px;
	text-align	: center;
	vertical-align	: middle;
}

div.jqueryCalendar div.main table {
	position	: relative;
	margin		: 0 auto;
	border-collapse	: collapse;
	border-spacing	: 0;
}

div.jqueryCalendar div.main th,
div.jqueryCalendar div.main td {
	width		: 25px;
	height		: 25px;
	padding		: 0;
	border		: 0;
	border-left	: 2px solid #FCFCFC;
	border-bottom	: 2px solid #FCFCFC;
	color		: #666;
	line-height	: 25px;
	text-align	: center;
	vertical-align	: middle;
}

div.jqueryCalendar div.main th {
	height		: 20px;
	line-height	: 20px;
	font-size	: 12px;
}

div.jqueryCalendar div.main td {
	background	: url('/images/calendar/sprites.png') 0 0 no-repeat;
	font-size	: 13px;
}

div.jqueryCalendar div.main table .sun {
	color		: #C14F22;
}

div.jqueryCalendar div.main table .sat {
	color		: #33F;
}

div.jqueryCalendar div.main table .otherMonth {
	color		: #CFCFCF;
}

div.jqueryCalendar div.main table .today {
	background	: url('/images/calendar/sprites.png') -25px 0 no-repeat;
	color		: #FFF;
}

div.jqueryCalendar div.main td.event a,
div.jqueryCalendar div.main td.event span {
	display		: block;
	width		: 25px;
	height		: 25px;
	background	: url('/images/calendar/sprites.png') -50px 0 no-repeat;
	color		: #FFF;
}

div.jqueryCalendar div.main td.event a:hover {
	background-position	: -50px -25px;
}

div.jqueryCalendar div.todayLink {
	padding		: 3px 0;
	font-size	: 13px;
	text-align	: center;
}


