/***********************************************/
/*                                             */
/* CSS styles 20100324                         */
/*                                             */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
    font-size: small; /* IE 向け */
}

html>/**/body {
    font-size: 13px; /* モダンブラウザ向け */
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 1.3;

}

h1 , h2 , h3 , h4 , h5 {
 	font-size: 100%;
}

img{
	border-style: none;
}


/* リンク
---------------------------------------------------- */
a:link, a:active {
  color: #0091d1;
  background: transparent;
  text-decoration: none;
}
a:visited {
	color: #006699;
	background: transparent;
	text-decoration: none;
}
a:hover {
  color: #0091d1;
  background: transparent;
  text-decoration: underline;
}

/* layout divs
---------------------------------------------------- */

#wrapper {
	margin: auto;
	padding-top: 20px;
	width: 800px;
	padding-right: 112px;
	padding-left: 112px;
}

#content {
	width: 800px;
	height: auto;
	padding: 0px 0px 50px;
}


.clear {
	clear: both;
	height: 0px;
	display:block;
	visibility:hidden;
	font-size: 1px;
	line-height: 1px;
}

.fc_grey {
	color:#666666 !important;
}

	