@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
        letter-spacing:0.1em;
	color: #333333;
	background: #FCE5DF url(../gif/n001.gif) top center repeat-x;
	text-align: center;
}
a:{ text-decoration: none; 
}
a:link { color: #333333; text-decoration: none;
 }
a:visited { color: #660066; text-decoration: none;
 }
a:hover { color: #333333; text-decoration: underline;
 }
a:active { color: #ff0000; text-decoration: underline;
 }
a img { border: none;
 }
img {
	border: none;
}
/* ヘッダー、ロゴ、ラッパー
---------------------------------------------*/
#header {
        position: relative;
	width: 100%;
	text-align: left;
}

#header h1 {
	position: absolute;
	font-weight: normal;
	left: 8px;
}
#header h2 {
	position: absolute;
	left: 64px;
	font-weight: normal;
}

#info {
	position: absolute;
	margin-top: -65px;
	left: 400px;
}
#wrapper {
	width: 848px;
	background: #FFFFFF;
        margin: 0 auto;
	text-align: left;
	background: #FFFFFF url(../gif/n006.gif) left top no-repeat;
}
/* ナビゲーション
---------------------------------------------*/
#globalNav {
	position: absolute;
	top: 87px;
	width: 848px;
	height: 33px;
	list-style-type: none;
}
#globalNav li {
	float: left;
	width: 121px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../gif/n005.gif);
	color: #FFFFFF;
}
#menu {
	font-size: 88%;
	padding: 5px 5px;
	margin: 0;
	color: #999999;
}
/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -121px 0; }
	#nav03 a { background-position: -242px 0; }
	#nav04 a { background-position: -363px 0; }
	#nav05 a { background-position: -484px 0; }
	#nav06 a { background-position: -605px 0; }
	#nav07 a { background-position: -726px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -121px -66px; }
	#nav03 a.stay { background-position: -242px -66px; }
	#nav04 a.stay { background-position: -363px -66px; }
	#nav05 a.stay { background-position: -484px -66px; }
	#nav06 a.stay { background-position: -605px -66px; }
	#nav07 a.stay { background-position: -726px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -121px -33px; }
	#nav03 a:hover { background-position: -242px -33px; }
	#nav04 a:hover { background-position: -363px -33px; }
	#nav05 a:hover { background-position: -484px -33px; }
	#nav06 a:hover { background-position: -605px -33px; }
	#nav07 a:hover { background-position: -726px -33px; }

/* メインイメージと2段組
---------------------------------------------*/
#content {
	position: relative;
	overflow: auto !important;
	overflow /**/: hidden;
	top: 32px;
	border-top: 3px solid #CCFF66;
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 30px;
}
/* キャンペーン
---------------------------------------------*/
#campaign {
	text-align: center;
	margin: 0px 0px 0px 0px;

}
#campaign h3 {
	background: url(../gif/n013.gif) left no-repeat;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 7px 28px;
	color: #333333;
	margin: 10px 0px 70px 15px;
        line-height: 1.5;
	font-size: 120%;
}
/* フッター
---------------------------------------------*/
#footer {
        position: relative;
	width: 100%;
	clear: both;
	padding: 10px 0 30px 0;
	text-align: center;
	background: #EF858C;
}
#footer p {
	margin: 0px 0px 10px 0px;
}
/* 印刷ボタン
---------------------------------------------*/
#print {
	position: absolute;
	right: 30px;
	top: 25px;
}
#text1 {
	position: absolute;
	left: 70px;
	top: 70px;
}
#text2 {
	position: absolute;
	left: 70px;
	top: 90px;
}
#text3 {
	position: absolute;
	left: 80px;
	top: 110px;
}
#text4 {
	position: absolute;
	left:70px;
	top: 110px;
}