@charset "utf-8";

/*-----------------------------

　リセットCSS + サイト共通設定

------------------------------*/

/* 全ての要素に対する余白初期値設定 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
	border:0;
}

/* デフォルト文字設定 */
body{
	color:#666666;
	font-family:sans-serif;
	font-size:13px;





	*font-size:small;
	line-height:1.4;
	background-color: #fff100;
}
#main_adress {
	color: #6a3906;
	font-size: medium;
	padding-top: 20px;
}




/* リストマーカーを非表示 */
ul,ol{
	list-style-type:none;
}

/* テーブルセルのボーダーの設定 */ 
table {
	border-collapse: collapse; 
	border-spacing: 0;
}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea { 
	vertical-align: middle;
}


/* デフォルトリンク色の設定 */
a{
	color:#00C4AB;
}

a:hover{
	color:#CCE739;
}

/* 画像リンクの設定 */
a img{
	opacity:1;
	filter: alpha(opacity=100);
}

a:hover img{
	opacity:0.9;
	filter: alpha(opacity=100);
}

/*	clearfix
------------------------------*/
.clearfix:after {/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

* html .clearfix { zoom:1; } /*for IE6*/
*:first-child+html .clearfix { zoom:1; } /*for IE7*/




/*--------------------------

　レイアウト

---------------------------*/
body{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6a3906;
}

/* ページトップ */
.pagetop{
	clear:both;
}
#contents .pagetop a {
	color: #6a3906;
}

/* ヘッダー
---------------------------*/
#header{
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header .inner{
	position: relative;
	clear: none;
	width: 900px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#info{
	float:right;
	width:20em;
	padding:10px;
	background:#fff;
	border:#ccc 1px solid;
}

#info dt{
	clear:left;
	float:left;
	width:6em;
}

#logo{
	height: auto;
	width: 900px;

}



#catch{
	position:absolute;
	left:170px;
	top:50%;
	margin-top:-1em;
	font-size:83%;
}


/* グローバルナビゲーション
---------------------------*/
#gnav{
	background-color: #6a3906;
}

#gnav ul{
	width:900px;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#gnav li{
	float:left;
}

#gnav a{
	display:block;
	width:150px;
	height:40px;
	text-indent:-9999px;
	color:#fff;
	background-image: url(../img/navi.gif);
	background-repeat: no-repeat;
}

#gnav .gnav01 a,
#gnav .gnav06 a{
	width:150px;
}

#gnav .gnav01 a { background-position:0 0; }
#gnav .gnav02 a { background-position:-150px 0; }
#gnav .gnav03 a { background-position:-300px 0; }
#gnav .gnav04 a { background-position:-450px 0; }
#gnav .gnav05 a { background-position:-600px 0; }
#gnav .gnav06 a { background-position:-750px 0; }

#gnav .gnav01 a:hover {
	background-position:0 -40px;
}
#gnav .gnav02 a:hover {
	background-position:-150px -40px;
}
#gnav .gnav03 a:hover {
	background-position:-300px -40px;
}
#gnav .gnav04 a:hover {
	background-position:-450px -40px;
}
#gnav .gnav05 a:hover {
	background-position:-600px -40px;
}
#gnav .gnav06 a:hover {
	background-position:-750px -40px;
}

.home #gnav .gnav01 a {
	background-position:0 -80px;
}
.rinen #gnav .gnav02 a {
	background-position:-150px -80px;
}
.look #gnav .gnav03 a {
	background-position:-300px -80px;
}
.calendar #gnav .gnav04 a {
	background-position:-450px -80px;
}
.business #gnav .gnav05 a {
	background-position:-600px -80px;
}
.access #gnav .gnav06 a {
	background-position:-750px -80px;
}


/* タイトル
---------------------------*/

#title {
	width: 600px;
	margin-bottom: 20px;
	padding-left: 30px;
}

/* 地図
---------------------------*/
#down {
	padding-left: 30px;
}
#map_photo {
	height: 280px;
	width: 400px;
	clear: none;
	margin-left: 80px;
	background-image: url(../img/map_kurumi.gif);
}




/* コンテンツエリア
---------------------------*/
#contents{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 900px;
	float: none;
}

/* パンくず
---------------------------*/
#pankuzu{
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:#ccc 1px dotted;
}

#pankuzu li{
	display:inline;
	font-size:83%;
}

#pankuzu a{
	padding-right:15px;
	background:url(../img/ico_arw01.gif) right center no-repeat;
}

/* メインコンテンツ
---------------------------*/
#main{
	width:660px;
	height: auto;
	float: right;
	margin-top: 25px;
}



/* サイドバー
---------------------------*/
#side{
	width:200px;
	float:left;
	height: auto;
	clear: none;
	margin-top: 30px;
	margin-left: 5px;
}


/* フッター
---------------------------*/



#footer{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #6a3906;
	background-image: url(../img/buhin_kusa.gif);
	background-repeat: repeat-x;
	color: #fcf303;
}
#footer .inner ul li a {
	color: #fcf303;
	background-image: url(../img/icon_arw03.gif);
}


#footer .inner{
	width:900px;
	height: 300px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 35px;
	color: #fcf303;
}

#footer li{
	display:inline;
}

#footer a{
	padding:0 10px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left center;
}

#footer a:hover{
	text-decoration:underline;
}


/*--------------------------

　共有スタイル

---------------------------*/
#footer .inner .icon {
	height: 55px;
	width: auto;
}
#footer .inner .icon .icon01 {
	height: 50px;
	width: 50px;
	float: left;
}
#footer .inner .icon .icon02 {
	float: right;
	height: 55px;
	width: 55px;
}
