﻿@charset "utf-8";
* {
  padding: 0px;
  margin: 0px;
}

a:link    { color: #771144; } /* デフォルト */
a:visited { color: #771144; } /* 訪問済み */
a:active  { color: #771144; } /* オンフォーカス */
a:hover   { color: #CC4455; } /* オンマウス */
img  { border: none; } /* 画像リンク枠線非表示 */

/* 全体の幅を指定します */
#wrapper {
	width: 700px;
	margin: 0 auto;
}

/* ヘッダ定義 */
#header {
	height: 85px;
	padding: 1px;
}

#header a {
	text-decoration: none;
}

#header .card {
/*	height: 78px;*/
	width: 150px;
	float: right;
	background-image: url(../images/screen/layout_m_cart_frame.png);
	background-repeat: no-repeat;
}

#header .reference {
	height: 83px;
	width: 300px;
	float: right;
	background-repeat: no-repeat;
}

#header .news_mobile {
	font-size: 10px;
	font-weight: bold;
}

#header .mypage {
	margin-top: 10px;
	margin-right: 30px;
	height: 60px;
	width: 110px;
	float: right;
}

#header .login_user {
	margin-top: 25px;
	margin-right: 10px;
	height: 40px;
	width: 160px;
	float: right;
}

#header .logo {
	width: 300px;
	margin-top: 17px;
}

#header a.reference_png {
	display: block;
	margin: 0 0 0 0;
	position: relative;
	top: 0px;
	width: 150px;
	height: 70px;
	background: transparent url(../images/screen/reference.png) no-repeat left top !important; 
	background: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/screen/reference.png", sizingMethod="scale"); 
}
#header a.logo_gif {
	display: block;
	margin: 0 0 0 0;
	position: relative;
	top: -10px;
	width: 300px;
	height: 80px;
	background: url( ../images/screen/logo.gif ) no-repeat;
}
#header a.logo_png {
	display: block;
	margin: 0 0 0 0;
	/*position: relative;*/
	/*top: 5px;*/
	width: 250px;
	height: 60px;
	background: url( ../images/screen/landing_logo.gif ) no-repeat center center;
}
#header img.logo_png {
	display: block;
	margin: 0 0 0 0;
	position: relative;
	top: 5px;
	width: 300px;
	height: 80px;
}

/* 全体のメニューを定義 */
#menu {
	height: 40px;
}

#menu ul {
	list-style: none
}

#menu li {
	float: left;
}

/* フッター定義 */
#footer {
	clear: both;
	height: 60px;
	background-image: url('../images/screen/layout_s_footer_menubar.jpg');
	background-repeat: repeat-x;
	font-size: 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#footer a {
	text-decoration: none;
}

#footer .link {
	float: left;
}
#footer .copyright{
	float: right;
}

/* コンテンツ定義 */
#contents {
	clear: both;
/*	margin-top: 3px;*/
}

/* サイドバー定義(商品一覧、商品詳細) */
#side {
	width: 200px;
	float: left;
}

#side a {
	text-decoration: none;
}

#side .sub_ttl {
	height: 68px;
}

#side .item_deco {
	height: 1px;
	background-image:url('../images/screen/layout_ss_dashline1.png');
	background-repeat:repeat-x;
	line-height: 1px;
	overflow:hidden; 
}

/* サイドバー定義(商品一覧、商品詳細以外) */
#sidebox {
	width: 200px;
	float: left;
	font-size: 11px;
}

#sidebox a {
	text-decoration: none;
}

#sidebox ul {
	list-style: none;
	padding: 5px;
}

#sidebox li {
	line-height: 2;
	margin-top: 5px;
	padding-left: 10px;
	font-size: 12px;
}

#sidebox .deco_pink {
	background-image:url(../images/screen/layout_s_titledeco_pink.png);
	background-repeat:no-repeat;
}

#sidebox .deco_green {
	background-image:url(../images/screen/layout_s_titledeco_green.png);
	background-repeat:no-repeat;
}

#sidebox .sub_ttl {
	height: 25px;
}

#sidebox h4 {
	padding-top: 7px;
	margin-left: 15px;
}

#sidebox .item {
	padding: 7px;
	background-color: #FFE0E0;
}

#sidebox .item li {
	border-left: 3px solid #AD2E2D;
	border-bottom: 1px solid #AD2E2D;
}

#sidebox .service {
	padding: 5px;
	margin-top: 3px;
	background-color: #EBF9E7;
}

#sidebox .service li {
	border-left: 3px solid #007B48;
	border-bottom: 1px solid #007B48;
}

#sidebox .shopping {
	padding: 5px;
	margin-top: 3px;
	background-color: #EBF9E7;
}

#sidebox .shopping li {
	border-left: 3px solid #007B48;
	border-bottom: 1px solid #007B48;
}

#sidebox .specially {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #EBF9E7;
}

#sidebox .specially li {
	border-left: 3px solid #007B48;
	border-bottom: 1px solid #007B48;
}

/* メイン定義 */
#main {
	width: 700px;
	margin: 0 auto;
	font-size: 13px;
	margin-bottom: 10px;
	border:solid 1px lightpink;
}

/* タイトルの設定 */
.title{
	background-image: url(../images/screen/layout_s_laceline.png);
	background-repeat: no-repeat;
	width: 700px;
	height: 26px;
	padding-top: 3px
}
.title h1 {
	padding-left: 10px;
}
/* タイトルテキストの設定 */
.Title_text{
	font-size: 15px;
	display: inline;
	line-height: 20px;
	padding-top: 0.2em;
	font-weight: bold;
}
.Subtitle_text{
	font-size: 13px;
	display: inline;
	line-height: 27px;
	font-weight: normal;
}
/* テキストエリアの設定 */
.text_area{
	line-height: 1.5;
	margin: 8px 10px 20px 10px;
}

.dashline {
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url('../images/screen/layout_ss_dashline2.png');
	background-repeat: repeat-x;
}

