@charset "euc-jp";

body {
	text-align: center;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font: 100% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

br {
letter-spacing: 0;
}

/* リンク文字 */
a{
	text-decoration: none; /* 通常は下線非表示 */
/*	color:#333333; */
}
/* リンク文字：オンマウス */
a:hover{
	text-decoration: underline; /* オンマウス時に下線表示 */
	color:#5A6339;
}
/* ページ全体 */
#container {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-bottom: 10px;
}

#container h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

/* ヘッダー下イベントエリア */
#r-event {
	clear: both;
}


#contents {
	width: 920px;
}

#event table {
	font-size: 85%;
	text-align: center;
}

#image-box table {
	font-size: 75%;
	text-align: center;
}

#pickup-c table {
	text-align: center;
	font-size: 90%;
}

#brand table {
	text-align: center;
	font-size: 90%;
}

#segment-title {
	padding: 2px;
	background-color: #FAF4EF;
	width: 680px;
}

#guide {
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#guide-title {
	padding: 2px;
	background-color: #022C74;
	width: 345px;
}

#relation-title {
	padding: 2px;
	background-color: #022C74;
	width: 715px;
}

#guide2 {
	padding: 2px;
}

#guide-title2 {
	padding: 2px;
	background-color: #EAEBD8;
}

#guide2 table {
	border: 1px solid;
	border-color: #CCCCCC;
	margin: 0px;
	width: 100%;
}

#guide2 tr {
	padding-left: 2px;
	border-color: #CCCCCC;
}

#guide2 td {
	padding-left: 2px;
	border-color: #CCCCCC;
}

#pickup-brand {
	padding: 2px;
}

#mypage {
	padding-top: 6px;
}

#item-category {
	padding-top: 6px;
}

#totop {
	padding-left: 2px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#shopping-search {
	width: 680px;
	text-align: right;
	padding: 1px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #022C74;
}

#mail-reg {
	width: 660px;
	height: 100px;
	padding: 10px;
}

#mail-edit {
	width: 660px;
	height: 170px;
	padding: 10px;
}

#mail-stop {
	width: 660px;
	height: 170px;
	padding: 10px;
}

.over a:hover img {
    opacity:0.8;
    filter: alpha(opacity=80);
}

.new {
	color:#FF0000;
	font-size:12px;
}
.re {
	color:#FF6600;
	font-size:12px;
}
.recommend {
	color:#006600;
	font-size:12px;
}
.size {
	font-size:12px;
}

/* ----------- Header ----------- */
#headbg {
	height: 115px;
	width: 920px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
}

#header {
	height: 90px;
	width: 920px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
}

#header a {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 470px;
	text-decoration: none;
}

.texthead {
	font-size: 10px;
	color: #333333;
}

#menu {
	height: 18px;
	width: 920px;
	font-size:14px;
}

/* ----------- footer ----------- */

#footer {
	text-align: center;
	vertical-align:middle;
	height: 30px;
	font-size: 90%;
}

/* ----------- text ----------- */

.txtred {
	color: #FF0000;
}
.txtwhite {
	color: #FFFFFF;
}
.txt10 {
	font-size:10px;
}
.txt12 {
	font-size:12px;
}
.txt16 {
	font-size:16px;
}


#ttop {
position:fixed;
bottom: 10px;
right: 10px;
width:30px;
height:130px;
background:url(http://cleverelephant.jp/images/pagetop.jpg) no-repeat left bottom;
}
/* IE6以下用 */
* html #ttop {
margin:0 0 -130px 0;
position:relative;
bottom:155px;   /* 上で設定した ttopの高さ390px＋下25px */
left:920px;
}
a.page_top {
display:block;
width:30px;
height:130px;
} 

