
/***********************************************

default.css

カタログショッピングアウトレット用
メインスタイルシート

************************************************/

/* インポート
---------------------------------------------------------------------*/

@import url(top.css);
@import url(item.css);
@import url(cart.css);
@import url(login.css);
@import url(mypage.css);
@import url(reminder.css);
@import url(howto.css);


/* リセット・定義
---------------------------------------------------------------------*/

html,body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,table,th,td {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 10.5pt;
	color: #333;
}

a {
	outline: 0;
	color: #0367fe;
	text-decoration: none;
}

a:hover {
	color: #0367fe;
	text-decoration: underline;
}

img {
	vertical-align: bottom;
	border: none;
}



/* レイアウト・背景
---------------------------------------------------------------------*/

body {
	background: #fff url(../images/bg_header_line.gif) 0 0 repeat-x;
	text-align: center;
}

#wrapper {
	text-align :left;
	margin: 0 auto;
	width: 900px;
}


/* ヘッダー ------------------------------*/

#header {
	text-indent: -9999px;
	line-height: 0.1em;
	font-size: 0.1em;
	overflow: hidden;
	margin-right: 10px;
	background: url(../images/bg_header.gif) 0 0 no-repeat;
	height: 99px;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	width: 310px;
	height: 97px;
}

#header ul {
	background: url(../images/bg_header_link.gif) 0 0 no-repeat;
	width: 276px;
	list-style: none;
	float: right;
	margin-top: 50px;
}

#header ul li {
	float: left;
}

#header ul li a {
	display: block;
	height: 14px;
}

#header ul li#headerLink1 a {
	width: 150px;
}

#header ul li#headerLink2 a {
	width: 122px;
}



/* グローバルメニュー ------------------------------*/

ul#global {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
	margin-left: 410px;
	zoom: 100%;
}

ul#global:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

ul#global li {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
	float: left;
}

ul#global li a {
	display: block;
	height: 25px;
	width: 118px;
	margin-left: 4px;
}


ul#global li#regist a {
	background: url(../images/bg_menu.gif) 0 0 no-repeat;
}

ul#global li#itemList a {
	background: url(../images/bg_menu.gif) -122px 0 no-repeat;
}

ul#global li#howTo a {
	background: url(../images/bg_menu.gif) -245px 0 no-repeat;
}

ul#global li#logIn a {
	background: url(../images/bg_menu.gif) -368px 0 no-repeat;
}

ul#global li#logOut a {
	background: url(../images/bg_menu.gif) -490px 0 no-repeat;
}


ul#global li#regist a:hover {
	background: url(../images/bg_menu_h.gif) 0 0 no-repeat;
}

ul#global li#itemList a:hover {
	background: url(../images/bg_menu_h.gif) -122px 0 no-repeat;
}

ul#global li#howTo a:hover {
	background: url(../images/bg_menu_h.gif) -245px 0 no-repeat;
}

ul#global li#logIn a:hover {
	background: url(../images/bg_menu_h.gif) -368px 0 no-repeat;
}

ul#global li#logOut a:hover {
	background: url(../images/bg_menu_h.gif) -490px 0 no-repeat;
}


/* メイン
---------------------------------------------------------------------*/

#container {
	zoom: 100%;
	margin-top: 40px;
}

#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* テーブルpattern1 */

#container table.pattern1 {
	font-size: 10.5pt;
	border-collapse: collapse;
	width: 700px;
	margin-bottom: 30px;
}

#container table.pattern1 thead th,
#container table.pattern1 thead td {
	background-color: #2f4c5e;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#container table.pattern1 th {
	width: 50%;
	padding: 7px 10px;
}

#container table.pattern1 tbody th,
#container table.pattern1 tbody td {
	border-top: dashed 1px #ccc;
	font-weight: normal;
	vertical-align: middle;
}

#container table.pattern1 tbody td {
	text-align: center;
}

#container table.pattern1 tfoot td {
	border-top: double 3px #ccc;
	border-bottom: solid 1px #ccc;
	color: #649303;
	font-weight: bold;
	text-align: right;
	padding: 7px 15px 7px 0;
	font-size: 12pt;
}


/* テーブルpattern2 */

