@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");



/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #000 url(images/img-body-bg.jpg) center repeat-y;
}

*:first-child+html body {
padding-left: 1px;
}

.layout-1column #wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/img-index-bg.jpg) top center no-repeat;
}

.layout-2column-left #wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(images/img-wrapper-bg.jpg) top center no-repeat;
}

#wrapper-inner {
    width: 860px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    background: none;
    text-align: left;
    color: #fff
}

#content {
    width: 650px;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

.layout-2column #article {
    float: none;
}

.layout-2column #article {
    clear: both;
}

.layout-2column #article #left,
.layout-2column #article #right {
    display: inline;
    float: left;
}

.layout-1column #article {
    clear: both;
}


/* レイアウト・2カラム右サイドバー */

.layout-2column-right #article {
    width: 600px;
}

.layout-2column-right #aside {
    width: 200px;
}

/* レイアウト・2カラム左サイドバー */

.layout-2column-left #article {
    width: 650px;
}

/* レイアウト・2カラム等幅 */

.layout-2column #article #left {
    width: 400px;
}

.layout-2column #article #right {
    width: 400px;
}

/* レイアウト・1カラム */

.layout-1column #article {
    width: 860px;
}




/* style ----------------------------------------------------------------- */


a { color: #0000cc; text-decoration: underline;outline: none;}
a:hover { text-decoration: none; }
a:hover img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }


#header {
    margin: 0;
    padding: 0;
    height: 120px;
}

.layout-1column #header {
    margin: 0;
    padding: 0;
    height: 200px;
}

.layout-1column #header h1.description {
    float: right;
    margin: 30px 0 0 0;
	padding: 0 20px 0 0;
    font-size: 85%;
    color: #999;
}

.layout-1column #header h2,
.layout-1column #header p {
    display: none;
}

#header h1 {
    margin: 0;
    float: left;
}

#header h1 a {
    margin-left: 15px;
    display: block;
    height: 112px;
    width: 150px;
    text-indent: -9999px;
    text-decoration: none;
    border: 0;
    overflow: hidden;
}

#header h1 a:hover {
    background: url(images/img-logo-alt.jpg) no-repeat;
}

#header p.description {
    float: right;
    margin: 30px 0 0 0;
	padding: 0 20px 0 0;
    font-size: 85%;
    color: #999;
}

#banner {
    margin: 0;
    border: 0;
}

.layout-2column-left #nav {
top: 80px;
left: 1px;
    width: 209px;
}

.layout-1column #nav {
	float: left;
    left: 1px;
    width: 209px;
	margin-bottom: 100px;
}

#nav {
    background: none;
    margin: 0;
    padding: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0 0 10px 0;
    padding: 0;
    height: 35px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    padding: 0;
    display: block;
    background: none;
    height: 35px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(images/img-nav01.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 135px;
}

#nav ul li.nav02 a {
    background: url(images/img-nav02.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 135px;
}

#nav ul li.nav03 a {
    background: url(images/img-nav03.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 135px;
}

#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
  background-position: 0 -35px;
}

.layout-1column #nav ul li {
    margin: 0 0 20px 0;
    padding: 0;
    height: 40px;
    border: 0;
    list-style: none;
	vertical-align: top;
}

.layout-1column #nav ul li a {
    padding: 0;
    display: block;
    background: none;
    height: 40px;
    border: 0;
}

.layout-1column #nav ul li.nav01 a {
    background: url(images/img-index-nav01.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 149px;
}

.layout-1column #nav ul li.nav02 a {
    background: url(images/img-index-nav02.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 149px;
}

.layout-1column #nav ul li.nav03 a {
    background: url(images/img-index-nav03.gif);
    left top no-repeat;
    text-indent: -9999px;
    width: 149px;
}

.layout-1column #nav ul li.on,
.layout-1column #nav ul li.on a,
.layout-1column #nav ul li a:hover {
  background-position: 0 -40px;
}

#content {
    margin: -200px 0 0 210px;
}

#article {
    margin: 0;
    padding: 0;
}

.layout-1column #article {
    margin: 0 0 0 0;
    padding: 0;
	clear: both;
	overflow: hidden;
}


#article h2 {
    margin: 0 0 0 1px;
    padding: 0;
    border-top: 10px solid #0f0f0f;
    border-bottom: 5px solid #0f0f0f;
    width: 648px;
    height: 75px;
}

#article .section {
    margin: 30px 30px 0 30px;
    overflow: hidden;
}

.layout-1column #article .index-info {
    margin: 0 0 0 0;
	padding: 0 0 0 30px;
    width: 430px;
	float: left;
}

.layout-1column #article .index-info h3 {
    float: left;
	margin: 30px 0 0 0;
	padding: 0;
}

.layout-1column #article .index-info ul {
    float: left;
    width: 300px;
    padding: 15px 0 5px 20px;
    margin: 20px 0 0 20px;
    font-size: 75%;
    border-left: 1px solid #333;
}

.layout-1column #article .index-info li,
.layout-1column #article .index-info li a {
    list-style: none;
    text-decoration: none;
    color: #fff;
    margin-bottom: 5px;
}

.layout-1column #article .index-info li a:hover {
    color: #666;
}


.layout-1column #latest-entry {
    float: right;
    width: 260px;
    margin-top: -20px;
}

