/* 基本指定 */
body{
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}
p.clr{
	clear: both;
}
div,h1,h3,h5,img{
	border: 0px;
}
/* 文字指定 */
p{
	color: #494949;
	font-size: 12px;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック";
	letter-spacing: 1pt;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
}
span{
	color: #494949;
	font-size: 11px;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック";
	letter-spacing: normal;
	margin: 0px;
	padding: 0px;
}

/* 上から順番に指定 */
/* ラップ */
div#wrap{
	width: 700px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* ヘッダー */
div#head{
	width: 700px;
	height: 77px;
	margin: 0px;
	padding: 0px;
}
div#head h1{
	margin: 0px;
	padding: 0px;
}
/* イメージフラッシュ */
div#flash{
	width: 700px;
	height: 140px;
	margin: 0px;
	padding: 0px;
}

/* コンテンツ全体 */
div#cont{
	background: url('img/bccont.gif') repeat-y;
	width: 700px;
	height: auto;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
/* コンテンツ内容1〜4 */
div.con{
	width: 700px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
/* コンテンツ左側 */
img.kao{
	float: left;
	width: 91px;
	height: 130px;
	margin: 20px 0px 0px 20px;
	padding: 0px;
}
div#hak{
	float: left;
	width: 112px;
	height: auto;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	text-align: right;
}
img#alamat{
	width: 98px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
/* コンテンツ右側 */
div.setsumei{
	float: right;
	width: 530px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
h3{
	width: 525px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}
/* TATTO例画像 */
div#rei{
	float: left;
	width: 400px;
	height: 45px;
	margin: 7px 0px 0px 10px;
	padding: 0px;
}
p#motto{
	float: right;
	width: 100px;
	height: 15px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	color: #494949;
	font-size: 11px;
	font-family: "ＭＳ Ｐゴシック";
}
/* TATTOOメニューと予約 */
h5{
	color: #393939;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 1pt;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 5px;
	font-family: "ＭＳ Ｐゴシック";
}
div#yoyaku{
	width: 500px;
	height: 20px;
	font-size: 16px;
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/* フッター */
div#foot{
	background: url('img/bcfoot.gif') repeat-x;
	width: 700px;
	height: 29px;
	margin: 0px;
	padding: 0px;
}
p#copy{
	color: #666666;
	font-size: 10px;
	line-height: 130%;
	letter-spacing: normal;
	margin: 0px;
	padding: 10px 5px 0px 0px;
	text-align: right;
}

/* 文字リンクの色が変わるところ */
/* もっと見る */
p#motto a:link{
	color: #006600;
	text-decoration: none;
}
p#motto a:visited{
	color: #006600;
	text-decoration: none;
}
p#motto a:hover{
	color: #ff3300;
	text-decoration: none;
}
p#motto a:active{
	color: #ff3300;
	text-decoration: none;
}
/* 他ページへのリンク */
p.page a:link{
	color: #006600;
	text-decoration: none;
}
p.page a:visited{
	color: #006600;
	text-decoration: none;
}
p.page a:hover{
	color: #ff3300;
	text-decoration: none;
}
p.page a:active{
	color: #ff3300;
	text-decoration: none;
}
/* 予約フォームへ誘導 */
div#yoyaku a:link{
	color: #ff3300;
	text-decoration: none;
}
div#yoyaku a:visited{
	color: #ff3300;
	text-decoration: none;
}
div#yoyaku a:hover{
	color: #006600;
	text-decoration: none;
}
div#yoyaku a:active{
	color: #006600;
	text-decoration: none;
}

/* 営業休止中の文字指定 */
p#kyuushi{
	color: #333333;
	font-size: 16px;
	line-height: 130%;
	font-family: "ＭＳ Ｐゴシック";
	letter-spacing: 1pt;
	margin: 20px;
	padding: 10px 0px 0px 15px;
}
