@charset "utf-8";

/*----------------------------
	reset
----------------------------*/
html,body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,th,td,table,caption,cite,code,dfn,em,var,
address, strong ,pre,
fieldset,label,form,input,textarea,blockquote {
margin:0; 
padding:0;
font-weight:normal;
font-style:normal;
}
*{
outline:none;
}
table {
border-collapse:collapse; 
border-spacing:0; 
border:none;
font-size:100%;
}
caption,th,td { 
text-align:left;
vertical-align:top; 
}
q:before,q:after {
content: '';
}
object,embed {
vertical-align: top;
}
img,abbr,acronym,fieldset,label{
border:none;
}
ul li { 
list-style:none; 
}
ol li {
list-style-position:outside;
margin-left:30px;
}

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

a,
a:link,
a:visited,
a:hover {
color:#333;
text-decoration:none;
}
/*----------------------------
	/reset
----------------------------*/


/*----------------------------
	scrollbar
----------------------------*/
*html body {   /* for IF6 */
overflow-y:auto;
}
*+html body {  /* for IF7 */
overflow-y:auto;
}
body {
overflow-y:scroll;
}
/*----------------------------
	/scrollbar
----------------------------*/



body {
background:#fff;
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.6;
}
* html body { /* for IF6 */
font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
*+html body { /* for IF7 */
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}






div#myContent{
background:#222;
color:#fff;
}
h1{
background:#555;
padding:5px 2%;
}


div#mainC{
width:80%;
margin-left:2%;
margin-top:1.6em;
}


div#attention{
background:#fff;
padding:2px;
margin-bottom:20px;
}
div#attention p{
background:#ccc;
padding:3px;
color:#333;
}



div#myContent a,
div#myContent a:link,
div#myContent a:visited{
color:#fff;
text-decoration:underline;
}
div#myContent a:hover{
color:#000;
text-decoration:none;
background:#fff;
}


.storeC{
margin-bottom:20px;
}
.storeC h2{
font-weight:bold;
margin-bottom:.6em;
}

.sc{
list-style:outside circle;
margin-left:20px;
margin-top:5px;
}


div#footer{
margin-top:20px;
padding-top:20px;
padding-left:2%;
border-top:1px solid #444;

}

div#footer ul li{

display:inline;
margin-right:2em;

}
