﻿@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      module.css
 Author:         Softcook
 Style Info:     ヘッダー、フッター、ナビ関係
----------------------------------------------------------- */

/* 共通部分（ナビゲーション、ヘッダー、フッター、ページトップへ）
----------------------------------*/

html {
	background:#FCFBF1 none repeat scroll 0 0;
}


/* #headWrapper 　ヘッダー包む
----------------------------------------------------------- */
#headWrapper {
	background-color: #FDFDFD;
	background-image: url(../img/head_bg.gif);
	background-repeat: repeat-x;
	min-height: 144px;
	margin: 0 0 30px 0;
	padding: 0;
}


/* #headヘッダー
----------------------------------------------------------- */
#head {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	min-height: 144px;
}

/* #utnav
----------------------------------------------------------- */
#head #utnav {
	text-align: right;
	font-size: x-small;
	margin: 0;
	padding: 5px 8px;
}

#head #utnav a {
	color: #666666;
	text-decoration: underline;
}

#head #utnav a:hover {
	color: #999999;
	text-decoration: none;
}

/*
#head #utnav li {
	display: inline;
}*/

#head address {
	background: transparent url(../img/tel_contact.gif) no-repeat scroll right top;
	height: 69px;
	margin: 5px 0;
	text-indent: -9999em;
}


#siteinfo {
	background-color: #F3ECCD;
	text-align: right;
	font-size: 10px;
	/*font-weight: bold;*/
	margin: 0;
	padding: 1px 8px;
}

.bg_icon {
	background: transparent url(../img/icon_print.gif) no-repeat scroll left center;
	line-height: 15px;
	padding: 0 0 0 13px;
}

/* #gnavグローバルナビゲーション
----------------------------------------------------------- */
#head #gnav {
	float: left;
	height:110px;
	overflow:hidden;
	margin:0;
}

* html #head #gnav {
	height: 1%;
}

#head #gnav li {
	float: left;
}


/* .pagetop ページトップへ
----------------------------------------------------------- */

#page .pageTop {
	bottom:0;
	height:26px;
	left:0;
	margin:0;
	position:fixed;
	text-align:right;
	width:100%;
}

#page .pageTop a {
	margin: 0 15px 0 0;
}



/* #footer  フッター
----------------------------------------------------------- */
#footerWrapper {
	margin: 0;
	padding: 10px 0;
	background-color: #FFFFF5;
	border-top: 1px solid #e8e8e8;
	clear: both;
}

#footer {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#footer ul {
	margin-top: 15px;
	padding: 0 20px;
}

#footer ul li {
	display: inline;
	margin: 0 5px;
}

#footer ul li a {
	color: #333333;
	text-decoration: underline;
}

#footer ul li a:hover  {
	color: #333333;
	text-decoration: none;
}

#footer .copyright {
	text-align: center;
	margin: 10px 0;
	padding: 15px 0;
}


