@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #3794ae;
	font-family: Verdana,  ヒラギノ 角ゴ Pro W3, メイリオ, ＭＳ　Ｐゴシック, sans-serif, Osaka;
	color: #666666;
	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: #3798ee;
	text-decoration: none;
}
a:visited {
	color:#9966ff;
	color: #3798ee;
	text-decoration: none;
}
a:hover {
	color: #3798ee;
	text-decoration: underline;
}
a:active{
	color:#3798ee;
}

/* その他 */
.hidden {
	visibility: hidden;	
}
.hide {
	display: none;
}
address {
	font-style: normal;
}
img {
	border: 0;
}

.a_copy{
   font-size:10px;
   text-align:right;
   padding:0 !important;
}