#container table.pattern2 {
	font-size: 10.5pt;
	border-collapse: collapse;
	width: 700px;
	border: solid 1px #ccc;
}

#container table.pattern2 th {
	width: 7%;
	background-color: #78b002;
	text-align: center;
	border: solid 1px #ccc;
}

#container table.pattern2 td {
	padding: 5px;
	border-bottom: solid 1px #ccc;
}

#container table.pattern2 .map {
	background: url(../images/icon_map.gif) 50% 30% no-repeat;
	width: 60px;
	height: 35px;
	text-align: center;
	vertical-align: bottom;
}

#container table.pattern2 .address {
	font-size: 8pt;
	color: #666;
}


/* テーブルpattern3 */

#container table.pattern3 {
	border-collapse: separate;
	width: 700px;
}

#container table.pattern3 th {
	background-color: #ebf3f3;
	border-right: solid 3px #2f4c5e;
	padding: 5px 10px;
	width: 20%;
	font-weight: normal;
	vertical-align: middle;
}

#container table.pattern3 th span {
	color: #ff0000;
}

#container table.pattern3 td {
	border-bottom: solid 1px #ddd;
	padding: 5px 0 5px 10px;
	vertical-align: middle;
}

#container table.pattern3 td input {
	margin-bottom: 5px;
	vertical-align: middle;
}




/* メイン・左
---------------------------------------------------------------------*/

#container .leftUnit {
	float: left;
	width: 700px;
}

#container .leftUnit h2 {
	font-size: 18pt;
	font-weight: normal;
	background: url(../images/icon_arrow.gif) 0 0 no-repeat;
	padding: 0 0 0 25px;
	/padding: 3px 0 0 25px;
	line-height: 1.1;
	height: 30px;
	/height: 28px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 25px;
}

#container .leftUnit .lead {
	margin: 20px 0 20px 5px;
}

#container .leftUnit h3 {
	font-size: 13pt;
	color: #2f4c5e;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#container .leftUnit .btnUnit {
	list-style-type: none;
	width: 700px;
	margin: 40px 0 0 0;
	zoom: 100%;
}

#container .leftUnit .btnUnit:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#container .leftUnit .btnUnit li#btnBack {
	float: left;
}

#container .leftUnit .btnUnit li#btnNext {
	float: right;
}


#container .leftUnit .btnUnitTri {
	list-style-type: none;
	margin: 40px 0 0 100px;
	zoom: 100%;
}

#container .leftUnit .btnUnitTri:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#container .leftUnit .btnUnitTri li {
	float: left;
	margin-right: 20px;
}


p.backLink {
	clear: both;
	font-size: 8pt !important;
}

ul.middleArrow {
	margin: 15px 0;
}

ul.middleArrow li {
	background: url(../images/icon_arrow_m.gif) 0 5px no-repeat;
	list-style-type: none;
	padding-left: 15px;
	margin-left: 5px;
}

.error {
	color: #ff0000;
	margin: 15px 10px;
}



/* メイン・右
---------------------------------------------------------------------*/

#container .rightUnit {
	float: right;
	width: 170px;
}

#container .rightUnit li {
	font-size: 8pt;
	list-style-type: none;
	margin: 0 0 18px 0;
}

#container .rightUnit li p {
	font-size: 8pt;
	margin-top: 5px;
	/margin: -5px 0 -15px 0;
	/padding: 0;
}

#container .rightUnit li li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#container .rightUnit li div {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

/* マイページ */

#container .rightUnit li dl#myPage,
#container .rightUnit li dl#myPage dt,
#container .rightUnit li dl#myPage dd {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0;
	overflow: hidden;
}

#container .rightUnit li dl#myPage {
	background: url(../images/bg_mypage.gif) 0 0 no-repeat;
	width: 167px;
	height: 131px;
}

#container .rightUnit li dl#myPage dd a {
	display: block;
	width: 145px;
	height: 20px;
	margin: 102px 0 0 13px;
}

/* フリースペース */






/* フッター
---------------------------------------------------------------------*/

#footer {
	border-top: solid 1px #9ca8af;
	padding-top: 2px;
	margin: 25px 0 0 0;
}

#footer p {
	background-color: #9ca8af;
	color: #fff;
	font-size: 8pt;
	padding: 5px 0;
}






































