@charset "euc-jp";

/*-------------------------------------

all.css

author: グリーンショップいのたに（infol@inotani.com）
info: 基本設定（全メディア共通）
-------------------------------------*/

/* reset
-------------------------------------*/
html{
	overflow-y: scroll;
}
*{
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td{}
q:before,q:after {}
h1,h2,h3,h4,h5,h6{
	font-size:13px;
	font-weight:normal;
}
img,fieldset{border: 0;}
li{list-style-type: none;}
p{
	margin-bottom:14px;
	line-height:1.4;
}

/* body
-------------------------------------*/
body{
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:90%;
}

/* link
-------------------------------------*/
a:link{
	color:#00f;
}
a:visited{
	color:#f00;
}
a:hover{
	color:#c0c;
}
a:active{
	color:#f60;
}