@charset "shift_jis";

/*		Reset
	--------------------*/
html {
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,
th {
	text-align:left;
}
th,
td {
	vertical-align:top;
}
th {
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
object,
embed {
	vertical-align:top;
}
hr,
legend {
	display:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,
a img,
abbr,
acronym,
fieldset {
	border:0;
}
img {
	vertical-align:top;
}
textarea {
	overflow-y:auto;
}
li {
	list-style:none;
}

/*		LinkColor
	--------------------*/
a:link ,
a:visited {
	color:#00F;
	text-decoration:none;
}
a:hover ,
a:active {
	color:#00F;
	text-decoration:underline;
}

/*		body
	--------------------*/
body {
	background:#FFF url(../images/bg_body.jpg) 0 0 repeat-x;
	color:#000;
	font-size:12px;
	font-family:Verdana,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka;
	line-height:1.5;
	text-align:center;
}
* html body {
	font-size:75%;	/* 10px:63% 12px:75% 14px:88%  for IE6 */
}
* + html body {
	font-family:"メイリオ","Meiryo";
	font-size:75%;	/* 10px:63% 12px:75% 14px:88%  for IE7 */
}
 
/*		#wrap
	--------------------*/
#wrap {
	background:url(../images/bg_wrap.jpg) center 0 no-repeat;
}

/*		#container
	--------------------*/
#container {
	width:820px;
	margin:0 auto;
	text-align:left;
}
#container:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

/*		#head
	--------------------*/
#head {
	height:76px;
}
#head h2 {
	padding:11px 0 7px 10px;
	float:left;
	display:inline;
}
#guide {
	padding:6px 10px 0 0;
	float:right;
	display:inline;
}
#guide li {
	float:left;
	display:block;
}
#head a {
	color:#193653;
}

/*		#visual
	--------------------*/
#visual {
	clear:both;
	margin:0 10px 4px;
}
#title {
	clear:both;
	height:162px;
	margin:0 10px 4px;
}

/*		#nav
	--------------------*/
#nav {
	width:803px;
	height:43px;
	margin:0 8px 0 9px;
}
#nav li {
	display:block;
	float:left;
}
#nav a {
	display:block;
	height:43px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav-top a {
	width:143px;
	background:url(../images/nav.jpg) 0 -43px no-repeat;
}
#nav-top a:hover {
	background:url(../images/nav.jpg) 0 0 no-repeat;
}
#nav-about a {
	width:141px;
	background:url(../images/nav.jpg) -143px -43px no-repeat;
}
#nav-about a:hover {
	background:url(../images/nav.jpg) -143px 0 no-repeat;
}
#nav-menu a {
	width:141px;
	background:url(../images/nav.jpg) -284px -43px no-repeat;
}
#nav-menu a:hover {
	background:url(../images/nav.jpg) -284px 0 no-repeat;
}
#nav-shop a {
	width:116px;
	background:url(../images/nav.jpg) -425px -43px no-repeat;
}
#nav-shop a:hover {
	background:url(../images/nav.jpg) -425px 0 no-repeat;
}
#nav-info a {
	width:115px;
	background:url(../images/nav.jpg) -541px -43px no-repeat;
}
#nav-info a:hover {
	background:url(../images/nav.jpg) -541px 0 no-repeat;
}
#nav-inquiry a {
	width:147px;
	background:url(../images/nav.jpg) -656px -43px no-repeat;
}
#nav-inquiry a:hover {
	width:147px;
	background:url(../images/nav.jpg) -656px 0 no-repeat;
}


/*		#CONTENT
	--------------------*/
#CONTENT {
	clear:both;
	width:780px;
	margin:10px 20px;
}
#CONTENT:after {
	content:".";
	height:0;
	font-size:0px;
	line-height:0;
	clear:both;
	display:block;
	visibility:hidden;
}


/*		#foot
	--------------------*/
#foot {
	clear:both;
	border-top:#5C7A97 1px solid;
	margin-top:20px;
	padding-top:8px;
}

#footNav a {
	color:#333;
}

ul#footNav {
	display:inline;
}

ul#footNav li {
	display:inline;
	padding:0 0px 0 0px;
	margin:0px;
}




#copy {
	width:820px;
	text-align:right;
	margin:20px auto 0;
	color:#666;
	font-size:91.6%;
}

.pagetop {
	text-align:right;
	width:780px;
	clear:both;
}
.pagetop a {
	display:block;
	background:url(../images/pagetop.jpg) 0 center no-repeat;
	width:8.5em;
	float:right;
	margin:15px 0;
}
#top {
	height:0;
	width:0;
	overflow:hidden;
}


