@charset "UTF-8";

div#header:after,
div#contents:after,
ul#gmYokoBar:after,
div#newArrival div.newItem:after,
div.acsHowto:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/*
*	1.Universal Selector
*	2.body
*	3.h~,p,storng
*	4.a
*	5.img,object,embed
*	6.ul,ol,dl
*	7.table
*	8.	
*	9.form
*	0.other
*/

/*======================================
	1.Universal Selector	
=======================================*/
*{
	font-family: "Osaka","ＭＳ Ｐゴシック";
	line-height:1;
	font-style:normal;
	font-size:12px;
}

/*======================================
	2.body	
=======================================*/
body{
	line-height:1.5;
}

/*======================================
	3.h~,p,storng	
=======================================*/
h1,
h2,
h3,
h4 {
	margin:0em 0 0.5em 0;
	font-weight:normal;
}

h1 {
	font-size:152%;
}

h2 {
	font-size:114%;
}

h3 {
	font-size:112%;
}

h4 {
	font-size:100%;
}

strong{
	font-weight:bold;
	color:;
}

p{
	margin:0;
	padding:0;
	line-height:1.5;
}

/*======================================
	4.a	
=======================================*/
a{

}
a:link{
	color:#3355aa;
	text-decoration:none;
}

a:visited{
	color:#3355aa;
	text-decoration:none;
}

a:hover{
	color:#3355aa;
	text-decoration:underline;
}

a:active{
	color:#3355aa;
	text-decoration:none;
}

/*======================================
	5.img,object,embed	
=======================================*/
img{
	border:0;
}

object,
embed
{
	margin:0;
	padding:0;
}

/*======================================
	6.ul/ol～li,dl～dt/dd
	ul:無順序　ol:順序　dl:定義	
=======================================*/
ul,
ol,
dl{
	margin: 0;
	padding: 0;
}

li,
dt,
dd{
	padding: 0;
	margin: 0;
}

ul{
	list-style-position: outside;
	list-style-type: none;
}

/*======================================
	7.table	
=======================================*/
td{
	line-height:1.5;
}
/*======================================
	8.	
=======================================*/

/*======================================
	9.form	
=======================================*/
form{
	padding:10px 0;
	margin:0;
}

input,
textarea
{
}

input:focus,
textarea:focus
{

}


/*======================================
	0.other	
=======================================*/
