@charset "UTF-8";
@import "/contents/css/shopping-style.css";
/* CSS Document */
body{
	width:880px;
	margint-top:0;
	padding-top:0;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	font-family: "Lucida Grande","メイリオ","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sanserif;
	line-height:1.6;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
h1{
	font-size:15px;
}
h2{
	font-size:15px;
}
h3{
	font-size:15px;
}
img{
	border:none;
}
/*フォントサイズ*/
.middle{
	font-size:11px;
}
.small{
	font-size:10px;
}
/*色づけ*/
.attention{
	color:#C03;
}

img{
	border:none;
}
table{
	border-collapse:collapse;
}
tr.tr-border td{
	border-bottom:1px solid #CCCCCC;
}

/*リンク設定*/
a,a:link{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#666;
	text-decoration:none;
}

a:link {
color:#2950A4;
text-decoration:none;
}
a:visited {
color:#660066;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:active {
}	

fstrong{
	font-weight:bold;
}

under-line{
	border-bottom:1px solid #ccc;
}

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac ￥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*clearfix終わり*/


/*ロゴ*/
h1#site-title{
	display:block;
	width:545px;
	height:37px;
	background:url(../parts/header/bd-logo.gif) no-repeat;
	margin:3px 0;
	padding:0;
	text-indent:-9999px;
	float:left;
}
h1#site-title a{
	display:block;
	width:240px;
	height:37px;
}
/*パンくずリスト*/
#topic-path-box{
	float:left;
	font-size:10px;
}

#poweredby-box{
	font-size:10px;
	float:right;
}
#topic-path,#poweredby{
	vertical-align:-150%;
}
/*リンク設定*/
.link-line{
	display:block;
	background:url(../parts/header/linkmark00.gif) no-repeat;
	background-position:0px 3px;
	padding-left:12px;
	margin-left:5px;
	margin-right:3px;
}
.link-line a,.link-line a:link{
	color:#000;
	text-decoration:none;
}
.link-line a:hover{
	color:#C03;
}
.link-several {
	background:transparent url(../parts/navi_parts/several.gif) no-repeat scroll right center;
	margin-right:5px;
	padding-right:13px;
}
/*サイトを行ったり来たり*/
#siteSwitch{
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
}

