@charset "utf-8";
/* CSS Document */

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

HTML5 reset

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}


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

共通設定

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

*{
	margin:0;
	padding:0;
}

html{
	height:100%;	
}

body{
	background:url(images/body-top.jpg) repeat-x;
	height:100%;
}

img{
	border:0;
}

a{
	text-decoration:none;
	color:#FFF;
	text-decoration:none;
	display:block;	/**/
}


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

レイアウト

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

/* ページ全体（700px）をブラウザの中央に配置 */
*{
	margin:0;
	padding::0;
}

#wrap{
	width:800px;
	min-height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	overflow:hidden;
}

*html #wrap{
	height:100%;
}

/* ヘッダ部分（店名ロゴ+メニューナビ） */
header{
	width:700px;
	height:140px;
	padding-top:20px;
	margin:0 auto;
}

header h1{
	height:70px;
	/*padding-top:14px;*/
	background:url(images/logo.jpg) no-repeat;
	text-indent:-9999px;
}

header ul#navi{
	width:700px;
	margin-top:24px;
	list-style:none;
	height:26px;
}

header ul#navi li{
	width:140px;
	height:26px;
	float:left;
	position:relative;
}

header ul#navi li a{
	display:block;
	width:100%;
	height:100%;
}


/* サブメニュー用設定 */

header ul#navi li ul.sub{
	list-style:none;
	position:absolute;	/*サブメニュー/サブメニューのための位置決め*/
	display:none;		/*最初は非表示→マウスオーバーで表示させる*/
	/*background-image:none;*/
	z-index:999;		/* ビジュアルイメージの上にサブメニューが出るように階層を上げた */
}

header ul#navi li ul.sub li{
	width:138px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	float:none;			
	background: #009900;	/*バックグランド：緑色*/
	position:relative;
}

header ul#navi li ul.red li{
	background: #ff0000;	/*バックグランド：赤色*/
	position:relative;
}

header ul#navi li ul.sub li a{
	text-indent:10px;
	line-height:25px;
	color:#FFF;
}

header ul#navi li ul.sub li ul.sub{
	width:140px;
	top:0;
	left:138px;
	position:absolute;
}


/* content関連 */
section#content{
	width:660px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	overflow:hidden;
}

section#content h2{
	width:660px;
	height:60px;
	margin-bottom:50px;
	background:url(images/recommend.gif) no-repeat;
	text-indent:-9999px;
}

section#content article.menu01,
section#content article.menu02 {
	width:580px;
	overflow:hidden;
	margin-left:40px;
	margin-bottom:50px;
}

section#content p{
	line-height:1.6;
}

section#content article.menu01 img{
	border:#ff0000 5px solid;
	margin-right:20px;
	float:left;
}

section#content article.menu01 h3{
	font-size:20px;
	font-weight:bold;
	color:#339900;
	margin-bottom:15px;
}

section#content article.menu02 img{
	border:#339900 5px solid;
	margin-right:20px;
	float:left;
}

section#content article.menu02 h3{
	font-size:20px;
	font-weight:bold;
	color:#ff0000;
	margin-bottom:15px;
}

/* スライドショー */

#container{
	/* naviと同じ幅700px*/
	border:1px solid #ccc;
	margin:60px auto 80px;
	width:660px;
	padding:19px;
	position:relative;　
	z-index:0;
}

#example {
	width:660px;
	height:300px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-24px;
	left:-24px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}


#slides {
	position:absolute;
	xtop:10px;
	xleft:10px;
	z-index:100;
	/*margin:30px 0 0 20px;*/
	width:660px;
	height:300px;
	/*border:#999 1px solid;*/
}

.slides_container {
	width:660px;
	height:300px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container div.slide {
	width:660px;
	height:300px;
	display:block;
	
}


/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	top:130px;
	left:-43px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:679px;
}

/*
	Pagination
*/

.pagination {
	margin:30px auto 0;
	width:100px;
	background:#F60;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0px;
	height:45px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,0.4);
	/*width:540px;*/
	width:660px;
	font-size:1em;
	line-height:41px;
	color:#fff;
	/*border-top:1px solid #000;*/
	text-shadow:none;
}


/* footer関連 */	

footer{
	clear:both;
	background:url(images/footer-bg.gif) repeat-x;
	height:45px;
}
small{
	display:block;	/**/
	color:#FFF;
	text-align:center;
	padding-top:17px;
}
