@charset "UTF-8";

/*=============================================
全体構造
=============================================*/
*{
	padding:0;
	margin:0 auto;
	font-size:12px;
	line-height:1.3em;
	color:#300;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

a{
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;	
	color:#630;
}



br.clear{
	clear:both;
}

hr{
	color:#993;
}

b{
	color:#099;
	font-size:14px;
	font-weight:bold;
}

body{
	margin:0 auto;
	background-color:#FFF;
}

#container{
	margin:0 auto;
	width:820px;
	background-color:#9F9;
	background:url(../img/bg.jpg) repeat-y;
}

#header{
	margin-left:10px;
	float:left;
	width:800px;
	height:230px;
}

#headerImg{
	margin:0 auto;
	width:950px;
	height:230px;
	background:url(../img/header.jpg) no-repeat;
}

p#pan{
	margin:10px 0 0 30px;
	
}

/*=============================================
メインレイアウト
=============================================*/

#left{
	float:left;
	margin:20px 0 0 35px;
	width:580px;
}

#boxA{
	position:relative;
	float:left;
	width:580px;
	height:370px;
}

#boxB{
	float:left;
	margin-top:20px;
	width:580px;
}

p.line{
	float:left;
	width:580px;
	height:2px;
	background:url(../img/line.jpg) repeat-x;
}

#shop{
	float:left;
	width:260px;
}

#video{
	float:left;
	margin-left:20px;
	width:300px;
}

#right{
	float:right;
	margin:20px 35px 0 0;
	width:150px;
	/*border:2px dotted #def4fe;*/
	background:#def4fe;
}

#right p{
	padding:10px;
	color:#099;
}

#right p a{
	padding:10px;
	color:#099;
}


/*=============================================
　boxA
=============================================*/

p.title{
	position:absolute;
	top:0;
	left:0;	
	width:90px;
	height:60px;
}

span#fontPNK{
	color:#F06;
	font-size:24px;
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
}

span#fontORG{
	color:#F60;
	font-size:24px;
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
}

p.kg{
	position:absolute;
	top:7px;
	left:100px;
	font-size:12px;
	color:#F06;

}

p.name{
	position:absolute;
	top:40px;
	left:100px;
	font-size:14px;
}

p.photoBefore{
	position:absolute;
	top:75px;
	left:0;
	width:100px;
	height:290px;
}

p.photoAfter{
	position:absolute;
	top:75px;
	left:215px;
	width:100px;
	height:290px;
}

p.beforeTextA{
	position:absolute;
	top:90px;
	left:120px;
	text-align:center;
}

p.yajirushi{
	position:absolute;
	top:150px;
	left:100px;
	width:104px;
	height:38px;
	background:url(../img/yajirushi.jpg) no-repeat;
}

p.beforeTextB{
	position:absolute;
	top:210px;
	left:120px;
	text-align:center;
}

#textBox{
	position:absolute;
	top:75px;
	left:320px;
	width:260px;
	/*background:#F03;*/
}

p.comment{
	float:left;
	width:260px;
}

p.text{
	font-size:12px;
}

p.btn a{
	float:left;
	margin-top:20px;
	width:156px;
	height:34px;
	display:block;
	background:url(../img/btn.jpg) no-repeat;
}

p.btn a:hover{
	background:url(../img/btn_on.jpg) no-repeat;
}

/*=============================================
　boxB > ショップ情報
=============================================*/

p#shopTitle{
	background:#F06;
	color:#FFF;
}

h1{
	margin-top:10px;
}

h2{
	margin-top:10px;
	font-weight:normal;
}

p#footer{
	position:relative;
	top:30px;
	left:0;
	width:800px;
	height:20px;
	padding-top:15px;
	background:#000;
	color:#FFF;
	text-align:center;
}










