@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, ＭＳ　Ｐゴシック, sans-serif, Osaka;
	color: #333333;
	font-size: 62.5%;
	line-height: 1;
	letter-spacing: 0;
	/*font-family: MS UI Gothic, MS ゴシック, ヒラギノ 角ゴ Pro W3, Osaka, メイリオ;*/
}


/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px; /* IE7用 */
}
* html .clearfix {
  height: 1px; /* IE6用 */
}


/* リンク色 */
a:link {
	color: #888888;
}
a:visited {
	color:#9966ff;
}
a:hover {
	color: #f00;
}
a:active{
	color:#3366cc;
}

/* その他 */
.hidden {
	visibility: hidden;	
}
.hide {
	display: none;
}
address {
	font-style: normal;
}
img {
	border: 0;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
}
.red {
	color: #F00;
}

