/* -------------- ブラウザスタイルを初期化 -------------- */

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;
}

img {
	padding: 0;
	vertical-align: top;
	border:0;
}

/* -------------- 文字組設定 -------------- */

body {
	font-size: 12px;
	font-family:  "Times New Roman", "ヒラギノ明朝 Pro W3", "MS P 明朝", serif;
	line-height:175%;
	list-style-position:inside;
}
/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: Times New Roman, "MS P 明朝", serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}
/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: Times New Roman, "MS P 明朝", serif;
	letter-spacing: 1px;
}
.clear {
	height: 0px;
	overflow:hidden;
	clear: both;
}


/* -------------- ハイパーリンク設定 -------------- */

a:link {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}

a:active {
	color:#990000;
	text-decoration:underline;
}

a:visited {
	color:#990000;
	text-decoration:none;
}

/* -------------- 基本構成 -------------- */

body {
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.gif) left top no-repeat;
}

div#content {
	width: 800px;
	background: url(../images/content_bg.gif) left top repeat-y;
	zoom: 100%;
}
div#content:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}

h1 {
	width: 100%;
	height: 370px;
	background-color: #000000;
}

/* -------------- グローバルナビ -------------- */

div#globalNavi {
	width: 800px;
	height: 58px;
	background: url(../images/global-navi_bg.gif) left top no-repeat;
}
div#globalNavi ul {
	margin-left: 226px;
	list-style-type:none;
}
div#globalNavi ul li {
	float:left;
	display:inline;
}
div#globalNavi ul li a {
	width:84px;
	height:58px;
	display:block;
	background-repeat:no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
a.globalNavi01 {
	background-image:url(../images/global-navi_01.gif);
	background-position:left 0px;
}
a.globalNavi01:hover {
	background-position:left -58px;
}
a.globalNavi02 {
	background-image:url(../images/global-navi_02.gif);
	background-position:left 0px;
}
a.globalNavi02:hover {
	background-position:left -58px;
}
a.globalNavi03 {
	background-image:url(../images/global-navi_03.gif);
	background-position:left 0px;
}
a.globalNavi03:hover {
	background-position:left -58px;
}
a.globalNavi04 {
	background-image:url(../images/global-navi_04.gif);
	background-position:left 0px;
}
a.globalNavi04:hover {
	background-position:left -58px;
}
a.globalNavi05 {
	background-image:url(../images/global-navi_05.gif);
	background-position:left 0px;
}
a.globalNavi05:hover {
	background-position:left -58px;
}
a.globalNavi06 {
	background-image:url(../images/global-navi_06.gif);
	background-position:left 0px;
}
a.globalNavi06:hover {
	background-position:left -58px;
}

div#subNavi {
	margin-left: 29px;
	padding-bottom: 28px;
	width: 130px;
}
div#subNavi ul {
	list-style-type:none;
}
div#subNavi ul li {
	display:inline;
}
div#subNavi ul li a {
	width:130px;
	height:28px;
	display:block;
	background-repeat:no-repeat;
	text-indent:-500px;
	overflow:hidden;
}

div#contentTop {
	width:100%;
	background: url(../images/top_bg.gif) left top no-repeat;
}
div#contentTopBottom {
	padding: 20px 0px 30px 60px;
}

ul#shopPhoto {
	width: 500px;
	height: 150px;
	list-style-type:none;
}
ul#shopPhoto li {
	float: left;
	margin-right: 25px;
	width: 150px;
	height: 150px;
}
ul#shopPhoto li.right {
	margin-right: 0px;
}
ul#shopPhoto li img {
	width: 140px;
	height: 140px;
	border:5px solid #F0F0F0;
}

ul.rss {
	margin-bottom: 30px;
	list-style-type: none;
}
ul.rss li {
	display:block;
	text-align:left;
	text-indent:14px;
	background: url("../images/arrow.gif") center left no-repeat ;
}