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

#preloadedImages {
		width: 0px;
		height: 0px;
		display: inline;

}

/* clearfix */
.clearfix:after {
   content: " ";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
/* clear float */
.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
html {
	width:100%;
	overflow:visible;
    margin: 0;
    padding: 0;
	border: none;
}

/* ボディ・コンテナ類 */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font:14px/1.231 "ヒラギノ角ゴ Pro W3";

	width: 100%;
	border: none;
	overflow: auto;

/*
	background-image: url(./images_smart/spider.jpg) no-repeat;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	transform: rotate(180deg);
	margin-left: 0px;
*/

}

#email {
	font-size:14px;
	width:100%;
	color:red;
	background-color: #FFFFFF;
	padding:0px;
	text-align:center;
	text-decoration: none;
	text-transform: none;
	text-shadow: 3px 3px 10px #FFFFFF;
}


#email_header {
	font-size:18px;
	width:100%;
	color:red;
	background-color: #000000;
	padding-bottom:2px;
	text-align:center;
	text-decoration: none;
	text-transform: none;
	text-shadow: 4px 4px 12px #FFFFFF;
	overflow: visible;
}


#email_footer {
	width:100%;
	color:white;
	margin-top: 20px;
	background-color: #000000;
	padding-top:1%;
	padding-bottom:1%;
	text-align:center;
	text-decoration: none;
	text-transform: none;
	overflow: visible;}

#email-i {
	text-decoration:none;
	text-transform:none;
	overflow: visible;

}

#email-i a p {
	text-decoration:none;
	text-transform:none;
	color:#000000;
	margin-left: 0;
	margin-right: 5px;
	padding-right: 5px;
	overflow: visible;
	font-weight: bold;

}

#email-i {
	font-size:10px;
	display: block;
	float: left;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	margin-left:0;
	margin-right:0;
	margin-bottom: 0;
	overflow: visible;
	font-weight: bold;
}
#email-i p {
	float:left;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	color:#000000;
	margin-left: 0;
	margin-right: 5px;
	padding-right: 5px;
	overflow: visible;
	font-weight: lighter;
}


#container {
	width: 320px;
	margin-right: auto;
	margin-left: auto; 
}

#container_conts {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images_smart/bk_container_conts.jpg);
}
/* ここまで */

/* トピックパス */
#container_conts #topicpath {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#container_conts #topicpath p {
	font-size: 75%;
	color: #999;
}
#container_conts #topicpath p a {
	color: #C00;
}
/* ここまで */

/* コンテンツページ用 */
#container_conts h1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #666;
}
#container_conts h2 {
	width: 280px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 0px;
	color: #333;
	font-size: 130%;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #EB1A13;
}
#container_conts .shoplist {
	width: 280px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#container_conts .shoplist h3 {
	font-size: 110%;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
#container_conts .shoplist p {
	font-size: 80%;
	color: #999;
	margin-bottom: 5px;
}
/* ここまで */

#anchor_return {
	text-decoration:none;
	text-transform:none;
}


/* フッター */
footer {
	background-color: #FFF;
}
footer p {
	color: #EC3D20;
	text-align: center;
	font-size: 80%;
	line-height: 120%;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer p a {
	color: #EB2E15;
}
footer h6 {
	text-align: center;
}
footer #address {
	font-size: 90%;
	margin-top: 10px;
}
footer #address p img {
	margin-bottom: 10px;
}
footer h6 a {
	color: #EA1A13;
}
/* ここまで */
