@charset "shift_JIS";
/*基本セレクタ*/
html,body {
	font-size: 100%;
	margin: 0;
	padding: 0;
	color:#666666;
	background-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
	scrollbar-highlight-color: #EEEEEE;
    scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-shadow-color: #CCCCCC;
    scrollbar-arrow-color: #FF7FA9;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
	margin-top: 0;
	margin-bottom: 0;
}
hr {
	display: none;
}

img{
border:0px;
}

body{
background:url(../../home/iframe_bg.gif) repeat-x top;
padding-top:8px;
}


/*コンテナ*/
#topicswide {
padding:0px 10px;
	position: relative;
	margin:0px;
	font-size:75%;
	line-height:140%;
}

#topicswide div {
	margin:0px 0px 10px 0px;
	background:url(../../topic/topic-bar.gif) repeat-x bottom;
	padding-bottom:15px;
}

#topicswide h2 {
margin:1px 0px;
font-size:small;
font-weight:bold;
color:#FF0066;
}

#topicswide h3 {
margin:1px 0px;
font-size:small;
font-weight:bold;
color:#663333;
}

#topicswide h2 a {
text-decoration:none;
color:#FF0066;
}

#topicswide h2 a:hover {
background-color:#FFD3D3;
}

#topicswide h3 a {
text-decoration:none;
color:#663333;
}

#topicswide h3 a:hover {
background-color:#FFD3D3;
}

#topicswide a {
color:#FF0066;
}

#topicswide img {
	margin:0px 10px 10px 0px ;
}

#topicswide p {
	float: left;
}

#topicswide span {
color: #FF0000;
font-weight: bold;
}

/*.topSha {
	margin:0px;
	background-image:url(../../topic/topic-bar.gif);
	background-repeat:repeat-x;
	height:10px;
	clear:both;
}*/

#event #topicswide h2{
margin-bottom:13px;
}

#event #topicswide h2 a{
text-decoration:none;
color:#663333;
}

#event #topicswide div{
background:none;
margin:0px;
padding-bottom:0px;
}


/*--別窓リンクアイコン--*/

a.openWindow{
background:url(../../shoplist/images/icon_opwin.gif) no-repeat right center;
padding-right:15px;
}



/*-------------------- clearfix --------------------*/

.clearfix{
zoom:1;/*for IE 5.5-7*/
}

.clearfix:after{/*for modern browser*/
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
font-size:0;
}


.clear{
clear:both;
margin: 0px;
padding: 0px;
line-height: 0px;
font-size: 1px;
}

