﻿@charset "UTF-8";

/*
 * CSS
 * stylesheet for screen layout
 *
 * @file        base.css
 */

@media all {

img, div, input, { behavior: url("iepngfix.htc") } 

/*************************************/
/********** map elements **********/
/*************************************/

.shopInfo {
	float:left;
	width:650px;
	margin:25px 20px 0;
	_margin:25px auto 0;
	font-size:12px;
	text-align:left;
}

.map {
	float:left;
	width:431px;
}

.address {
	float:right;
	width:200px;
}

.address img {
	margin-bottom:20px;
}

/*************************************/
/********** privacy elements **********/
/*************************************/

#pp_info {
	width:670px;
	text-align: left;
	font-size:12px;
	margin:25px 10px;
}

#pp_info p {
	margin: 30px 0px 10px 0px;
	padding: 0;
	font-size:14px;
}

#no {
	margin: 10px 20px 0px 20px;
	list-style: decimal;
}

#no ul {
	list-style: decimal;
}

.category {
	margin: 10px 10px 30px 10px;
}

.s_category {
	margin: 10px 30px 20px 30px;
}


#non {
	margin: 0px 0px 10px 0px;
}

#non ul {
	list-style: none;
}

#non li {
	margin: 8px 0px;
}

.circle {
	margin: 0px 0px 0px 20px;
	text-align: left;
}

.circle ul {
	list-style: disc;
}

.circle li {
	margin: 5px 0px;
}

.category_bottom {
	margin: 0px 20px;
}



/*************************************/
/********** sitemap elements **********/
/*************************************/

.sitemap {
	width:530px;
	font-size:12px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:20px;
	color:#291e0c;
}

.sitemap a:link {
	color:#291e0c;
}

.sitemap a:visited {
	color:#291e0c;
}

.sitemap a:hover {
	color:#291e0c;
}

.sitemap a:active {
	color:#291e0c;
}

.sitemapH {
	background-image:url(../images/sitemap_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:4px 4px 4px 47px;
}

.sitemapD li {
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:4px;
	padding-bottom:4px;
}

.sitemapD li.topLi {
	background-image:url(../images/sitemap_bg01.gif);
	padding-left:225px;
}

.sitemapD li.bottomLi {
	background-image:url(../images/sitemap_bg03.gif);
	padding-left:225px;
}


.sitemapD li.subLi {
	background-image:url(../images/sitemap_bg04.gif);
	padding-left:335px;
}

.sitemapD li.subBLi {
	background-image:url(../images/sitemap_bg05.gif);
	padding-left:335px;
}

.sitemapD li.subLi2 {
	background-image:url(../images/sitemap_bg06.gif);
	padding-left:335px;
}

.sitemapD li.subBLi2 {
	background-image:url(../images/sitemap_bg07.gif);
	padding-left:335px;
}




/*************************************/
/********** voice elements **********/
/*************************************/

.voicePTitle {
	margin-bottom:20px;
}

.boxDec {
	width:690px;
	float:left;
	background-color:#fbffff;
	border:solid 1px #c0e2db;
	margin-bottom:20px;
}

.voice {
	padding:25px 40px;
	font-size:12px;
	text-align:left;
	line-height:18px;
}

.voiceL {
	float:left;
	width:150px;
	margin-right:25px;
	padding-bottom:15px;
}


.vName {
	margin-bottom:5px;
}

.vName li {
	border-bottom:solid 1px #c0e2db;
	padding-bottom:3px;
	margin-bottom:4px;
}

.vName li span {
	font-size:0.9em;
	font-weight:bold;
}

.vName li#date {
	border-bottom: none;
	color:#60b3a1;
}

.voiceR {
	float:left;
	width:430px;
	padding-bottom:10px;
}

.voiceR p {
	color:#60b3a1;
	font-weight:bold;
	margin-bottom:5px;
}

.voiceW {
	clear:both;
	padding-top:10px;
	border-top:solid 1px #c0e2db;
}

.voiceW p {
	color:#60b3a1;
	font-weight:bold;
	margin-bottom:5px;
}



/*************************************/
/************** event **************/
/*************************************/


.shopName {
	width:690px;
	margin:0 0 10px;
	background-image:url(../images/uline_pink.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:left;
}

.shopName img {
	margin:16px 0;
}

#fair {
	width:560px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:left;
	border-bottom:solid 1px #dad8d9;
}

#fair th {
	color:#ff6fa5;
	text-align:left;
	font-size:14px;
	padding-bottom:6px;
}

#fair td #title {
	font-weight:bold;
	font-size:14px;
	padding-bottom:6px;
}

#fair td #sub {
	font-size:12px;
	line-height:16px;
	padding-bottom:5px;
}

#fair td #com {
	font-size:12px;
	line-height:16px;
	padding-bottom:5px;
}

.inqBtn {
	float:right;
}

.inqBtn img {
	margin:10px 0px 12px 5px;
}

table#fair td#imgarea {
	padding-bottom: 10px;
	text-align: right;
}

/**********  elements **********/


}