.layout-1column #latest-entry .index-blog {
    margin: 0 0 0 0;
	padding: 0 0 0 0;
    width: 240px;
	height: 240px;
	float: left;
	background: url(images/img-index-blog-bg.gif) no-repeat;
}

.layout-1column #latest-entry .index-blog h3 {
	margin: 0 0 0 0;
	padding: 0;
}

.layout-1column #latest-entry .index-blog ul {
    width: 208px;
    padding: 0 0 0 0;
    margin: 10px 16px;
    font-size: 75%;
}

.layout-1column #latest-entry .index-blog li,
.layout-1column #latest-entry .index-blog li a {
    list-style: none;
    text-decoration: none;
    color: #fff;
    margin-bottom: 5px;
}

.layout-1column #latest-entry .index-blog li a:hover {
    color: #666;
}


#mailmagazine {
	margin: 0 0 0 0;
	width: 360px;
	height: 140px;
	background: url(images/img-mailmagazine-bg.png) no-repeat;
	color: #ccc;
	overflow: hidden;
	text-align: left;
	line-height: 1.2;
	float: left;
}

#mailmagazine h4 {
	font-size: 70%;
	font-weight: normal;
	margin: 32px 0 0 66px;
}

#mailmagazine #mail-pc {
	width: 170px;
	margin: 32px 0 0 0;
	padding: 0 0 0 16px;
	float: left;
}

#mailmagazine #mail-pc p {
	font-size: 70%;
	margin: 0 0 3px 0;
}

#mailmagazine #mail-pc form {
	margin: 0;
}

#mailmagazine #mail-mobile {
	width: 140px;
	margin: 20px 0 0 0;
	padding: 0 0 0 16px;
	float: left;
}

#mailmagazine #mail-mobile img {
	float: right;
	margin: 0 0 0 5px;
}

#mailmagazine #mail-mobile p {
	font-size: 70%;
	margin: 13px 0 0 0;
}

#article .section h3,
#article .section h3 a {
clear: both;
    color: #cc3300;
    font-family: 'ＭＳ 明朝';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

#article .section p {
    font-size: 80%;
    line-height: 1.6;
}

#article .section .date {
    color: #999;
    font-family: 'Myriad Pro';
    font-size: 85%;
    line-height: 1;
    margin: 0 0 3px 0;
    padding: 0;
    background: none;
}

#article .information p {
    background: url(images/img-info-p-bg.gif) left repeat-y;
    padding-left: 15px;
}

#article .menu {
    margin: 30px 0 0 30px;
_margin: 30px 15px 0 15px;
    float: left;
    width: 275px;
}

#article .menu .notice {
    border: 1px solid #383838;
    padding: 10px;
margin: 10px 0 0 0;
color: #999;
}

#article .section .menu-detail {
    width: 275px;
    background: url(images/img-info-p-bg.gif) left repeat-y;
    padding-left: 15px;
    font-size: 80%;
    line-height: 1.6;
}

#article .section .menu-detail table {
    width: 260px;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

#article .section .menu-detail table th {
    margin: 0;
    padding: 0 10px 0 0;
    border: 0;
    text-align: left;
    font-weight: normal;
}

#article .section .menu-detail table td {
    margin: 0;
    padding: 0;
    border: 0;
text-align: right;
}


#article .shop p {
    background: url(images/img-info-p-bg.gif) left repeat-y;
    padding-left: 15px;
}

#article .section .shop-detail {
    float: left;
    width: 275px;
    background: url(images/img-info-p-bg.gif) left repeat-y;
    padding-left: 15px;
    font-size: 80%;
    line-height: 1.6;
}

#article .section .shop-detail table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

#article .section .shop-detail table th {
    margin: 0;
    padding: 0 10px 0 0;
    border: 0;
    text-align: left;
    font-weight: normal;
}

#article .section .shop-detail table td {
    margin: 0;
    padding: 0;
    border: 0;
}

#article .section .access-map {
    background: url(images/img-info-p-bg.gif) left repeat-y;
    padding-left: 15px;
    font-size: 80%;
    line-height: 1.6;
}

#pagetop {
    margin: 100px 30px 20px 0;
}

#footer {
    width: 648px;
    background: url(images/img-footer-bg.gif);
    margin: 0 0 0 211px;
    border-top: 5px solid #0f0f0f;
    border-bottom: 10px solid #0f0f0f;
}

.layout-1column #footer {
    width: 800px;
    background: none;
    margin: -20px 30px 0 30px;
    border: 0;
	clear: both;
}

#footer p {
    text-align: right;
    font-size: 85%;
    color: #777;
    padding: 10px 30px 0 0;
    line-height: 1.4;
}

.layout-1column #footer p {
    text-align: right;
    padding: 20px 0 0 0;
}

#footer p.copyright {
    padding: 0 30px 20px 0;
    color: #555;
    font-size: 75%;
    font-family: 'Myriad Pro';
}

.layout-1column #footer p.copyright {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 75%;
    font-family: 'Myriad Pro';
}


#footer ul {
    width: 650px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline;
    margin-left: -1px;
    padding: 0 7px 0 11px;
    border-left: 1px #333333 solid;
    list-style-type: none;
}


/* image ----------------------------------------------------------------- */

.img-left {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px solid #f5f5f5;
}

.img-right {
    float: right;
    margin: 0 0 10px 10px;
    border: 3px solid #f5f5f5;
}


/* text ----------------------------------------------------------------- */

.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.underline { text-decoration: underline; }

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }



