body {
    background-color: white;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HelveticaLTStd-Roman, Helvetica, Arial, sans-serif;
}

div#container {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
}

div#header{
    margin-top: 30px;
}

div#navi{
    margin-top: 30px;
    text-align: left;
}

div#facebook_like_box {
    float: right;
    margin-bottom: 60px;
}

div.center {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border-bottom : 1px solid #dcdcdc;
}

div#shopdata {
    width: 860px;
    padding: 20px;
    margin-bottom: 60px;
    text-align: center;
    border : 1px solid #a9a9a9;
}

div#menu {
    width: 210px;
    float: left;
    padding-tpo: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

div.menu {
    width: 210px;
}

div#pict {
    margin-top: 30px;
}

div#link {
    padding-top: 20px;
    border : 1px solid #a9a9a9;
    margin-bottom: 0px;
}

div#access {
    width: 100%;
    margin-bottom: 60px;
}

div#footer {
    margin-top: 0;
    background-color: #000000;
    color: #ffffff;
}

div.site_box {
    width: 200px;
    height: 150px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    margin-bottom: 15px;
}

h1 {
    text-align: left;
    margin-bottom: 60px;
}

h2 {
    font-size: 21pt;
    font-weight: bold;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    margin-bottom: 45px;
    text-align: center;
}

h3 {
    font-size: 14pt;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

h3.news {
    font-size: 10pt;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-weight: normal;
    color: #ff0000;
    text-align: left;
}

h3.menu {
    font-size: 14pt;
    font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 75px;
}

img{
    border-style: none;
}

img.mb20 {
    margin-top: 30px;
    margin-botom: 6px;
    text-align: center;
}

p {
    text-align: left;
    line-height: 210%;
}

p.center {
    text-align: center;
    font-size: 9pt;
    margin-top: 20px;
}

p.copyright {
    padding-top:30px;
    padding-bottom:30px;
    text-align: center;
    font-size: 9pt;
}

.font10b{
    font-size: 9pt;
}

.font10bm{
    font-size: 9pt;
    margin-left: 15px;
}

.font9r{
    font-size: 9pt;
    text-align: right;
    margin-top: -60px;
    margin-bottom: 90px;
}

.font10{
    font-size: 10pt;
}

.font9{
    font-size: 9pt;
}

.font9g{
    font-size: 9pt;
    color: gray;
}

li.btn_link {
    display:inline;
    font-size: 9pt;
	color: #848484;
}

dl.list1 dt {
    clear: left;
    float: left;
    margin: 0 0 12px;
    font-size: 9pt;
    line-height: 100%;
}

dl.list1 dd {
    margin-bottom: 12px;
    float: right;
    font-size: 9pt;
    text-align: left;
    line-height: 100%;
}

dl.list1 {
    margin-top: 30px;
    margin-bottom: 45px;
}

dl.list2 dt, dl.list3 dt {
    clear: left;
    float: left;
    margin: 0 0 12px;
    font-size: 9pt;
    line-height: 100%;
}

dl.list2 dd, dl.list3 dd {
    margin-bottom: 12px;
    margin-left: 150px;
    font-size: 9pt;
    text-align: left;
    line-height: 100%;
}

dl.list2 {
    margin-bottom: 45px;
    margin-left: 270px;
}

dl.list3 {
    margin-left: 270px;
}







.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

a:link {
	color: #848484;
	text-decoration: none;
}
a:visited {
	color: #848484;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #ff0000;
	text-decoration: underline;
}

a.line:link {
	color: #848484;
	text-decoration: underline;
}
a.line:visited {
	color: #848484;
	text-decoration: underline;
}
a.line:hover {
	color: #ff0000;
	text-decoration: underline;
}
a.line:active {
	color: #ff0000;
	text-decoration: underline;
}

br {
    clear: both;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 6px;
	right: 90px;
}
.pagetop a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #333;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 30px;
}