﻿@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 0 0 8px;
	clear: both;
	width: 608px;
	height: 6px;
	background-color: #999;

}
* html .border {
	margin: 0 0 0 8px;
	clear: both;
	width: 608px;
	height: 6px;
	background-color: #999;
	font-size: 0%;
	overflow: hidden;
}

/* メインコンテンツ
-------------------------------*/

/* 左サイド */
#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 40px 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 40px;
	text-align: center;
}
#privacy h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
}
#pmark {
	margin: 4px 0 8px;
}

/* メイン */
#headline {
	margin: 0 0 0 5px;
	display: inline;
	float: left;
	width :360px;
}
#headline li {
	margin: 0 0 8px 0;
	line-height: 0;	
}

/* 右サイド */
#innerR {
	float: right;
	width: 190px;
}
#calendar {
	margin:0 0 8px 0;
	position:relative;
	width: 100%;
}
#calendar #month {
	position: absolute;
	top: -60px;
	right: 0;
}

/* フッター
-------------------------------*/
	
#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;
}