@charset "Shift_JIS";

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

li{list-style: none;}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: bold;
}

img{
	margin: 0;
	padding: 0;
	border: none;
}

/* サイト内共通の設定 */

a:link, a:visited{text-decoration: underline; color: #111111;}
a:hover, a:active{text-decoration: underline; color: #79ACBD;}

body{
	background-color: #F4EEEE;
	margin: 20px 0 80px 0px;
	padding: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px; /* 100% */
	line-height: 1.5;
	color: #444444;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Verdana', 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
}

* html body{ /* for WinIE6*/
	font-size: 87%; /* 14px */
	letter-spacing: 0.05em;
	font-family: 'Verdana', 'ＭＳ Ｐゴシック', 'MS UI Gothic', 'メイリオ', Meiryo, sans-serif;
	vertical-align: baseline;
}

*:first-child+html body{ /* for WinIE7*/
	font-size: 87%; /* 14px */
	font-family: 'Verdana', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
}


table{
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}

th, td{
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
}

#container{
	width: 880px;
	margin: 0 auto;
	text-align: left;
}



/* ヘッダ */

#header{
	width: 840px;
	height: 40px;
	margin: 0 0 10px 20px;
	padding: 0;
}

#header .logo{
	margin: 0;
	width: 360px;
	height: 40px;
	float: left;
}

#header .logo h1{
	width: 315px;
	height: 40px;
}


#header .headbox{
	position: relative;
	width: 480px;
	height: 40px;
	margin: 0;
	background: url(../images/head_box_bg.gif) no-repeat;
	float: right;
}

#header .headbox ul{
	margin: 0 0 0 14px;
	padding: 0;
}

#header .headbox li{
	display: inline;
	margin: 0;
	float: left;
}

#header .headbox input{
	position: absolute;
}

#header .headbox .searchinput{
	top: 10px;
	left: 314px;
	width: 128px;
	height: 18px;
	font-size: 86%;
	color: #444444;
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Verdana', 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
	line-height: 1.5;
	float: left;
}

#header .headbox .searchbutton{
	top: 10px;
	left: 448px;
	float: left;
}



/* フレーム全体の白地 */

#contents_bg{
	background-color: #FFFFFF;
	width: 840px;
	min-height: 600px;
	padding: 20px 20px 0 20px;
}



/* 左側フレーム */

#leftframe{
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

#leftframe td{
	border: 0;
}



/* 大分類メニュー */

#menu{
	width: 170px;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #E4EEF2;
	float: left;
}

#menu h2{
	display: block;
	height: 34px;
	width: 170px;
	margin: 0;
	padding: 4px 0 4px 0;
	border-bottom: #E0DDDD solid 1px;
}




/* 大分類メニュー下　送料／カードなど */

#menuunder{
	width: 170px;
	margin: 0;
}

#menuunder img{
	margin-bottom: 16px;
}



/* 右側フレーム */

#rightframe{
	width: 650px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
}

#rightframe td{
	border: 0;
}


/* フッタ */

#footer{
	width: 840px;
	margin: 10px 0 0 20px;
	font-size: 79%;
}

#footer img{
	margin-left: 10px;
	vertical-align: middle;
}



/* パンくずリスト */

#breadcrumbs{
	width: 650px;
	font-size: 71%;
	color: #AAAAAA;
	margin: 0 0 8px 0;
}

#breadcrumbs .history{
	float: left;
}

#breadcrumbs .historyback{
	float: right;
}



/* 文字スタイル */

.text_red{ /* 赤字 */
	color: #D62F5E;
}





/* 画像角丸 タイトルバナーなど用 */

.roundedcorner{
	margin: 0 0 12px 0;
	padding: 0;
	position: relative;
	float: left;
}

.roundedcorner img, .roundedcorner div{
	display: block;
}

.roundedcorner span{
	width: 10px;
	height: 10px;
	font-size: 0;
	background-image: url(../images/rounded_corner.gif);
	position: absolute;
}

.tl{
	top: 0;
	left: 0;	
}

.tr{
	top: 0;
	right: 0;
	background-position: 10px 0;	
}

.bl{
	bottom: 0;
	left: 0;
	background-position: 0 10px;	
}

.br{
	bottom: 0;
	right: 0;
	background-position: 10px 10px;
}

* html .tr{
	right: -1px;	
}

* html .bl{
	bottom: -1px;	
}

* html .br{
	bottom: -1px;
	right: -1px;	
}



/* 新入荷などアイコン設定 */
.icon{
	width: auto;
	height: auto;
}


/* 画像用マージン設定 */

.margintb8{
	margin: 8px 0 8px 0;
}

.margintb16{
	margin: 16px 0 16px 0;
}

.margintb20{
	margin: 20px 0 20px 0;
}


.marginbottom4{
	margin-bottom: 4px;
}

.marginbottom8{
	margin-bottom: 8px;
}

.marginbottom12{
	margin-bottom: 12px;
}

.marginbottom16{
	margin-bottom: 16px;
}

.marginbottom20{
	margin-bottom: 20px;
}



/*このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
.fltrt {
	float: right;
}

/* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
.fltlft {
	float: left;
}

/* floatのクリア用 */
.clear{
	margin: 0;
	padding: 0;
	clear: both;
	position: static;
}

/* 囲み枠 */

blockquote{
color:#555555;
background-color:#FFF0F5; 
border-style:dotted; 
border-width:2px 2px 2px 2px;
border-color:#C71585;
margin:10px 10px 5px 10px; 
padding:5px 10px 5px 10px; 
font-size: 14px;
padding-left:10px;
padding-top:5px;
padding-right:15px;
margin-top:5px;
}