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

html,body {
	height: 100%;
	width: 100%;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	background-color: #FFFFFF;
}

a {
	color: #0066CC;
	overflow: hidden;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}
a:hover {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	text-decoration: none;
}
a img {
	text-decoration: none;
	border: none;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; }


h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	padding: 0px;
	margin-bottom: 0.5em;
}



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

Universal styles

-----------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

.clr { clear: both; }


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

コンテンツ

-----------------------------------------*/
#container {
	border: 1px solid #ca002b;
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 30px;
}
#header {
	padding-left: 19px;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 10px;
	width: 720px;
}
#shop-name {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 720px;
	text-indent: -9999px;
}
#contentbody {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ca002b;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 350px;
	background-image: url(images/shop-photo.jpg);
	background-repeat: no-repeat;
	background-position: 20px 35px;
	padding-right: 0px;
}
#info { list-style-type: none; }
#freedial {
	background-image: url(images/freedial.gif);
	background-repeat: no-repeat;
	height: 34px;
	width: 325px;
	text-indent: -9999px;
	margin-top: 10px;
}
#banner {
	background-image: url(images/kinoshita-banner.gif);
	background-repeat: no-repeat;
	height: 65px;
	width: 400px;
	margin-top: 15px;
}
#banner a {
	display: block;
	height: 65px;
	width: 400px;
	text-indent: -9999px;
	border: none;
}
