@charset "UTF-8";


/* Reset
------------------------------------------------------------------------------------------------------------*/

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

h1,h2,h3,h4,h5,h6,p,input,textarea {
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	list-style: none;
}
table {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}
fieldset,img,abbr,acronym {
	border:0;
	cellspacing:0;
	cellpadding:0;
}
caption,th {
	text-align:left;
}
a img,:link img,:visited img {
	border:none;
}
html {
	background: #ffffff;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-color: #ffffff;
}

/* IE6用 */
* html body { font-size: 100%:}
/* IE7用 */
*:first-child+html body { font-size: 62.5%}

strong,em {
	font-weight: bold;
	font-style: normal;
}
br {
	letter-spacing: 0;
}
img {
	vertical-align:top;
	font-size:0px;
	line-height:0;
}


/* Layout
------------------------------------------------------------------------------------------------------------*/

body {
	font-size: 62.5%;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
}


h1,h2,h3,h4,h5,h6,p {
	font-size:100%;
	line-height:1.7em;
}




/* Link
------------------------------------------------------------------------------------------------------------*/

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active{
	color: #666666;
	text-decoration: none;
}



/* clearfix
------------------------------------------------------------------------------------------------------------*/


.clearfix:after { /*-- for modern browser --*/
	content: url("../images/spacer.gif");
	display: block;
	clear: both;
	height: 0;
}

.clearfix{ /*-- for IE 5.5-7 --*/
	zoom:1;
}



/* layout index
------------------------------------------------------------------------------------------------------------*/

table#amphi_body td {
	text-align:left;
}
table#amphi_body div.shop_data {
	clear:both;
}
table#amphi_body div.shop_data p.sp_01 {
	float:left;
	width:113px;
	height:36px;
}
table#amphi_body div.shop_data p.sp_02 {
	padding:3px 0 0 8px;
	float:left;
	width:177px;
	height:36px;
	background:url(../images/list_bg.gif) repeat-x 0 0;
	font-size:110%;
	line-height:30px;
}
table#amphi_body div.shop_data p.sp_03 {
	float:left;
	width:116px;
	height:36px;
}

/* mouse on */
p.sp_03 { background:url(../images/list_more_on.gif) no-repeat 0 0; }
p.sp_03 a { display:block; width:116px; height:36px; }
p.sp_03 a:hover { background-color:transparent; }
p.sp_03 a:hover img { visibility:hidden; }
/* mouse on END */

span.new {
	color:#fd6eaf;
	font-size:90%;
}





/* layout list
------------------------------------------------------------------------------------------------------------*/

table#amphi_bg {
	margin:0 auto;
	text-align:center;
}
table#amphi_body td {
	vertical-align:top;
} 
#shop_img {
	border: 5px solid #828282;
}

table#amphi_body {
	color:#000000;
}
table#amphi_body p.shop_name {
	padding:20px 0 25px;
	text-align:left;
	font-size:170%;
	line-height:1em;
}
table#amphi_body p.shop_add {
	padding-bottom:15px;
	text-align:left;
	font-size:100%;
	line-height:1.7em;
}
table#amphi_body p.check {
	padding-bottom:15px;
	text-align:left;
}
table#amphi_body p.kome {
	color:#828282;
	text-align:left;
	font-size:90%;
	line-height:1.3em;
}
table#amphi_body p#amphi_back {
	text-align:right;
}
table#amphi_body p#amphi_map {
	margin-top:25px;
	text-align:right;
}
table#amphi_body #amphi_03 {
	text-align:right;
}


/* mouse on */
#amphi_close { background:url(../images/bt_top_on.gif) no-repeat 0 0; }
#amphi_back { background:url(../images/bt_back_on.gif) no-repeat top right; }
#amphi_map { background:url(../images/bt_map_on.gif) no-repeat top right; }

#amphi_close a {
	display:block;
	width:43px;
	height:26px;
}
#amphi_back a {
	display:block;
	width:100%;
	height:69px;
}
#amphi_map a {
	display:block;
	width:100%;
	height:30px;
	text-align:right;
}
#amphi_close a:hover,
#amphi_back a:hover,
#amphi_map a:hover {
	background-color:transparent;
}
#amphi_close a:hover img,
#amphi_back a:hover img,
#amphi_map a:hover img {
	visibility:hidden;
}
/* mouse on END */

a:hover img#amphi_pc {
	opacity: 0.6; /* for Opera,Firefox,Safari */
	filter: alpha(opacity=60); /* for IE */
}









