@charset "utf-8";

/*-----Structure Module
---------------------------------------*/

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	color: #555;
}

@font-face {
   font-family: neuropol;
   src: url('../font/neuropol.ttf') format("TrueType");
}

/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a:link {
	color: #555555;
	background: transparent;
}

a:visited {
	color: #999999;
	background: transparent;
}

a:hover, a:active {
	color: #999999;
	background: transparent;
}


/*--------------------------------------
  Title Module
---------------------------------------*/
h1,h2, h3, h4	{
	margin: 0;
}


/*--------------------------------------
  Image Module
---------------------------------------*/
img {
	vertical-align: bottom;
	border: 0;
}

.imgLink {
	float: left;
}

.imgLink a img {
	border: 1px solid #999;
}

.imgLink a:hover img{
	border: 1px solid #ffcc00;
}


/*--------------------------------------
  column Module
---------------------------------------*/
/*
#wrapper {
	display: none;
}*/

ul {
	list-style: none;
}

/*--------------------------------------
  font Module
---------------------------------------*/
.cr {
	font-size: 10px;
}

/*--------------------------------------
  margin Module
---------------------------------------*/


