/*********************************************************/
/*                  全要素・共通骨格                     */
/*********************************************************/
* {
  margin:0;
  padding:0;
  font-family:"ＭＳ Ｐゴシック","Osaka",sans-serif;
  outline-style:none;
}
.po {
	cursor:pointer !important;
}
ul {
	list-style:none;
}
/* img要素 */
img {
  border:none;
}

html {
	overflow-y: scroll;
}
/* クライアント用 */
div#main2{
    padding-bottom:70px;
}
/* コンテナー２ */
div#container2 {
	margin-left:auto;
	margin-right:auto;
	width:980px;
}
div#container3 {
	margin:20px  auto 0 auto;
	width:980px;
}
/* 3分割のまず2分割 左側 */
div#wrapper {
	float:left;
	width:780px;
	height:auto;
}
/* 3分割のまず2分割 右側 */
div#mainright {
	float:left;
	width:200px;
	height:auto;
}
/* ３分割のセンター */
div#maincenter {
	float:right;
	width:595px;
	height:auto;
}
/* ３分割の左（エリア検索） */
div#mainleft {
	float:right;
	width:185px;
	height:auto;
}

/*********************************************************/
/*                      バナー                           */
/*********************************************************/
div#banner {
	margin:15px 0 0 0;
	width:100%;
	height:105px;
	text-align:center;
}
/*********************************************************/
/*                     リンク                            */
/*********************************************************/
a.navi:link {
	color:#333333;
}
a.navi:visited {
	color:#333333;
}
a.navi:hover {
	color:red;
}
/* エリア検索 */
/*
a.areamenu {
	padding:4px 0 0px 7px;
	font-size:12px;
	color:#585858;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:154px;
	height:20px;
}
a.areamenu:link {
	background:url(/img/material/se_li_back_a.gif) no-repeat left top;
}
a.areamenu:visited {
	background:url(/img/material/se_li_back_a.gif) no-repeat left top;
}
a.areamenu:hover {
	background:url(/img/material/se_li_back_b.gif) no-repeat left top;
	color:white;
}
a.areaselect {
	padding:4px 0 0px 7px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:154px;
	height:20px;
	background:url(/img/material/se_li_back_b.gif) no-repeat left top;
	color:white;
}
*/
/* TOPページ */
a.top1 {
	color:#003399;
}
a.top1:link {
	color:#003399;
}
a.top1:visited {
	color:#003399;
}
a.top1:hover {
	color:red;
	text-decoration:none;
}
/* footer */
a.flink1 {
	text-decoration:none;
	color:#333333;
}
a.flink1:link {
	color:#333333;
}
a.flink1:visited {
	color:#333333;
}
a.flink1:hover {
	color:red;
	text-decoration:underline;
}
a.flink2 {
	text-decoration:none;
	color:#993333;
}
a.flink2:link {
	color:#993333;
}
a.flink2:visited {
	color:#993333;
}
a.flink2:hover {
	color:red;
	text-decoration:underline;
}
a.flink3 {
	text-decoration:none;
	color:#000000;
}
a.flink3:link {
	color:#000000;
}
a.flink3:visited {
	color:#000000;
}
a.flink3:hover {
	color:red;
	text-decoration:underline;
}
a.modelink {
	color:#0066cc;
}
a.modelink:link {
	color:#0066cc;
}
a.modelink:visited {
	color:#0066cc;
}
a.modelink:hover {
	color:red;
}
a.whatnew {
	color:#585858;
	text-decoration:none;
}
a.whatnew:link {
	color:#585858;
}
a.whatnew:visited {
	color:#585858;
}
a.whatnew:hover {
	color:red;
	display:block;
}
/* 新人情報でも使用 */
a.shoppr {
	color:#333333;
	text-decoration:none;
}
a.shoppr:link {
	color:#333333;
}
a.shoppr:visited {
	color:#333333;
}
a.shoppr:hover {
	color:#663300;
	text-decoration:underline;
}
a.quicklink {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	line-height:19px;
}
a.quicklink:link {
	color:#434343;
}
a.quicklink:visited {
	color:#434343
}
a.quicklink:hover {
	color:white;
	background:#000000;
}
/* 画像一覧 画面モード切替 */
a.dmode:link {
	color:#3366CC;
}
a.dmode:visited {
	color:#3366CC;
}
a.dmode:hover {
	color:red;
	text-decoration:none;
}
a.shopdetail {
	font-size:12px !important;
}
a.shopdetail:link {
	color:#003366;
}
a.shopdetail:visited {
	color:#003366;
}
a.shopdetail:hover {
	color:red;
}
a.maplink {
	color:#0099FF;
}
a.maplink:link {
	color:#0099FF;
}
a.maplink:visited {
	color:#0099FF;
}
a.maplink:hover {
	color:red;
}
a.repo1 {
	color:#666666;
}
a.repo1:link {
	color:#666666;
}
a.repo1:visited {
	color:#666666;
}
a.repo1:hover {
	color:red;
}
a.commonlink {
	color:#0066FF;
}
a.commonlink:link {
	color:#0066FF;
}
a.commonlink:visited {
	color:#0066FF;
}
a.commonlink:hover {
	color:red;
}
/*********************************************************/
/*                     ワン要素                          */
/*********************************************************/
.mgn {
	margin-bottom:5px;
}
.mgn7l {
	margin-left:7px;
}
.mgn10r {
	margin-right:10px;
}
.mgn10t {
	margin-top:10px !important;
}
.mgn15t {
	margin-top:15px !important;
}
.mgn20t {
	margin-top:15px !important;
}
.padding10t {
	padding-top:10px !important;
}

.padding15 {
	padding:15px 0 !important;
}
.w20 {
	width:20px;
}
.w140 {
	width:140px;
}
.bgred {
	background-color:#FFBFBF !important;
}
.red {
	color:red;
}
.dimgray {
	color:dimgray;
}
.c333 {
	color:#333333 !important;
}
.bred {
	color:red;
	font-weight:bold;
}
.bblue {
	color:blue;
	font-weight:bold;
}
.font12 {
	font-size:12px !important;
}
/* 非表示 */
.hidden {
	display:none;
}
/* float解除 */
.clear {
	clear:both;
}