@charset "utf-8";


/*　共通
----------------------------------------------------*/

/* スクロールバーの有無によるズレ対策 */

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	font: 12px/1.5 "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #000;
}

/* for IE6 */

* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
}

* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}


/* 定義
----------------------------------------------------*/

h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

ul,ol {
	list-style: none;
}

table {
	border-collapse: collapse;
}

/*　共通
----------------------------------------------------*/

div.wrap {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

/*　ナビゲーション　*/

ul.sprite {
	margin: 0px;
	padding: 0px;
}

ul.sprite li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.sprite li a {
	display: block;
	outline: none;
	text-decoration: none;
	text-indent: -9999px;
	width: auto;
}

/* リンク
----------------------------------------------------*/
	
a:link {
	color:#000;
}
	
a:active {
	color:#006699;
}
	
a:visited {
	color:#666666;
}
	
a:hover {
	color:#E20A16;
}

/*　アイコン　*/

.icon {
	padding-left: 0.2em;
}

/* for IE6 */

* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/*==================================================================================================================*/

/*　ヘッダー
----------------------------------------------------*/

#header {
	width: 100%;
	text-align: left;
	padding-top: 14px;
	padding-bottom: 35px;
	overflow: hidden;
	display: block;
	clear: both;
	line-height: normal;
}
#header .wrap {
	display: block;
	height: 80px;
}


#header .logo {
	height: 29px;
	width: 298px;
	float: left;
	display: block;
}

#header .text {
	margin-bottom: 30px;
	color: #FFF;
}

/* ボタン部分*/

#gu-nav {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 200px;
	background: url(../img/btn2.jpg) no-repeat left -20px;
}

#gu-nav li {
	height: 20px;
}

#gu-nav li a {
	height: 20px;
}

/* ボタン　ロールオーバー up */

#gu-nav li#nav-company a {
	background: url(../img/btn2.jpg) no-repeat left top;
	width: 94px;
}

#gu-nav li#nav-contact a {
	background: url(../img/btn2.jpg) no-repeat -94px top;
	width: 104px;
}

/* ボタン　ロールオーバー down */

#company #gu-nav li#nav-company a {
	background: url(../img/btn2.jpg) no-repeat left -20px;
	width: 94px;
}

#contact #gu-nav li#nav-contact a {
	background: url(../img/btn2.jpg) no-repeat -94px -20px;
	width: 104px;
}

/*==================================================================================================================*/


/*　グローバルナビ
----------------------------------------------------*/

#gl-nav {
	margin: 0px auto;
	height: 60px;
	width: 900px;
	background: url(../img/btn1.jpg) no-repeat left -60px;
}

#gl-nav li {
	height: 60px;
}

#gl-nav li a {
	height: 60px;
}


/*　グローバルナビ　a　*/

#gl-nav li#nav-home a {
	background: url(../img/btn1.jpg) no-repeat left top;
	width: 106px;
}

#gl-nav li#nav-info a {
	background: url(../img/btn1.jpg) no-repeat -106px top;
	width: 126px;
}

#gl-nav li#nav-sakedukuri a {
	background: url(../img/btn1.jpg) no-repeat -232px top;
	width: 196px;
}

#gl-nav li#nav-housyukukai a {
	background: url(../img/btn1.jpg) no-repeat -428px top;
	width: 108px;
}

#gl-nav li#nav-access a {
	background: url(../img/btn1.jpg) no-repeat -536px top;
	width: 161px;
}

#gl-nav li#nav-shopping a {
	background: url(../img/btn1.jpg) no-repeat -697px top;
	width: 203px;
}

/*　グローバルナビ　hover　*/

#home #gl-nav li#nav-home a {
	background: url(../img/btn1.jpg) no-repeat left -60px;
	width: 106px;
}

#info #gl-nav li#nav-info a {
	background: url(../img/btn1.jpg) no-repeat -106px -60px;
	width: 126px;
}

#sakedukuri #gl-nav li#nav-sakedukuri a {
	background: url(../img/btn1.jpg) no-repeat -232px -60px;
	width: 196px;
}

#housyukukai #gl-nav li#nav-housyukukai a {
	background: url(../img/btn1.jpg) no-repeat -428px -60px;
	width: 108px;
}

#access #gl-nav li#nav-access a {
	background: url(../img/btn1.jpg) no-repeat -536px -60px;
	width: 161px;
}

#shopping #gl-nav li#nav-shopping a {
	background: url(../img/btn1.jpg) no-repeat -697px -60px;
	width: 203px;
}

/*==================================================================================================================*/

/*　コンテンツ
----------------------------------------------------*/

#container {
	width: 100%;
	background: #1C1111 url(../img/bg1.jpg) repeat-x left top;
}

#contents {
	float: left;
	width: 920px;
	min-height:500px;
	background: #D6D0B1 url(../img/bg3.jpg) no-repeat left top;
	padding: 30px 0px;
}

#ca-ti {
	margin: 0px 30px;
	text-indent: -9999px;
}

h2.base {
	text-indent: -9999px;
	height: 40px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}


/*　page-top　*/

#page-top {
	width: 910px;
	padding: 25px 5px 10px;
	margin: 0px;
	clear: both;
	overflow: hidden;
	background: url(../img/bg2.jpg) repeat-x left top;

}

#page-top p {
	height: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 81px;
	float: right;
	line-height: 0px;
}

#page-top p a {
	height: 10px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	background: url(../img/btn_page-top.gif) no-repeat left top;
	width: 81px;
}


/*　ロールオーバー　hover　*/

#page-top a:hover {
	background: url(../img/btn_page-top.gif) no-repeat left -10px;
}

/*==================================================================================================================*/

/*　フッタ
----------------------------------------------------*/

#footer {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 25px 0px;
	display: block;
	border-top: 3px solid #7A4B07;
	color: #FFF;
	background: #000;
}

#footer div.wrap {
}

#footer .address {
	margin-bottom: 1.5em;
}

#copyright {
	margin-bottom: 10px;
}

#footer .le p.text {
	background: url(../img/footer_img1.gif) no-repeat left top;
	text-indent: -9999px;
	height: 13px;
	width: 688px;
	line-height: normal;
}


/*　ナビ　*/

#footer .nav {
	width:920px;
	text-align:center;
	clear: both;
	padding-bottom: 23px;
}

#footer .nav ul {
	display:inline;
	border-left:1px solid #FFF;
	margin: 0px;
	padding: 0px;
}

#footer .nav li {
	display:inline;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #FFF;
	font-size: 11px;
}

#footer .nav a {
	color: #FFF;
}

#footer .nav a:hover {
	color:#F00;
}
