@charset "UTF-8";

/**********************************************************

やさいのカードプロジェクト
Copyright(C) Central Line Inc. All rights reserved.

***********************************************************/


/* init
----------------------------------------------------------*/
html{
	height: 100%;
	margin-bottom: 1px;
}
body{
	font-size: 12px;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", sans-serif;
	line-height: 1.5em;
	color: #555555;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6 {
	clear: none;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,address,ul,dl,ol,th,strong,em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

ul,dl,ol {
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

th,td {
	text-align: left;
	vertical-align: top;
}

input,select,textarea {
	font-size: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
}


/* link style
----------------------------------------------------------*/
a:link {
	color: #33A02C;
	text-decoration: none;
}
a:visited {
	color: #33A02C;
	text-decoration: none;
}
a:hover {
	color: #33A02C;
	text-decoration: underline;
}
a:active {
	color: #33A02C;
	text-decoration: none;
}


/* clearfix
------------------------------*/
#bodyArea:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#bodyArea,
.clearfix {
  min-height: 1px;
}
* html #bodyArea,
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
