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

* {
	margin: 0;
	padding: 0;
}

body {
    background: #3794ae;
	font-family: Verdana, ＭＳ　Ｐゴシック, 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用 */
}

.clearfloat { 
　　clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* リンク色 */
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;
}


ul.list_none li{
    list-style-type:none;
}
.pt0{
    padding-top:0;
}
